#header-sticky .logo img{
    max-width: 100px;
}
.footer__widget-title img{
    max-width: 150px;
}
.error{
    color: red!important;
    font-size: 13px;
}
.product__sale-4 span {
    background: #ff9110;
}
.product__sale-4 span::before {
    border-color: #ff9110 transparent transparent #ff9110;
}
.product__sale-4 span::after {
    border-color: transparent transparent #ff9110 #ff9110;
}
.product__sale-5 span {
    background: #05bb44;
}
.product__sale-5 span::before {
    border-color: #05bb44 transparent transparent #05bb44;
}
.product__sale-5 span::after {
    border-color: transparent transparent #05bb44 #05bb44;
}
.flex-column{
    flex-direction: column;
}
.product__thumb img{
    height: 250px;
}
.product__out_of_stock {
    display: table;
    position: absolute;
    text-align: center;
    top: 36px;
    left: 10px;
    z-index: 2;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.product__out_of_stock span {
    position: relative;
    background: red;
    color: #fff;
    float: left;
    display: flex;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px !important;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px;
    align-items: center;
}
.out-of-stock-prod{
    opacity: 0.5;
}
.hidden{
    display: none!important;
}
.full-width{
    width: 100%!important;
}
.select2-container{
    width: 100%!important;
}
.mini-cart-list .cartmini__del{
    background-color: transparent;
}
.mini-cart-list .cart-content{
    max-width: 180px;
}
#productModalId .nav{
    flex-wrap: nowrap;
}
#productModalId .product__nav-img{
    max-width: 100px;
}
.modal-loader {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #eee;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.tp-cart-empty {
    font-weight: 500;
    padding: 10px;
    font-size: 15px;
    background: #F1F3F4 !important;
}
.shop-uoms-div{
    position: absolute;
    bottom: 0;
    left: 35%;
}
.shop-uoms-div span{
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 0px 3px;
    margin: 2px;
    background: #e5e5e5;
    color: #676767;
    cursor: pointer;
}
.shop-uoms-div span:hover{
    border: 1px solid #0293d1;
    background: #0293d13d;
    color: #0293d1;
    font-weight: bold;
}
.shop-uoms-div span.selected{
    border: 1px solid #0293d1;
    background: #0293d13d;
    color: #0293d1;
    font-weight: bold;
}
.product-uoms-div span:hover{
    border: 1px solid #0293d1;
    background: #0293d13d;
    color: #0293d1;
    font-weight: bold;
}
.product-uoms-div span {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 2px;
    background: #e5e5e5;
    color: #676767;
    cursor: pointer;
}
.product-uoms-div span.selected{
    border: 1px solid #0293d1;
    background: #0293d13d;
    color: #0293d1;
    font-weight: bold;
}
.search__dropdown--suggestions {
    max-height: 400px;
    overflow: scroll;
}
.search__dropdown--suggestions .suggestions__item {
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
}
.search__dropdown--suggestions .suggestions__item .image__tag{
    width: 100px;
    border-radius: 8px;
}
.suggestions__product-name {
    font-weight: bold;
    color: black;
}
.suggestions__product-price {
    color: #0293d1;
    font-weight: 800;
}
.suggestions__product-info{
    text-align: start;
    margin-left: 5px;
}
.suggestions__product-image{
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}
.product-uoms-div{
    margin-bottom: 15px;
}
.add-cart-btn:focus {
    background: #ffffff;
    color: #201f1f;
    border: 2px solid #201f1f;
}
.extra__info-inner{
    overflow: scroll;
}

.popup-card{
    border-radius:20px;
    overflow:hidden;
    border:none;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
    animation:popupAnimation .45s ease;
}

.popup-image{
    width:100%;
    max-height:350px;
    object-fit:cover;
}

.popup-body{
    padding:35px;
    text-align:center;
}

/*.popup-body h2{*/
/*    font-weight:700;*/
/*    margin-bottom:15px;*/
/*}*/

.popup-body p{
    color:#666;
    font-size:15px;
    line-height:1.7;
}

.popup-btn{
    padding:12px 35px;
    border-radius:40px;
    margin-top:15px;
}

.popup-close{
    position:absolute;
    right:15px;
    top:10px;
    z-index:20;
    border:none;
    background:#fff;
    width:40px;
    height:40px;
    border-radius:50%;
    font-size:28px;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    opacity:1;
}

.modal-backdrop.show{
    opacity:.65;
}
.popup-title-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:25px;
}

.popup-title{
    margin:0;
    font-size:27px;
    /*font-weight:800;*/
    color:#222;
    text-transform:capitalize;
    position:relative;
    letter-spacing:.5px;
}

.popup-title-line{
    height:2px;
    width:70px;
    background:linear-gradient(
        90deg,
        transparent,
        #0293d1
    );
    display:block;
}

.popup-title-line:last-child{
    background:linear-gradient(
        90deg,
        #0293d1,
        transparent
    );
}

@keyframes popupAnimation{

    from{
        transform:scale(.8);
        opacity:0;
    }

    to{
        transform:scale(1);
        opacity:1;
    }

}
@media (max-width: 576px) {

    .popup-body{
        padding:20px;
    }

    .popup-body p{
        font-size:13px;
        line-height:1.6;
    }

    .popup-title-wrapper{
        gap:10px;
        margin-bottom:15px;
    }

    .popup-title{
        font-size:20px;
        letter-spacing:0;
    }

    .popup-title-line{
        width:35px;
        height:2px;
    }

    .popup-close{
        width:32px;
        height:32px;
        font-size:22px;
        right:10px;
        top:8px;
    }

    .popup-btn{
        padding:10px 25px;
        font-size:14px;
    }

    .popup-image{
        max-height:220px;
    }
}