/* #account-login{ display: none;} */
#account-login{ 
  max-width: 100%; 
  /* background: #eee;  */
  background: url("https://sparebiz.com/image/catalog/loginBg.png") no-repeat right;
  height: 100%; 
  position: fixed;
}
#account-forgotten{ max-width: 100%; background: #eee; height: 100%; position: absolute;}
#account-login.vendorLoginWrap{ top: 0; background: #eee;}
#account-login .BeforeSignHeader, #account-register .BeforeSignHeader, #account-forgotten .BeforeSignHeader{ display: none;}
#account-login #content .row{ 
  display: grid; 
  /* align-items: center; justify-items: center;  */
  height: 100%;
}
#account-login .call, #account-register + .call{  position: fixed; bottom: 0; right: 0;}
#account-login .call img, #account-register + .call img{ width: 150px;}
#account-login #form-login h2{ text-align: center; font-size: 14px; line-height:32px;}
#account-login #form-login .mb-3{ margin-bottom: 0 !important;}
#account-login #form-login h2 span::before{
    content: "";
    background: url("https://sparebiz.com/image/catalog/logos/sparebiz logo copy 2.png") no-repeat center;
    width: 249px;
    height: 53px;
    display: block;
    margin: auto;
}
#form-login .mb-3 + .mb-3 {
    position: relative;
}
#input-password + span {
    position: absolute;
    right: 12px;
    top: 43px;
    font-size: 15px;
    cursor: pointer;
  }
  #account-login #form-login a[href="https://sparebiz.com/us/en-gb?route=account/forgotten"] {
    display: flex;
    flex-flow: row-reverse;
    margin-top: 5px;
  }
  #account-login button[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 14px; border: none; background: #223F90;
  }
  #account-login button[type="submit"]:hover{ color: #fff;}
  #account-login button + p{ text-align: center; margin-top: 5px;}
  #account-login #content .col-sm-5{
     width: 35%;
     display: grid;
     align-items: center;
     position: relative;
     left: 8%;
  }
  #account-login #content .col-sm-5 > .card{ 
    border: none;
     /* box-shadow: 1px 1px 4px 0px #ccc; */
     box-shadow: 1px 1px 0px 0px #eee;
  }
  #account-login a{ color: #223F90;}
  #account-login #errorMessages{ color: red; display: none;}
  #account-login .col-form-label{ display: block; text-align: left;}
  #account-register{ 
    /* background: #eee; 
    max-width: 100%; 
    padding: 25px 0; */
    background: url("https://sparebiz.com/image/catalog/signupBg.jpg") no-repeat center center fixed;
    max-width: 100%;
    padding: 15px 0;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: fixed;
    display: grid;
  }
  #account-register .bdrWrap, #account-forgotten .bdrWrap{ background: #fff; width: 500px; padding: 15px; margin: auto; border-radius: 5px; box-shadow: 1px 1px 4px 0px #ccc;}
  #account-register .bdrWrap{padding: 25px;}
  #account-register .bdrWrap > .row{
    overflow-y: scroll;
    height: 563px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }
  #account-register .bdrWrap > .row::-webkit-scrollbar{
    width: 8px;
  }

/* track */
#account-register .bdrWrap > .row::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* thumb */
#account-register .bdrWrap > .row::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* thumb on hover */
#account-register .bdrWrap > .row::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  #account-register p{ text-align: center;}
  #account-register p::before{
    content: "";
    background: url("https://sparebiz.com/image/catalog/logos/sparebiz logo copy 2.png") no-repeat center;
    width: 249px;
    height: 53px;
    display: block;
    margin: auto;
  }
#account-register .account_wrap.tab-options label{ text-align: left;}
#account-register .account_wrap.tab-options .businessEndWrap{ 
  display: grid; 
  /* grid-template-columns: 44% 48%;  */
  grid-template-columns: 47% 52%; 
  margin-top: -13px;
}
#account-register .account_wrap.tab-options .businessEndWrap label{ padding-top: 0;}
#account-register legend {
    width: auto;
    float: none;
    margin: auto auto 20px;
    color: #000;
    border-color: #999;
}
#account-register #account .account_wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}
#account-register #account .account_wrap > div :is(label, div), #account-register #business_Details .row :is(label, div), #account-register #password .row :is(label, div) {
    width: 100%;
    padding: 0 20px;
    padding: 0 16px;
    text-align: left;
    color: #000;
  }
  #account-register #account .account_wrap #destination_postal_new_user + div{grid-column: 1/-1;} 
  #account-register #account .account_wrap #destination_postal_new_user + div #input-custom-field-39 { display: grid; grid-template-columns: auto auto auto; padding: 0;}
  #account-register #account .account_wrap #destination_postal_new_user + div #input-custom-field-39 label{ padding-left: 0;}
  #account-register #business_Details .register_Wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}
