.home-banner.mb-4 {
  margin-bottom: 20px;
}

/* Row styling */
.custom-feature-row-homepage {
  gap: 15px;
  display: flex;
  margin: 0;
}

/* Column styling */
.custom-feature-col-homepage {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: 0;
  width: 33.3333%;
}

/* Remove unwanted clearfix behavior */
.custom-feature-row-homepage:after {
  display: none;
}

/* Remove container padding */
.container.home-page {
  padding: 0;
}

/* Make all cards equal height */
.custom-feature-col-homepage .card {
  height: 100%;
}

/* Make .card-body flexible and spaced */
.custom-feature-col-homepage .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  height: 100%;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 19%);
}

/* Brand logo section */
.brand-logos-homepage {
  gap: 15px;
}

.brand-logo-link-homepage {
  flex: 1 1 calc(14.28% - 15px); /* 7 logos per row */
  max-width: calc(14.28% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}

.brand-logo-img-homepage {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-logo-link-homepage:hover .brand-logo-img-homepage {
  transform: scale(1.05);
}





















@media (min-width: 1200px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}

body {
  font-family: 'Montserrat', sans-serif;
}

body#product #wrapper {
    background: #ffffff;
}



.breadcrumb {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px !important;
    font-size: 14px;
    margin-bottom: 20px;
}

#wrapper .breadcrumb li::after {
    margin: .3125rem;
    color: #7a7a7a;
    content: ">";
}

.product-information-paypal-block {
    width: 50%;
    margin-bottom: 15px;
}

.product-references.mt-3.mb-3.pt-3.border-top {
    padding-top: 0px !important;
    margin: 15px 0px !important;
    display: flex;
    gap: 10px;
    font-size: 13px;
    color: #898989;
}

.current-price-value {
    font-size: 24px;
    color: #2D2D2D;
}

.product-description {
    font-family: 'Montserrat', sans-serif !important;
}

.product-description.mb-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem !important;
}

.product-description ul {
    list-style-type: disc !important;
    padding-left: 1.5rem;
}

.product-description h2 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 30px;
}

.product-description p {
    color: #000000;
    font-size: 16px;
    line-height: 1.5rem;
}

.product-description li {
    font-size: 16px !important;
    color: #000000;
    list-style: disc;
    line-height: 1.5;
}

.product-description h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
    margin-top: 30px;
}

.tabs .nav-tabs .nav-link.active {
    border: 2px solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #0a58ca;
    border-color: #0a58ca;
    color: white;
    font-size: 14px;
}

.tabs .nav-tabs .nav-link, .tabs .nav-tabs .nav-link:hover {
    border: 2px solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #0a58ca;
    color: #0a58ca;
    font-size: 14px;
    background: #f2f2f2;
}

.tabs .nav-tabs .nav-link:hover {
    background: #e5e5e5;
}

div#tab-content {
    border: 2px solid #0a58ca;
    border-top: none;
    padding: 20prgb(189, 189, 189);
    background: #fff;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 1;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: 10px;
}

.tabs .nav-tabs {
    border: none;
}

.tabs .tab-pane {
    padding: 20px;
}


@media (max-width: 992px) {
  #category .product-card {
    width: 46% !important;
}
}

@media (max-width: 460px) {

  #subcategories ul li {
    width: 45% !important;
    min-width: auto !important;
}

}


@media (max-width: 767px) {
  body#category .block-category.card.card-block {
    background-color: white;
    padding: 10px;
}

body#category .block-category h1 {
    margin-bottom: 0px;
}

}



#category .product-card {
    width: 32%;
}

#manufacturer #products .products.row .product-card, body#search .product-card{
    width: 24.2%;
}

.product-card {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.product-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-image-wrapper {
  text-align: center;
  padding: 15px;
  background-color: #ffffff;
}

.product-image-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  flex: 1;
}

.product-info-top {
  text-align: left;
}

.product-title {
    font-size: 24px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 8px;
    text-transform: none;
}

.product-title a {
  text-decoration: none;
  color: inherit;
}

