/*** MAIN ELEMENTS - START ***/

.main-page-title.container {
    margin: 2rem auto !important;
}

.main-page-title h2 {
    color: var(--bs-primary);
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    margin: 0;
}

/*** MAIN ELEMENTS - END ***/

/*** HEADER - START ***/

.navbar > .container {
    align-items: flex-end;
    gap: 12px;
}

.navbar > .container > .input-group, .navbar > .container > .custom-search {
    flex: 1;
}

.navbar > .container > .input-group {
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-collapse {
    flex-grow: inherit;
}

.custom-search {
    display: flex;
    align-items: flex-end;
}

.search-dimension {
    display: block;
}

.search-dimension label {
    color: white;
    font-size: 12px;
}

.search-dimension input {
    display: block;
    padding: 5px 14px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    border-right: 1px solid white;
    border-left: none;
}

.search-dimension input:focus-visible {
    outline: none;
}

.search-dimension input::placeholder {
    color: #ffffff69
}

.search-dimension input#search-value {
    border-left: 1px solid white;
    border-radius: 3px 0px 0 3px;
}

.custom-search .search-button {
    background: white;
    height: 36px;
    padding: 8px;
    border-radius: 0px 3px 3px 0px;
}

.custom-search .size-input {
    max-width: 75px;
}

.top-bar-style.bg-topbar {
    background-color: #000a45;
}

.navbar {
    padding: 0;
}

.navbar-stuck-menu.navbar-sticky {
    background-color: var(--bs-primary);
}

.top-bar-style.topbar .container {
    justify-content: center;
}

.top-bar-style .text-nowrap {
    display: none;;
}

.navbar-light .nav-item:hover .nav-link:not(.disabled), .navbar-light .nav-item:hover .nav-link:not(.disabled) > i {
    color: white !important;
    opacity: 0.7;
}

/*** HEADER - END ***/

/*** HOMEPAGE - START ***/

.hm-cat.container .card {
    transition: all 0.5s ease;
}

.hm-cat.container .card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.05);
}

.hm-cat .card img {
    height: 200px;
    object-fit: contain;
}

.hm-cat .card-img, .hm-cat .card-img-top, .hm-cat .card {
    border-radius: 0;
}

.hm-cat .card {
    height: 100%;
    background-color: var(--bs-primary);
}

.hm-cat h2 {
    color: var(--bs-primary);
}

.hm-cat h3 {
    color: white;
}

.hm-options .image-wrap {
    padding: 15px;
    text-align: center;
}

.hm-options .order .image-wrap {
    background: #ff3030;
}

.hm-options .order .text-wrap {
    background: #e70a0a;;
}

.hm-options .catalog .image-wrap {
    background: #ece88f;
}

.hm-options .catalog .text-wrap {
    background: #908e53;
}

.hm-options .finance .image-wrap {
    background: #86d9bb;
}

.hm-options .finance .text-wrap {
    background: #4a7967;
    }

.hm-options .text-wrap {
    margin-top: 1px;
    padding: 10px;
}

.hm-options.container h2 {
    color: white;
    text-align: center;
    font-size: 19px;
    line-height: 1em;
}

/*** HOMEPAGE - END ***/

/*** ABOUT US - START ***/

section.about-us .row > * {
    padding: 0px 10px;
}

@media screen and (max-width: 991px) {
    section.about-us .row > * {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
        padding-top: 20px;
    }

    section.about-us .row img {
        width: 100%;
        aspect-ratio: 2 / 1;
        object-fit: cover;
        max-width: 600px;
    }
}

/*** ABOUT US - END ***/

/*** FOOTER - START ***/

.footer-company-info, footer i {
    display: inline-block;
}

footer .footer-info > * {
    vertical-align: top;
}

footer i.ci-location, footer i.ci-phone, footer i.ci-mail {
    margin-right: 10px;
    font-size: 20px;
    color: white;
}

footer .navbar-brand {
    padding-top: 0;
    padding-bottom: 20px;
}

footer a:hover {
    color: white !important;
}

footer i.ci-facebook {
    background: white;
    padding: 8px;
    border-radius: 2px;
}

footer a.footer-social {
    width: fit-content;
}

footer a.footer-social:hover {
    color: white;
    opacity: 0.7 ;
}

footer a.footer-social:hover i {
    color: var(--bs-primary);
}

footer form.subscription-form .btn-primary {
    border-color: white;
}

/*** FOOTER - END ***/

/*** HEADER - START ***/

.navbar-nav ul.dropdown-menu {
    flex-wrap: wrap;
    width: 61vw;
}

@media (min-width: 992px) {
    header .navbar-expand-lg .dropdown:hover > .dropdown-menu {
        display: flex;
    }
}

ul.dropdown-menu > li.dropdown {
    flex: 0 1 25%;
}

ul.dropdown-menu li.dropdown a {
        word-break: normal;
        text-wrap: initial;
}
 
ul.dropdown-menu > li.dropdown ul li:hover a, ul.dropdown-menu > li.dropdown ul li a {
    color: white !important;
}

header .navbar-expand-lg .dropdown-menu > .dropdown .dropdown-menu {
    left: 18%;
    top: 100%;
    background-color: var(--bs-primary) !important;
    border-left: 1px solid white;
    border-top: 1px solid white;
    padding: 0;
}

.navbar-nav > li > ul.dropdown-menu ul li.dropdown {
    flex: 100%;
}

.navbar-nav > li > ul.dropdown-menu ul li.dropdown ul {
    left: 100% !important;
    top: 0 !important;
}

.navbar-nav > li > ul.dropdown-menu ul ul {
    min-width: 19rem;
}

.navbar-expand-lg .dropdown-menu > .dropdown .dropdown-menu li {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

.navbar-nav > li > ul.dropdown-menu ul ul li.dropdown a {
    white-space: break-spaces;
}

/*** HEADER - END ***/

/*** CATEGORY - START ***/

@media screen and (min-width: 1040px) {
    .col-xl-5-1 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/*** CATEGORY - END ***/

/*** PRODUCT - START ***/

.card.product-card-alt > .mt-2 {
    display: flex;
    flex-direction: column;
}

.card.product-card-alt > .mt-2 .text-secondary {
    order: 2;
    color: gray !important;
    font-size: 12px !important;
}

.card.product-card-alt > .mt-2 .product-title {
    order: 1;
}

.card.product-card-alt > .mt-2  .product-meta {
    order: 3;
}

.card.product-card-alt > .mt-2  .mb-2 {
    order: 4;
}

.card.product-card-alt > .mt-2  .btn-primary {
    order: 5;
}

.product-single .text-secondary {
    color: gray !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.product-single h2 {
    color: var(--bs-primary);
    font-size: 16px;
}

.prod-interest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 6px;
}

.prod-interest h3 {
    font-size: 20px;
    margin: 0;
}

.brand-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.brand-wrap .img-wrap {
    max-width: 110px;
}

section.related-products {
    margin-bottom: 0px !important;
}

.product-attributes .row {
    justify-content: center;
    text-align: center;
}

.product-attributes h2 {
    color: var(--bs-primary);
    font-size: 21px;
}

.advanced-search {
    display: flex;
    align-items: flex-end;
    gap: 2px;
}

/*** PRODUCT - END ***/