#account-register #business_Details .register_Wrap .custom-field-5{
    grid-column: 1/3; order: 1;
}
#account-register #business_Details #input-custom-field-1{ display: grid; grid-template-columns: auto auto auto; padding: 0;}
#account-register #business_Details #input-custom-field-1 label,
#account-register #business_Details #input-custom-field-3 label,
#account-register #business_Details #input-custom-field-42 label,
#account-register #business_Details #input-custom-field-39 label,
#account-register #business_Details #input-custom-field-2 label{ padding-left: 0; padding-right: 0;}
#account-register #business_Details #input-custom-field-1 label span, 
#account-register #business_Details #input-custom-field-42 label span,
#account-register #business_Details #input-custom-field-39 label span{ display: none;}
#account-register #business_Details #input-custom-field-3{ display: grid; grid-template-columns: auto auto; padding: 0;}
#account-register #business_Details #input-custom-field-42, 
#account-register #business_Details #input-custom-field-39, #account-register #business_Details #input-custom-field-2{ display: grid; grid-template-columns: auto auto auto; padding: 0;}
#account-register .captchaForm label{ display: block; text-align: left;}
#account-register button[type="submit"]{
    display: block;
    width: 100%;
    margin-top: 0; margin-bottom: 10px; border: none; background: #223F90;
}
#account-register button[type="submit"]:hover{ color: #fff;}
#account-register label i{ display: none;}
#account-forgotten #content{ display: flex;}
#account-forgotten #content :is(h1, p) {
    text-align: center;
}
#account-forgotten #content h1::before{
    content: "";
    background: url("https://sparebiz.com/image/catalog/logos/sparebiz logo copy 2.png") no-repeat center;
    width: 249px;
    height: 53px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}
#account-forgotten #content h1{ font-size: 20px;}
#account-forgotten legend {
    width: auto;
    float: none;
    margin: auto auto 20px;
    color: #000;
    border-color: #999;
  }