.product-meta {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

.product-price-and-shipping {
  font-size: 1.1rem;
  font-weight: bold;
  color: #d0021b;
  margin-bottom: 10px;
}

.product-price-and-shipping .regular-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
  margin-right: 5px;
}

.product-price-and-shipping .discount {
  color: #388e3c;
  font-size: 0.9rem;
  margin-left: 5px;
}

.add-to-cart-form {
  margin-top: auto;
}

.add-to-cart-btn {
  width: 100%;
  padding: 10px;
  font-size: 0.9rem;
  border: none;
  background-color: #007f25;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.add-to-cart-btn i {
  margin-right: 6px;
}

.add-to-cart-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .product-info-wrapper {
    padding: 10px;
  }

  .product-title {
    font-size: 0.95rem;
  }

  .add-to-cart-btn {
    font-size: 0.85rem;
  }

  #header .header-nav .cart-preview {
    background: #a30017 !important;
  } 

  #header .header-nav .material-icons {
    font-size: 44px;
  }

#header .header-nav {
    padding-top: 8px;
}

#header .header-nav #menu-icon .material-icons {
    color: white;
}

.material-icons.shopping-cart {
    color: white !important;
}

#header .header-nav  .cart-products-count {
    color: white !important;
}
























}

.product-miniature .product-title {
    text-align: left;
    height: 80px;
}

.product-miniature .product-price-and-shipping {
    text-align: left;
    margin: 20px 0px;
    font-size: 20px;
}

.products.row {
    gap: 10px;
}

.product-miniature .product-title a {
    font-size: 15px;
    font-weight: 600;
    color: #2b2b2b;
}



.stock-status {
  margin-top: 8px;
  font-size: 0.9rem;
}

.in-stock {
  color: #388e3c;
  font-weight: bold;
}

.out-of-stock {
  color: #d0021b;
  font-weight: bold;
}

.add-to-cart-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}


.vat-info {
  font-size: 0.85rem;
  color: #666;
  margin-left: 5px;
}

.card-block ul li {
    border-radius: 5px !important;
    background-color: white;
}

#subcategories ul li .subcategory-name {
    text-transform: none !important;
    color: #2d2d2d !important;
}

#subcategories ul li .subcategory-image a {
    border: none !important;
}

div#subcategories {
    padding: 0px;
    background: none;
}

#subcategories .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 600;
}



.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 10px;
    font-weight: 500;
}

.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #bdbdbd 1.5px solid;
    border-radius: 5px;
}










/* Container Layout */
.product-quantity {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin-top: 1rem;
}

/* Quantity Selector */
.product-quantity .qty {
  flex: 0 0 auto;
}

.product-quantity .qty input[type="number"] {
  width: 60px;
  padding: 6px 8px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.product-quantity .qty input[type="number"]:focus {
  border-color: #007bff;
  outline: none;
}

/* Add to Cart Button */
.product-quantity .add {
  flex: 1;
}

.product-quantity .add .add-to-cart {
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  background-color: #ff5b00;
  color: #fff;
  border: none;
  border-radius: 20px;
  transition: background-color 0.2s ease;
}

.product-quantity .add .add-to-cart:hover {
  background-color: #2d2d2d;
}

/* Wishlist (Heart) Button */
.product-quantity .wishlist-button-add {
    margin-bottom: .5rem;
    box-shadow: none;
    border-radius: 5px;
    margin-left: 0px;
}

.product-quantity .wishlist-button-add:hover {
  color: #e60023; /* red heart on hover */
}

/* Responsive */
@media (max-width: 600px) {

  .product-quantity .qty {
    margin-bottom: 10px;
  }

  .wishlist-button-add {
    align-self: flex-end;
    margin-top: 10px;
  }
}


.product-prices.js-product-prices {
    display: flex;
    gap: 10px;
}

.reference-line.brand-top {
    margin-bottom: 15px;
    margin-top: 50px;
}

.product-flags li.product-flag {
    background: #0a58ca;
    border-radius: 5px;
    font-size: 14px;
}

h5.product-dcs-presta-title {
    padding: 15px 0px;
    border-bottom: 3px solid #0a58ca;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

ul.product-images.js-qv-product-images .thumb {
    width: 70px;
    height: 70px;
}









#header {
  color: white;
}

.header-menu-1ssc .dropdown .expand-more {
    color: white !important;
}

.header-menu-1ssc a {
    color: white !important;
}


#header .header-top .position-static {
    justify-content: space-between;
    gap: 20px;
}


