header .header-main-wrapper.header-wrapper-top ,
header .header-main-wrapper.header-wrapper-top .header-top-item-cart ,
header .header-main-wrapper.header-wrapper-top .header-top-item-login {
    border: 0;
}
body:not(.sticky-header) header .header-main-wrapper.header-wrapper-top {
    display: flex !important;
}
header .header-main-wrapper.header-wrapper-top:not(.top-header) {
    display: flex !important;
}
header .header-main-wrapper.header-wrapper-top {
    align-items: center;
    height: 139px;
}
header .header-main-wrapper.header-wrapper-top.top-header {
    height: 40px;
    background-color: var(--dgl-bs-primary);
}
header .header-main-wrapper.header-wrapper-top.top-header .header-social {
    display: flex;
    gap: .5rem;
}
header .header-main-wrapper.header-wrapper-top.top-header .header-social a {
    display: flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}
header .header-main-wrapper.header-wrapper-top.top-header .header-links {
    display: flex;
    gap: 2rem;
}
header .header-main-wrapper.header-wrapper-top.top-header .header-links a {
    color: #fff;
    text-decoration: none !important;
}
header .header-main-wrapper.header-wrapper-top.top-header .header-links a:hover {
    color: #fff;
    text-decoration: underline !important;
}
header a.main-logo {
    display: inline-block;
}
header a.main-logo>img {
    height: 79px;
    width: auto;
}
ul#cart-items-data>.cart-layer-body>li:not(.ul-header)>a>div.td-qty .cart-content-count {
    background: var(--dgl-bs-primary);
}

header form.search-form {
    display: block;
    position: relative;
    inset: auto auto auto auto;
    width: 100%;
    background-color: transparent;
    padding: 0 0 0 0;
}
header form.search-form>.input-group {
    max-width: none;
    padding: 0 0 0 0;
    margin: 0 auto;
}
header form.search-form>.input-group [data-item="search-form"] .input-group {
    border: solid 1px var(--bs-primary);
    background-color: transparent;
    border-radius: 100px;
    overflow: hidden;
}
header form.search-form>.input-group [data-item="search-form"] .input-group input.form-control {
    border: 0;
    background-color: transparent;
}
header form.search-form>.input-group [data-item="search-form"] .input-group button[data-item="search-submit"] {
    border: 0;
    background-color: transparent;
    color: #000;
    padding: 0 1rem 0 1rem;
    font-size: 1.5rem;
}
header form.search-form>.input-group [data-item="search-form"] .input-group button[data-item="search-submit"] i {
    font-weight: 500;
}



/* ##########################################################
footer
########################################################## */

footer {
    background-color: transparent;
}
footer .footer-main-wrapper.footer-wrapper-bottom {
    background-color: var(--bs-body-color);
    color: var(--dgline-dark-header-footer);
}
footer .footer-main-wrapper.footer-wrapper-bottom a {
    color: var(--dgline-dark-header-footer);
}
footer>.footer-wrapper {
    max-width: var(--dgl-container-width);
    padding-left: var(--dgl-container-gutter-x, 0.75rem);
    padding-right: var(--dgl-container-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto;
}
footer>.footer-wrapper[ data-botder="top"]::before {
    content: "";
    display: block;
    height: 2px;
    flex: 0 0 100%;
    background-color: var(--dgl-bs-primary);
}

footer .company-data {
    margin: 0 0 2rem 0;
}
footer .footer-social {
    margin: 0 0 0 0;
}
footer .footer-main-wrapper.footer-wrapper-top {
    padding: 4rem 0 2rem 0;
}
footer .footer-main-wrapper img.footer-logo {
    max-height: 65px;
    filter: none;
}
footer .btn-outline-footer {
    border-color: #999;
    color: #ccc;
}
footer .btn-outline-footer:hover ,
footer .btn-check:active+.btn-outline-footer ,
footer .btn-check:checked+.btn-outline-footer ,
footer .btn-outline-footer.active ,
footer .btn-outline-footer.dropdown-toggle.show ,
footer .btn-outline-footer:active {
    background-color: #fff;
    border-color: #fff;
    color: var(--dgline-dark-header-footer) !important;
}
footer .btn-check:focus+.btn-outline-footer ,
footer .btn-outline-footer:focus ,
footer .btn-check:focus+.btn ,
footer .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(255,255,255,.25) !important;
    outline: 0;
}
footer .footer-social a.btn-outline-footer {
    background-color: rgba(var(--bs-body-color-rgb),.1) !important;
    color: var(--bs-body-color) !important;
    border: 0 !important;
    border-color: transparent !important;
}
footer .footer-social a.btn-outline-footer:hover {
    background-color: var(--bs-body-color) !important;
    color: var(--dgline-dark-header-footer) !important;
}
footer .footer-links>span>a.footer-link {
    padding: 0 0 0 0;
    font-weight: normal;
}
footer .footer-links>span:not(:first-of-type):before {
    content: null !important;
    display: none !important;
}
footer .footer-main-wrapper.footer-wrapper-middle .footer-links  {
    font-size: .875rem;
    text-decoration: none;
}
footer .footer-main-wrapper.footer-wrapper-middle .footer-links a.footer-link   {
    text-decoration: none;
}
footer .footer-main-wrapper.footer-wrapper-middle .footer-links a.footer-link:hover   {
    text-decoration: underline;
}



