
.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.bg-image:not([class*=absolute]) {
    position: absolute;
}

.header_top {
    background: transparent;
    padding: 26px 0px!important;
}
.mobile_header {
    display: none;
}
.btn_header, .btn_header:hover {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px;
}
.btn_header.active {
    color: var(--core-olive-100, #8ACBC3);
    border: 0px;
}
.header_right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.main_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.offCanvas_header {
    min-width: 640px;
}
.offCanvas_header {
    background: url(../img/canvas_bg.png);
    background-repeat: no-repeat;
    background-position: center top 100px;
    background-size: cover;
}
.canvas_header {
    padding-left: 80px;
    background: #0E0E0E;
}
.canvas_header div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 247px;
    height: 100px;
}
.canvas_body {
    padding-left: 80px;
    padding-top: 56px;
    overflow: auto;
    padding-bottom: 100px;
}
/* .canvas_body::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
} */
.links_div_title {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
a.links_div_title {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    margin: 0px;
    text-decoration: none;
}
.service_redirector {
    color: var(--core-olive-100, #8ACBC3);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.service_links {
    list-style-type: none;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 0px;
}
.links_div div {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-top: 56px;
}
.currency_btn {
    padding: 0px;
    color: var(--core-olive-100, #8ACBC3);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}
.currency_btn.active {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}
.currencies {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin-bottom: 56px;
}
.footer_address_div {
    display: flex;
    gap: 24px;
}
.footer_add_text {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}
.footer_copyright {
    color: var(--core-olive-100, #8ACBC3);
    text-align: left;
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 181.1%; /* 25.354px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.footer_main {
    min-height: 192px;
}
.footer_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 39px;
}
.footer {
    padding: 104px 0px;
    background: var(--core-near-black, #0E0E0E);
}
.footer_left_top_title {
    color: var(--core-olive-100, #8ACBC3);
    text-align: right;
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.footer_links {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-align: right;
}
.footer_row {
    display: flex;
    flex-direction: row;
    gap: 56px;
}
.footer_col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer_right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-end;
}
.footer_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.open_wala_cart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--core-olive-100, #8ACBC3);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
}
.cart_top_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--neutral-800, #3C3C3C);
    max-width: 326px;
    margin-bottom: 24px;
}
.cart_body_div {
    margin-bottom: 24px;
}
.cart_top_title {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.cart_top_item {
    color: var(--core-olive-100, #8ACBC3);
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181.1%; /* 28.976px */
    margin-bottom: 32px;
}
.cart_info_title {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 181.1%; /* 25.354px */
    text-transform: capitalize;
    margin-bottom: 10px;
}
.cart_info_subtitle {
    color: var(--core-olive-100, #8ACBC3);
    font-family: 'Manrope';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 181.1%; /* 18.11px */
    margin-bottom: 0px;
}
.cart_body_row_info {
    padding: 15px 51px 15px 0px;
}
.cart_body_row_info {
    width: 222px;
}
.cart_body_row_price {
    width: 64px;
}
.cart_body_row_price p {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 181.1%; /* 25.354px */
    text-transform: capitalize;
    margin-top: 22px;
    text-align: center;
}
.cart_body_row {
    display: flex;
    flex-direction: row;
}
.cart_body_row_bin {
    width: 66px;
}
.cart_body_row_bin button.btn {
    margin-top: 22px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}
.cart_total_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 326px;
    margin-bottom: 56px;
}
.cart_total_div p {
    color: var(--core-off-white, #FBFBFB);
    font-family: 'Manrope';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.cart_animate_btn_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 326px;
}
.btn_animater {
    color: var(--core-off-white, #FBFBFB);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    gap: 16px;
}
.btn_animater:hover {
    color: var(--core-off-white, #8ACBC3);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    gap: 12px;
}
.btn_animater:hover svg rect,.btn_animater:hover svg path  {
    stroke: #FFF;
}
.btn_animater svg {
    transition: transform 0.3s;
}
.btn_animater:hover svg {
    transform: rotate(-90deg) translate(0px, -5px);
}



.btn_animater2 {
    color: var(--core-olive-300, #445C59);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    gap: 16px;
    padding: 0px;
}
.btn_animater2:hover {
    color: var(--core-off-white, #44877F)!important;
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 0px;
    gap: 12px;
}
.btn_animater2:hover svg rect,.btn_animater2:hover svg path  {
    stroke: #44877F;
}
.btn_animater2 svg {
    transition: transform 0.3s;
}
.btn_animater2:hover svg {
    transform: rotate(-90deg) translate(0px, -5px);
}
@media only screen and (max-width: 600px) {
    .desktop_header {
        display: none;
    }
    .mobile_header {
        display: block;
    }
    .header_top {
        background: transparent;
        padding: 26px 12px!important;
    }
    .footer_add_text:first-child {
        min-width: 179px;
    }
    a.links_div_title {
        color: var(--core-off-white, #FBFBFB);
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
    .header_main_mobo {
        background: var(--core-near-black, #0E0E0E);
        padding: 24px;
        height: 567px;
        overflow: auto;
    }
    .header_mobo_main {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .links_div_title {
        color: var(--core-off-white, #FBFBFB);
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .occupier a.links_div_title {
        color: var(--core-off-white, #FBFBFB);
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
    .service_links {
        gap: 16px;
    }
    .links_div>div {
        margin-top: 32px;
        gap: 32px;
    }
    .a.links_div_title {
        color: var(--core-off-white, #FBFBFB);
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
    .currency_div {
        margin-top: 0px!important;
        gap: 0px!important;
    }
    .currencies {
        display: flex!important;
        flex-direction: row!important;
        margin: 0px!important;
        gap: 12px!important;
        justify-content: flex-start;
    }
    .hamburger_menu {
        position: absolute;
        right: 0px;
        top: 13px;
    }
    .hamburger_menu_close {
        position: absolute;
        right: 0px;
        top: 13px;
    }
    .footer_main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 48px;
    }
    .footer_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .footer_left_top_title {
        color: var(--core-olive-100, #8ACBC3);
        text-align: center;
        font-family: 'Manrope';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.48px;
        text-transform: capitalize;
    }
    .footer_bottom {
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: flex-start;
        align-items: center;
    }
    .footer_copyright {
        color: var(--core-olive-100, #8ACBC3);
        text-align: center;
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 181.1%; /* 25.354px */
        text-transform: capitalize;
    }
    .footer_row {
        display: flex;
        flex-direction: row;
        gap: 48px;
        justify-content: center;
    }
    .footer_links {
        color: var(--core-off-white, #FBFBFB);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }
    .footer {
        padding: 64px 12px;
    }
}
@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}