/*------------------------------------------------------------------------------------- 
Theme Name:		 Xports Child Theme
Theme URI:		 https://bytezdevs.com/xports-child-theme
Description:	 Personal Portfolio WordPress Theme
Author:			 Banglatheme
Author URI:		 https://bytezdevs.com/
Template:		 xports
Version:		 1.0.0
Text Domain:	 xportschildtheme
-------------------------------------------------------------------------------------*/

/*
    Please Add your custom styles here
*/

.header-cart-wrapper {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.xports-header-cart {
    display: inline-block;
    color: #fff !important;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    padding: 10px;
}

.xports-header-cart:hover {
    color: #ffc428 !important;
}

.cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffc428;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Knockout', 'Arial Black', Arial, sans-serif !important;
}