﻿.bi {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.125em;
}

.bic {
    width: 1.6em;
    height: 1.6em;
    display: inline-block;
}
.full-carousel {
    margin-right: var(--bs-gutter-x,-.75rem);
    margin-left: var(--bs-gutter-x,-.75rem);
}
 
    .navbar.mobile-nav .container-fluid .mobile-login {
        margin-left: auto;
    }
 
.mobile-nav .navbar-nav.mobile-login {
    flex-direction: row;
}

.navbar-nav.mobile-login .dropdown-menu {
    position: absolute;
}

.card-title h3 {
    font-size: 1.3rem;
    height: 50px;
}

.social-icons .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item > .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover > .dropdown-menu {
        display: block;
    }

    .navbar .nav-item:hover > .dropdown-menu-end {
        --bs-position: end;
        inset: 0px 0px auto auto;
        transform: translate(0.375px, 40px);
    }


    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */
.widget {
    position: relative;
}

img#logo-footer {
    max-height: 70px;
}

.footer-menu {
    margin-top: 70px;
    position: relative;
}

.footer-menu-title {
    position: absolute;
    top: -35px;
}

/* ============ product list ============ */
#page-product {
    background-color: #f6f3ee;
}

    #page-product .product {
        background-color: #fff;
    }

.form-control-auto {
    width: auto;
}

.shop-cart th,
.shop-cart .table td {
    vertical-align: middle;
}

.shop-cart .cart-product-remove {
    text-align: center;
}

.cart-product-thumbnail > a {
    color: #484848;
    float: left;
    margin-right: 12px;
}

.cart-product-thumbnail img {
    max-width: 52px;
    border-radius: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.cart-product-thumbnail-name {
    font-weight: bold;
}

.cart-product-description {
    max-width: 200px;
}

    .cart-product-description span {
        display: block;
    }

.cart-product-quantity .minus,
.cart-product-quantity .plus {
    background-color: #ffffff;
    border: 1px solid #eee;
    margin: 0 -4px;
    padding: 5px 12px;
}

.cart-product-quantity .qty {
    border: 1px solid #eee;
    max-width: 40px;
    padding: 5px;
    text-align: center;
}

.d-link {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
}

.cart-min {
    position: relative;
}

.cart-count {
    position: absolute;
    top: 8px;
    right: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

    .cart-count.cart-count-2 {
        top: 3px;
        right: 0px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

    .cart-count.cart-count-3 {
        top: 3px;
        right: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 8px;
    }

.act .accordion-button {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.card-item div {
    position: relative;
}

small.tag {
    font-size: .7em;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.post-grid-item .post-item-wrap {
    position: relative;
}

    .post-grid-item .post-item-wrap .post-image {
        padding-top: 50.67%;
        grid-area: 1/1/-1/-1;
        content: '';
        display: block;
        overflow: hidden;
        position: relative;
        background-color: rgba(38,38,38,0);
    }

        .post-grid-item .post-item-wrap .post-image img {
            border-radius: 5px;
            position: absolute;
            left: 50%;
            top: 50%;
            max-width: 100%;
            width: 100%;
            height: auto;
            z-index: 0;
            -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
        }

    .post-grid-item .post-item-wrap .post-item-description {
        /*background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
		position: absolute;
		bottom: 0;
		left: 0;
		right:0;*/
        /*color:#fff;*/
    }

        .post-grid-item .post-item-wrap .post-item-description a {
            text-decoration: underline;
            /*color: #fff;*/
        }

#cookieConsent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    z-index: 999999;
}
.cart-product-quantity .quantity input{max-width:60px;}