body {
    margin: 0;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    background: #eaf0fa !important;
}

h2 {
    font-weight: 900 !important;
}

a {
    text-decoration: none;
}

.dropdown-menu {
    background: #1d1d52;
    color: #fff;
}

.abbb-header {
    background: #1d1d52;
    color: #fff;
    height: 60px;
}

.abbb-header .navbar li a:hover {
    color: #ed1c24;
}

.header-form-elements {
    background: #fefdfd !important;
    border: 1px solid #ddd !important;
    border-radius: 100px !important;
}

.header-form button,
#mySelect,
input[type="search"] {
    border: none !important;
}

.header-form-elements input[type="search"],
#category {
    width: 500px !important;
}

.header-form .fa-sort-down {
    color: #fff !important;
}

#mySelect {
    width: 145px;
    background: #778d9b;
    border-radius: 100px;
    color: #fff;
}

.cart-icon {
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 100px;
    height: 70px;
    width: 70px;
    text-align: center;
    padding-top: 20px;
}

.abbb-header a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-login {
    background: #ed1c24;
    border: none;
    color: #fff;
    padding: 10px;
    width: 200px;
    text-align: center;
}

.logo {
    width: 147px;
    height: 77px;
}

.catalog-btn {
    background: #ed1c24;
    border: none;
    color: #fff;
    padding: 8px;
    width: 228px;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
}

.home-hero {
    z-index: 8888 !important;
}

.vehicle-search-modal {
    z-index: 99999 !important;
}

.home-hero .carousel-caption {
    top: 40%;
    right: 15%;
    left: 15% !important;
    text-align: left !important;
}

.home-hero .arrow {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding-top: 10px;
}

.search-forms {
    position: absolute;
    z-index: 9999;
    margin-top: -70px;
    width: 100%;
}

.search-forms form {
    box-shadow: 1px 1px 1px 1px#e6e8ea;
}

.search-forms fieldset {
    width: 100%;
}

.search-forms .input-group {
    width: 100%;
    height: 70px;
}

.search-forms button {
    background: #1d1d52;
}

.search-forms button,
input[type="search"],
select {
    border-radius: 100px !important;
    border: 1px solid grey;
}

.brands img {
    width: 100px !important;
    height: 100px !important;
}

.spacer {
    height: 250px;
}

.item-container {
    position: relative;
    width: 100%;
    height: 300px;
}

.image-container {
    overflow: hidden;
}

.image-container img {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 100% !important;
    height: 250px !important;
    object-fit: contain !important;
    object-position: right !important;
    z-index: 99;
}

.text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 50px 10px 10px 10px;
    text-align: left;
    height: 200px;
}

.text-container a {
    position: absolute;
    color: #ed1c24;
    z-index: 999;
}

.paginate span.relative {
    display: none;
}

.paginate p {
    padding-top: 20px;
}

.view-btn {
    background: #1d1d52;
}

.my-custom-scrollbar {
    position: relative;
    height: 500px;
    overflow: scroll;
}

.my-custom-scrollbar::-webkit-scrollbar {
    width: 5px;
}

.my-custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #888;
}

.table-wrapper-scroll-y {
    display: block;
}

.collapsible-link::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

footer {
    background: #231f20;
    color: #fff;
    font-size: 13px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer li {
    padding: 5px;
}

footer button {
    border-radius: 100px !important;
    background: #fff !important;
    text-transform: uppercase;
}

footer input[type="text"] {
    background: #231f20 !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1d1d52 !important;
    --bs-btn-border-color: #1d1d52 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1d1d52 !important;
    --bs-btn-disabled-border-color: #1d1d52 !important;
}

.sideform input[type="search"] {
    background: #e2e9f6;
}

.parent-zoom {
    position: relative;
    padding-top: 0;
}

.zoom {
    overflow: hidden;
    height: 300px;
}

.zoom img {
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 999;
}

.zoom img:hover {
    transform: scale(2);
    margin: -10%;
}

.parts-img {
    object-fit: cover;
    object-position: center;
}