#account-forgotten legend + .row{ display: grid; grid-template-columns: auto;}
#account-forgotten .row label{ width: 100%; text-align: left;}
#account-forgotten .row .col-sm-10{ width: 100%;}
#account-forgotten button[type="submit"]{ border: none; background: #223F90;}
#account-forgotten button[type="submit"]:hover{ color: #fff;}
.suggestNewItemButtonWrap, .priceLoderPopup, .suggestLoderPopup{ display: none !important;}
#top {
    background-color: #223F90 ;
    border-bottom: 1px solid #223F90 ;
    padding: 10px 0;
    margin: 0 0 20px 0;
    min-height: 44px;
    position: relative;
    min-height: 35px;
    padding: 6px 0;
  }
  #top a {
    color: #fff !important;
    text-shadow: none !important;
  }
  #header-cart .btn-lg {
    color: #FFF;
    height: 40px;
    padding: 0 0.3rem;
    width: 100px;
    width: 115px;
    font-size: 15px;
  }
  #header-cart .dropdown {
    float: right;
  }
  #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #FFF;
    background: #e21c21;
    border-color: #e21c21;
    /* background: #000;
    border-color: #000; */
    color: #fff;
    width: 40px;
    padding: 0;
    border-radius: 25px;
    margin-left: -30px;
    z-index: 9;
  }
  #common-home h3 {
    border-bottom: 1px solid #223F90;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
    position: relative;
    margin-top: 10px;
  }
  #common-home h3.active {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    display: block;
    padding-top: 8px;
    margin-right: -11px;
  }
  #common-home h3 p {
    font-size: 13px;
    font-style: italic;
    color: #666;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
  }
  #common-home #content .row {
    display: grid;
    /* grid-template-columns: 25% 25% 25% 25%; */
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-bottom: 10px;
  }
  #common-home #content .row > .col {
    border: 1px solid #f7f7f7;
    margin-bottom: 15px;
    padding: 0;
    margin-left: calc(var(--bs-gutter-x) * .5);
    width: auto;
    transition: box-shadow ease 0.5s;
  }
  #common-home .product-thumb {
    border: none;
  }
  #common-home .product-thumb .image {
    position: relative;
  }
  #common-home .product-thumb .image {
    margin-bottom: 0;
  }
  #common-home .product-thumb .image .viewMoreBtn {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 5px;
    color: #000;
    padding: 1px 5px;
    font-size: 12px;
    z-index: 9;
    margin: 5px;
    display: none;
  }
  #common-home .product-thumb .image a {
    width: 100%;
    overflow: hidden;
    height: 150px;
    display: block;
    padding: 5px;
  }
  #common-home .product-thumb .image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform .5s ease;
  }
  #common-home .product-thumb .image a:hover > img {
    transform: scale(1.1);
  }
  .product-thumb .description {
    padding: 15px 15px 0;
    text-align: center;
  }
  #common-home .content h4 {
    font-size: 14px;
    text-align: center;
  }
  #common-home .content h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 34px;
  }
  #common-home .content h4 a {
    color: #223F90;
  }
  #common-home .content .description p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 42px;
    min-height: 60px;
    min-height: 45px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 5px;
  }
  #common-home .content .description .crossReferenceWrap > .price-new{ color: #223F90;}
  footer img.footerLogo {
    margin-bottom: 25px;
  }
  footer .list-unstyled li {
    margin-bottom: 5px;
  }
  footer .row + p + .row > .col-sm-6:last-child {
    text-align: right;
  }
  footer .row .col-sm-4:last-child h5 {
    margin-bottom: 0;
  }
  footer .row + p {
    margin: 25px 0;
    line-height: 18px;
  }
  footer form input {
    border: 1px solid #eee;
    background: #fff;
    width: 70%;
    padding: 8px 10px;
    font-size: 13px;
  }
  footer form button {
    width: 70%;
    margin-top: 7px;
    background: #ce2126;
    border: 1px solid #ce2126;
    color: #fff;
    padding: 5px;
  }
  footer{ background: #223F90 !important;}
  #account-login.vendorLoginWrap #content { display: flex; align-items: center;}
  #account-login.vendorLoginWrap #content .row{ grid-template-columns: 50% 50%; margin: 0 5%; align-items: unset; height: auto; gap: 5px; margin: auto;}
  #account-login.vendorLoginWrap #content .row .col-sm-6{ width: 100%; border: 1px solid #eee; background: #fff; border-radius: 5px;}
  #account-login.vendorLoginWrap #content .row .col-sm-6 .card{ border: none; background: none; height: 100%;}
  #account-login.vendorLoginWrap #content .col-sm-6:first-child .card-body{ align-content: center; display: grid; justify-items: center; text-align: center;}
  #account-login.vendorLoginWrap #content .col-sm-6:first-child .card-body h2::before{
    content: "";
    background: url("https://sparebiz.com/image/catalog/logos/sparebiz logo copy 2.png") no-repeat center;
    width: 249px;
    height: 53px;
    display: block;
    margin: auto auto 10px;
  }
  #account-login.vendorLoginWrap #content .col-sm-6:first-child a{background: #223F90; color: #fff; border-color: #223F90; }
  #account-login.vendorLoginWrap #content .col-sm-6:last-child form .mb-3 + .mb-3 + div {
    display: grid;
    grid-template-columns: 50% 49%;
    gap: 0 5px;
    margin-top: 9px;
  }
  #account-login.vendorLoginWrap #content .col-sm-6:last-child form .mb-3 + .mb-3 + div button{ margin: 0;}
  #account-login.vendorLoginWrap #content .col-sm-6:last-child form .mb-3 + .mb-3 + div a{ color: #fff; width: 100%;}
  #menu.navbar{ border: 1px solid #eee; background: none !important;}
  #menu.navbar .callUs-box{ display: none;}
  #menu.navbar .col-md-12{ 
    /* width: 75%; */
    width: 100%;
  }
  #menu.navbar .col-md-12 ul{ float: right;}
  #menu .navbar-nav > li > a{ color: #000; text-shadow: none; text-transform: capitalize;}
  #menu .navbar-nav > li > a:hover{ background: #223F90; color: #fff; }
  #menu.navbar span.categorie-title{
    background: #CE2126 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
    text-transform: uppercase;
  }
  #search .form-control-lg {
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    /* color: #fff; */
    color: #000;
    width: 40px;
    border-radius: 25px;
    margin-left: -30px;
  }
  #header-cart .btn-lg.btn-inverse{ 
    background: none; 
    border: none; 
    color: #000; 
    text-shadow: none;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    align-items: center;
    text-align: center;
    width: auto;
    gap: 8px;
  }
  #header-cart .btn-lg.btn-inverse .my-cart span{ display: block; line-height: 19px; font-size: 12px;}
  #header-cart .btn-lg.btn-inverse i{ font-size: 25px;}
  #search{ margin-left: 30px;}
  #header-cart .btn-lg.btn-inverse .my-cart span:first-child{
    background: #CE2126;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    height: 28px;
  }
  .breadcrumb{ border: 1px solid #eee; background-color: #fff;}
  .breadcrumb a{ color: #000;}
  #column-left .asideStickyWrap {
    position: sticky;
    top: 10px;
  }
  .list-group-item.active {
    background-color: #223F90;
    border-color: #223F90;
    color: #fff;
  }
  /* .list-group-item.active ~ .list-group-item.active {
    background-color: #223F90;
    color: #fff;
  }
  
  .list-group-item.active:not(:last-child) {
    background-color: transparent;
    color: #000;
    border-color: #dee2e6;
  } */
  .asideStickyWrap .list-group-item + .list-group-item {
    border-top-width: 0;
    font-size: 11px;
    padding: 5px;
  }

  #product-category #content .row-cols-lg-4 ul{ 
    display: grid; 
    /* grid-template-columns: 32% 32% 32%;  */
    grid-template-columns: repeat(4, 1fr); 
    margin: 0 -5px !important; padding: 0; list-style: none; gap: 14px;
  }
  #product-category #content .row-cols-lg-4 .col{ width: 100%;}
  #product-category #content :is(h2, h3){
    display: none;
  }
  #product-category #content li {
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
  }
  #product-category #content li .col-sm-2 {
    width: 100%;
  }
  #product-category #content li .col-sm-2 a {
    width: 100%;
    overflow: hidden;
    height: 150px;
    display: block;
  }
  #product-category #content li .col-sm-2 a > img {
    max-width: 100%;
    width: 100%;
    /* height: 150px; */
    height: 125px;
    transition: transform .5s ease;
    object-fit: scale-down;
  }
  #product-category #content li .col-sm-2 a > img:hover{ transform: scale(1.1); }
  #product-category #content li > a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    float: right;
    font-size: 10px;
  }
  #product-category #content li > a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    display: block;
    flex-direction: column-reverse;
    font-size: 13px;
    padding-bottom: 10px;
    padding: 0 15px 5px;
    text-align: left;
    /* background: rgba(247,247,247,0.4); */
    font-weight: 600;
    color: #000;
  }
  #product-category #product-list{ display: grid; grid-template-columns: 25% 25% 25% 25%;}
  #product-category #product-list .col{ width: 100%;}
  #product-category #product-list.product-list {
    grid-template-columns: auto;
  }
  #product-category .btn-primary{ background-color: #223F90 !important; border-color: #223F90 !important; background-image: none; }
  #product-category .btn-primary:hover{ color: #fff; background-color: #CE2126 !important; border-color: #CE2126 !important; }
  #product-category #product-list > .col {
    width: auto;
    border: 1px solid #f7f7f7;
    padding: 0;
    margin: 0 12px 10px;
    overflow: hidden;
  }
  #product-category #product-list > .col .product-thumb .image a:hover > img {
    transform: scale(1.1);
  }
  #product-category #product-list > .col .product-thumb .image img {
    width: 100%;
    height: 120px !important;
    /* object-fit: cover; */
    object-fit: scale-down;
    transition: transform .5s ease;
  }
  #product-category #product-list > .col .image a {
    width: 100%;
    overflow: hidden;
    height: 170px !important ;
    display: flex; align-items: center;
    padding-top: 15px;
  }
  #product-category #product-list > .col .product-thumb .image .viewMoreBtn {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 5px;
    color: #000;
    padding: 1px 5px;
    font-size: 12px;
    z-index: 9;
    margin: 5px;
    display: none;
  }
  #product-category #product-list > .col .product-thumb {
    border: none; margin-bottom: 0;
  }
  #product-category #product-list > .col .product-thumb .description {
    text-align: center; padding-top: 0;
  }
  #product-category #product-list > .col .product-thumb h4 {
    font-size: 14px;
  }
  #product-category #product-list > .col .product-thumb h4 > a{ color: #000;}
  #product-category #product-list.product-list > .col .product-thumb .description { text-align: left; }
  #product-category #product-list.product-list > .col .image a, 
  #product-category #product-list.product-list > .col .product-thumb .image img{ height:100px !important;}
  #product-category #product-list.product-list > .col .product-thumb .description p{ margin-bottom: 0;}
  #product-category #product-list.product-list > .col .product-thumb .image .viewMoreBtn{ display: inline-block;}
  #product-info .magnific-popup > a > img { width: 100%; object-fit: scale-down;}
  #product-info h1 { font-weight: bold; font-size: 20px; }
  #product-info .productDescription p { font-size: 13px; color: #000; margin-bottom: 5px;}
  #product-info .productCode { font-size: 14px; line-height: 24px; color: #000; }
  #product-info .productCode span { font-weight: bold; font-style: italic; }
  #product-info .productButtonGroup .btn-primary {
    background-color: #223F90 !important;
    border-color: #223F90 !important;
    background-image: none;
    font-size: 13px;
    padding: 5px 15px;
  }
  #product-info .productButtonGroup .btn-primary:hover{
    color: #fff; background-color: #CE2126 !important; border-color: #CE2126 !important; 
  }
  #product-info .productButtonGroup .Save_later{
    background-color: #CE2126 !important;
    border-color: #CE2126 !important;
    background-image: none;
    font-size: 13px;
    padding: 6px 15px;
    color: #fff;
    border: 1px solid;
    margin-left: 5px;
    border-radius: 5px;
    position: relative;
    top: 1px;
  }
  #product-info .productButtonGroup .Save_later:hover{
    background-color: #223F90 !important; border-color: #223F90 !important; 
  }
  #product-info .disclaimer {
    margin-top: 20px;
  }
  #product-info .disclaimer h3 {
    font-size: 18px;
    font-style: italic;
  }
  #product-info .disclaimer p {
    text-align: justify;
  }
  #product-info .slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin: 10px auto 0;
    padding: 0 15px 5px 0;
  }
  #product-info .slider-container .slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    margin: 0 -8px;
  }
  #product-info .slider-container .slide, #product-info .slider-container .slide1, 
  #product-info .slider-container .slide2 {
    min-width: 25%;
    min-width: 20%;
    text-align: center;
    padding: 20px;
    padding: 0;
  }
  #product-info .slider-container .slide > form, #product-info .slider-container .slide1 > form, 
  #product-info .slider-container .slide2 > form {
    text-align: center;
    border: 1px solid #f7f7f7;
    padding: 0;
    margin-left: calc(var(--bs-gutter-x) * .5);
    width: auto;
    transition: box-shadow ease 0.5s;
  }
  #product-info .slider-container .product-thumb {
    border: none;
  }
  #product-info .slider-container .image {
    position: relative;
    margin-bottom: 0;
    padding: 15px 0 0 0;
  }
  #product-info .slider-container .image img {
    /* width: 100%; */
    width: auto;
    /* height: 150px; */
    height: 130px;
    object-fit: cover;
    transition: transform .5s ease;
  }
  #product-info .slider-container .image .viewMoreBtn {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
    border-radius: 5px;
    color: #000;
    padding: 1px 5px;
    font-size: 12px;
    z-index: 9;
    margin: 5px;
    display: none;
  }
  #product-info .slider-container .content h4{ width: 185px;}
  #product-info .slider-container .content h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 30px; 
    font-size: 13px; 
    color: #223F90;
  }
  #product-info .slider-container .content .price{ color: #223F90;}
  #product-info .slider-container .description p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 35px;
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 6px;
    width: 185px;
  }
  #product-info .slider-container .tooltip-container > .custom-tooltip {
    visibility: hidden;
    width: 200px;
    background: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    line-height: 11px;
    font-size: 8px;
  }
  #product-info .slider-container .homePrductNewsection {
    display: none;
  }
  #product-info .slider-container .tooltip-container:hover > .custom-tooltip {
    visibility: visible;
    opacity: 1;
  }
  #product-info .slider-container .tooltip-container {
    position: relative;
    margin-top: 0.4rem;
    color: #444;
  }
  #product-info .slider-container .tooltip-container > .custom-tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
  }
  #product-info .slider-container .tooltip-container:hover .custom-tooltip span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 15px;
  }
  #product-info .slider-container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    border: 1px solid #eee;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    width: 40px;
    z-index: 9;
    border-radius: 50px;
    display: none;
  }
  #product-info .sliderContainerFirst:hover button, 
  #product-info .sliderContainerSecond:hover button, 
  #product-info .sliderContainerLast:hover button {
    display: block;
  }
  #product-info .next {
    right: 0;
  }
  #product-info .slider-container button:hover {
    background: #223F90 ;
    border: 1px solid #223F90 ;
    color: #fff;
  }
  .containerVendorSignup{
    max-width: 100%;
    background: #eee;
    display: grid;
    place-items: center;
  }
  .containerVendorSignup #vendor-signup {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    margin: 5%;
    padding: 25px 10px 0;
    width: 700px;
  }
  .containerVendorSignup #vendor-signup :is(h1, h1+p){ text-align: center;}
  
  .containerVendorSignup #vendor-signup h1::before {
    content: "";
    background: url("https://sparebiz.com/image/catalog/logos/sparebiz logo copy 2.png") no-repeat center;
    width: 249px;
    height: 53px;
    display: block;
    margin: auto auto 10px;
  }
  .containerVendorSignup #vendor-signup form legend{
    background: #eee !important;
    color: #000 !important;
    border: 1px solid #eee !important;
    border-left: none !important;
    border-right: none !important;
  }

  .containerVendorSignup #vendor-signup form .customQuestions{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 12px 0;
    margin-bottom: 15px;
  }
  .containerVendorSignup #vendor-signup form .customQuestions .col-sm-6{ width: 100%;}
  .containerVendorSignup #vendor-signup form .customQuestions div:nth-child(4n),
  .containerVendorSignup #vendor-signup form .customQuestions div:nth-child(6n){ order: -1;}
  .containerVendorSignup #vendor-signup form .customQuestions label{ font-weight: bold;}
  .containerVendorSignup #vendor-signup form .customQuestions select{ 
    width: 100%; 
    border: 1px solid #eee; 
    background: #fff;
    padding: 7px 10px;
    border-radius: 5px;
  }
  .containerVendorSignup #vendor-signup form .customQuestions label[for="state"] {
    display: none;
  }
  .containerVendorSignup #vendor-signup form .buttons .float-end{ float: right !important; width: 100%; margin-bottom: 13px;}
  .containerVendorSignup #vendor-signup form .buttons .float-end .btn-submit{ width: 100%; margin-top: 5px; background:#223F90; border-color: #223F90;}
  .containerVendorSignup #vendor-signup form .buttons .float-end .btn-submit:hover{
    background: #ee5f5b; border-color: #ee5f5b; color: #fff;
  }
  .containerVendorSignup #vendor-signup form .buttons .float-end input[type='checkbox']{ float: left; margin: 3px 5px 0 0; }
  #common-home #column-left{ display: none !important;}
  @media (min-width: 1200px){
    .vendorAllSeller_wrap .row-cols-xl-3 > * {
      width: 25%;
    }
  }
  .vendorAllSeller_wrap .allseller{ border: 1px solid #eee; }
  .vendorAllSeller_wrap .allseller .image .smalimage img{border: 1px solid #eee;}
  .vendorAllSeller_wrap .caption p > span{background-image: linear-gradient(to bottom, #223F90, #223F90); border-color: #223F90 #223F90 #223F90;}
  .vendorAllSeller_wrap .allseller .caption h4 a{ color: #CE2126;}
  .vendorAllSeller_wrap .allseller .caption h4 a i{ color:#223F90;}
  .vendorAllSeller_wrap .allseller .caption .user-links li {
    font-size: 12px !important;
  }
  .vendorAllSeller_wrap .allseller .caption .user-links i {
    color: #fff;
    background: #223F90;
    padding: 5px;
    border-radius: 5px;
  }
  .vendorAllSeller_wrap .allseller .caption{ min-height: auto;}
  #top .dropdown-menu a{ color: #000 !important;}
  #account-account #content ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin: 0 -5px;
  }
  #account-account #content ul li {
    background: #F6F6F6;
    margin: 0 5px 5px;
    text-align: center;
  }
  #header-cart > span {
    border: 1px solid #eee;
    padding: 2px 8px;
    width: auto;
    font-size: 11px;
    position: relative;
    line-height: 17px;
    border-radius: 3px;
    margin-right: 10px;
    min-height: 42px;
    display: grid;
    align-content: center;
    float: right;
    text-align: right;
  }
  #account-account #content ul li a {
    display: flex;
    flex-flow: wrap;
    height: 100%;
    align-content: center;
    justify-content: center;
    padding: 14px 2px;
    font-size: 11px;
    letter-spacing: 0.1px;
    color: #000;
  }
  #account-account #content ul li a figure {
    margin: 0 0 5px;
    width: 100%;
  }
  #top .nav.float-start a, #top .nav.float-start span i {
    color: #CE2126;
    transform: rotate(0deg) scaleX(-1);
  }
  #top .nav.float-start span.staticButton{ color: #fff;}
  #top .nav.float-start span.staticButton + a {
    background: #223F90;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-family: lato;
    display: inline-block;
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: -52px;
    transform: rotate(270deg);
    z-index: 9;
    height: 36px;
  }
  #common-home #content .row > .col .product-buttons{ text-align: center; margin-bottom: 15px;}
  #common-home #content form .product-buttons button {
    line-height: 30px;
    padding: 0 17px;
  }
  .product-buttons .button-group button {
    flex: 33%;
    border-radius: 0;
    display: inline-block;
    border: none;
    background-color: #223F90 ;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
  }
  #common-home #content form .product-buttons .button-group button.Save_later {
    background: #eee;
    border: 1px solid #eee;
    color: #000;
    line-height: 28px;
  }
  #common-home .content.priceFreeshippingWrap{ display: none;}
  #product-search #product-list {
    display: grid;
    grid-template-columns:50% 50%;
  }
  #product-search #product-list.product-list { 
    grid-template-columns: repeat(5, 1fr);
   }
  #product-search #product-list > .col {
    width: auto;
    border: 1px solid #f7f7f7;
    padding: 0;
    margin: 0 12px 10px;
    overflow: hidden;
  }
  #product-search #product-list.product-list > .col .product-thumb {
    border: none; display: block; margin: 0;
  }
  #product-search #product-list > .col .product-thumb .image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform .5s ease;
}
#product-search #product-list > .col .product-thumb .description{ margin-bottom: 0;}
#product-search #product-list > .col .product-thumb h4 a{ color: #223F90; font-size: 14px;}
#product-search #product-list > .col .product-thumb .image .viewMoreBtn{
  position: absolute;
  left: 0;
  height: auto;
  width: auto;
  border-radius: 5px;
  color: #fff;
  padding: 1px 5px;
  font-size: 10px;
  z-index: 9;
  margin: 5px;
  background: #CE2126;
}
#product-search #display-control .btn-primary{background: #223F90 ; border-color: #223F90;}
#product-search #display-control .btn-primary:hover{ color: #fff; background: #CE2126 ; border-color: #CE2126;}
#product-search #product-list .product-thumb {
  display: grid;
  grid-template-columns: 30% 70%; border: none; margin-bottom: 0;
}
#product-search #product-list > .col .product-thumb .wrapNotUseForHome .description {
  text-align: left;
}
#product-search #product-list.product-list > .col .product-thumb .wrapNotUseForHome .description {
  text-align: center;
}
#product-search #product-list .product-thumb .image{ margin-bottom: 0;}
#product-search #product-list .product-thumb .image img{filter: brightness(0.95);}
#product-search #product-list.product-list > .col .product-thumb .image .viewMoreBtn{right: 0; left: auto;}
#account-account #content{ min-height: auto;}
#header-cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
  min-width: 100%;
  border: none;
  box-shadow: 0px 5px 5px 0px #999;
  max-height: 500px;
  overflow: auto;
  scrollbar-color: gray auto;
  scrollbar-width: thin;
}
#header-cart .table-striped > tbody > tr {
  background: #fff !important;
}
#header-cart .dropdown-menu table td {
  vertical-align: middle;
  box-shadow: none;
  border-bottom: 1px solid #efefef; font-size: 12px;
}
#header-cart .dropdown-menu h2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 12px;
  font-weight: bold;
}
#header-cart .dropdown-menu button.btn-danger {
  border: none;
  background: #E3E3E3;
  width: 18px;
  height: 18px;
  padding: 0;
  color: #000;
  font-size: 10px;
}
#header-cart .dropdown-menu table td a{ color: #000;}
#header-cart .dropdown-menu div table + p a {
  background: #223F90;
  padding: 5px 10px;
  color: #fff;
  float: right;
}
#header-cart .dropdown-menu table {
  margin-bottom: 0;
}
#account-edit form {
  width: 600px;
  margin: auto;
}
#account-edit h1{ text-align: center; display: none;}
#account-edit form fieldset{
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  margin-top: 25px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 15px;
  margin-bottom: 12px;
}
#account-edit form fieldset legend{ font-size: 17px; padding: 7px 0; margin-bottom: 10px; border-bottom: none; margin-top: -28px; background: #fff; width: 205px; text-align: center; font-weight: bold; grid-column: 1 / -1;}
#account-edit form .row :is(label, div) { width: 100%; text-align: left; }
#account-edit .custom-field.custom-field-5{grid-column: 1 / -1;}
#account-edit .custom-field.custom-field-30{ order: 1; }
#account-edit form .row label.col-sm-2.col-form-label{ font-weight: bold; }
#account-edit form .row :is(input[type = text], input[type = email], input[type = tel], select, textarea){ border: 1px solid #eee; background: #f7f7f7;}
#account-edit form .row div #input-custom-field-33 .form-check-input:checked[type="radio"], 
#account-edit form .row div .form-check-input:checked, 
#account-edit form .row div #input-custom-field-39 .form-check-input:checked[type="radio"][type="checkbox"] { background-color: #223F90; border-color: #223F90; }
#account-edit form button.btn-primary{ background: #223F90; border-color: #223F90;}
#account-edit form button.btn-primary:hover{ color: #fff; background: #CE2126 ; border-color: #CE2126; }
#account-edit form a.btn.btn-light{ background: #eee; border-color: #ccc;}
#account-password form { width: 600px; margin: auto;}
#account-password h1 { text-align: center; display: none; }
#account-password form fieldset { border: 1px solid #eee; border-radius: 5px; padding: 10px; margin-top: 25px; gap: 0 15px; margin-bottom: 12px; }
#account-password form fieldset legend { font-size: 17px; padding: 7px 0; margin-bottom: 0; border-bottom: none; margin-top: -28px; background: #fff; width: 150px; text-align: center; font-weight: bold;}
#account-password #content{ min-height: auto;}
#account-password fieldset .row .col-md-3 { width: 100%; text-align: left;}
#account-password fieldset .row .col-md-9 { width: 100%; }
#account-password form button.btn-primary { background: #223F90; border-color: #223F90;}
#account-password form button.btn-primary:hover{ color: #fff; background: #CE2126 ; border-color: #CE2126; }
#account-password form a.btn.btn-light { background: #eee; border-color: #ccc; }
#suggestItem_Wrap #content{ min-height: auto;}
#suggestItem_Wrap .container { border: 1px solid #eee; padding: 15px;}
/* #suggestItem_Wrap form[name = 'dynamicForm'] { border: 1px solid #eee; padding: 15px; } */
#suggestItem_Wrap h1 { font-size: 21px; font-weight: bold; margin-bottom: 25px; }
#suggestItem_Wrap h1 form { float: right; }
#suggestItem_Wrap h1 span { background: #eee; font-size: 13px; float: right; position: relative; overflow: hidden; padding: 8px; border-radius: 5px; cursor: pointer; font-weight: normal;}
#suggestItem_Wrap h1 span input { opacity: 0; position: absolute; cursor: pointer;}
#suggestItem_Wrap #dynamicFormInsider .form-group input { border: 1px solid #eee; border-radius: 4px; padding: 5px 11px; background: #fff;}
#information-contact { margin-top: -20px; overflow: hidden; }
#information-contact .mapContainer { margin-bottom: 25px; }
#information-contact .card{ border: none;}
#information-contact form { background: #eee; padding: 15px; }
#information-contact form .row :is(label, div) { width: 100%; text-align: left; font-size: 14px; }
#information-contact form button { width: 100%; margin-top: 7px; background: #223F90; border-color: #223F90; }
#information-contact form button:hover{ color: #fff; background: #CE2126 ; border-color: #CE2126; }
#information-contact form textarea.form-control{ height: 200px; resize: none;}
#information-contact .col-sm-6 > .col-sm-3 { width: 100%; font-size: 13px; }
#information-contact .col-sm-6 > .col-sm-3 > a.btn.btn-info{background: #223F90; border-color: #223F90; color: #fff;}
#information-contact .col-sm-6 > .col-sm-3 > a.btn.btn-info:hover{background: #CE2126 ; border-color: #CE2126; color: #fff;}
#information-contact .col-sm-6 > .col-sm-3 > strong::first-letter{ text-transform: uppercase;}
#information-information { overflow: hidden; margin-top: -20px;}
#information-information #carousel-banner-0 { border: none; box-shadow: none; margin-bottom: 35px; }
#information-information #carousel-banner-0 img { width: 100%; height: 335px; object-fit: cover;}
#information-information #content { min-height: auto; }
#information-information #content .about_Information p{ text-align: center; margin-bottom: 0; color: #000;}
footer .row + p + .row > .col-sm-6:last-child img{ margin-top: -10px; }
#account-address form { width: 600px; margin: auto; }
#account-address form fieldset { border: 1px solid #eee; border-radius: 5px; padding: 15px 20px 10px; margin-top: 25px; gap: 0 15px; margin-bottom: 12px; position: relative; }
#account-address form fieldset legend { font-size: 17px; padding: 7px 0; margin-bottom: 0; border-bottom: none; margin-top: -28px; background: #fff; width: 150px; text-align: center; font-weight: bold; }
#account-address h1 { text-align: center; display: none; }
#account-address form fieldset::before{  content: 'Add Address'; position: absolute; font-size: 17px; font-weight: bold; top: -13px; left: 10px; background: #fff; width: 120px; display: inline-block; text-align: center; }
#account-address fieldset .row .col-sm-2{ width: 100%; text-align: left; }
#account-address fieldset .row .col-sm-10{ width: 100%; }
#account-address form fieldset div{ margin-bottom: 4px !important;}
#account-address form button.btn-primary:hover { color: #fff; background: #CE2126; border-color: #CE2126;}
#account-address form button.btn-primary { background: #223F90; border-color: #223F90; }
#account-address form a.btn.btn-light { background: #eee; border-color: #ccc; }
#suggestItem_Wrap #dynamicForm .buttonGroup button { background: #eee; border: 1px solid #eee; padding: 5px 15px; border-radius: 5px; margin-top: 5px; font-size: 13px; }
#suggestItem_Wrap #dynamicFormInsider .form-group button#addMoreBtn { background: #223F90; border: none; color: #fff; border-radius: 4px; font-size: 11px; }
#suggestItem_Wrap #dynamicFormInsider .form-group button#addMoreBtn { background: #223F90; border: none; color: #fff; border-radius: 5px; font-size: 11px; }
#suggestItem_Wrap #dynamicFormInsider .form-group { display: grid; grid-template-columns: 18% 18% 17% 17% 17% 7%; grid-gap: 13px; margin-bottom: 10px; }
#product-search #product-list > .col .priceFreeshippingWrap{ display: none;}
#product-search #product-list > .col .product-buttons{ text-align: center; margin-bottom: 15px; }
#product-search #product-list > .col .product-buttons button { line-height: 30px; padding: 0 17px;}
#product-search #product-list > .col .product-buttons button.Save_later {background: #CE2126; border: 1px solid #CE2126; color: #fff; line-height: 28px;}
#product-category #product-list .priceFreeshippingWrap{ display: none;}
#product-category #product-list > .col .product-buttons { margin: 10px 0; border: none; text-align: center;}
#product-category #product-list > .col .product-buttons button { line-height: 30px; padding: 0 10px;}
#product-category #product-list > .col .product-buttons button + button { background: #eee; color: #000; border: none;}
#product-category #product-list.product-list > .col .product-buttons{ text-align: right; padding-right: 10px; }
#product-category .pagination { display: flex; list-style: none; padding: 0; /* margin: 20px 0; */ gap: 8px; align-items: center;}
#product-category .pagination .page-item { display: inline-block; border: none !important;}
#product-category .pagination .page-link { display: flex !important; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid #ddd; text-decoration: none; color: #333; border-radius: 6px; font-weight: 600; position: static !important; flex-direction: inherit !important;}
#product-category .pagination .page-item.active .page-link,
#product-category .pagination .page-item.active span.page-link { background: #223F90;  color: white; border-color: #223F90;}
#product-category .pagination .page-link:hover { background: #f2f2f2;}
#product-category .pagination .page-link::after { content: none !important;}
#product-category .pagination a.page-link{ padding-bottom: 0 !important;}
#product-category .productMaincategory .col-sm-3{ width: 100%;}
#product-category .productMaincategory .col-sm-3 ul{ list-style: none; display: grid; grid-template-columns:25% 25% 25% 25%; gap: 10px; padding: 0;}
.vendorForgotWarp #account-forgotten{ top: 0;}
#account-forgotten input[type="submit"] { border: none; background: #223F90;}
#account-forgotten input[type="submit"]:hover { color: #fff; }
#account-forgotten .buttons .float-start button{background: none; border: none; padding: 0;}
#account-forgotten .buttons .float-start button a{ 
  background-image: linear-gradient(to bottom, #eee, #ddd);
  border-color: #ddd #ddd #b3b3b3 #b7b7b7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #777;
  border-radius: 5px;
  text-decoration: none; color: #000;
}
#product-info #column-inpro{ display: none;}
#product-info .productOptionWrap .card-wrapper {
  display: flex;
  /* gap: 25px; */
  gap: 15px;
  flex-wrap: wrap;
}
#product-info .productOptionWrap .card {
  flex: 1;
  /* min-width: 280px; */
  background: #f9fafb;
  padding: 15px 10px;
  border-radius: 12px;
  border: 2px solid transparent;
  position: relative;
  transition: 0.3s ease;
}
#product-info .productOptionWrap  .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
#product-info .productOptionWrap  .card.active {
  border-color: #2f6fec;
  background: #ffffff;
}
#product-info .productOptionWrap .card h3 {
  margin: 10px 0 15px;
  font-size: 18px;
  color: #1f2937;
}
#product-info .productOptionWrap .card ul {
  padding-left: 18px;
  color: #4b5563;
  margin-bottom: 20px;
}
#product-info .productOptionWrap .card .btn.primary {
  background: linear-gradient(90deg, #2f6fec, #1e4fd8);
  color: #fff;
  border: none;
}
#product-info .productOptionWrap .checkmark {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #2f6fec;
  color: #fff;
  width: 26px;
  height: 26px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