#header, #header .header-top {
    background-color: #a30017;
}


.bottom-header {
    background-color: #b3b3b3;
}

#header .header-nav a {
    color: white;
}

#header .header-top .position-static {
    display: flex;
}

.header-menu-1ssc, .header-menu-2ssc {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    min-width: fit-content;
}




.header-menu-2ssc .header, .header-menu-2ssc .user-info a {
    display: flex;
}









/* Menu container context for absolute dropdowns */
.menu__container {
  position: relative;
  z-index: 100;
}



/* Top-level menu */
.menu__list--depth-0 {
  display: flex;
  list-style: none;
  margin: 0;
}

/* Top-level items */
.menu__item--top > .menu__link {
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  display: block;
  cursor: pointer;
  font-size: 15px;
  padding: 15px 25px;
}



/* Dropdown wrapper (initially hidden) */
.menu__dropdown-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: #f9f9f9;
  padding: 20px 40px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 29%);
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  z-index: 999;
}

/* Visible class toggled by JS */
.menu__dropdown-wrapper--visible {
  display: flex;
  max-width: 1400px;
}

/* Subcategory list */
.menu__list--depth-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

/* Subcategory links */
.menu__item--subcategory .menu__link {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 6px 10px;
  transition: color 0.2s ease;
  font-size: 16px;
}

.menu__item--subcategory .menu__link:hover {
  color: #007bff;
}

/* Dropdown icon (arrow) */
.menu__dropdown-icon {
  margin-left: 6px;
  font-size: 10px;
  vertical-align: middle;
}

/* Disable hover behavior */
.menu__item--top:hover > .menu__dropdown-wrapper {
  display: none !important;
}


li#category-2 {
    background-color: #a30017;
}

li#category-1594 {
    background-color: #067326;
}

li#category-1648 {
    background-color: #154d9d;
}

li#category-1576 {
    background-color: #ff5b00;
}

#header .menu, #header .menu>ul>li {
    width: 100%;
}

li#manufacturers {
    margin-left: auto;
    background-color: #f38400;
}

#category-1576.menu__item--subcategory .menu__link, #category-1594.menu__item--subcategory .menu__link, #category-1648.menu__item--subcategory .menu__link  {
    color: white;
    font-weight: bold;
}




.header-top #search_widget input {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
    background-color: white;
}

.header-top #search_widget input:focus {
  border-color: #007bff; /* Primary blue */
  box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
}

.header-top #search_widget input::placeholder {
  color: #525252;
}

@media (min-width: 576px) {
    .header-top .search-widgets {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    #search_widget {
        float: left;
    }
}

div#search_widget {
    width: 100%;
}

.header-top .search-widgets .material-icons.search {
    display: none;
}






#header .header-nav {
    border: none;
}


.block-category.card.card-block, .block-categories, #subcategories ul li {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.block-category h1 {
    font-size: 18px;
}

.block-categories .h6 {
    font-size: 15px;
    font-weight: bold;
}

.block-categories .material-icons {
    line-height: 2;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-left: 20px;
}

.product-information .product-description {
    margin-bottom: 15px !important;
}

.next-day-delivery {
    color: #099500;
    font-size: 13px;
}

.product-stock-level p {
    margin-bottom: 2px;
}

.product-prices .tax-shipping-delivery-label {
    padding-top: 5px;
}

.product-stock-level.in-stock p {
    color: green;
}

.product-stock-level.out-of-stock p{
    color: red;
}

#product-description-short-695 {
    font-size: 17px;
    margin-bottom: 15px !important;
}

.product-references .reference-line::after {
    content: "  |";
    margin-left: 5px; /* optional spacing */
}

.product-references .reference-line:last-child::after {
    content: none;
}

.product-sep {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}




