/* ====customh.css==== */

/*=============FONTS====START==========*/
@font-face {
    font-family: 'Bauhaus 93';
    src: url('../fonts/Bauhaus93.eot');
    src: url('../fonts/Bauhaus93.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bauhaus93.woff2') format('woff2'),
        url('../fonts/Bauhaus93.woff') format('woff'),
        url('../fonts/Bauhaus93.ttf') format('truetype'),
        url('../fonts/Bauhaus93.svg#Bauhaus93') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bauhaus 93';
    src: url('../fonts/Bauhaus93_1.eot');
    src: url('../fonts/Bauhaus93_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bauhaus93_1.woff2') format('woff2'),
        url('../fonts/Bauhaus93_1.woff') format('woff'),
        url('../fonts/Bauhaus93_1.ttf') format('truetype'),
        url('../fonts/Bauhaus93_1.svg#Bauhaus93') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*========================*/
@font-face {
    font-family: 'Futura Cyrillic Book';
    src: url('../fonts/FuturaCyrillicBook.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicMedium.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Demi';
    src: url('../fonts/FuturaCyrillic-Demi.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Demi.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicHeavy.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic Extra';
    src: url('../fonts/FuturaCyrillic-ExtraBold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillic-Bold.woff2') format('woff2'),
        url('../fonts/FuturaCyrillic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('../fonts/FuturaCyrillicLight.woff2') format('woff2'),
        url('../fonts/FuturaCyrillicLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*=======================*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*=============FONTS====END==========*/

.btn-transp{
    display: inline-flex;
    text-decoration: none;
    color: #9C1515 !important;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 34px 13px 35px;
    border-radius: 25px;
    border: 1px solid #9C1515;
}
.btn-transp:hover{
    background-color: #9C1515;
    color: #fff !important;
    text-decoration: none !important;
}


header.page-header .panel.wrapper{
    background: #9C1515;
}
header.page-header .panel.wrapper .panel.header{
    display: flex;
    align-items: center;
    height: 50px;
    max-width: 1530px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}
header.page-header .panel.wrapper .panel.header ul{
    display: flex;
    align-items: center;
}
header.page-header .panel.wrapper .panel.header ul .authorization-link{
    display: flex;
    align-items: center;
}
header.page-header .panel.wrapper .panel.header ul .authorization-link::after{
    content: "";
    font-size: 0px;
    height: 20px;
    width: 1px;
    background-color: #fff;
}
header.page-header .panel.wrapper *{
    font-size: 16px;
    line-height: 25px;
    color: #fff !important;
    font-family: 'Poppins';
}
header.page-header .panel.wrapper a:hover{
    text-decoration: underline;
    cursor: pointer;
}
header.page-header .header.content .block-search{
    max-width: 350px;
    width: 100%;
    padding: 0px;
}
header.page-header .header.content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 15px;
    max-width: 1530px;
    width: 100%;
    margin: 0px auto;
}
header.page-header .header.content .compare.wrapper,
header.page-header .header.content::before,
header.page-header .header.content::after{
    display: none;
}
header.page-header .header.content a.logo{
    margin: 0px 0px;
}
header.page-header .header.content .input-text{
    border-radius: 25px;
    padding: 14px 0px 13px 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
header.page-header .header.content #search-voice-input{
    top: 50%;
    transform: translateY(-50%);
}
header.page-header .header.content .search-autocomplete ul[role="listbox"] > li{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 5px 10px;
}
header.page-header .header.content .search-autocomplete ul[role="listbox"] > li span.qs-option-name{
    word-break: break-word;
}
header.page-header .header.content .search-autocomplete ul[role="listbox"] > li span.amount{
    position: static;
}
header.page-header .header.content .actions{
    position: absolute;
    left: 20px;
    right: inherit;
    top: 50%;
    transform: translateY(-50%);
}
header.page-header .header.content .actions button.search{
    height: 19px;
    width: 19px;
    position: static;
}
header.page-header .header.content .actions button.search::before{
    line-height: inherit;
/*    margin-top: -5px;*/
}


/*=====NAV====CSS====START=============*/
.nav-sections .nav-sections-item-content{
    background-color: #F7F7F7;
}
.nav-sections .nav-sections-item-content .navigation > ul{
    display: flex;
    justify-content: center;
}
.nav-sections .nav-sections-item-content .navigation > ul > li{
    padding: 0px 34px;
}
.nav-sections .nav-sections-item-content .navigation > ul > li > a{
    padding: 0px 0px !important;
}
.nav-sections .nav-sections-item-content .navigation > ul > li:hover > a{
    background-color: transparent;
    color: #9C1515;
}
.nav-sections .nav-sections-item-content .navigation > ul > li:hover > a .ui-menu-icon:after{
    transform: rotate(180deg);
}
/*=====NAV====CSS====END=============*/

/*=====BANNER====CSS====END=============*/

.cms-index-index .sparsh_banner_slider .slick-arrow,
/*.cms-forged-flanges .sparsh_banner_slider .slick-arrow,*/
.cms-page-view .sparsh_banner_slider .slick-arrow{
    height: 55px !important;
    width: 55px !important;
    border-radius: 50% !important;
    margin-top: 0px !important;
    background-color: transparent !important;
}
.cms-index-index .sparsh_banner_slider .slick-arrow:before,
/*.cms-forged-flanges .sparsh_banner_slider .slick-arrow:before,*/
.cms-page-view .sparsh_banner_slider .slick-arrow:before{
    display: none;
}
.cms-index-index .sparsh_banner_slider .caption,
/*.cms-forged-flanges .sparsh_banner_slider .caption,*/
.cms-page-view .sparsh_banner_slider .caption{
    max-width: 1088px;
    width: 100%;
    margin: 0px auto;
}
.cms-index-index .sparsh_banner_slider .caption > .title .container,
/*.cms-forged-flanges .sparsh_banner_slider .caption > .title .container,*/
.cms-page-view .sparsh_banner_slider .caption > .title .container{
    font-size: 65px;
    line-height: 94px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 36px;
    font-family: 'Bauhaus 93';
}
.cms-index-index .sparsh_banner_slider .caption > .container,
/*.cms-forged-flanges .sparsh_banner_slider .caption > .container,*/
.cms-page-view .sparsh_banner_slider .caption > .container{
    display: flex;
    justify-content: center;
}
.cms-index-index .sparsh_banner_slider .caption a.btn-banner,
/*.cms-forged-flanges .sparsh_banner_slider .caption a.btn-banner,*/
.cms-page-view .sparsh_banner_slider .caption a.btn-banner{
    color: #fff;
    background-color: #9C1515;
    border-radius: 25px;
    border: none;
    max-width: 158px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cms-index-index .sparsh_banner_slider .image-thumb img,
/*.cms-forged-flanges .sparsh_banner_slider .image-thumb img,*/
.cms-page-view .sparsh_banner_slider .image-thumb img{
    max-height: 650px;
}
.cms-index-index .sparsh_banner_slider .caption a.btn-banner:hover,
/*.cms-forged-flanges .sparsh_banner_slider .caption a.btn-banner:hover,*/
.cms-page-view .sparsh_banner_slider .caption a.btn-banner:hover{
    color: #000000;
    background-color: #fff;
}

/*=====BANNER====CSS====END=============*/

/*=====AFTER===BANNER====CSS====START=============*/

.after-banner-part .after-banner{
    max-width: 1532px;
    width: 100%;
    padding: 0px 15px;
    margin: 108px auto 113px auto;
}

.after-banner-part .after-banner .online-one-stop{
    max-width: 862px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.after-banner-part .after-banner .online-one-stop h1{
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
    line-height: 54px;
}
.after-banner-part .after-banner p{
    color: #505050;
    margin-bottom: 0px;
}
.after-banner-part .after-banner p a{
    display: inline-block;
}
.after-banner-part .after-banner .after-online-one-stop-row{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 43px;
}
.after-banner-part .after-banner .after-online-one-stop-row h2{
    font-size: 36px;
    color: #121212;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 600;
}
.after-banner-part .after-banner .after-online-one-stop-row .find-shop{
    max-width: 704px;
    width: 100%;
}
.after-banner-part .after-banner .after-online-one-stop-row .find-product{
    max-width: 714px;
    width: 100%;
}

/*=====AFTER===BANNER====CSS====END===============*/



/*=====PRODUCT===SLIDER====CSS====START=============*/

.cms-index-index .column.main{
    display: flex;
    flex-direction: column;
    margin-bottom: 0px !important;
}
.cms-index-index .column.main .recommended-products-slider{
    order: 1;
    background-color: #F7F7F7;
    margin-bottom: 120px;
}
.column.main .recommended-products-slider .mp-product-slider-block{
    margin-top: 107px !important;
}
.column.main .recommended-products-slider .mp-product-slider-title{
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    border-bottom: 0px;
    color: #121212;
    padding: 0px;
    margin: 0px 0px 37px 0px;
    padding: 0px 15px;
    font-family: 'Futura Cyrillic Book';
}
.column.main .recommended-products-slider .mp-product-slider-content{
    max-width: 1360px;
    width: 100%;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    padding: 0px 15px 100px 15px;
}
.column.main .recommended-products-slider .mp-product-slider-content .owl-stage-outer{
    overflow: visible;
}

.column.main .recommended-products-slider .owl-carousel .owl-stage{
    display: flex;
}
.column.main .recommended-products-slider .owl-carousel .owl-item{
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    margin-bottom: 5px;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product-item{
    margin-bottom: 0px;
    padding: 0px 15px 44px 15px;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .slider-product-item-info{
    text-align: center;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.details{
    margin-left: 0px;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.details strong{
    margin: 0px;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.details .product-item-actions{
    margin: 0px;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.photo .product-image-container{
    width: 100% !important;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.photo .product-image-wrapper{
    padding-bottom: 0px !important;
    height: 100%;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.photo{
    display: flex;
    max-width: 100%;
    max-height: 251px;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.photo img{
    position: static;
    transform: none;
    height: auto;
    width: auto;
    height: 100%;
}
.column.main .recommended-products-slider .owl-carousel .owl-item .product.details a{
    font-size: 18px;
    color: #505050;
    line-height: 27.5px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.column.main .recommended-products-slider .owl-carousel .owl-nav{
    bottom: -90px;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
    margin-top: 0px;
    display: flex;
    gap: 15px;
}
.column.main .recommended-products-slider .owl-carousel .owl-nav button{
    height: 40px;
    width: 40px;
    color: #000 !important;
    border: 1px solid #000;
    border-radius: 4px;
    background-size: 12px !important;
}
.column.main .recommended-products-slider .owl-carousel .owl-nav button:hover{
    color: #fff !important;
}
/*=====PRODUCT===SLIDER====CSS====END===============*/









/*=====How===it===works====CSS====START============*/

.how-it-works-part .block{
    max-width: 1310px;
    width: 100%;
    margin: 107px auto 130px auto !important;
    padding: 0px 15px;
}
.how-it-works-part  .block-title{
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    margin-top: 0px;
    margin-bottom: 27px;
    text-align: center;
    color: #121212;
}
.how-it-works-part .sample-block{
    display: flex;
    gap: 13px;
}
.how-it-works-part .sample-block .image-box{
    max-width: 310px;
    min-height: 350px;
    width: 100%;
    padding: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
}
.how-it-works-part .sample-block .image-box img{
    margin-bottom: 30px;
}
.how-it-works-part .sample-block .image-box p{
    font-size: 24px;
    font-weight: 500;
    color: #121212;
    line-height: 34px;
    font-family: 'Futura Cyrillic Book';
}
/*=====How===it===works====CSS====END==============*/

/*=====SITE===DETAILS====CSS====START==============*/

.site-details{
    background-color: #F7F7F7;
    padding: 120px 0px;
}
.site-details > div{
    max-width: 1310px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}
.site-details .site-details-row{
    display: flex;
    align-items: center;
}
.site-details .site-details-row > div{
    width: 50%;
}
.site-details .site-details-row div img{
    display: flex;
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.site-details .site-details-row .text-part-col{
    display: flex;
    justify-content: center;
    padding: 20px 30px;
}
.site-details .site-details-row .text-part-col .text-content{
    max-width: 471px;
    width: 100%;
}
.site-details .site-details-row:last-child .text-part-col .text-content{
    max-width: 475px;
}
.site-details .site-details-row h3{
    font-size: 42px;
    line-height: 54px;
    color: #121212;
    font-weight: 500;
    margin-bottom: 0px;
}
.site-details .site-details-row p{
    margin: 20px 0px 44px 0px;
}

/*=====SITE===DETAILS====CSS====END================*/

/* agreement-part=====start========= */

.agreements-section{
    padding: 67px 0px 30px 0px;
    background: url(../images/agreement-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 302px;
    color: #fff;
}
.agreements-section *{
    margin: 0px;
    text-align: center;
}
.agreements-section h2{
    font-size: 42px;
    line-height: 54px;
    font-weight: 700;
}
.agreements-section p{
    max-width: 845px;
    width: 100%;
    margin: 19px auto 0px auto;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Futura Cyrillic Book';
}
/* agreement-part=====end=========== */

/* RIGHT====SOURCE=====PART====START========== */

.right-source-part{
    display: flex;
}
.right-source-part > div {
    width: 50%;
    padding-left: 9.792%;
    padding-right: 9.792%;
}
.right-source-part .text-col{
/*    padding-top: 113px;*/
    padding-top: 5.887%;
/*    padding-bottom: 108px;*/
    padding-bottom: 5.63%;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 50px;
}
.right-source-part .text-col > div{
    max-width: 506px;
    width: 100%;
}
.right-source-part .text-col h4{
    font-size: 24px;
    margin-top: 0px;
    color: #121212;
    margin-bottom: 27px;
}
.right-source-part .text-col p{
    margin-top: 0px;
    margin-bottom: 44px;
}
.right-source-part .text-col .link-part span,
.right-source-part .text-col .link-part a{
    display: block;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 1.26px;
    color: #121212;
    text-decoration: none;
    font-family: 'Futura Cyrillic';
}



.right-source-part > .img-col{
    padding: 6.25% 9.766%;
    background-color: #575757;
}
.right-source-part > .img-col img{
    display: block;
    width: 100%;
}
/* RIGHT====SOURCE=====PART====END============ */


/*GRADES====PART=====PART====START============ */

.grades-part{
    max-width: 1310px;
    width: 100%;
    margin: 120px auto 107px auto;
    padding: 0px 15px;
}
.grades-part .grades-content-box{
    border-radius: 20px;
    padding: 78px 0px 90px 0px;
    border: 1px solid #CCCCCC;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.grades-part h2{
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    text-align: center;
    color: #121212;
    margin-top: 0px;
    margin-bottom: 37px;
    padding: 0px 15px;
}
.grades-part .grades-row{
    max-width: 1130px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.grades-part .grades-row .grades-box{
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    padding: 5px 5px 5px 29.93px;
    min-height: 80px;
}
.grades-part .grades-row .grades-box img{
    height: 19px;
}
.grades-part .grades-row .grades-box a{
    text-decoration: none;
    margin: 0px;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Futura Cyrillic';
}

/*GRADES====PART=====PART====END============== */



/*========BLOG====PART====START============== */

.main-blog-part {
    padding-bottom: 120px;
}
.main-blog-part > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-blog-part h3.title{
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
    margin-top: 0px;
    margin-bottom: 37px;
    text-align: center;
    color: #121212;
}
.main-blog-part .post-list-wrapper{
    max-width: 1530px;
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto 45px auto;
}
.main-blog-part ul.post-list{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.main-blog-part ul.post-list:after{
    display: none;
}
.main-blog-part ul.post-list li.post-holder{
    max-width: 460px;
    width: 100% !important;
    margin: 0px;
    padding-bottom: 0px;
}
.main-blog-part ul.post-list li.post-holder .post-description .post-ftimg-hld{
    margin-bottom: 0px;
}
.main-blog-part ul.post-list li.post-holder .post-description .post-ftimg-hld a{
    display: block;
}
.main-blog-part ul.post-list li.post-holder .post-description .post-ftimg-hld a img{
    display: block;
}

.main-blog-part ul.post-list li.post-holder .post-description .post-text-hld,
.main-blog-part ul.post-list li.post-holder .post-description .post-read-more{
    display: none;
}
.main-blog-part ul.post-list li.post-holder .post-header{
    display: flex;
    gap: 15px;
    padding-top: 15px;
}
.main-blog-part ul.post-list li.post-holder .post-header .post-title-holder{
    align-items: start;
    order: 1;
}
.main-blog-part ul.post-list li.post-holder .post-header .post-title-holder .post-item-link{
    font-size: 24px;
    font-family: 'Futura Cyrillic Demi';
    line-height: 34px;
}
.main-blog-part ul.post-list li.post-holder .post-header .post-title{
    padding: 0px;
}
.main-blog-part ul.post-list li.post-holder .post-header .post-info{
    padding-bottom: 0px;
}
.main-blog-part ul.post-list li.post-holder .post-header .post-info .post-posed-date{
    display: flex;
    flex-direction: column;
    min-width: 70px;
}
.main-blog-part ul.post-list li.post-holder .post-header .post-info .post-posed-date .day{
    font-size: 60px;
    color: #9C1515;
    line-height: 50px;
    display: block;
    font-weight: 700;
    font-family: 'Futura Cyrillic';
}
.main-blog-part ul.post-list li.post-holder .post-header .post-info .post-posed-date .month-year{
    font-size: 14px;
}

/*========BLOG====PART====END================ */






/*========FOOTER======PART====START============== */

footer.page-footer {
    background: #F7F7F7;
    padding-bottom: 0px;
    margin-top: 0px;
}
footer.page-footer p,
footer.page-footer span,
footer.page-footer a,
footer.page-footer li{
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 0px;
}
footer.page-footer .foot-midel *{
    color: #000000;
}
footer.page-footer .foot-midel a:hover{
    color: #9C1515;
}
footer.page-footer .foot-top *{
    color: #505050;
    line-height: 28px;
}


footer.page-footer .foot-top,
footer.page-footer .foot-midel,
footer.page-footer .copyright-part{
    max-width: 1530px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
}

footer.page-footer .foot-divider{
    height: 1px;
    width: 100%;
    background-color: #CFCFCF;
}

footer.page-footer .foot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 86px 15px 45px 15px;
    gap: 30px;
}

footer.page-footer .foot-top .foot-text-part {
    max-width: 580px;
    width: 100%;
}

footer.page-footer .foot-top .logo-part {
    max-width: 370px;
    width: 100%;
}
footer.page-footer .foot-top .logo-part img {
    display: block;
    width: 100%;
}

footer.page-footer .foot-midel {
    display: flex;
    justify-content: space-between;
    padding-bottom: 93px;
    gap: 30px;
}
footer.page-footer .foot-midel h4 {
    font-size: 24px;
    line-height: 31px;
    margin-top: 43px;
    margin-bottom: 23px;
    color: #121212;
    font-family: 'Futura Cyrillic Demi';
}
footer.page-footer .foot-midel .link-part{
    max-width: 217px;
    width: 100%;
}
footer.page-footer .foot-midel .link-part ul{
    height: 158px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px;
    align-content: space-between;
}
footer.page-footer .foot-midel .link-part ul li{
    line-height: 39px;
    display: inline-flex;
    width: fit-content;
}
footer.page-footer .foot-midel .link-part ul li:nth-last-of-type(2),
footer.page-footer .foot-midel .link-part ul li:last-child{
    justify-content: end;
}

footer.page-footer .foot-midel .why-use-part ul li,
footer.page-footer .foot-midel .info-part ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    line-height: 39px;
}
footer.page-footer .foot-midel .why-use-part ul li::before{
    content: "";
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #000;
}

footer.page-footer .foot-bottom {
    background: #9C1515;
}
footer.page-footer .foot-bottom .copyright-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 72px;
}
footer.page-footer .foot-bottom .copyright-part * {
    color: #fff;
    margin: 0px;
}
footer.page-footer .foot-bottom .copyright-part a:hover{
    text-decoration: underline;
}


.cnt-number{
    position: fixed;
    top: 50%;
    right: 25px;
    z-index: 99;
    transform: translate(50%, -50%) rotate(-90deg);
}
.cnt-number a{
    background: #9C1515;
    border-radius: 32px;
    color: #fff !important;
    position: relative;
    gap: 7px;
}
.cnt-number a:before{
    content: "";
    background-image: url("../images/call-icon-white.png");
    display: block;
    height: 14px;
    width: 14px;
    transform: rotate(120deg);
    margin-top: 4px;
}
/*========FOOTER======PART====END================ */

/*========CATEGORY===PAGE====START================ */

.page-layout-2columns-left .column.main{
    width: 75% !important;
}
.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .sidebar-additional{
    width: 25% !important;
}

.catalog-category-view .page-main .category-view .category-description ul{
    padding-left: 20px;
}

.catalog-category-view .page-title,
.customer-account-create h1,
.blog-index-index h1.page-title span{
    color: #121212;
}
.product-form-title h2{
    color: #121212;
    margin: 0px 0px;
    font-weight: 600;
}
.product-form-title .product-form-content .field label{
    font-weight: 400 !important;
    color: #121212;
    line-height: normal;
    margin-bottom: 4px !important;
}
.product-form-title .product-form-content .mage-error{
    margin-top: 0px;
}
.product-form-title .product-form-content .field.no-label{
    display: none;
}
.product-form-title .product-form-content .fields .field{
    margin-bottom: 10px;
}
.product-form-title .product-form-content .actions-toolbar{
    margin-top: 20px;
}
html body .modal-popup .modal-inner-wrap .modal-content .product-form-title .product-form-content .actions-toolbar button.action{
    color: #fff !important;
    background-color: #9C1515 !important;
    border-radius: 25px;
    border: 1px solid #9C1515 !important;
    max-width: 158px;
    width: 100%;
    height: 50px;
    font-size: 16px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px !important;
}
html body .modal-popup .modal-inner-wrap .modal-content .product-form-title .product-form-content .actions-toolbar button.action:hover{
    background-color: transparent !important;
    color: #9C1515 !important;
}

/*========CATEGORY===PAGE====END================== */

/*========CMS-FORGED==FLANGES===PAGE====START================== */

.cms-page-view .category-cms-text-content .after-banner{
    margin: 80px auto 40px auto;
}
.cms-page-view .category-cms-text-content .after-banner ul li a{
/*    text-decoration: none;*/
}
.cms-page-view .category-cms-text-content .online-one-stop h1{
    margin-bottom: 15px;
}
.cms-page-view .category-cms-text-content .after-banner .online-one-stop,
.after-banner-part .after-banner .after-online-one-stop-row .find-shop,
.after-banner-part .after-banner .after-online-one-stop-row .find-product{
    max-width: 100%;
}
.cms-page-view .category-cms-text-content .after-banner .after-online-one-stop-row{
    display: block;
}
.cms-page-view .category-cms-text-content .after-banner *{
    text-align: left !important;
}
.cms-page-view .category-cms-text-content .after-banner ul{
    padding-left: 20px;
}
.cms-page-view .category-cms-text-content .after-banner .after-online-one-stop-row .find-product{
    margin-top: 43px;
    margin-bottom: 30px;
}
.cms-page-view .sidebar-additional .sidebar-main{
    width: 100% !important;
}
.cms-page-view .category-cms-text-content button{
    display: inline-flex;
    text-decoration: none;
    color: #9C1515 !important;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 34px 13px 35px;
    border-radius: 25px;
    border: 1px solid #9C1515;
}
.cms-page-view .category-cms-text-content .grades-part{
    margin: 40px auto 40px auto;
}
.cms-page-view .how-it-works-part .block{
    margin: 40px auto 80px auto !important;
}
.cms-page-view .column.main .recommended-products-slider .mp-product-slider-block{
    margin-top: 80px !important;
}

/*========CMS-FORGED==FLANGES===PAGE====END==================== */





/*========BLOG===PAGE====START================== */

html body.blog-page .columns .column.main{
    width: 70%;
}
html body.blog-page .columns .sidebar-additional{
    width: 30%;
}
.post-list .post-info .post-title-wrap h3 a{
    text-decoration: none;
    font-size: 26px !important;
    font-weight: 500 !important;
}
.post-list .post-info .post-data-wrap{
    display: flex;
    gap: 4px;
}
.post-list .post-info .post-data-wrap a,
.post-list .post-info .post-data-wrap .post-date{
    font-size: 16px !important;
}
.post-list .post-description{
    font-size: 16px;
}
.post-list .post-read-more a{
    padding: 13px 34px 13px 35px;
    color: #9C1515;
    border-color: #9C1515;
    border-radius: 25px;
    line-height: normal;
    height: 50px;
    background-color: transparent;
    margin-top: 20px;
}
.post-list .post-read-more a:hover,
.post-list .post-read-more a:focus,
.post-list .post-read-more a:active{
    background-color: #9C1515;
    border-color: #9C1515;
    color: #fff;
}
.blog-page .post-holder .post-bottom .post-nextprev{
    display: flex;
    gap: 1%;
}
.blog-page .post-holder .post-bottom .post-nextprev > div{
    max-width: 49%;
}
.blog-page .post-holder .post-bottom .post-nextprev a{
    text-align: center;
    color: #121212;
    opacity: 1;
    font-weight: 400;
    text-decoration: none;
}
.blog-page .post-holder .post-bottom .post-nextprev a:hover{
    color: #9C1515;
}
.blog-page .post-holder .post-bottom .post-nextprev a span{
    color: #9C1515;
    font-weight: 700;
}
.blog-page .sidebar-additional .block-recent-posts .block-content > .item{
    display: flex;
    flex-wrap: wrap;
}
.blog-page .sidebar-additional .block-recent-posts .block-content > .item .post-image{
    padding: 0px;
    max-height: 60px;
}
.blog-page .sidebar-additional .block-recent-posts .block-content > .item > .post-item-link{
    width: calc(100% - 72px);
}
.blog-page .sidebar-additional .block-recent-posts .block-content > .item > .post-item-link:hover{
    color: #9C1515;
}
.blog-page .sidebar-additional .block-recent-posts .block-content > .item > .post-item-date{
    width: 100%;
    padding-left: 72px;
}
.blog-page .sidebar-additional .block-recent-posts .block-content > .item .post-image a{
    display: block;
    height: 100%;
}
.blog-page .sidebar-additional .block-recent-posts .block-content > .item .post-image a img{
    height: 100%;
    object-fit: cover;
}
.blog-page .post-holder .post-bottom .block.comments .comment-form-blog-recaptcha button[type=submit]{
    padding: 10px 34px 10px 35px;
    color: #9C1515;
    border:1px solid #9C1515;
    border-radius: 25px;
    line-height: normal;
    font-size: 14px;
    background-color: transparent;
}

.blog-page .post-holder .post-bottom .block.comments .comment-form-blog-recaptcha button[type=submit]:hover{
    background-color: #9C1515;
    border-color: #9C1515;
    color: #fff;
}

/*========BLOG===PAGE====END==================== */

/*========DETAIL===PAGE====START==================== */

.catalog-product-view.page-layout-2columns-left .sidebar-main,
.catalog-product-view.page-layout-2columns-left .sidebar-additional{
    width: 22% !important;;
}
.catalog-product-view.page-layout-2columns-left .column.main{
    width: 78% !important;
}
.catalog-product-view .page.messages div{
    display: flex;
    width: 100%;
    gap: 5px;
    align-items: center;
}
.catalog-product-view .message.success > *:first-child:before{
    position: static;
    margin: 0px 0 0;
    line-height: normal;
    width: auto;
}
.catalog-product-view .message.success{
    margin: 0 0 15px;
}


.catalog-product-view.page-layout-2columns-left .sidebar-additional .block-title{
    margin-top: -4px;
}
.catalog-product-view.page-layout-2columns-left .sidebar-additional .block-title,
.catalog-product-view.page-layout-2columns-left .sidebar-additional .block-title strong{
    padding: 0px 0px;
    border-bottom: 0px;
}
.catalog-product-view .column.main .product-info-main{
    width: 53%;
}
.catalog-product-view .column.main .product.media{
    width: 45%;
}

.catalog-product-view .column.main .product-info-main .product-options-bottom .sparsh_product_inquiry_link{
    color: #9C1515 !important;
    border-radius: 25px;
    border: 1px solid #9C1515;
    background-color: transparent;
    width: auto;
}
.catalog-product-view .column.main .product-info-main .product-options-bottom .sparsh_product_inquiry_link:hover,
.catalog-product-view .column.main .product-info-main .product-options-bottom .sparsh_product_inquiry_link:focus{
    background-color: #9C1515 !important;
    color: #fff !important;
}
.catalog-product-view .column.main .product-info-main .product-options-wrapper .field label{
    color: #121212;
}
.catalog-product-view .column.main .product-info-main .product-options-wrapper .field .options-list .admin__field-option{
    display: flex;
    gap: 6px;
    font-size: 16px;
    line-height: normal;
}
.catalog-product-view .column.main .product-info-main .product-options-wrapper .field .options-list .admin__field-option input{
    margin: 0px 0px;
}
/*========DETAIL===PAGE====END====================== */

/*========CREATE==ACCOUNT===PAGE====START====================== */

.field-tooltip .field-tooltip-action:before{
    overflow: visible;
}
.customer-account-create .form-create-account .fieldset.create.info{
    margin-bottom: 15px;
}
.customer-account-login .login-container .block-title strong{
    font-size: 22px;
    font-family: 'Poppins';
}
.customer-account-login .actions-toolbar .primary{
    text-align: left;
}
.customer-account-login .actions-toolbar .action{
    width: auto;
}
/*========CREATE==ACCOUNT===PAGE====END======================== */

/*========CONTACT===PAGE====START======================== */

.contact-index-index .form.contact label{
    font-size: 16px !important;
}
.contact-index-index .form.contact .actions-toolbar{
    display: flex;
    flex-wrap: wrap;
}
.contact-index-index .form.contact .actions-toolbar:before{
    width: 100%;
}
.contact-index-index .form.contact .actions-toolbar button.action{
    color: #fff !important;
    background-color: #9C1515 !important;
    border-radius: 25px;
    border: 1px solid #9C1515 !important;
    max-width: 158px;
    width: 100%;
    height: 50px;
    font-size: 16px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px !important;
}
.contact-index-index .form.contact .actions-toolbar button.action:hover{
    background-color: transparent !important;
    color: #9C1515 !important;
}

/*========CONTACT===PAGE====END========================== */

/*========MY==ACCOUNT===PAGE====START======================= */

.account header.page-header .panel.wrapper .panel.header ul .authorization-link{
    display: none;
}
.account .page-title-wrapper .page-title{
    margin: 0px 0px 30px 0px !important;
}
.account header.page-header .panel.wrapper .panel.header ul .customer-welcome ul li{
    width: 100%;
    color: #333333;
}
.account header.page-header .panel.wrapper .panel.header ul .customer-welcome ul li a{
    color: #333333 !important;
}
.account header.page-header .panel.wrapper .panel.header ul .customer-welcome ul li:hover{
    background-color: transparent;
}
.account header.page-header .panel.wrapper .panel.header ul .customer-welcome ul li:hover a{
    text-decoration: none;
    color: #9C1515 !important;
}
.account .sidebar-main .nav.items li > strong{
    border-color: #9C1515;
}
.account .columns .actions-toolbar button{
    display: inline-block;
    margin: 0;
    border: 1px solid #9C1515;
    overflow: visible;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    color: #9C1515;
    padding: 13px 34px 13px 35px !important;
    min-width: 125px;
    outline: none;
    border-radius: 25px;
}
.account .columns .actions-toolbar button:hover{
    border-radius: 25px;
    border: 1px solid #9C1515;
}
/*========MY==ACCOUNT===PAGE====END========================= */


/*========ABOPUT==US===PAGE====START========================= */

.cms-about-pipingmarket .col3-set{
    overflow: auto;
}
.cms-about-pipingmarket .col3-set strong{
    font-size: 18px;
    color: #121212;
}
.cms-about-pipingmarket .col3-set p{
    font-size: 16px;
    color: #505050;
}

/*========ABOPUT==US===PAGE====END=========================== */




/*responsive==start=====*/

@media(max-width:1450px){
    .right-source-part .text-col{
        padding-top: 5%;
        padding-bottom: 5%;
        padding-right: 40px;
        padding-left: 5%;
        gap: 20px;
    }
    .right-source-part > .img-col{
        padding: 5% 5%;
    }
}


@media(max-width:1250px){
    .cms-index-index .sparsh_banner_slider .caption > .title .container,
    .cms-forged-flanges .sparsh_banner_slider .caption > .title .container,
    .cms-page-view .sparsh_banner_slider .caption > .title .container{
        font-size: 45px;
        line-height: 55px;
    }
    .cms-index-index .sparsh_banner_slider .slick-arrow,
    .cms-forged-flanges .sparsh_banner_slider .slick-arrow,
    .cms-page-view .sparsh_banner_slider .slick-arrow{
        height: 40px !important;
        width: 40px !important;
    }
    .sparsh_banner .sparsh_banner_slider .slick-arrow.slick-prev{
        left: 20px;
    }
    .sparsh_banner .sparsh_banner_slider .slick-arrow.slick-next{
        right: 20px;
    }
    .right-source-part .text-col{
        padding: 30px 30px 50px 30px;
        gap: 20px;
    }
    .right-source-part .text-col > div{
        max-width: 100%;
    }
    .right-source-part .text-col h4{
        margin-bottom: 30px;
    }
    .right-source-part .text-col p{
        margin-bottom: 30px;
    }
    .right-source-part .text-col .link-part span,
    .right-source-part .text-col .link-part a{
        font-size: 32px;
        line-height: 40px;
    }
    .right-source-part > .img-col{
        padding: 5% 5%;
    }


    .main-blog-part ul.post-list li.post-holder .post-header{
        gap: 8px;
    }
    .main-blog-part ul.post-list li.post-holder .post-header .post-info .post-posed-date .day {
        font-size: 44px;
        line-height: 30px;
    }

    .main-blog-part ul.post-list li.post-holder .post-header .post-title-holder .post-item-link {
        font-size: 20px;
        line-height: 28px;
    }
}





@media(max-width:1140px){
    .site-details .site-details-row .text-part-col{
        padding: 20px 15px;
    }
    .site-details .site-details-row p{
        margin: 20px 0px 20px 0px;
    }
}


@media(max-width:1024px){
    .cms-index-index .sparsh_banner_slider .draggable,
    .cms-index-index .sparsh_banner_slider .draggable .slick-slide,
    .cms-index-index .sparsh_banner_slider .draggable .slick-slide > div > div,
    .cms-index-index .sparsh_banner_slider .image-thumb,
    .cms-index-index .sparsh_banner_slider .image-thumb img,
    .cms-forged-flanges .sparsh_banner_slider .draggable,
    .cms-forged-flanges .sparsh_banner_slider .draggable .slick-slide,
    .cms-forged-flanges .sparsh_banner_slider .draggable .slick-slide > div > div,
    .cms-forged-flanges .sparsh_banner_slider .image-thumb,
    .cms-forged-flanges .sparsh_banner_slider .image-thumb img,
    .cms-page-view .sparsh_banner_slider .draggable,
    .cms-page-view .sparsh_banner_slider .draggable .slick-slide,
    .cms-page-view .sparsh_banner_slider .draggable .slick-slide > div > div,
    .cms-page-view .sparsh_banner_slider .image-thumb,
    .cms-page-view .sparsh_banner_slider .image-thumb img{
        height: 450px;
        max-height: inherit;
    }
    .cms-index-index .sparsh_banner_slider .image-thumb img,
    .cms-page-view .sparsh_banner_slider .image-thumb img{
        object-fit: cover;
    }
    .cms-index-index .sparsh_banner_slider .caption > .title .container,
    .cms-forged-flanges .sparsh_banner_slider .caption > .title .container,
    .cms-page-view .sparsh_banner_slider .caption > .title .container{
        font-size: 44px;
        line-height: 61px;
    }
    .after-banner-part .after-banner{
        margin: 50px auto 50px auto;
    }
    .after-banner-part .after-banner .after-online-one-stop-row{
        flex-wrap: wrap;
    }
    .after-banner-part .after-banner .online-one-stop,
    .after-banner-part .after-banner .after-online-one-stop-row > div{
        max-width: 100% !important;
    }
    .after-banner-part .after-banner h2,
    .after-banner-part .after-banner p{
        text-align: center;
    }





    .how-it-works-part .sample-block{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .how-it-works-part .sample-block .image-box{
        max-width: 49%;
        width: 100%;
        min-height: 250px;
    }


    .agreements-section{
        padding: 40px 15px 45px 15px;
        min-height: inherit;     
    }
    .agreements-section h2{
        font-size: 40px;
        line-height: 50px;
    }
    .agreements-section p{
        font-size: 30px;
        line-height: 39px;
        margin: 10px auto 0px auto;
    }


    .right-source-part .text-col{
        width: 45%;
    }
    .right-source-part > .img-col{
        width: 55%;
        padding: 30px;
    }

    .catalog-product-view.page-layout-2columns-left .sidebar-main p,
    .catalog-product-view.page-layout-2columns-left .sidebar-additional p{
        font-size: 16px;
        line-height: normal;
    } 

    html body .sidebar-additional .block p{
        font-size: 16px;
        line-height: normal;
    }

    .catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon,
    .catalog-product-view .fotorama--fullscreen .fotorama__zoom-in,
    .catalog-product-view .fotorama--fullscreen .fotorama__zoom-out{
        height: 50px;
        width: 50px;
        transform: none !important;
        background-color: #fff;
        border: 2px solid #ccc;
    }

    .catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon{
        background-position: -95px -17px;
    }
    .catalog-product-view .fotorama--fullscreen .fotorama__zoom-in{
        background-position: -17px -17px !important;
    }
    .catalog-product-view .fotorama--fullscreen .fotorama__zoom-out{
        background-position: -16px -97px !important;
    }

}

@media(max-width: 991px){
    .cms-index-index .sparsh_banner_slider .caption,
    .cms-forged-flanges .sparsh_banner_slider .caption,
    .cms-page-view .sparsh_banner_slider .caption{
        padding: 0px 65px;
    }
    .nav-sections .nav-sections-item-content .navigation > ul > li{
         padding: 0px 24px;
    }
    .sparsh_banner .slick-initialized.sparsh_banner_slider .slick-list{
        max-height: inherit;
        min-height: 450px;
    }

    .cms-index-index .column.main #mageplaza-productslider-block-before-content-1 .mp-product-slider-block{
        margin-top: 50px !important;
    }
    .cms-index-index .column.main #mageplaza-productslider-block-before-content-1 .mp-product-slider-title{
        margin: 0px 0px 25px 0px;
    }
    .cms-index-index .column.main #mageplaza-productslider-block-before-content-1 .mp-product-slider-content{
        padding: 0px 15px 120px 15px;
    }
    .cms-index-index .column.main .owl-carousel .owl-nav{
        bottom: -65px;
    }


    .how-it-works-part .block{
        margin: 50px auto 50px auto !important;
    }

    .site-details{
        padding: 50px 0px;
    }
    .site-details .site-details-row{
        flex-wrap: wrap;
    }
    .site-details .site-details-row .text-part-col{
        padding: 10px 0px 25px 0px;
    }
    .site-details .site-details-row > div,
    .site-details .site-details-row:last-child .text-part-col .text-content,
    .site-details .site-details-row .text-part-col .text-content{
        max-width: 100%;
        width: 100%;
    }
    .site-details .site-details-row:nth-child(2) .text-part-col{
        order: 1;
    }
    
    .site-details .site-details-row p{
        margin: 10px 0px 20px 0px;
        line-height: normal;
    }
    .site-details .site-details-row a.go{
        padding: 8px 24px 8px 24px;
    }



    .right-source-part{
        flex-wrap: wrap;
    }
    .right-source-part .text-col{
        width: 100%;
        order: 1;
        padding: 30px 15px 50px 15px;
    }
    .right-source-part > .img-col{
        width: 100%;
        padding: 30px;
        display: flex;
        justify-content: center;
    }
    .right-source-part > .img-col .img-box{
        width: 50%;
    }

    .grades-part{
        margin: 50px auto 50px auto;
    }
    .grades-part .grades-content-box{
        padding: 40px 0px 50px 0px;
    }

    .main-blog-part{
        padding-bottom: 50px;
    }
    .main-blog-part ul.post-list{
        flex-wrap: wrap;
        column-gap: 2%;
    }
    .main-blog-part ul.post-list li.post-holder{
        max-width: inherit;
        width: 49% !important;
    }
    .main-blog-part ul.post-list li.post-holder .post-header .post-info .post-posed-date .month-year{
        font-size: 12px;
    }
    .main-blog-part ul.post-list li.post-holder .post-header .post-info .post-posed-date{
        min-width: 60px;
    }


    footer.page-footer .foot-top{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    footer.page-footer .foot-top .foot-text-part{
        max-width: 100%;
    }

    footer.page-footer .foot-midel{
        gap: 15px;
    }
    footer.page-footer .foot-midel ul{
        padding-left: 0px;
    }
    footer.page-footer .foot-midel .link-part{
        max-width: 155px;
    }


    .page-layout-2columns-left .column.main{
        width: 70% !important;
    }
    .page-layout-2columns-left .sidebar-main,
    .page-layout-2columns-left .sidebar-additional{
        width: 30% !important;
    }

    html body.catalog-product-view .product-info-main .page-title-wrapper h1{
        font-size: 30px !important;
    }
    .customer-account-login .column.main{
        width: 100% !important;
    }

    .cms-about-pipingmarket .page-title{
        margin-bottom: 0px !important;
    }


    .cms-page-view .category-cms-text-content .after-banner{
        margin: 50px auto 25px auto;
    }
    .cms-page-view .category-cms-text-content .grades-part{
        margin: 25px auto 25px auto;
    }
    .cms-page-view .how-it-works-part .block{
        margin: 25px auto 50px auto !important;
    }
    .cms-page-view .column.main .recommended-products-slider .mp-product-slider-block{
        margin-top: 50px !important;
    }
    .cms-page-view .columns .column.main{
        margin-bottom: 50px;
    }
    .cms-page-view .site-details {
        padding: 30px 0px;
    }

}


@media(max-width: 840px){
    footer.page-footer .foot-midel .link-part{
        max-width: 140px;
    }
    footer.page-footer .foot-midel .why-use-part ul li,
    footer.page-footer .foot-midel .info-part ul li{
        gap: 5px;
    }
}


@media(max-width:768px){
    html body .page-header{
        border-bottom: 0px;
    }
    html body .page-header .panel.wrapper .panel.header > *{
        display: none;
    }
    html body .page-header .panel.wrapper .panel.header{
        height: 25px;
    }
    .cms-index-index .columns .column.main{
        order: 0;
    }
    .page-header .header.content .action.nav-toggle{
        position: static;
    }
    header.page-header .header.content .block-search{
        max-width: inherit;
        width: auto;
        margin-top: 0px;
    }
    header.page-header .header.content .block-search .form.minisearch .label::before{
        margin-right: 0px;
    }
    header.page-header .header.content .block-search .form.minisearch .control{
        height: 0px;
        border-top: 0px;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 99;
        background: #F7F7F7;
        padding: 0px 15px;
        overflow: hidden;
        margin: 0px 0px;
    }
    header.page-header .header.content .block-search .form.minisearch.active .control{
/*        height: 100%;*/
        height: 70px;
        padding: 10px 15px;
    }
    header.page-header .header.content .block-search .form.minisearch.active .control .search-autocomplete{
        display: block !important;
        position: static !important;
    }
    header.page-header .header.content .block-search .form.minisearch .control input{
        position: static;
        margin: 0px 0px;
    }



    .nav-sections .nav-sections-item-content .navigation > ul{
        flex-wrap: wrap;
    }
    .nav-sections .nav-sections-item-content .navigation > ul >li{
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0px;
        width: 100%;
    }
    .nav-sections .nav-sections-item-content .navigation > ul > li a{
        padding: 0px 20px !important;
        text-transform: capitalize;
        width: 100%;
    }
    .nav-sections .nav-sections-item-content .navigation > ul > li:hover > a,
    .nav-sections .nav-sections-item-content .navigation > ul > li > a:hover,
    .nav-sections .nav-sections-item-content .header.links li:hover > a,
    .nav-sections .nav-sections-item-content .header.links li > a:hover{
        background-color: #9C1515 !important;
        color: #fff !important;
    }

    .nav-sections .nav-sections-item-content .navigation > ul > li a:after{
        right: 20px;
        font-size: 13px;
    }
    .nav-sections .nav-sections-item-content .navigation > ul > li ul.submenu{
        width: 100%;
        border-bottom: 1px solid #9C1515;
    }
    .nav-sections .nav-sections-item-content .header.links .greet.welcome{
        padding: 0px 0px;
    }
    .nav-sections .nav-sections-item-content .header.links .greet.welcome .logged-in{
        padding: 8px 15px;
        display: block;
    }




    .how-it-works-part .sample-block{
        gap: 10px;
    }

    .site-details .site-details-row div img{
        height: inherit;
    }


    .right-source-part > .img-col .img-box{
        max-width: 355px;
        width: 100%;
    }

    body.blog-index-index .columns .column.main{
        margin-bottom: 20px;
    }
    .main-blog-part ul.post-list li.post-holder .post-header .post-title-holder{
        line-height: 20px;
    }
    .main-blog-part ul.post-list li.post-holder .post-header .post-title-holder .post-item-link{
        font-size: 18px;
        line-height: 25px;
    }

    .after-banner-part .after-banner .online-one-stop h1,
    .cms-forged-flanges .after-banner .online-one-stop h1{
        font-size: 36px;
    }



    .after-banner-part .after-banner .after-online-one-stop-row h2,
    .cms-index-index .column.main #mageplaza-productslider-block-before-content-1 .mp-product-slider-title,
    .how-it-works-part .block-title,
    .site-details .site-details-row h3,
    .agreements-section h2,
    .main-blog-part h3.title,
    .grades-part h2,
    .cms-forged-flanges .after-banner .after-online-one-stop-row h2{
        font-size: 32px;
        line-height: 40px;
    }
    
    .agreements-section p{
        font-size: 27px;
        line-height: 37px;
    }





    .right-source-part .text-col h4{
        margin-bottom: 20px;
    }



    footer.page-footer .foot-top{
        padding: 40px 15px 45px 15px;
    }
    footer.page-footer .foot-midel{
        flex-wrap: wrap;
        padding: 30px 15px;
    }
    footer.page-footer .foot-midel .link-part{
        max-width: 100%;
    }
    footer.page-footer .foot-midel > div{
        width: 100%;
    }
    footer.page-footer .foot-midel .link-part ul{
        flex-direction: row;
        height: inherit;
        gap: 15px;
    }
    footer.page-footer .foot-midel h4{
        margin-bottom: 10px;
        margin-top: 0px;
    }

    footer.page-footer .foot-bottom .copyright-part{
        height: inherit;
        padding: 7px 15px;
    }

    .blog-page .column.main{
        margin-bottom: 0px !important;
    }
    .blog-page .post-holder{
        margin-bottom: 0px;
    }
    .post-list .post-read-more a{
        padding: 0px 34px 0px 35px;
        height: 40px;
        line-height: 36px;
    }

    .post-list.modern .post-info{
        padding: 0 0 0 10px;
    }
    .post-list .post-info .post-title-wrap h3 a{
        font-size: 22px !important;
        line-height: normal !important;
    }

    .catalog-product-view .column.main .product-info-main,
    .catalog-product-view .column.main .product.media{
        width: 100%;
    }
    .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage{
        margin: 0px auto;
        height: 400px !important;
    } 
    html body.catalog-product-view .product-info-main .page-title-wrapper h1{
        margin-bottom: 10px;
    }

    html body.catalog-product-view .product-info-main .product-social-links{
        text-align: left;
    }
    html body.catalog-product-view .product.info.detailed .review-form .review-form-actions .primary .actions-primary{
        text-align: left;
    }

    html body.catalog-product-view .columns .column.main{
        margin-bottom: 0px;
    }

    .catalog-product-view .column.main .product-info-main .product-options-wrapper > .fieldset{
        display: flex;
        flex-wrap: wrap;
    }
    .catalog-product-view .column.main .product-info-main .product-options-wrapper > .fieldset > .field:first-of-type{
        flex-basis: 100%;
    }
    .catalog-product-view .column.main .product-info-main .product-options-wrapper > .fieldset > .field{
        flex-basis: 33.33%;
    }
    .catalog-product-view .column.main .product-info-main .product-options-bottom .sparsh_product_inquiry_link{
        padding: 9px 34px 9px 35px !important;
    }
    html body.catalog-product-view .product.info.detailed .product.data.items > .item.content{
        margin: 0px 0px 19px 0px;
    }
    .catalog-product-view .column.main .product-info-main .product-options-wrapper > .fieldset > .field label{
        font-size: 16px;
        line-height: normal;
    }
    .customer-account-create .form-create-account .actions-toolbar .primary{
        text-align: left;
        width: auto;
    }
    html body.customer-account-login .login-container .block.block-customer-login .block-content .form.form-login .fieldset::after{
        bottom: 115px;
    }
    html body.customer-account-login .login-container .block.block-customer-login .block-content .form.form-login .actions-toolbar .secondary{
        float: left !important;
    }

    .account .page-main{
        padding-top: 20px;
    }
    .account .sidebar-main .block-collapsible-nav{
        position: static;
    }
    .account .columns .sidebar.sidebar-main{
        order: 0;
        padding-right: 0px;
    }
    .account .columns .column.main{
        order: 1;
        margin-bottom: 30px;
    }
    .account .columns .sidebar.sidebar-additional{
        order: 2;
    }
    html body .filter-title strong{
        position: static;
        line-height: normal;
    }
}



@media(max-width: 767px){
    .cms-index-index .sparsh_banner_slider .slick-arrow,
    .cms-forged-flanges .sparsh_banner_slider .slick-arrow,
    .cms-page-view .sparsh_banner_slider .slick-arrow{
        display: flex !important;
    }
    .cms-index-index .sparsh_banner_slider .caption > .title .container,
    .cms-forged-flanges .sparsh_banner_slider .caption > .title .container,
    .cms-page-view .sparsh_banner_slider .caption > .title .container{
        font-size: 34px;
        line-height: 52px;
    }
    .cms-index-index .sparsh_banner_slider .caption a.btn-banner,
    .cms-page-view .sparsh_banner_slider .caption a.btn-banner{
        max-width: 147px;
        height: 42px;
    }
    .cms-index-index .column.main .owl-carousel .owl-nav button{
        height: 35px;
        width: 35px;
    }
    html body .mp-product-slider-content .owl-nav button:before{
        font-size: 18px;
    }





    header.page-header .header.content .actions{
        top: 10px;
        height: 50px;
        width: 50px;
        left: 15px;
        transform: inherit;
    }
    header.page-header .header.content .actions button.search{
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 25px 0px 0px 25px !important;
    }
    header.page-header .header.content .actions button.search::before{
        margin-top: 3px;
        margin-right: -5px;
    }
    header.page-header .header.content .input-text{
        padding: 14px 0px 13px 60px;
    }

    .cms-index-index .column.main .recommended-products-slider{
        margin-bottom: 50px;
    }


    .cms-forged-flanges .how-it-works-part .block{
        margin: 0px auto 50px auto !important;
    }


    
    html body .navigation,
    html body .breadcrumbs,
    html body .page-header .header.panel,
    html body .header.content,
    html body .footer.content,
    html body .page-wrapper > .widget,
    html body .page-wrapper > .page-bottom,
    html body .block.category.event,
    html body .top-container,
    html body .page-main{
/*        padding-left: 0px;*/
/*        padding-right: 0px;*/
    }

}


@media(max-width:575px){
    .how-it-works-part .sample-block .image-box{
        max-width: 100%;
    }
    .main-blog-part ul.post-list{
        gap: 25px;
    }
    .main-blog-part ul.post-list li.post-holder{
        width: 100% !important;
    }
    .cms-index-index .column.main #mageplaza-productslider-block-before-content-1 .mp-product-slider-title{
        font-size: 36px;
    }

    footer.page-footer .foot-bottom .copyright-part{
        flex-direction: column;
    }

    .post-list .post-info .post-data-wrap{
        flex-direction: column;
    }
}

@media(max-width: 480px){
    .sparsh_banner .sparsh_banner_slider .slick-arrow.slick-prev{
        left: 10px;
    }
    .sparsh_banner .sparsh_banner_slider .slick-arrow.slick-next{
        right: 10px;
    }
    .cms-index-index .sparsh_banner_slider .slick-arrow,
    .cms-forged-flanges .sparsh_banner_slider .slick-arrow,
    .cms-page-view .sparsh_banner_slider .slick-arrow{
        height: 35px !important;
        width: 35px !important;
    }
    .cms-index-index .sparsh_banner_slider .caption > .title .container,
    .cms-forged-flanges .sparsh_banner_slider .caption > .title .container,
    .cms-page-view .sparsh_banner_slider .caption > .title .container{
        font-size: 28px;
        line-height: 37px;
    }
    .main-blog-part ul.post-list li.post-holder .post-header .post-info .post-posed-date .day{
        font-size: 36px;
        line-height: 23px;
    }

    
    footer.page-footer .foot-midel .link-part ul{
        column-gap: 10px;
        row-gap: 5px;
    }
    footer.page-footer .foot-midel .why-use-part ul li,
    footer.page-footer .foot-midel .info-part ul li{
        line-height: 30px;
    }
    footer.page-footer p,
    footer.page-footer span,
    footer.page-footer a,
    footer.page-footer li{
        font-size: 14px;
    }
    footer.page-footer .foot-midel .why-use-part ul li {
        align-items: start;
    }
    footer.page-footer .foot-midel .why-use-part ul li:before {
        margin-top: 10px;
    }


    .post-list .post-info .post-title-wrap h3 a{
        font-size: 20px !important;
        line-height: normal !important;
    }
    .post-list .post-info .post-data-wrap a,
    .post-list .post-info .post-data-wrap .post-date{
        font-size: 14px !important;
        line-height: normal;
    }
    .blog-page .sidebar-additional .block-recent-posts .block-content > .item > .post-item-link{
        font-size: 16px;
        line-height: normal;
    }
    .blog-page .sidebar-additional .block-recent-posts .block-content > .item > .post-item-date{
        font-size: 14px;
        line-height: normal;
    }

    
    .catalog-product-view .column.main .product-info-main .product-options-wrapper > .fieldset > .field{
        flex-basis: 100%;
    }

    .customer-account-create .form-create-account .fieldset.create.info .field.choice label{
        padding: 0px 0px 0px 20px !important;
        margin: 0px;
        font-size: 14px;
    }
    .customer-account-create .form-create-account .fieldset.create.info .field.choice label:before{
        height: 13px;
        width: 13px;
        top: 3px;
    }
    .customer-account-create .form-create-account .fieldset.create.info .field.choice .field-tooltip{
        margin-left: 0px;
    }
}