/* .cartsummarybox .coupouncode p,
.copyright-footer li a,
.description p a,
.tab-content-slider h5,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-family: var(--SKF-Regular);
} */
@font-face {
    font-family: skf_chevin_mediumregular;
    src: url("./fonts/skfchevinmedium-webfont.woff2") format("woff2"), url("./fonts/skfchevinmedium-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "SKF Chevin";
    src: url("./fonts/SKFChevinDemiBold.woff2") format("woff2"), url("./fonts/SKFChevinDemiBold.woff") format("woff"), url("./fonts/SKFChevinDemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: skf_chevin_mediumbold;
    src: url("./fonts/skfchevinbold-webfont.woff2") format("woff2"), url("./fonts/skfchevinbold-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: skf_chevin_lightregular;
    src: url("./fonts/skfchevinlight-webfont.woff2") format("woff2"), url("./fonts/skfchevinlight-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: SKFSans-Medium;
    src: url("./fonts/new-fonts/SKFSans-Medium.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: SKFSans-Regular;
    src: url("./fonts/new-fonts/SKFSans-Regular.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: SKFSans-LightItalic;
    src: url("./fonts/new-fonts/SKFSans-LightItalic.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: SKFSans-Italic;
    src: url("./fonts/new-fonts/SKFSans-Italic.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: SKFSans-MediumItalic;
    src: url("./fonts/new-fonts/SKFSans-MediumItalic.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: SKFSans-Light;
    src: url("./fonts/new-fonts/SKFSans-Light.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: SKFSans-BoldItalic;
    src: url("./fonts/new-fonts/SKFSans-BoldItalic.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: SKFSans-Bold;
    src: url("./fonts/new-fonts/SKFSans-Bold.woff2") format("woff2"), url("./fonts/new-fonts/SKFSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --SKF-Light: "SKFSans-Light", sans-serif;
    --SKF-Regular: "SKFSans-Regular", sans-serif;
    --SKF-Medium: "SKFSans-Medium", sans-serif;
    --SKF-Bold: "SKFSans-Bold", sans-serif;
}
body,
html {
    font-size: 16px;
    color: #000000;
}
a,
a:hover {
    text-decoration: none;
}
#checkoutmodal .modal-content p a,
#item-lists .prod-inner a:hover,
.automotive-products.products-industry .automotive-products-inner p a:hover,
.breadcrumb a:hover,
.card-link:hover,
.footer-email a:hover,
.industry-prod li a:hover,
.keep-in-touch a,
.skf-footer li a:hover,
.tab-content-slider h5:hover,
.top-blue-strip a.text-white:hover,
.wishlistbnt:hover {
    text-decoration: underline;
}
.blue-bg {
    background-color: #0000fe;
}
.filter .card-header.active a,
.filter .card-header:hover a,
.slick-next:before,
.slick-prev:before,
.text-blue {
    color: #0000fe;
}
.font-weight-thin {
    font-weight: 300;
}
.sectionTitle {
    font-size: 32px;
}
.body-text {
    color: #171414;
}
.landingsection {
    padding: 8rem 0;
}
.grey-bg {
    background: #f0f0f0;
}
.cartpagemain .qtydetails input:focus,
a:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}
.rounded-lg {
    border-radius: 10px !important;
}
.shadow-sm {
    box-shadow: 0 0.5rem 2rem rgb(217 217 217 / 53%) !important;
}
.form-control:focus {
    box-shadow: none;
}
input[type="file"] {
    overflow: hidden;
}
.top-blue-strip {
    padding: 3px 0;
    color: #b3c9f1;
    background: #f6f7f7;
    border-bottom: 1px solid #b3c9f1;
}
.top-blue-strip .text-white {
    color: #0749bc !important;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.menu li > a {
    color: #fff !important;
    position: relative;
    transition: 0.5s;
    padding: 16px 8px;
    display: flex;
    align-items: center;
}
.sidebar-nav .list-group a span,
.submenu .count {
    align-items: center;
    display: flex;
}
.menu li > a:hover {
    color: #000 !important;
    transition: 0.5s;
    background: #fff;
}
.menu li > a:hover::after {
    color: #0749bc !important;
}
#item-lists .prod-inner a .wishlistIcon,
.custom-select-field select,
.description p.hidden,
.home-searchBtn1,
.menu li > a img.hoverimage,
.menu li > a:hover img,
.mobile-home-searchBtn,
.prod-listing .prod-inner .producthoverinfo br,
.profile .level-1 a:after,
.select-hide,
.sidebar-menu,
.userprofileleft .profilePic #upload {
    display: none;
}
.menu li > a:hover img.hoverimage,
.sidebar-menu li a {
    display: inline-block;
}
.desktopheader,
.navbar,
.sidebar-slider .container,
.sidebar-slider .row .pb-4 {
    padding: 0;
}
.submenu .count {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    border-radius: 50%;
    background: #019e2b;
    color: #fff;
}
.list-group-item-action:active,
.list-group-item-action:hover {
    background-color: #e6eefb;
}
form.location-form input {
    border-bottom: 2px solid #000000;
    padding: 0;
    font-size: 18px;
    height: 34px;
}
form.location-form button {
    background-color: #43b606;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 3px;
}
.location-modal button.close {
    position: absolute;
    top: 5px;
    font-size: 30px;
    right: 15px;
    font-weight: 300;
    cursor: pointer;
    z-index: 1;
}
button.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    background: 0 0;
    border: none;
}
.searching-bar {
    flex-grow: 1;
}
.homemenusearch input {
    border: none;
    padding: 10px;
    height: calc(1.5em + 0.75rem + 2px);
}
.mega-menu,
.mega_menu:first-child {
    border-radius: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu.show {
    display: block;
    position: absolute;
    left: 100%;
    background: #fff;
    box-shadow: 0 0 7px #dee2e6;
    top: 0;
    border-radius: 0px;
    min-width: 600px;
    z-index: 51;
}
.sidebar-menu ul {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0px;
    display: flex;
    flex-flow: row wrap;
}
.btns-sec-ruturn,
.d-flex.justify-content-end.right-topnabar,
.sidebar-menu ul li {
    width: 50%;
}
.sidebar-menu li a {
    padding: 1rem 1.25rem;
    letter-spacing: 1.2px;
    color: #000000;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.blog-listing .blog-list:last-child,
.industrial-slider .sidebar-nav .list-group.mega-menu li:last-child a,
.searchcategory li:last-child,
.sidebar-menu li:last-child a {
    border-bottom: none;
}
.home-slider .carousel-indicators li {
    width: 25px;
    height: 8px !important;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 13px !important;
    display: inline-block;
    background-clip: inherit;
    border: none;
}
.menu-nav button.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    border: 0;
    z-index: 11;
    box-shadow: none;
}
.navbar-toggler-icon {
    width: 24px;
    height: 2px;
    background-color: #000;
    margin: 6px 0;
    display: block;
    background-image: none;
    transition: 0.5s ease-in-out;
}
.dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: -10px;
    font-size: 14px;
    color: #fff;
    border: none;
    font-weight: 600;
    top: 18px;
}
.filter .card-header:after,
.select-selected-field:after,
.sidebarNav-links::after {
    right: 10px;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.banner-button {
    background-color: #43b606;
    color: #fff;
    padding: 7px 25px;
    margin-top: 1.5rem;
    display: inline-block;
}
.banner-button:hover,
.breadcrumb li a,
.home-prod-categories li a,
.industry-prod li a {
    color: #fff;
}
button.home-searchBtn {
    background-color: #43b606;
    border: none;
    color: #fff;
    padding: 7px 18px;
    font-size: 15px;
}
section.home-search {
    background-color: #000000;
}
.form-control {
    padding: 1.375rem 0.75rem;
    font-size: 16px;
    border: none;
    border-radius: 0.15rem;
    height: calc(1.5em + 0.75rem + 2px);
}
.tab-content-slider h5 {
    font-size: 16px;
}
.sidebar-nav .list-group a {
    padding: 13px 1.25rem;
    color: #000000;
    line-height: normal;
    font-size: 16px;
}
.ratingsec img,
.sidebar-nav .list-group a img {
    width: 20px;
}
.sidebarNav-links::after {
    content: "\f105";
    position: absolute;
    font-size: 18px;
    top: 50%;
    color: #000000;
}
.products-industry {
    background: linear-gradient(#0000fe, #1247a9);
}
.industry-prod li img {
    border-radius: 50%;
}
.icons {
    width: 115px;
    height: 80px;
    align-items: center;
    padding: 10px;
    margin: auto;
}
.keep-in-touch {
    background: url("https://d1heg82t2fu93i.cloudfront.net/images/cta-bg.png") center/cover;
    background-blend-mode: overlay;
}
.keep-in-touch a {
    color: #fff;
}
button.ctaBtn {
    border: none;
    background-color: #ffa210;
    padding: 10px 30px;
    color: #fff;
}
.nav-tabs .nav-link {
    border: none;
    color: #fff;
    font-size: 20px;
}
.lincoln-prod .prod-image,
.slick-slide .prod-image {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: transparent;
    border-color: #55db0d;
    border-width: 0 0 4px;
    border-style: solid;
}
.slider {
    width: 100%;
    margin: 40px auto;
    padding-top: 1rem;
}
.slick-slide {
    margin: 0 13px;
    transition: 0.3s ease-in-out;
}
.slick-current {
    opacity: 1;
}
.slick-slide .prod-image {
    min-height: 245px;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.cartTable table.table,
.checkoutpage,
.filter .card-header a,
.footer-email a,
.lincoln-prod a.product-links,
.lookingforpopup .innersection .b2bicon .list a,
.remove_prod a {
    color: #000000;
}
.footer-email a i {
    color: #0e53d2;
    font-size: 20px;
    vertical-align: middle;
}
.lincoln-prod .prod-image {
    height: 245px;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}
#checkoutmodal .modal-content .date-delivbery,
.burpdadtext,
.cartProd_name label,
.cartProd_price label,
.cartProd_qty label,
.cartsummarybox .applyedcode .applycode,
.checkout-price,
.foter-content p,
.price i {
    font-size: 14px;
}
.price small i {
    font-size: 12px;
}
.actual-price {
    color: #979da0;
    text-decoration: line-through;
}
.listing-grid,
.products-world {
    background: #f8f8f8;
}
.breadcrumb li {
    padding-right: 15px;
    margin-right: 8px;
    color: #fff;
}
.breadcrumb li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: 11px;
    top: 55%;
    transform: translateY(-50%);
    color: #fff;
}
.inner-page-banner {
    background: url("https://d1heg82t2fu93i.cloudfront.net/images/inner-banner-bg.jpg");
    background-blend-mode: overlay;
    height: 150px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.breadcrumb-black .breadcrumb li,
.breadcrumb-black .breadcrumb li a,
.breadcrumb-black .breadcrumb li a:after,
.breadcrumb-black .pageTitle h1,
.breadcrumb-black .pageTitle h2,
.breadcrumb-white .breadcrumb li,
.breadcrumb-white .breadcrumb li a,
.breadcrumb-white .breadcrumb li a:after,
.breadcrumb-white .pageTitle h2,
.inner-page-banner .breadcrumb-white .pageTitle h1,
.inner-page-banner .text-white {
    color: #fff !important;
}
.inner-page-banner .breadcrumb {
    background-color: transparent;
}
.filter .card-header,
.priceFilter select {
    border: 1px solid #ddd;
    color: #000000;
    background: 0 0;
    cursor: pointer;
}
.priceFilter select {
    padding: 8px 11px;
    width: 100%;
}
.priceFilter select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-down-price.png) no-repeat;
    background-position: 97.6% 8px;
    background-size: 20px;
}
.cartsummarybox .coupouncode .button input:focus,
.cartsummarybox .coupouncode .inputbox input:focus,
.checkoutaddshiping .addadressmain input:focus,
.myaccountuser .userprofileright .innersection input:focus,
.priceFilter select:focus,
input {
    outline: 0;
}
.filter .card-header {
    padding: 8px 16px;
}
.filter .card-header.active[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.3s;
}
.filter .card-header:after {
    color: #000000;
    position: absolute;
    content: "\f107";
    top: 50%;
    transition: 0.3s;
}
.filter .card-header.active,
.filter .card-header:hover,
.priceFilter select:focus,
.priceFilter select:hover {
    border: 1px solid #0000fe;
    color: #0000fe;
}
.filter .filter-options label:first-letter {
    text-transform: capitalize;
    display: block;
}
.select-options li {
    position: relative;
    padding-left: 30px;
    font-family: var(--SKF-Medium);
    color: #000000;
    font-size: 16px;
}
.select-options input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 6px;
    left: 3px;
    z-index: 1;
}
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #cfcacc;
}
.select-items div,
.select-selected-field {
    padding: 8px 16px;
    border: 1px solid #000000;
    cursor: pointer;
}
.select-options input:checked ~ .checkmark {
    border-color: #0000fe;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.accordion.skfdrop .productqtydetails.d-flex.justify-content-between.flex-wrap span,
.cartpagemain .productImage .prodcutnameinfo span,
.myorderRight .orderdetailslist .productqtydetails span,
.prod-listing .prod-inner a,
.select-options input:checked ~ .checkmark:after {
    display: block;
}
.select-options .checkmark:after {
    transform: translate(-45%, -50%);
    content: "\f00c";
    font-family: FontAwesome;
    color: #0000fe;
    top: 7px;
    left: 6px;
    font-weight: 700;
    font-size: 10px;
}
#enquire-myform .inputcount.lastchild,
#myform .inputcount,
.cartpagemain .productImage .productimagebox,
.checkoutpage .checkout-customer-header,
.custom-select-field,
.detailTitle,
.enauiremodle .inputcount,
.input-group,
.list-group.mega-menu li,
.listing-grid,
.menu .slidenav > li {
    position: relative;
}
.select-selected-field:after {
    position: absolute;
    content: "\f107";
    top: 50%;
}
.select-selected-field.select-arrow-active:after {
    border-color: #0000fe;
}
.select-selected-field.select-arrow-active,
.select-selected-field:hover {
    border-color: #0000fe;
    color: #0000fe;
}
.select-items div {
    color: #000000;
    border-top: none;
}
.select-selected-field {
    color: #000000;
}
.select-items {
    position: absolute;
    background-color: #ececec;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.listing-searchBtn {
    border: none;
    background: #43b606;
    color: #fff;
    padding: 0 18px;
    font-size: 14px;
}
.prod_search .form-control {
    padding: 1.1rem 0 1.1rem 2.3rem;
    font-size: 14px;
    border: none;
    border-radius: 0.15rem;
    background: url("../images/lising-searh-icon.png") 8px center/16px no-repeat #fff;
    color: #000000;
}
.exclusive-deals {
    background-color: #f0f0f0;
}
.Category {
    background-color: #c3d1ec;
    padding: 1px 7px;
    border-radius: 3px;
    color: #0000fe;
}
.productDetail_page {
    background-color: #f7f7f7;
}
.carousel-indicators.product_detail_thumb li,
.productDetailImg {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0;
    background: #fff;
    text-align: center;
}
.cart_btn,
.green_btn {
    border: none;
    width: 100%;
    height: 42px;
    font-size: 18px;
    color: #fff;
}
.productDetailImg .carousel-item {
    display: flex;
    width: 100%;
}
.productDetailImg .carousel-item img,
.productsliderbtm img {
    margin: auto;
}
.carousel-inner.productDetailImg .wishlistIcon {
    position: absolute;
    z-index: 11;
    left: 10px;
    top: 10px;
}
.green_btn {
    background: #43b606;
    transition: 0.5s;
}
.green_btn:hover {
    background: #000000;
    transition: 0.5s;
}
.cart_btn {
    background: #000000;
}
.cart_btn:hover {
    transition: 0.5s;
    background: #43b606;
}
.carttotal .pricr,
.exclusivedealcount .wishlisticon,
.techSpec li:nth-child(2n + 2) {
    text-align: right;
}
.resource-img ul {
    display: flex;
    flex-wrap: wrap;
}
.resource-img ul li {
    border: 1px solid #e8e8e8;
    width: 90px;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
}
.qty-info .qty .btn {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
}
.actions_buttons,
.qty-info .qty {
    width: 18%;
}
.qty-info .qty input {
    padding: 8px 10px;
    width: 43px;
    text-align: center;
    border-width: 1px 0;
    border-color: #b6b6b6;
    border-style: solid;
    font-family: var(--SKF-Medium);
    color: #000000;
    outline: 0;
}
#feature,
footer {
    border-top: 1px solid #d8d6d6;
}
.delivery-input input {
    border: 1px solid #000000;
    padding: 0.5rem 0.75rem;
    width: 45%;
    outline: 0;
}
.product-info p {
    font-size: 18px;
    margin: 5px 0 15px;
}
.paymenttopsection p,
.price-info .price i {
    font-size: 24px;
}
.checkoutaddshiping h4,
.price-info .price small i {
    font-size: 18px;
}
.detailTitle::after {
    content: "";
    position: absolute;
    width: 90px;
    left: 0;
    bottom: 0;
    border-radius: 40px;
    height: 3px;
    background: #0000FE;
}
.carousel-indicators.product_detail_thumb {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    justify-content: initial;
    margin-top: 15px;
}
.carousel-indicators.product_detail_thumb li {
    width: 70px;
    height: auto;
}
.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-dialog-slideout .modal-content {
    border: 0;
}
.modal-dialog-slideout .modal-footer,
.modal-dialog-slideout .modal-header {
    height: 69px;
    display: block;
}
.modal-dialog-slideout .modal-header h5,
.pull-left {
    float: left;
}
.cart-prod_img {
    border: 1px solid #d8d8d8;
    width: 90px;
    float: left;
    border-radius: 8px;
    padding: 5px;
}
.cartProd_qty .btn,
.cartProd_qty input {
    border: 1px solid #b6b6b6;
    font-size: 14px;
}
.cartProd_qty {
    width: 35%;
}
.cartProd_qty input {
    padding: 0 12px;
    text-align: center;
}
.cartProd_qty .btn {
    padding: 0 8px;
    border-radius: 0;
}
.cartTable tbody tr,
.cart_product {
    border-bottom: 1px solid #ccc;
}
.quality-box {
    display: flex;
    justify-content: space-between;
    border: 2px dashed #ccc;
    background: #f3f3f3;
    margin: 15px;
    padding: 20px;
}
.text {
    padding-left: 20px;
    font-size: 17px;
}
.innersection.cartsummarybox .quality-box,
.mobileinerpadd {
    margin: 15px 0;
}
.category-tab .filter-options .select-options li:first-child,
.showcartContent .cart-prod_info .cartprod_info {
    margin-top: 0 !important;
}
#minicart .modal-dialog.modal-dialog-slideout .modal-body .row,
.cartsummarybox .applyedcode .coupontext p,
.delivery_pin .showPrice p,
.js-conveyor-examples.eocjs-newsticker ul,
.showcartContent .cart-prod_info .cartprod_info p,
.sidebar-slider .container .row {
    margin: 0;
}
.showcartContent .modal-header h3 {
    font-size: 25px;
}
.cart_sidebar,
.checkout_sidebar,
.my-cart,
.user-login,
.user-register {
    border: 1px solid #d8d8d8;
}
.summaryTitle {
    border-bottom: 1px solid #d8d8d8;
}
.cartProd-img {
    width: 25%;
    border: 1px solid #b6b6b6;
    border-radius: 8px;
    padding: 5px;
}
.cartTable .qty input {
    border: 1px solid #a9b2b7;
    border-left: none;
    border-right: none;
    padding: 0 0 0 15px;
    text-align: center;
}
.cartTable .qty .minus {
    border: 1px solid #a9b2b7;
    border-right: none;
}
.cartTable .qty .plus {
    border: 1px solid #a9b2b7;
    border-left: none;
}
.cartTable table th {
    padding: 7px 0.75rem;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #eaebed;
    border: none;
}
.cartTable table td {
    border: none;
    padding: 1rem 0.75rem;
}
.cartTable tbody {
    height: 485px;
    overflow: auto;
}
button.discount_btn {
    background-color: #43b606;
    color: #fff;
    border: none;
    padding: 0 25px;
}
.loginMethod .btns,
.sidebarcheckoutBtn button,
.updateCart {
    background-color: #43b606;
    color: #fff;
    border: none;
    padding: 7px 25px;
    font-size: 20px;
}
.discountInput input,
.loginDiv input {
    border-bottom: 2px solid #000000;
    padding: 0;
}
.discountInput input {
    margin-right: 10px;
}
.discountInput label {
    font-size: 14px;
    margin: 0;
}
.grandTotal {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 20px;
}
.clearCart,
.continueShop {
    background: #000000;
    color: #fff;
    border: none;
    padding: 7px 25px;
    font-size: 20px;
    margin-top: 3rem;
}
.subtotal span {
    font-size: 17px;
}
.user-register {
    border-radius: 10px 0 0 10px;
}
.user-login {
    border-radius: 0 10px 10px 0;
}
.loginDiv .emailField {
    margin-bottom: 30px;
}
.forgotPass a {
    display: inline-block;
    margin: 15px 0 25px;
    color: #000000;
}
.custom-loader {
    visibility: hidden;
}
footer {
    background-color: #fcfcfc;
}
.skf-footer .container {
    padding: 0 30px;
}
.footer-links li a {
    border: 2px solid #fff;
    padding: 0 8px 0 0;
    line-height: 0;
    margin-right: 8px;
}
.copyright,
.footer-links li a {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.2px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
    padding: 0 30px;
}
.lookingforpopup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
}
.lookingforpopup .innersection {
    width: 600px;
    background: #fff;
    padding: 0 0 60px;
    z-index: 10;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    box-shadow: 0 2rem 1rem rgba(0, 0, 0, 0.15);
}
.lookingforpopup .innersection .logo {
    background: #0000fe;
    padding: 20px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.lookingforpopup:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.lookingforpopup .innersection h2 {
    font-family: var(--SKF-Medium);
    font-size: 30px;
    color: #000000;
    padding-top: 20px;
}
.lookingforpopup .innersection .b2bicon {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 20px 40px 0;
}
.lookingforpopup .innersection .b2bicon .list {
    border: 1px solid #c3c8cc;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 20px;
    font-family: var(--SKF-Light);
    line-height: normal;
    width: 46%;
    cursor: pointer;
    transition: 0.5s;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.lookingforpopup .innersection .b2bicon .list:hover {
    border: 1px solid #0000fe;
}
.lookingforpopup .innersection .b2bicon .list img {
    float: left;
    padding-right: 5px;
}
.menu li a {
    font-size: 1vw;
}
.nav-item.logincss img,
.nav-link img {
    width: auto;
    margin: 0 0.8vw 0 0 !important;
}
.navbar-collapse.slidemenu {
    display: block !important;
}
.navbar-collapse.slidemenu ul,
.pull-right {
    float: right;
}
.skf-footer .footer-middle li {
    color: #000000;
    font-size: 14px;
    padding-bottom: 4px;
    cursor: pointer;
}
.skf-footer li a {
    color: #000000;
    font-size: 14px;
}
.skf-footer h6 {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 0;
}
.copyright-footer li a {
    font-size: 13px;
    color: #fff;
}
.description p {
    font-family: var(--SKF-Light);
    color: #000000;
    font-size: 16px;
    line-height: normal;
}
.description p a {
    color: #000000;
    font-size: 14px;
}
.specification .techSpec li {
    font-family: var(--SKF-Light);
    color: #000;
    font-size: 16px;
    opacity: 0.8;
}
.exclusivedealcount .prodcutcontent h5 {
    color: #000000;
    font-size: 20px;
    font-family: var(--SKF-Medium);
}
.exclusivedealcount .prodcutcontent .selelrtag {
    padding: 20px 0 10px;
}
.exclusivedealcount .prodcutcontent .selelrtag span {
    background: #c1d0ea;
    color: #0000fe;
    font-family: var(--SKF-Medium);
    font-size: 14px;
    padding: 2px 8px;
    line-height: normal;
    border-radius: 2px;
}
.dealstime {
    font-size: 16px;
    font-family: var(--SKF-Medium);
    color: #fff;
}
.sidebar-slider .mega_menu li:hover .sidebar-menu {
    display: block;
    position: absolute;
    width: 300px;
    right: -298px;
    top: 0;
    background: #fff;
    z-index: 100;
}
.sidebar-slider .mega_menu li:hover .sidebar-menu ul li {
    width: 100%;
    background: #fff;
    border-right: 8px;
}
.sidebar-slider .mega_menu li:hover .sidebar-menu a {
    font-size: 16px;
    line-height: normal;
    display: block;
    padding: 14px 20px;
    height: auto;
}
.sidebar-slider .mega_menu li:hover .sidebar-menu a:hover {
    background: #e6eefb;
}
.enauiremodle .modal-header {
    background: #0000fe;
    color: #fff;
    padding: 8px 20px;
}
.enauiremodle .modal-header .close {
    padding: 0;
    box-shadow: none;
    opacity: 1;
    color: #fff;
    font-weight: 400;
    font-size: 34px;
    position: absolute;
    right: 13px;
    top: 10px;
    background: 0 0;
    border: none;
}
.enauiremodle .modal-body input,
.enauiremodle .modal-body textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    outline: 0;
}
.enauiremodle .modal-body textarea{
    resize: none;
}

.enauiremodle .modal-body input[type="file"],
.otpshow #resend_otp {
    font-size: 13px;
}
.enauiremodle .modal-body .submitbutton {
    background: #0000fe;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: none;
    padding: 6px 30px;
    border-radius: 4px;
}
.sidebar-nav .list-group.mega-menu li:first-child > a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.sidebar-nav .list-group.mega-menu li:last-child a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sidebar-nav .list-group.mega-menu li a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    letter-spacing: normal;
}
.sidebar-slider .mega_menu li:hover > a {
    background: #e6eefb;
    border-radius: 0;
}
.cartpagemain .innersection,
.myaccountuser .userprofileleft {
    box-shadow: 0 0.5rem 2rem rgb(217 217 217 / 53%);
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.myaccountuser .username {
    font-family: var(--SKF-Medium);
    color: #000000;
    font-size: 18px;
    padding-top: 10px;
}
.myaccountuser .userprofileicon img {
    box-shadow: 0 0.5rem 2rem rgb(217 217 217 / 53%);
}
.myaccountuser .userprofileicon {
    padding: 30px 0;
}
.myaccountuser .userprofileleft .navigation {
    padding: 0 0 40px;
    list-style: none;
    margin: 0;
}
.myaccountuser .userprofileleft .navigation li {
    float: none;
    width: 100%;
}
.myaccountuser .userprofileleft .navigation li a {
    color: #000000;
    font-family: var(--SKF-Medium);
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    transition: 0.5s;
}
.myaccountuser .userprofileleft .navigation li a.active,
.myaccountuser .userprofileleft .navigation li a:hover {
    background: #bbdfc3;
    color: #019e2b;
    transition: 0.5s;
    border-bottom: none;
}
.myaccountuser .userprofileleft .navigation li a:hover {
    border: none;
}
.myaccountuser .userprofileleft .navigation li a.active {
    border-left: 3px solid #019e2b;
}
.deliveryaddress .deliveryinnerbox,
.myaccountuser .userprofileright .innersection {
    background: #fff;
    box-shadow: 0 0.5rem 2rem rgb(217 217 217 / 53%);
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
}
.myaccountuser .userprofileright .innersection h4 {
    font-size: 20px;
    color: #000000;
    font-family: var(--SKF-Medium);
    margin: 0;
    padding-bottom: 30px !important;
}
.myaccountuser .userprofileright .innersection input {
    overflow: hidden;
    width: 100%;
    border: none;
    border-bottom: 2px solid #607079;
}
.myaccountuser .userprofileright .innersection .buttongroup {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 20px;
}
.myaccountuser .userprofileright .innersection .buttongroup a {
    display: inline;
    padding: 5px 20px;
    color: #fff;
    background: #000000;
    margin-left: 10px;
    font-family: var(--SKF-Medium);
}
.myaccountuser .userprofileright .innersection .buttongroup a:last-child,
.otpshow .btn.btn-success {
    background: #43b606;
}
.prod-listing .prod-inner img {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
    height: 200px;
    object-fit: contain;
}
.prod-listing .prod-inner:hover img {
    -moz-transform: scale(1.1) rotate(0);
    -webkit-transform: scale(1.1) rotate(0);
    -o-transform: scale(1.1) rotate(0);
    -ms-transform: scale(1.1) rotate(0);
    transform: scale(1.1) rotate(0);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.prod-listing .prod-inner:hover a {
    overflow: hidden;
    display: block;
}
.ladda-button[data-style="slide-up"] .ladda-label,
.prod-listing .product-image {
    position: relative;
    padding: 0 !important;
}
.prod-listing .prod-inner .producthoverinfo {
    font-size: 18px;
    background-color: rgb(127 154 165 / 75%);
    position: absolute;
    width: 40px;
    text-align: center;
    line-height: normal;
    left: -100px;
    padding: 10px;
    bottom: 0;
    color: #fff;
    top: 0;
    transition: 0.5s linear;
    height: 100%;
    writing-mode: tb-rl;
    transform: rotate(180deg);
}
.skf-product-image {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.col-12.p-md-1.prod-inner:hover .producthoverinfo {
    left: 0;
}
#item-lists .prod-inner a,
#item-lists .prod-inner a:hover {
    transition: 0.5s;
}
#item-lists .prod-inner a:hover .wishlistIcon {
    display: block;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
}
.filter-options .select-options {
    max-height: 245px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.select-options::-webkit-scrollbar {
    width: 5px;
}
.select-options::-webkit-scrollbar-thumb {
    background: #eee;
}
.select-options::-webkit-scrollbar-thumb:hover {
    background: #b3c9f1;
}
.listing-grid .custom-loader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    color: #0000fe;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    transition: 0.5s ease-in-out;
    visibility: hidden;
}
.listing-grid .custom-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#myform .inputcount label.error {
    color: red;
    font-weight: 300;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.userprofileleft .profilePic {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.userprofileleft .profilePic label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    background: #fff;
    border: 1px solid #ddd;
    right: 0;
    padding: 3px;
    border-radius: 4px;
    margin: 0;
    line-height: normal;
    cursor: pointer;
}
.userprofileleft .profilePic label i {
    line-height: normal;
    font-size: 15px;
    padding-top: 2px;
}
.myordersection h2 {
    font-size: 20px;
    color: #000000;
    font-family: var(--SKF-Medium);
    margin: 0;
    padding: 30px 0 20px 30px;
}
.myordersection .placeorderlist .orderiddate {
    font-family: var(--SKF-Medium);
    color: #0000fe;
    font-size: 16px;
    padding: 15px 0;
}
.myordersection .placeorderlist {
    transition: 0.5s;
    width: 100%;
}
.myordersection .placeorderlist.tabactive,
.myordersection .placeorderlist:hover {
    background: #d4eec5;
    transition: 0.5s;
    cursor: pointer;
}
.myorderRight .orderdetailslist .prodcutimg img,
.myordersection .placeorderlist .orderlist img {
    border: 2px solid #ddd;
    border-radius: 4px;
}
.myordersection .placeorderlist .orderlist .content {
    font-family: var(--SKF-Medium);
    font-size: 16px;
    line-height: 26px;
}
.myordersection .placeorderlist .orderlist .content .productname {
    color: #000000;
    font-size: 18px;
}
.myordersection .placeorderlist .orderlist .content .productqty {
    font-size: 14px;
    color: #000000;
}
.myordersection .placeorderlist .orderlist .content .price {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.myordersection .placeorderlist .orderlist .content .orderstatus {
    position: relative;
    padding-left: 15px;
}
.myordersection .placeorderlist .orderlist .content .orderstatus::after {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background: #43b606;
    border-radius: 50%;
    top: 7px;
}
.myordersection .placeorderlist .orderlist .content .orderstatus.deleverd {
    color: #43b606;
}
.myordersection .placeorderlist .orderlist .content .orderstatus.packed,
.myordersection .placeorderlist .orderlist .content .orderstatus.returnConfirm {
    color: #f9b000;
}
.myordersection .placeorderlist .orderlist .content .orderstatus.packed::after,
.myordersection .placeorderlist .orderlist .content .orderstatus.returnConfirm::after {
    background: #f9b000;
}
.cartsummarybox .applyedcode .applyedprice,
.myordersection .placeorderlist .orderlist .content .orderstatus.cancelled {
    color: #ef5350;
}
.myordersection .placeorderlist .orderlist .content .orderstatus.cancelled::after {
    background: #ef5350;
}
.myordersection .myorderleftbox {
    height: 695px;
    overflow: hidden;
    overflow-y: scroll;
}
.myorderleftbox::-webkit-scrollbar {
    width: 5px;
}
.myorderleftbox::-webkit-scrollbar-thumb {
    background: #eee;
}
.myorderleftbox::-webkit-scrollbar-thumb:hover {
    background: #b3c9f1;
}
.myordersection .myorderleftbox .nav-link {
    padding: 0;
    display: block;
    border: none;
    border-radius: 0;
    width: 100%;
}
.myorderRight .orderdetailtop .orderiddate {
    text-align: right;
    padding-top: 12px;
    color: #346cd2;
}
.accordion.skfdrop .return-status,
.myorderRight .orderdetailslist .productqtydetails {
    font-family: var(--SKF-Medium);
    font-size: 14px;
    color: #000;
    opacity: 0.7;
}
.myorderRight .orderdetailslist .prodcutsku {
    font-family: var(--SKF-Light);
    color: #0000fe;
    font-size: 14px;
    padding: 5px 0;
}
.myorderRight .ordercta a {
    background: #5ba621;
    color: #fff;
    padding: 8px 20px;
    line-height: normal;
    border-radius: 2px;
    margin-left: 20px;
    display: inline-block;
}
.myorderRight .ordercta a:last-child {
    background: #5ba621;
    color: #fff;
    line-height: normal;
    padding: 6px 20px;
}
.deliveryaddress .addbutton {
    background: #0000fe;
    color: #fff;
    display: inline-table;
    padding: 11px 20px;
    border-radius: 4px;
    transition: 0.5s;
}
.deliveryaddress .addbutton:hover {
    background: #1753bd;
    transition: 0.5s;
}
.deliveryaddress .addadressmain .head .calltoaction a,
.social-share ul li {
    margin-left: 15px;
}
.addadressmain .addressdetails p span {
    font-size: 19px;
    padding-bottom: 5px;
    display: block;
}
.addadressmain .addressdetails p {
    color: #000000;
    font-size: 14px;
    margin: 0;
}
.addadressmain .innerbox {
    box-shadow: 0 7px 10px rgb(217 217 217 / 53%);
    border: 2px solid #eee;
    border-radius: 6px;
    padding: 20px;
    position: relative;
    transition: 0.5s;
}
.addadressmain .innerbox.selected,
.addadressmain .innerbox:hover {
    border: 2px solid #43b606;
    cursor: pointer;
    transition: 0.5s;
}
.addadressmain .addressselected {
    position: absolute;
    top: -30px;
    color: #43b606;
    font-size: 16px;
}
.list-grid .wishlistIcon {
    display: none;
    transition: 0.5s;
}
.list-grid .prod-inner:hover .wishlistIcon {
    display: block;
    transition: 0.5s;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.cartpagemain .productImage .productimagebox img {
    width: 71px;
    border: 1px solid #ddd;
}
.cartpagemain .productImage .prodcutnameinfo,
.icon_block ul {
    padding-left: 20px;
}
.cartpagemain .productImage .prodcutnameinfo .prodcutsku {
    color: #0000fe;
    font-size: 12px;
    font-family: var(--SKF-Medium);
}
.cartpagemain .tophead,
.cartsummarybox h4 {
    font-size: 22px;
    color: #000000;
}
.cartpagemain .tophead .count {
    font-size: 16px;
    font-family: var(--SKF-Medium);
}
.cartpagemain .carthedtop {
    background: #e9ebec;
}
.cartpagemain .carttotal [class*="col-"],
.checkoutnewcustomer.registerclass,
.checkoutnewcustomer.registerclass .checkout-customer-header,
.otpshow.registerotp,
.otpshow.registerotp form,
.registerotp-header,
.userprofileright input[type="text"],
.userprofileright select.form-control {
    padding-left: 15px;
    padding-right: 15px;
}
.cartpagemain .qtydetails .qtybox {
    border: 1px solid #000000;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100%;
}
.cartpagemain .qtydetails input {
    border: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.cartpagemain .qtydetails a {
    color: #fff;
    background: #000000;
    width: 40px;
    text-align: center;
}
.cartpagemain .qtydetails a:hover {
    background: #f17b3c;
}
.cartpagemain .qtydetails a:first-child,
.social-share ul li:first-child {
    margin-left: 0;
}
.cartpagemain .qtydetails a:last-child {
    margin-right: 0;
}
.cartpagemain .cartcalltoaction .countinueshop a {
    background: #000000;
    color: #fff;
    padding: 8px 14px;
    line-height: normal;
    display: inline-block;
}
.cartpagemain .cartcalltoaction .updateclear .clearcart {
    background: #000000;
    color: #fff;
    padding: 8px 25px;
    line-height: normal;
}
.cartpagemain .cartcalltoaction .updateclear .updatecart {
    background: #43b606;
    color: #fff;
    padding: 8px 25px;
    line-height: normal;
}
.cartsummarybox .coupouncode {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cartsummarybox .coupouncode .inputbox input {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 9px 9px 9px 0;
}
.cartsummarybox .coupouncode .button input {
    width: 100%;
    background: #019e2b;
    border: none;
    color: #fff;
    line-height: normal;
    height: auto;
    padding: 8px 0;
    margin-top: 9px;
}
.cartsummarybox .cartgrandtotal .total {
    font-weight: 700;
}
.cartsummarybox .applyedcode .coupontext span {
    text-transform: uppercase;
    color: #0000fe;
}
#checkoutmodal .modal-content p,
.checkoutpage h4,
.placeorderbtn a {
    font-size: 20px;
}
.checkoutpage p {
    font-size: 16px;
    line-height: normal;
}
#buttonEnhide,
#checkoutmodal,
#example .viewbox,
.checkoutpage .checkoutleft .calltoaction,
.poplogo {
    text-align: center;
}
.checkoutpage .checkoutleft .calltoaction .calltoregister {
    display: block;
    background: #43b606;
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
    border-radius: 4px;
    font-family: var(--SKF-Regular);
}
.checkoutpage .checkoutleft .calltoaction span {
    display: block;
    font-size: 22px;
    padding: 10px 0;
}
.placeorderbtn {
    text-align: center;
    position: relative;
    bottom: 0;
}
.placeorderbtn a {
    text-align: center;
    color: #fff;
}
.listing-grid .sidebarNav {
    position: sticky;
    top: 110px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 10px 2px !important;
}
html {
    scroll-behavior: smooth;
}
#topscroll {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
.existingusercheck {
    padding-bottom: 30px !important;
}
.existingusercheck .calltoaction h5 {
    padding-top: 20px;
    font-size: 24px;
    color: #000000;
    margin: 0;
    font-family: var(--SKF-Regular);
    text-align: left;
}
.existingusercheck .input-group input {
    border-bottom: 2px solid;
    padding-left: 0;
    border-radius: 0;
}
.existingusercheck .input-group input#passwordLogin {
    padding-right: 40px;
    background-color: transparent;
}
.existingusercheck .btn.btn-success {
    display: block;
    background: #43b606;
    color: #fff;
    font-size: 20px;
    padding: 8px 0;
    border: 1px solid transparent;
    width: 100%;
    margin-top: 40px;
    font-family: var(--SKF-Regular);
}
.checkoutnewcustomer input {
    border: none;
    border-bottom: 2px solid #607079;
    border-radius: 0;
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    font-family: var(--SKF-Regular);
}
.accept-box a {
    color: #009688;
}
.checkoutnewcustomer input[name="confirm_password"],
.checkoutnewcustomer input[name="password"] {
    padding-right: 30px;
}
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal {
    display: none;
}
.checkoutnewcustomer input:focus,
.checkoutnewcustomer select:focus {
    outline: 0;
    color: #000;
}
.checkoutnewcustomer select {
    font-size: 14px;
    border-bottom: 2px solid #607079;
    color: #757575;
    font-family: var(--SKF-Regular);
    background: #fff;
}
.checkoutnewcustomer .input-group label.error {
    font-size: 10px;
    position: absolute;
    bottom: 0;
}
.checkoutnewcustomer .btn.btn-success {
    display: block;
    background: #43b606;
    color: #fff;
    font-size: 22px;
    font-family: var(--SKF-Regular);
    padding: 8px 0;
    border: none;
    width: 100%;
    margin-top: 40px;
}
.existingusercheck .calltoaction span.error {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -22px;
    padding: 0;
    text-align: left;
}
.input-group img.passwordvisible {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    z-index: 9;
}
.checkoutnewcustomer .closeicon {
    position: absolute;
    top: 0;
    right: 0;
}
.checkoutnewcustomer .closeicon a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.existingusercheck .calltoaction span.error strong {
    font-weight: 400;
    font-size: 12px;
    display: block;
    width: 100%;
}
.paymenttopsection p img {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.paymenttopsection span {
    font-size: 13px;
    font-weight: 300;
}
.checkoutaddshiping .addadressmain input {
    border: none;
    border-bottom: 2px solid #607079;
    border-radius: 0;
    width: 100%;
    padding: 10px 10px 10px 0;
}
.checkoutaddshiping .addadressmain .addresssave input {
    background: #43b606;
    color: #fff;
    display: inline-table;
    padding: 5px 0;
    border-radius: 2px;
    transition: 0.5s;
    box-shadow: none;
    border: none;
    font-size: 24px;
    width: 40%;
}
.checkoutaddshiping .addadressmain .addresssave .cancel {
    background: #000000;
    color: #fff;
    padding: 11px 35px;
    line-height: normal;
    margin-left: 10px;
    font-size: 18px;
}
.selectdelivery h4 {
    font-size: 18px;
    width: 100%;
}
.placeorderbtn button {
    background: #019e2b;
    font-size: 20px;
    width: 100%;
    border-radius: 0;
    border: none;
}
#checkoutmodal .modal-content {
    padding: 40px;
    border-radius: 10px;
}
#checkoutmodal .modal-content h4 {
    color: #0000fe;
    font-size: 34px;
    padding: 20px 0;
}
#checkoutmodal .modal-content .calltoaction a {
    background: #43b606;
    color: #fff;
    display: inline-table;
    padding: 5px 30px;
    border-radius: 2px;
    transition: 0.5s;
    font-size: 22px;
    margin-top: 20px;
}
.main-navbar.fixed-navbar .list-unstyled.level-2 {
    left: -270px;
}
.main-navbar.fixed-navbar .navbar-nav.menu-wrap.align-items-right.level-0.slidenav li:first-child .list-unstyled.level-1 li:nth-child(1) .list-unstyled.level-2,
.main-navbar.fixed-navbar .navbar-nav.menu-wrap.align-items-right.level-0.slidenav li:first-child .list-unstyled.level-1 li:nth-child(2) .list-unstyled.level-2,
.main-navbar.fixed-navbar .navbar-nav.menu-wrap.align-items-right.level-0.slidenav li:first-child .list-unstyled.level-1 li:nth-child(3) .list-unstyled.level-2 {
    height: 400px;
    overflow-y: auto;
}
ul.navbar-nav ul.list-unstyled::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.delivery_pin .showPrice br,
.desktopheaderhide,
.home-slider .carousel-caption,
.inner-page-banner .breadcrumb li:last-child a:after,
.main-navbar.fixed-navbar .list-unstyled.level-2 li a:after,
.mobticker,
.order-progress ul li:first-child:before,
.rating > input,
.reviewratingbox .innerbox ul li:hover img,
.sectionTitle.mobshow,
.tech-img-mob {
    display: none;
}
.qty-info .actions_buttons button {
    height: 54px;
    font-size: 20px;
    border-radius: 4px;
    transition: 0.5s;
}
.d-flex.flex-wrap.justify-content-between.w-100.mt-2.cartprod_info .cartProd_name,
.qty-info .actions_buttons {
    width: 25%;
}
.qty-info .actions_buttons .green_btn {
    background: #f17a24;
    border-radius: 4px;
    border: 1px solid #f17a24;
    cursor: pointer;
}
.qty-info .actions_buttons.addcart .cart_btn {
    background: #5ba621;
    border-radius: 4px;
    border: 1px solid #5ba621;
    cursor: pointer;
}
.qty-info .actions_buttons button:hover {
    background: #fff !important;
    color: #000;
    border: 1px solid #000 !important;
}
.cartdatashow .subtotal a,
.placeorderbtn a {
    background: #f17a24;
    width: 100%;
    display: block !important;
    height: auto;
    font-size: 18px;
    border-radius: 4px;
    line-height: normal;
    padding: 10px 8px 8px !important;
    border: 1px solid #f17a24;
    transition: 0.5s;
    font-family: var(--SKF-Regular);
}
.btn.btn-success.request_otp:hover,
.btnthank a:hover,
.cartdatashow .subtotal a:hover,
.placeorderbtn a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    transition: 0.5s;
}
.input-group.delivery-input .checkDeliveryStatus {
    background: #000;
}
.cartcloseicon {
    font-weight: 700;
    font-size: 25px;
    color: #000 !important;
    cursor: pointer;
    text-transform: uppercase;
}
.searchcategory {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 85%;
    z-index: 100;
    top: 38px;
    padding: 0;
    overflow-y: auto;
}
#example .view:hover,
.enquirefixed {
    background: #019e2b;
}
.searchcategory ul {
    padding: 0;
    margin: 0;
}
.searchcategory li {
    display: block;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.searchcategory li:hover {
    background: #efefef;
}
.searchcategory li a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.searchcategory li a:hover {
    background: #fafafa;
}
.enquirefixed {
    position: fixed;
    top: 50% !important;
    right: 0;
    z-index: 10;
    padding: 5px 10px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform-origin: bottom right;
    width: 150px;
    font-size: 16px;
}
.searchnotfound .getaquote {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding-top: 50px;
}
.searchnotfound .getaquote p {
    padding-bottom: 20px;
}
.searchnotfound .getaquote a {
    background: #f17a24;
    font-size: 21px;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
}
.nav-item.profile.submenu .list-unstyled.level-1 {
    left: -139px;
}
.home-prod-categories .nav-tabbbing {
    background: #ebf0f0;
    padding: 5px 0;
}
.home-prod-categories .nav-tabbbing a {
    color: #0000fe !important;
    font-weight: 400;
    padding: 0;
    box-shadow: #09398b 0 -2px inset;
    border: none !important;
}
.cust_answ_input #loaderEnshowQuestion,
.home-prod-categories .slider {
    margin-top: 0;
}
.delivery_pin .showPrice span {
    display: flex;
}
.delivery_pin .showPrice i {
    padding-top: 5px;
    padding-left: 7px;
    padding-right: 4px;
}
.logo-navbar {
    box-shadow: 0 3px 5px -8px rgba(0, 0, 0, 0.2), 0 6px 10px -8px rgba(0, 0, 0, 0.14), 0 1px 18px -12px rgba(0, 0, 0, 0.12);
    background-color: #0000fe;
    padding: 0;
}
.logo-navbar .container.py-4,
.logo-navbar.fixed-header .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.logo-navbar.fixed-header {
    position: fixed;
    background: #0000fe;
    width: 100%;
    top: -60px;
    z-index: 100;
    padding: 0 !important;
    box-shadow: 0 0 10px #ccc;
    transform: translateY(60px);
    transition: 0.9s ease-in-out;
}
.productDetail .productDetail-image {
    position: sticky;
    top: 100px;
}
.delivery_pin .showPrice {
    background: #fafafa;
    width: 60%;
    padding: 10px;
    border: 1px solid #eee;
    margin-top: 10px;
    text-transform: capitalize;
    border-radius: 4px;
}
.delivery_pin .showPrice .airshow {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.bulk-button .product-desc {
    border: 1px dashed #ccc;
    background: #fffaef;
    margin: 20px 0;
    padding: 20px;
}
.bulk-button .ng-star-inserted {
    background: #0000fe;
    transition: 0.5s;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bulk-button .ng-star-inserted:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.blog-description,
.reviewratingbox .innerbox {
    padding: 20px;
}
.reviewratingbox .innerbox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.reviewratingbox .innerbox ul li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    cursor: pointer;
}
.reviewratingbox .innerbox ul li:hover {
    background: url("https://d1heg82t2fu93i.cloudfront.net/images/star-review-icon01.png") left/100% no-repeat;
    width: 28px;
    height: 28px;
}
.reviewratingbox .innerbox ul li img {
    width: 28px;
    display: block;
}
.reviewratingbox .buttonarea {
    text-align: center;
    padding-top: 20px;
}
.reviewratingbox .buttonarea a {
    background: #ff9600;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 4px;
}
.writereviewmain textarea {
    border: 1px solid #000000 !important;
    height: auto;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}
.writereviewmain button {
    background: #195fd6;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: none;
    margin: 15px auto auto;
    width: 120px;
    float: none;
    display: block;
    padding: 10px 0;
}
.soldbyvashi {
    padding-left: 15px;
    padding-bottom: 15px;
}
.soldbyvashi span {
    display: inline-block;
    font-weight: 700;
    color: #000;
}
.level-1 li a,
select.form-control.error {
    color: #000 !important;
}
.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: auto;
    position: relative;
}
.rating-0 {
    filter: grayscale(100%);
}
.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
    margin: 10px auto auto;
}
.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}
#register-form {
    margin-bottom: 40px;
}
.logodiv {
    padding-top: 13px;
}
.logodiv img {
    width: 100px;
}
.cart-products {
    height: calc(100vh - 190px);
    overflow-y: auto;
}
.cart-products::-webkit-scrollbar-track {
    background-color: #f0f3f4;
}
.cart-products::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}
.cart-products::-webkit-scrollbar-thumb {
    background-color: #0000fe;
}
.check-delivery .showPrice {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 20px;
    width: 75%;
    margin-bottom: 20px;
}
.support-product .slick-next,
.support-product .slick-prev {
    margin-top: -35px;
}
.breadcrumb {
    background: 0 0 !important;
    padding: 0.75rem 0;
}
.ui-widget-content.ui-autocomplete {
    height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-widget-content.ui-autocomplete::-webkit-scrollbar-track {
    background-color: #f0f3f4;
}
.ui-widget-content.ui-autocomplete::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}
.ui-widget-content.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #0000fe;
}
#enquire-myform .inputcount.lastchild #terms-error {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.blog-listing .blog-list .blog-img img,
.cartviewlisting .inenrbox .proimage img,
.cost-section,
.industrial-slider .list-group.mega-menu li,
.mar-t-10,
.userprofileright tr,
select {
    width: 100%;
}
.cartpagemain .productImage .productimagebox img.savecart {
    position: absolute;
    top: -6px;
    width: 24px;
    border: 1px solid #000000;
    border-radius: 50%;
    left: -2px;
}
.cartpagemain .productImage .productimagebox .savecart {
    position: absolute;
    width: 24px;
    border-radius: 50%;
    top: 0;
    left: 5px;
}
.cartviewlisting .inenrbox .productname {
    font-size: 1vw;
    color: #0000FE;
}
.cartviewlisting .inenrbox .productname span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}
.cartviewlisting .inenrbox .price {
    text-align: right;
    font-size: 14px;
}
.billingdelivery {
    padding: 20px 0 0;
}
.inputcount label {
    font-size: 12px;
    margin-bottom: 0.5rem;
}
.productsliderbtm {
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}
.coupouncode p#error_discount {
    font-size: 14px;
    width: 100%;
}
.enauiremodle .inputcount label.error {
    position: absolute;
    left: 0;
    bottom: -6px;
    margin: 0;
}
#shipping-address .addresssave #save-address {
    height: 45px;
    font-size: 18px;
    border-radius: 4px;
    width: auto;
    padding: 9px 50px;
}
#shipping-address .addresssave .btn.cancel {
    height: 45px;
    font-size: 18px;
    border-radius: 4px;
    background-color: #000000;
}
#checkoutmodal .modal-content p a {
    font-size: 14px;
}
#cancelOrder .modal-header .modal-title,
#returnOrder .modal-header .modal-title,
#trackingpopup .modal-header .modal-title {
    color: #fff;
    padding-bottom: 0 !important;
}
.cartpagemain.checkoutpage a.forgetlist {
    font-size: 12px !important;
    color: #000000 !important;
    font-weight: 700;
    text-align: right;
    width: 100%;
    text-decoration: underline;
}
.details-sup-prod {
    background: #f7f7f7;
}
.details-sup-prod .support-product .details-grid {
    background-color: #fff;
    padding: 20px !important;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
    margin: 5px 0;
}
.details-sup-prod .support-product .details-grid:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
}
.details-sup-prod .support-product .details-grid img {
    transition: 0.5s ease-in-out;
}
.details-sup-prod .support-product .details-grid:hover img {
    transform: scale(1.1);
}
.details-sup-prod .support-product .slick-track {
    margin-left: inherit;
    margin-right: inherit;
}
.main-heading {
    color: #0000fe !important;
    font-size: 32px;
    padding: 20px 0;
    margin: 0;
}
.product-details-buttons .actions_buttons {
    width: auto;
}
.product-details-buttons .actions_buttons button {
    height: 43px;
    font-size: 16px;
    padding: 8px 30px;
    border: 1px solid #5ba621;
}
.icon_block h3,
.searchnotfound .getaquote p {
    padding-top: 10px;
}
.specification .techSpec li a {
    word-break: break-all;
}
.col-12.bg-white.pt-3.pb-2.border.innerdiv,
.industrial-slider .sidebar-nav .list-group.mega-menu,
.listing-grid .prod-listing .prod-inner,
.listing-grid .prod-listing .prod-inner .product-image {
    height: 100%;
}
.modal.mini-cart {
    z-index: 9999;
}
.modal.mini-cart::-webkit-scrollbar {
    width: 5px;
}
.contact-dtls {
    padding: 15px 0;
    display: none;
}
.contact-dtls p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.asterisk-fields {
    margin-bottom: 0 !important;
    font-size: 13px !important;
    display: block;
    width: 100%;
    text-align: left;
}
.shop-now-button-skf {
    padding: 6px 20px;
    display: inline-block;
    background: #0000fe;
    color: #fff;
    transition: 0.5s linear;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    font-family: var(--SKF-Regular);
}
.shop-now-button-skf:hover {
    background: #144aab;
    color: #fff;
    text-decoration: none !important;
}
.btn-product {
    padding-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.text-500.text-center.pad-tb-20.no-product-find.ng-tns-c79-1 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.mobile-cart {
    display: none;
    position: absolute;
    right: 57px;
    width: auto;
    padding: 0;
    margin: 0;
}
.mobile-cart span.cart-count {
    right: auto;
    left: -8px;
    height: 14px;
    width: 14px;
    top: 4px;
    font-size: 12px;
    min-width: 18px;
    min-height: 17px;
}
.mywishlist-page .prod-inner {
    box-shadow: 0 0.5rem 2rem rgb(217 217 217 / 53%) !important;
    height: 100%;
}
.mywishlist-page .prod-inner .wishlist-product {
    height: 200px;
}
.mywishlist-page .prod-inner .prodcutcontent {
    padding: 0 10px;
    text-align: center;
}
.mywishlist-page h5.product-title {
    font-family: var(--SKF-Regular);
    font-size: 1.125rem;
    color: #0000FE;
}
.mywishlist-page .prod-inner .prodcutcontent .actual-price i {
    font-size: 95%;
}
.mywishlist-page .prod-inner .prodcutcontent .singlediprice i {
    font-size: 19px;
}
.filter_title h4 {
    font-size: 1.25rem;
}
.filter_title .resetBtn {
    font-family: var(--SKF-Regular);
    font-size: 15px;
}
.invoice-btn {
    background-color: #a1a1a1;
}
.userprofileright select.form-control {
    border-bottom: 2px solid #607079;
}
.tracking-status {
    opacity: 0.5;
}
.enquirefixed .text-white:hover + .label-text,
.label-text {
    opacity: 1;
    visibility: visible;
}
.home-slider .carousel-indicators {
    bottom: 40px;
}
.home-slider .carousel-indicators li {
    background-color: #0000fe;
}
.home-slider .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.home-slider .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.js-conveyor-example.eocjs-newsticker {
    width: 65%;
    height: 20px;
}
.left-topnabar.d-flex.align-items-center {
    width: 10%;
}
.eocjs-newsticker li span {
    font-size: 14px;
    color: #0749bc !important;
}
.eocjs-newsticker ul li {
    font-family: inherit;
    font-size: inherit;
    list-style: none;
}
.js-conveyor-examples.eocjs-newsticker {
    width: 100%;
    padding-top: 10px;
}
.js-conveyor-examples {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 0 0;
}
@media (min-width: 1024px) {
    .products-industry ul li {
        width: 12%;
    }
}
.contact-us-section h4 {
    color: #0000fe;
    width: 100%;
    font-size: 25px;
    margin-bottom: 15px;
}
.product-title,
h5.price {
    font-size: 1.125rem;
    font-family: var(--SKF-Regular);
}
.contact-us-section-inner {
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-content: center;
    background-color: #e3e6e9;
}
.contact-us-section p {
    display: flex;
    align-items: center;
    width: 100%;
    color: #2b2a29;
}
.billinsec,
.innersec,
.media-left span {
    display: inline-block;
}
.automotive-products.products-industry .automotive-products-inner {
    width: 37%;
    display: flex !important;
    justify-content: center;
}
.automotive-products.products-industry .automotive-products-inner p {
    width: 100%;
    text-align: center;
}
.automotive-products.products-industry ul li {
    width: 47%;
}
.automotive-products.products-industry .automotive-products-inner:last-child {
    width: 20%;
}
.automotive-products.products-industry .automotive-products-inner:last-child li {
    width: 87%;
}
.icon_block h3,
h5.price .mainprice i {
    font-size: 16px;
}
.text-center.mt-3.pt-2.prod-name {
    margin-bottom: 55px;
    padding-left: 10px;
    padding-right: 10px;
}
.billinsec {
    width: 100%;
    padding: 10px;
    border: 2px solid #43b606;
    transition: 0.5s;
    background-color: #e1f3d8;
    border-radius: 5px;
}
.specification .justofy-content-between.list-unstyled.techSpec {
    align-items: flex-start !important;
}
#feature .col-sm-2 {
    -ms-flex: 0 0 18.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
}
.media-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    vertical-align: top;
}
.label-text,
.table-responsive.thankyou-table .table thead th {
    vertical-align: middle;
}
.icon_block h3 {
    font-weight: 700;
    color: #000000 !important;
    letter-spacing: 0.025em;
    line-height: 20px;
}
.icon_block p,
.icon_block ul {
    color: #000000 !important;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 5px;
}
.closeiconotp a,
.innersec {
    color: #000;
    cursor: pointer;
}
.icon_block ul li {
    padding-bottom: 3px;
}
.enquirefixed.bulkorderfix {
    bottom: 40% !important;
}
.innersec {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.media {
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-left span {
    width: 40px;
    height: 40px;
}
#feature {
    overflow-x: hidden;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #d8d6d6;
    background: #fff;
}
.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    top: 42%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-us-section-inner {
        padding: 10px 20px;
    }
    .media-body,
    .media-left,
    .media-right {
        width: 100%;
    }
    .icon_block h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
.checkoutnewcustomer.registerclass #register-form .input-group {
    width: 50%;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .list-grid .wishlistIcon,
    .mobticker {
        display: block;
    }
    .carousel-control-next,
    .carousel-control-prev {
        top: 30%;
    }
    .mobticker {
        padding: 5px 15px;
    }
    .checkoutnewcustomer.registerclass #register-form .input-group,
    .mobticker .js-conveyor-example {
        width: 100%;
    }
    header .notification-bell {
        width: 22px;
    }
    .billinsec {
        margin-bottom: 10px;
    }
    .navbar-nav .nav-link {
        color: #000 !important;
    }
    .navbar-nav .nav-link img {
        filter: invert(1);
        width: 20px;
        display: inline-block;
    }
    .searchcategory {
        right: 0;
        width: 235px;
        padding: 10px;
        box-shadow: 0 0 20px rgba(31, 30, 30, 0.13);
        top: 100px;
    }
    .mobilemenu li.nav-item.logincss {
        background: #0000fe;
    }
    .automotive-products.products-industry .automotive-products-inner img,
    .productDetailImg .carousel-item img,
    .slick-slide .prod-image {
        height: auto;
    }
    .input-group.delivery-input .checkDeliveryStatus {
        height: 42px;
    }
    .check-delivery .showPrice {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
    }
    .product-details-buttons {
        position: fixed;
        bottom: -1px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        left: 0;
        z-index: 99;
    }
    .product-details-buttons .actions_buttons button {
        height: 60px;
        font-size: 18px;
        border-radius: 0 !important;
    }
    #topscroll {
        bottom: 70px;
        right: 20px;
    }
    .navbar-toggler-icon {
        background-color: #fff;
    }
    .main-heading {
        font-size: 25px;
    }
    .list-grid {
        padding: 3px !important;
    }
    .prod-listing .product-image {
        padding: 10px !important;
    }
    .prod-inner .prod-name {
        margin-top: 0 !important;
    }
    .prod-inner .prod-name a h5 {
        font-size: 16px;
    }
    .prod-listing .prod-inner .producthoverinfo {
        font-size: 16px;
        min-height: 55px;
        display: flex;
        padding: 10px 5px;
        align-items: center;
        justify-content: center;
    }
    .menu-nav button.navbar-toggler {
        left: auto;
        right: 15px;
        position: fixed;
        top: 40px;
        padding: 0;
    }
    .logo-navbar.fixed-header .menu-nav button.navbar-toggler {
        top: 31px;
    }
    footer {
        margin-bottom: 0;
    }
    .automotive-products.products-industry .automotive-products-inner {
        width: 100%;
        display: flex !important;
        justify-content: center;
    }
    .automotive-products.products-industry .automotive-products-inner:last-child {
        width: 52%;
    }
    .contact-us-section h4 {
        font-size: 24px;
    }
    .contact-us-section-inner {
        padding: 25px 20px;
    }
    #feature .col-sm-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .skf-footer .container {
        padding: 0 15px;
    }
    .checkoutaddshiping {
        padding-left: 0 !important;
    }
}
.cartpagemain .innersection .col-xl-3.pl-0,
.deliverybxready,
.table-responsive.thankyou-table {
    text-align: left;
}
.cartpagemain .innersection #by_air .col-xl-2.pl-0 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: left;
}
.cartpagemain .innersection .col-xl-10.burpdadtext.pl-0,
.cartpagemain .innersection .col-xl-12.cartgrandtotal.mb-5.pt-3.pb-3.d-flex.justify-content-between.border-bottom.border-top .col-xl-7 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.cartpagemain .innersection #total_by_air,
.cartpagemain .innersection #total_by_road,
.cartpagemain .innersection #total_id {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
#minicart,
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.disclaimer {
    padding: 15px;
    background: #ececec;
}
.disclaimer ol {
    font-size: 13px;
    padding-left: 15px;
}
.disclaimer h3 {
    font-size: 1.25rem;
    font-weight: 600;
}
.label-text {
    color: #fff;
    background: rgb(98 182 18);
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    position: absolute;
    transition: visibility, opacity 0.5s;
    top: -65px;
    left: -20px;
    width: 100px;
    font-weight: 600;
}
.label-text:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #019e2b;
    position: absolute;
    bottom: -12px;
    right: 40px;
    margin: auto;
}
.message-delivery {
    padding: 5px 0;
    display: inline-block;
}
.sidebar-slider .pb-4.pl-md-0.sidebar-nav,
.sidebar-slider .pb-4.pr-md-0.home-slider {
    padding-bottom: 0 !important;
}
.home-cat-tabbing {
    margin: 20px 0;
}
#loaderEnshow img,
#loaderEnshowQuestion img,
#loaderEnshowrating img {
    width: 40px;
}
#loaderEnshow,
#loaderEnshowQuestion,
#loaderEnshowrating {
    margin-top: 10px;
    text-align: center;
}
::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #0000fe;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #2e579c;
}
#otp_form .otp_verify.btn.btn-success {
    margin: 20px 0;
}
.or-option {
    position: relative;
    margin-top: 40px !important;
}
.or-option span {
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    line-height: 2.3;
    font-size: 13px;
    font-weight: 600;
}
.btn.btn-success.request_otp,
.btnthank a {
    background: #f17a24;
}
#returnOrder .form-control.select,
.btnthank a {
    height: auto;
}
.or-option:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 15px;
    z-index: 0;
}
.table-responsive.thankyou-table thead {
    background: #ddd;
}
.closeiconotp a {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
}
#example .view,
.btnthank a {
    color: #fff;
    display: inline-block;
}
.btnthank a {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px;
    line-height: normal;
    padding-top: 10px !important;
    border: 1px solid #f17a24;
    transition: 0.5s;
}
.table-responsive.thankyou-table tbody {
    background: #fff;
}
.check-delivery .showPrice .lead_by_air.mb-0,
.check-delivery .showPrice .lead_by_road.mb-0 {
    font-weight: 600;
    color: #0000fe;
}
.soldbyvashi .quantityAvailable {
    font-weight: 400 !important;
}
#example .view {
    width: 30px;
    height: 30px;
    background: #0000fe;
    line-height: 30px;
    border-radius: 100%;
}
.details-popup .modal-body p {
    word-break: break-word;
}
.industrial-slider .sidebar-nav .mega_menu {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #75767e !important;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.innersection.cartsummarybox,
.mobileinerpadd {
    font-family: var(--SKF-Light);
}
.forgotpass a {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    text-decoration: underline;
}
.ladda-button[data-style="slide-up"] {
    overflow: hidden;
    position: relative;
}
.ladda-button[data-style="slide-up"] .ladda-spinner {
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 0 !important;
}
.wishlistbnt {
    text-decoration: underline;
    padding-left: 15px;
}
.forgotpass {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.forgotpass .savelink {
    width: 50%;
    text-align: left;
    padding: 0 !important;
    font-size: 12px !important;
}
.forgotpass .forgolink {
    width: 50%;
    text-align: right;
    padding: 0 !important;
    font-size: 12px !important;
}
.forgotpass .form-check-input {
    margin: 0;
    padding: 0 !important;
    position: relative;
    border-color: #000;
}
.forgotpass .form-check-label-ch {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
    vertical-align: middle;
}
.drodownclick {
    position: absolute;
    right: 10px;
    font-size: 26px;
    top: 0;
    color: #000000;
    width: 30px;
    height: 100%;
    text-align: center;
}
.order-progress ul {
    clear: both;
    padding: 10px 0;
    list-style: none;
    width: 100%;
    margin: 0 auto;
}
.order-progress ul li {
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
    padding: 0 10px;
}
.order-progress ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    left: -50%;
    top: 7px;
}
.order-progress ul li span {
    width: 16px;
    height: 16px;
    background-color: #e0e0e0;
    display: inline-block;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}
.order-progress ul li small {
    display: block;
    font-size: 0.875rem;
}
.order-progress ul li.status-done span,
.order-progress ul li.status-done:before {
    background-color: #26a541;
}
.button-box a {
    padding: 10px 25px;
    background-color: #0000FE;
    border-color: #0000FE;
    color: #fff;
    transition: 0.5s linear;
    display: inline-block;
    margin-bottom: 5px;
}
.button-box .row {
    width: 100%;
    margin: 0;
}
.button-box {
    clear: both;
    width: 100%;
}
.btns-sec-ruturn.return-right {
    text-align: left;
    width: 100%;
}
.button-box a:hover {
    background: #2e74c0;
    border-color: #2e74c0;
}
.home-prod-categories .slider .actual-price,
.text-center.mt-3.pt-2.prod-name .ml-1.actual-price {
    display: block;
    margin-left: 0 !important;
}
.location_ssec p {
    font-size: 14px;
    margin: 10px 0;
}
.help-and-support.enauiremodle {
    padding: 15px 0 40px;
}
.help-and-support.enauiremodle .modal-body {
    width: 50%;
    margin: 30px auto 0;
    box-shadow: 0 4px 8px hsl(0deg 0% 2% / 25%);
    padding: 20px;
}
.help-and-support.enauiremodle .inputcount select {
    width: 100%;
    border: 1px solid #ddd;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    outline: 0;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.addadressmain.addnewaddrescheckout.updateaddress-user.p-0 .asterisk-fields,
.d-flex.orderlist,
.help-and-support.enauiremodle .asterisk-fields.mb-2 {
    padding-bottom: 10px;
}
.help-and-support.enauiremodle p {
    margin: 10px 0;
}
.headingsec {
    text-align: center;
    padding-bottom: 20px;
}
.headingsec h3 {
    font-size: 35px;
}
.help-box {
    border: 1px solid #eee;
    box-shadow: 0 12px 12px #ccc;
    padding: 20px 0 20px 20px;
    border-radius: 5px;
}
.help-and-support.enauiremodle .row.justify-center {
    justify-content: center;
}
#by_air,
#by_road {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.product-placed {
    height: 30vh;
    overflow-y: scroll;
}
.table-responsive::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}
.product-placed::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 10px;
}
.product-placed::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.product-placed::-webkit-scrollbar-thumb {
    background-color: #0000fe;
    border-radius: 10px;
}
.media.thanks-product {
    border-bottom: 1px solid #dfdede;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.media.thanks-product img {
    width: 80px;
    height: 80px;
    border: 1px solid #e9e9e9;
}
.media.thanks-product h4 {
    color: #000 !important;
    text-align: left;
    font-weight: 500;
    font-size: 19px !important;
    font-family: var(--SKF-Medium);
    padding: 10px 15px !important;
}
#trackingpopup p {
    width: 50%;
    padding: 0 10px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
}
#trackingpopup p strong {
    width: 100%;
    display: block;
    font-size: 14px;
}
#trackingpopup p a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0000fe;
}
.buttoncancel {
    text-align: right;
    width: 100%;
}
.accordion.skfdrop h3,
.return-status h3,
.w-100.order-progress.my-4 h3 {
    font-size: 20px;
    color: #000000;
    font-family: var(--SKF-Medium);
}
.blog-sidebar ul li a:hover,
.marquee,
marquee {
    color: #0000fe;
}
.cost-section p {
    margin-bottom: 10px;
    font-size: 14px;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.accordion.skfdrop {
    cursor: pointer;
}
.accordion.skfdrop > .card > .card-header:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #0000fe;
    border: none;
    font-weight: 600;
    top: 10px;
}
.return-status .col-xl-12.d-flex.flex-wrap.pb-3.mb-3 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.order-progress ul li .fa.fa-times-circle-o {
    color: red;
    position: absolute;
    top: -5px;
    left: 70px;
    z-index: 1;
    font-size: 18px;
}
.check-Btn.checknotifyStatus {
    background: #019e2b;
    transition: 0.3s linear;
}
.check-Btn.checknotifyStatus:hover {
    background: #629f29;
}
.blog-listing .blog-list .blog-img,
.d-flex.flex-wrap.justify-content-between.w-100.mt-2.cartprod_info .text-right.cartProd_price {
    width: 30%;
}
.order-progress ul li.status-done.canceldone span {
    background-color: #f44336;
}
.listing-grid .nice-select {
    padding: 10px 35px 10px 10px;
    font-size: 16px;
    border-radius: 0.15rem;
    border: 1px solid #dee2e6 !important;
    height: 45px;
    color: #495057;
    background: url("https://d1heg82t2fu93i.cloudfront.net/images/admin/icons/dropdown.svg") top 16px right 11px no-repeat #fff;
    background-size: 17px !important;
    outline: 0;
    transition: 0.5s ease-in-out;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.row.justify-space-between {
    justify-content: space-between;
}
.cartpagemain .productImage .productimagebox a svg {
    width: 12px;
}
#addressEmptyError {
    display: block;
    padding: 10px;
    background: #e7e4e4;
    border-radius: 4px;
    margin-top: 53px;
    margin-bottom: 35px;
}
#item-lists .price-off {
    font-size: 13px;
    color: #019e2b;
    font-family: var(--SKF-Regular);
}
.col-xl-12.addadressmain.addnewaddrescheckout.updateaddress-user.p-0 h4.pb-3 {
    margin-top: 20px;
}
.productDetail-content .price-off {
    color: #019e2b;
    font-size: 20px;
    font-weight: 500;
}
.delivery-stus {
    padding: 15px;
    background: #f3f3f3;
    box-shadow: 0 0 8px rgb(0 0 0 / 26%);
    border-radius: 10px;
    font-size: 14px;
}
.writereviewmain .from-control {
    padding: 10px;
    width: 100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .col-lg-2.col-6.logodiv {
        margin-bottom: 10px;
    }
    .products-industry .industry-prod li {
        width: 25%;
    }
    .modal.fade.show.mini-cart .modal-dialog.modal-dialog-slideout {
        height: auto;
    }
    .col-xl-12.d-flex.discform {
        flex-wrap: nowrap !important;
        padding-bottom: 10px;
    }
    .cartsummarybox .coupouncode .inputbox input {
        width: 100%;
    }
    .cartsummarybox .cartgrandtotal .total {
        font-weight: 700;
        width: 100%;
    }
    span.cart-count {
        left: 15px !important;
    }
    .placeorderbtn {
        padding-top: 0 !important;
    }
    .menu .slidenav > li {
        padding: 0 5px !important;
        margin-left: 0 !important;
    }
    .slick-slide .prod-image {
        min-height: 190px;
    }
    .sidebar-nav .list-group a {
        padding: 10px 1.25rem;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .menu li a {
        font-size: 14px;
    }
    .check-delivery .showPrice {
        width: 80%;
    }
    .actions_buttons,
    .qty-info .qty {
        width: 30%;
    }
    section.py-4.details-sup-prod,
    section.py-4.details-sup-prod .container.py-3 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .col-md-12.pb-4.details {
        padding-bottom: 0 !important;
    }
}
.foter-content {
    padding: 20px 0;
    border-top: 1px solid #d8d6d6;
    background: #f8f8f8;
}
.foter-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mobilesearch {
        padding: 10px 0;
    }
    .productDetailImg .carousel-item,
    .slick-slide .prod-image {
        display: block;
    }
    select::-ms-expand {
        display: none;
    }
    .productDetail .productDetail-image {
        top: 0;
    }
}
@media only screen and (max-width: 567px) {
    .menu-nav button.navbar-toggler {
        top: 30px;
    }
    .sidebar-open .menu-nav button.navbar-toggler {
        top: 37px !important;
    }
    marquee {
        display: block !important;
    }
}
.poplogo img {
    background: #0000fe;
    padding: 10px;
    width: 160px;
}
.blog-sidebar ul,
.social-share ul {
    padding: 0;
    list-style: none;
}
.poplogo p {
    margin-top: 14px;
    font-size: 18px;
}
.marquee {
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 69%;
}
.marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: 2s linear infinite scroll-left;
    -webkit-animation: 2s linear infinite scroll-left;
    animation: 20s linear infinite scroll-left;
}
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.tc-accept {
    margin: 10px 0 20px;
}
.row,
.row > * {
    margin-top: 0;
}
.tc-accept .textdanger {
    position: absolute;
    bottom: -22px;
}
marquee {
    background: #f6f7f7;
    line-height: 20px;
}
.text-right {
    text-align: right !important;
}
.small,
small {
    font-size: 80%;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.col-12,
.row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.disabled > .page-link,
.page-link.disabled {
    background-color: #fff;
}
.col-12 {
    position: relative;
    width: 100%;
}
.fa-trash-alt:before,
.fa-trash-can:before {
    content: "\f014";
}
.blog-page {
    background-color: #f8f8f8;
}
.blog-description,
.blog-listing {
    background-color: #fff;
    margin: 50px 0;
}
.blog-description .navigations {
    margin-top: 30px;
}
.blog-description .navigations .btn-next,
.blog-description .navigations .btn-prev {
    background-color: #0000fe;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.blog-listing .blog-list {
    border-bottom: 1px solid #d8d6d6;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.blog-listing .blog-list .blog-details {
    width: 70%;
    padding-right: 40px;
}
.blog-listing .blog-list .blog-details h3 {
    font-size: 28px;
    color: #0000fe;
    font-family: var(--SKF-Medium);
    margin-bottom: 15px;
}
.blog-description h1 {
    font-family: var(--SKF-Medium);
    font-size: 28px;
    margin-top: 20px;
}
.blog-posted-date {
    color: #979da0;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}
.social-share {
    display: inline-flex;
    margin-left: 20px;
}
.social-share ul {
    margin: 0;
    display: inline-flex;
}
.blog-listing .blog-list .blog-details p {
    color: #000000;
    margin-top: 15px;
}
.blog-listing .blog-list .blog-details .read-more-btn {
    background-color: #0000fe;
    color: #fff;
    padding: 8px 12px;
    display: inline-flex;
    font-family: var(--SKF-Medium);
}
.blog-sidebar {
    background-color: #fff;
    margin: 50px 0;
    padding: 20px;
    position: sticky;
    top: 90px;
}
.blog-sidebar h4 {
    color: #000;
    font-family: var(--SKF-Medium);
    font-size: 18px;
}
.blog-sidebar .blog-search {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    font-size: 14px;
}
.blog-sidebar .blog-search input {
    border: 1px solid #d8d6d6;
    padding: 10px;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
}
.blog-sidebar .blog-search input::placeholder {
    font-size: 14px;
}
.blog-sidebar .blog-search button {
    background-color: #0000fe;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    border: none;
    width: 50px !important;
}
.blog-sidebar .blog-search .error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
}
.blog-sidebar ul li a {
    color: #000000;
    font-size: 15px;
    position: relative;
    padding: 5px 0 5px 20px;
    transition: 0.5s ease-in-out;
}
.blog-sidebar ul li a::before {
    content: "»";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
    transition: 0.5s ease-in-out;
}
.blog-sidebar ul li a:hover::before {
    margin-left: 4px;
}
@media (min-width: 768px) {
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
}
