/*
Theme Name:   PortalX - Hello Shoppable
Theme URI:    http://www.salesmachinex.com
Description:  PortalX - Hello Shoppable Theme
Author:       PortalX
Author URI:   http://www.salesmachinex.com
Template:     hello-shoppable
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-shoppable
*/

.theme{
	color:#ED1B24;
	
}




.login-email, .login-password{
	max-width:100% !important;
}

.sticky-header .fixed-header-inner, .sticky-header .site-navigation-container {
    column-gap: 0px;
}

.site-logo{
	
	width:120px !important;
	height:32px !important;
}

.header-basket-count, .header-account{
	font-size:20px;
	margin-top:5px;
	color:black;
}

.header-account{
	margin-right:20px !important;
}

.header-search-wrap{
	margin-right:20px !important;
}


.theme-height{
	
}

#basket-number {
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 7px !important;
	margin-left:10px !important;
    text-align: center;
    width: 20px;  /* Reduced width to make it circular */
    height: 20px; /* Added height to make it circular */
    font-weight: bold;
	transform: translateY(-10px); /* Adjusted transform to account for new width */
    background-color: #ff0000; /* Red background */
    border-radius: 50%; /* Makes it circular */
    display: flex; /* Added for better centering */
    align-items: center; /* Centers content vertically */
    justify-content: center; /* Centers content horizontally */
    padding: 2px; /* Optional: adds some space around the number */
}

#basket-number-fixed {

    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 17px !important;
	margin-left:10px !important;
    text-align: center;
    width: 20px;  /* Reduced width to make it circular */
    height: 20px; /* Added height to make it circular */
    font-weight: bold;
	transform: translateY(-10px); /* Adjusted transform to account for new width */
    background-color: #ff0000; /* Red background */
    border-radius: 50%; /* Makes it circular */
    display: flex; /* Added for better centering */
    align-items: center; /* Centers content vertically */
    justify-content: center; /* Centers content horizontally */
    padding: 2px; /* Optional: adds some space around the number */
	
}

button {
  box-shadow: none !important;
	height:inherit !important
		
}

.header-search-select {
    display: none !important;
}

.header-search-select::after {
    display: none !important;
}