@media (min-width: 768px) {
    header form.search-form {
        min-width: 340px;
    }
    header form.search-form>.input-group [data-item="search-form"] .input-group input.form-control {
        height: 50px;
    }
    header .header-main-wrapper.header-wrapper-top :not(ul.dropdown-menu) a.item-link {
        padding: 0 1rem !important;
    }
    footer>.footer-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    footer .footer-main-wrapper.footer-wrapper-top {
        flex: 0 0 65%;
        text-align: left;
    }
    footer .footer-main-wrapper.footer-wrapper-middle.footer-wrapper-middle-company-data {
        flex: 0 0 65%;
        text-align: left;
    }
    footer .footer-main-wrapper.footer-wrapper-middle.footer-wrapper-middle-info-link {
        flex: 0 0 35%;
    }
    footer .footer-links {
        flex-direction: column;
        align-items: flex-end;
    }
}
@media (min-width: 992px) {
    header form.search-form {
        min-width: 480px;
    }
    footer>.footer-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    footer .footer-main-wrapper.footer-wrapper-top {
        flex: 0 0 65%;
        text-align: left;
    }
    footer .footer-main-wrapper.footer-wrapper-middle {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    footer .footer-main-wrapper.footer-wrapper-middle>.container {
        margin-top: auto;
        margin-bottom: 0;
    }
    footer .footer-main-wrapper.footer-wrapper-middle .footer-links  {
        gap: .125rem;
    }
    footer .footer-main-wrapper.footer-wrapper-middle.footer-wrapper-middle-company-data {
        flex: 0 0 65%;
        text-align: left;
    }
    footer .footer-main-wrapper.footer-wrapper-middle.footer-wrapper-middle-info-link {
        flex: 0 0 35%;
    }
    footer .footer-social {
        justify-content: flex-start;
    }
    footer .company-data {
        text-align: left;
    }
    footer .footer-main-wrapper {
        justify-content: flex-start;
    }
    footer .footer-links {
        align-items: flex-end;
        flex-direction: column;
        margin: 0 0 0 0;
    }
    footer .footer-links>a.footer-link:not(:first-of-type):before {
        display: none;
    }    

}
@media (max-width: 991px) {
    header .header-main-wrapper.header-wrapper-top :not(ul.dropdown-menu) a.item-link>span {
        display: none !important;
    }
    header .header-main-wrapper.header-wrapper-top :not(ul.dropdown-menu) a.item-link>i {
        margin: 0 0 0 0 !important;
    }
}
@media (max-width: 767px) {
    header .header-main-wrapper.header-wrapper-top {
        align-items: flex-start;
    }
    header .header-main-wrapper.header-wrapper-top.top-header .header-links {
        gap: 1rem;
        font-size: .875rem !important;
    }
    body:not(.sticky-header) header .header-main-wrapper.header-wrapper-top.top-header {
        align-items: center;
    }
    header .header-main-wrapper.header-wrapper-top :not(ul.dropdown-menu) a.item-link {
        padding: 0 0 0 0 !important;
        width: 44px !important;
        justify-content: center !important;
    }
    header .header-main-wrapper.header-wrapper-top :not(ul.dropdown-menu) a.item-link>span {
        display: none !important;
    }
    header .header-main-wrapper.header-wrapper-top :not(ul.dropdown-menu) a.item-link>i {
        margin: 0 0 0 0 !important;
    }
    header .dropdown-toggle::after {
        display: none !important;
    }

    header form.search-form {
        position: absolute;
        top: 100%;
        transform: translate(0, -100%);
        background: #fff;
        left: 0;
        right: 0;
        padding: 10px 15px 15px 15px;
    }
}
