/*
Theme Name: Buyno Child
Theme URI: https://shokrino.com
Author: Matin Shokri
Author URI: https://shokrino.com/make
Description: A clean, upgrade-safe child theme for Buyno with design tokens, quick font tools, custom hook slots, and developer-friendly extension points.
Template: buyno
Requires at least: 5.3
Tested up to: 6.5.5
Requires PHP: 7.4
Version: 1.0.0
License: All Rights Reserved for Shokrino Team.
Text Domain: buyno-child
Domain Path: /languages
*/

.buyno-child-hook-slot {
    width: 100%;
}

.buyno-child-hidden {
    display: none !important;
}
.jumpitoy-delivery-box{
    display:flex;
    align-items:center;
    gap:7px;
    width:100%;
    text-decoration:none;
    color:#fff;
    background:#0b223d;
    padding:10px 14px;
    border-radius:4px;
    direction:rtl;
    transition:.2s ease;
}

.jumpitoy-delivery-box:hover{
    color:#fff;
    opacity:.92;
}

.jumpitoy-delivery-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}

.jumpitoy-delivery-text{
    display:flex;
    align-items:center;
    gap:5px;
    min-width:0;
    font-size:13px;
}

.jumpitoy-delivery-label{
    font-weight:700;
    white-space:nowrap;
}

.jumpitoy-delivery-address{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}