.product-container-outer-additonal-outer .tabs {
    padding: 0px;
    margin-bottom: 50px;
}



@media screen and (max-width: 768px) {
  

  .header-top #search_widget input {
    width: 100%;
  }

  .header-menu-1ssc, .header-menu-2ssc {
    display: none;
  }




}

.btn.btn-comment.btn-comment-big.post-product-comment {
    background-color: #919191;
}














div[data-container-express-checkout] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}

div[paypal-button-container] {
    width: 100% !important;
}





/* === CHECKOUT SECTION === */


.chechkout-pn-ci {
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: bold;
    color: #005acd;
}



body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #094bab;
}


























.product-comment-list-item {
    background-color: #efefef;
    border-radius: 8px;
    padding: 35px 0px;
}

#product-comments-list-header {
    display: none !important;
}


@media (max-width: 768px) {
  /* Stack top-level menu items */
  .menu__list--depth-0 {
    flex-direction: column;
    align-items: stretch;
  }

  /* Top-level links full width */
      .menu__item--top > .menu__link {
        padding: 15px 20px;
        width: 100%;
        border-top: 1px solid #ddd;
        background-color: #ffffff;
        color: #2b2b2b !important;
        font-size: 16px;
    }

    #category-1594 .menu__link.js-menu-toggle {
    background-color: #067326;
    color: white !important;
    }

    #manufacturers .menu__link.js-menu-toggle {
    background-color: #154d9d;
    color: white !important;
}

li#manufacturers {
    margin-left: 0;
    background-color: #ffffff;
    padding-top: 20px;
}


   .menu__item--top:first-of-type > .menu__link {
  border-top: none;
}


  /* Mobile dropdown wrapper */
  .menu__dropdown-wrapper {
    position: static;
    width: 100%;
    padding: 10px 20px;
    box-shadow: none;
    flex-direction: column;
    gap: 10px;
  }

  .menu__dropdown-wrapper--visible {
    display: flex;
  }

  /* Subcategory list stacks */
  .menu__list--depth-1 {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* Subcategory links */
  .menu__item--subcategory .menu__link {
    padding: 8px 12px;
    font-size: 15px;
  }

  /* Optional: Dropdown icons bigger and spaced for tap */
  .menu__dropdown-icon {
    font-size: 14px;
    margin-left: 10px;
  }

  /* Optional: Make dropdowns collapsible */
  .menu__item--top {
    position: relative;
  }

  .menu__item--top .menu__dropdown-wrapper {
    display: none;
  }

  .menu__item--top.menu__item--expanded .menu__dropdown-wrapper {
    display: flex;
  }

  /* Override hover-disable for clarity */
  .menu__item--top:hover > .menu__dropdown-wrapper {
    display: none !important;
  }
}

.product-quantity .input-group-btn-vertical .btn i {
    top: 1px !important;
}

.product-quantity #quantity_wanted {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-top-right-radius: 5px;
}

.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    border-bottom-right-radius: 5px;
}


#footer #blockEmailSubscription_displayFooterBefore .btn-primary {
    background-color: #0646a5;
    margin: 0px;
    border-radius: 20px;
}

@media (min-width: 768px) {
  #blockEmailSubscription_displayFooterBefore .row > p,
  #blockEmailSubscription_displayFooterBefore .row > div {
    width: 50%;
    float: left;
  }
}