#product-info .productOptionWrap .card.active .checkmark{ display: block; text-align: center;}
#product-info .productOptionWrap .card.active .select-btn {
  background: linear-gradient(90deg, #2f6fec, #1e4fd8);
  color: #fff;
  border: none;
}
.productOptionWrap{ margin: 15px 0; display: none;}
#product-info .productOptionWrap .card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}
#product-info #product input[name = 'quantity']{ width: 20%;}
#product-category #product-list > .col .product-thumb .on-sale-label{ display: none;}
#product-shop #product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin: 0 0px;
}
#product-shop #product-list.product-list {
  grid-template-columns: 100%;
}
#product-shop #product-list > .col {
  width: auto;
  border: 1px solid #eee;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#product-shop #product-list .product-thumb {
  border: none;
  margin-bottom: 0;
}
#product-shop #product-list > .col .product-thumb .image img {
  width: 100%;
  height: 120px !important;
  object-fit: cover;
  object-fit: scale-down;
  transition: transform .5s ease;
}
#product-shop #product-list .product-thumb .image {
  position: relative;
  margin: 0;
  padding: 10px;
}
#product-shop #product-list > .col .product-thumb .image a:hover > img {
  transform: scale(1.1);
}
#product-shop #product-list .product-thumb .image .viewMoreBtn{
  position: absolute;
  right: 0;
  padding: 5px 6px;
  color: #000;
  z-index: 9;
  top: 0;
}
#product-shop #product-list > .col .product-thumb h4 { font-size: 14px;}
#product-shop #product-list > .col .product-thumb h4 a{ color: #000; }
#product-shop #product-list.product-list .product-thumb .image { border-right: 1px solid #eee;}
#product-shop #product-list.product-list .product-thumb .description { text-align: left;}
#product-shop #product-list.product-list .product-thumb .image .viewMoreBtn{ display: none; }
#product-shop #product-list.product-list > .col .product-thumb .image img{ height: 50px !important;}
#product-shop #product-list.product-list > .col .product-thumb h4{ margin-bottom: 0;}
#product-shop .btn-primary { background-color: #223F90 !important; border-color: #223F90 !important; background-image: none; }
#product-shop #shop-sidebar .card-header{ background-color: #223F90; border-color: #223F90; color: #fff !important;}
#product-shop #shop-sidebar .card-body ul{ max-height: 350px; overflow-y: scroll;}
#product-shop #shop-sidebar .card-body ul::-webkit-scrollbar {
  width: 8px;
}

#product-shop #shop-sidebar .card-body ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#product-shop #shop-sidebar .card-body ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#product-shop #shop-sidebar .card-body ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#product-shop #shop-sidebar .card-body ul {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
#shop-sidebar .btn-outline-secondary {
  border: 1px solid #ccc;
  color: #000;
  background: #eee;
}
#shop-sidebar .rounded-pill {
  padding: 6px 10px;
  font-weight: normal;
  border-radius: 4px !important;
}
#product-shop #shop-sidebar .card-body ul li:hover{ background-color: #eee; border-color: #eee;}
#product-shop #shop-sidebar .card-body ul li.fw-bold{
  background-color: #eee;
  border-color: #eee;
}
#product-shop #shop-sidebar .card-body ul li.fw-bold a{ color: #000 !important;}
#product-shop #shop-sidebar .card-body ul li.fw-bold a span{ font-weight: bold; color: #000 !important;}
#product-shop .page-link.active, .active > .page-link{
  background-color: #223F90;
  border-color: #223F90;
  color: #fff !important;
}
#product-shop .page-link{ color: #000;}
#shop-sidebar + .content > #display-control{ margin-bottom: 0 !important;}