@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
    font-family: "Cairo", sans-serif !important;
}

.search-input-box>input {
    background: #EBEBEB !important;
    color: #303030 !important;
}

.btn-dark,
.btn-soft-dark:hover,
.btn-outline-dark:hover {
    background-color: #303030;
    border-color: #303030;
    color: white;
    border-radius: 4px !important;
}

.btn-secondary,
.btn-soft-secondary:hover,
.btn-outline-secondary:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #303030;
    border-radius: 4px !important;
}

.currency_dropdown_menu,
.language_dropdown_menu {
    border-color: #dfdfe6;
    margin: 0;
    border-radius: 0;
    min-width: 10rem;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
    border-radius: 4px;
    max-width: 100%;
}

.currency_toggle::after,
.language_toggle::after {
    content: unset !important;
}

.language_text,
.currency_text {
    font-size: 14px !important;
    font-weight: 600;
    color: #303030;
}

.cart-container {
    position: relative;
    display: inline-block;
}

.cart-badge {
    position: absolute;
    bottom: -14px;
    right: 0;
    transform: translate(50%, -50%);
    background-color: #C03744;
    color: white;
    border-radius: 50%;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
}

.header_menu_links{
    color: #0B0A0A !important;
}
.header_menu_links.active{
    border-bottom: 1px solid #0B0A0A !important;
    background: transparent !important;
}

.main_menu_nav{
    background: #F2F2F2;
}

.bg_light_grey{
    background-color:#f2f2f2 !important;
}

.banner_data{
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.banner_data h2{
    font-size: 64px !important;
    color:#3B3436 !important;
}

.banner_data .banner_badge{
    font-size: 16px !important;
    border: 1px solid;
    border-radius: 36px;
    padding: 15px;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color:#3B3436 !important;
}

.banner_data h6{
    font-size: 16px !important;
    color:#3B3436 !important;
    line-height: 30px;
    margin: 10px 0;
}

.banner_video_icon{
    top: 50%;
    left: 50%;
}

.category_card{
    border-radius: 8px;
    background: #FAFAFA;
    padding: 10px;
}

.category_card img{
    max-height: 100%;
    width: 100px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.product_slider  .border-right{
    border-right: 10px solid #ffffff !important;
}

.product_slider .border-left{
    border-left: 0 !important;
}
.product_slider .border-top{
    border-top: 5px solid #ffffff !important;
}
.product_slider .border-bottom{
    border-bottom: 5px solid #ffffff !important;
}

.product_card .product_card_cat{
    background-color: #EBEBEB;
    padding: 5px 10px;
    border-radius: 15px;
}

.product_card .card-text{
    color: #979797 !important;
    font-size: 12px !important;
}

.product_card .card-footer{
    padding: 5px 0 !important;
}

.product_card .slick-list .draggable{
    background-color:#f2f2f2 !important;
}

footer{
    background: #231F20 !important;
    color: white !important;
    height: 100%;
    padding-bottom: 25px;
}

footer .container{
    padding: 90px 25px 0 25px;
}

footer h2{
    font-size: 70px;
    font-weight: 400;
}

footer h4{
    font-size: 25px;
    font-weight: 400;
    color: #817276;
}

footer .top_second_section p{
    font-size: 16px;
    font-weight: 400;
}

footer .top_second_section div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 200px;
    text-align: center;
}

footer .top_second_section a{
    font-size: 14px;
    font-weight: 400;
    background: white;
    padding: 6px 10px;
    border-radius: 4px;
}

footer .social_media a{
    color: #231F20 !important;
    background: white;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    display: block;
    font-size: 18px;
    font-weight: 700;
}

footer h5{
    font-size: 20px;
    color: white;
    font-weight: 400;
}

footer .section_links a,
footer .section_links p{
    font-size: 15px;
    color: white;
    font-weight: 400;
    display: block;
}

.btn-secondary-base, .btn-soft-secondary-base:hover, .btn-outline-secondary-base:hover,
.btn-primary, .btn-soft-primary:hover, .btn-outline-primary:hover {
    border-radius: 5px !important;
}


@media only screen and (max-width: 576px) {
    footer .top_second_section div{
        width: 100%;
    }
    .banner_data h2{
        font-size: 30px !important;
    }
    .banner_data h6{
        font-size: 14px !important;
    }
    .home-slider{
        padding: 10px !important;
    }
    .banner_video_icon {
        top: 35%;
        left: 43%;
    }
    .category_card img{
        width: 100px !important;
        height: 100px !important;
    }
    .category_card h5{
        font-size: 12px !important;
    }
}

@media (min-width: 576px) {
    .sm-gutters-16 > .col, .sm-gutters-16 > [class*="col-"], .aiz-carousel.sm-gutters-16 .product_card {
        padding-right: unset !important;
        padding-left: unset !important;
    }
}

@media (min-width: 1200px) {
    .home-slider {
        max-width: 100% !important;
    }
}