/* Newsletter block improvements */
.newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.newsletter-heading {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.newsletter-form .input-wrapper input[type="email"] {
  width: 100%;
  padding: 10px;
  font-size: 0.95rem;
}

.newsletter-form .button-wrapper input[type="submit"] {
  width: auto;
  padding: 10px 20px;
  font-size: 0.95rem;
}

.newsletter-conditions {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Responsive: Side-by-side on md+ screens */
@media (min-width: 768px) {
  .newsletter-wrapper > div {
    width: 50%;
  }

  .newsletter-form {
    flex-direction: row;
    align-items: center;
  }

  .newsletter-form .input-wrapper {
    flex: 1;
    margin-right: 1rem;
  }

  .newsletter-form .button-wrapper {
    flex-shrink: 0;
    margin-top: 0px !important;
  }
}





@media (max-width: 767px) {

    .footer-container .links .collapse {
    display: block !important;
    background-color: #a30017;
    
    }

    .block_newsletter {
      border-bottom: 0px !important;
    }

    .footer-container .links ul>li {
        background-color: #a30017;
        border-bottom: 0px;
        margin: 0px;
        padding: 5px;
        padding-left: 20px;
    }

    .footer-container .links .title {
        margin-top: 10px;
        margin-bottom: 0px;
        border-bottom: 0px !important;
    }

.footer-container .block-contact #contact-infos {
    line-height: 1.7;
    padding-left: 20px;
}

.footer-container .links ul>li a {
    font-weight: 400;
}

.footer-container .navbar-toggler.collapse-icons {
    display: none;
}

}











#footer .container .row .footer-top-box {
    padding-top: 40px;
    
}

.footer-top-box {
    padding-top: 40px;
    background-color: #a30017 !important;
}

#footer #blockEmailSubscription_displayFooterBefore {
    background-color: #a30017 !important;
}

#footer .block_newsletter #block-newsletter-label, .block_newsletter p {
    color: white !important;
    padding-right: 20px;
}

.btn-primary, .btn-secondary {
    text-transform: none;
}

.btn-primary, .btn-primary:hover {
    background-color: #ff5b00;
}

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a, .footer-container .h3, .footer-container .h4 {
    font-size: 18px;
    color: white !important;
}

.footer-container {
    background-color: #a30017;
}

.footer-container .links .collapse {
    font-size: 16px;
    color: white !important;
    font-weight: 500;
    line-height: 1.7;
}

.footer-container #contact-infos a {
    color: white;
}

.footer-container li a {
    font-size: 16px;
    color: white !important;
    font-weight: 500;
}

.copyright-link-bottom-footer {
    text-align: center;
    color: white;
}

.footer-container li {
  margin-bottom: 5px;
}

.footer-container {
    border-top: 50px solid #5b000d;
}

.footer-container {
    padding: 50px 0px;
}

#footer {
    padding-top: 0px !important;
}

.footer-container li a:hover {
    text-decoration: underline;
}

.footer-container .text-sm-center {
    padding-top: 30px;
}

.footer-container .text-sm-center {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
}


.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type, #blockcart-modal .cart-content .cart-content-btn .btn {
    border-radius: 5px;
}

.block_newsletter form input[type=email] {
    border-radius: 20px;
}





















#blockcart-modal .product-name {
    color: #212121;
}

.cart-grid-body .card-block h1 {
    font-weight: bold;
}

.card.cart-container, .card.cart-summary {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

#cart #wrapper {
    padding-top: 40px;
    background: #f5f5f5;
}

.card-block.checkout .btn-primary {
    border-radius: 5px;
    margin-bottom: 10px;
}


.card.cart-container .price {
    color: black;
}

.card.cart-container .product-line-info {
    padding-bottom: 5px;
}








.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
    background: #0a58ca;
}

a {
    color: #0a58ca;
}


/* Checkout Section */



@media screen and (max-width: 767px) {
    #checkout .cart-grid-right .card {
        background-color: white;
        padding: 15px;
    }
}

#checkout .cart-grid-right .card {
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 19%) !important;
}

#checkout section.checkout-step {
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 19%) !important;
}

#checkout section.checkout-step .step-title {
    font-weight: bold !important;
    text-transform: capitalize !important;
    font-size: 18px !important;
}

#checkout section.checkout-step .form-control {
    border-radius: 5px;
    background-color: #f7f7f7;
}

#checkout #footer {
  padding: 20px !important;
  background: #a30017 !important;
}

.custom-radio input[type=radio]:checked+span {
  background-color: #a30017 !important;
}









body#checkout section.checkout-step #customer-form .form-group.row {
    margin: 0px;
    display: flex;
    flex-direction: column;
}


#checkout section.checkout-step #customer-form .form-group.row .col-md-6, #checkout section.checkout-step #customer-form .form-group.row .col-md-7 {
  width: 100%;
}