/* ==========================================================================
   Shop Top Bar – mini cart, account widget, search form
   ========================================================================== */

/* Right-widgets container positioning */
.right-widgets {
	position: relative;
	top: 35px;
	margin-top: -20px;
}

/* ---- Account widget ---- */
.shop-account-widget {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
}

.shop-account-trigger {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
}

.shop-account-trigger:hover {
	color: inherit;
	text-decoration: none;
}

.shop-account-label {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.shop-account-name {
	font-weight: 600;
	font-size: 13px !important;
}

.shop-account-text {
	color: #143e75;
}

/* ---- Cart: spacing + bigger icon + bigger counter ---- */
.right-widgets .wc-shopping-cart {
	margin-right: 15px;
}

 .wc-ico-cart:before,
 .wc-ico-cart i {
	font-size: 21px !important;
	color:#444 !important;
}



.wc-shopping-cart .counter {
	font-size: 12px !important;
	min-width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
}

/* ---- Account dropdown ---- */
.shop-account-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 190px;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
	z-index: 99999;
}

.shop-account-widget.has-dropdown:hover .shop-account-dropdown,
.shop-account-widget.is-open .shop-account-dropdown {
	display: block;
}

.shop-account-menu {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

.shop-account-menu li a {
	display: block;
	padding: 9px 18px;
	text-decoration: none;
	color: #333;
	transition: background .15s;
	white-space: nowrap;
}

.shop-account-menu li a:hover {
	background: #f5f5f5;
	color: #000;
}

/* ---- Logged-out: two links side by side ---- */
.shop-account-widget.logged-out .shop-account-label {
	flex-direction: row;
	align-items: center;
	gap: 6px;
}

.shop-account-widget.logged-out .shop-account-sep {
	opacity: .4;
}

/* ---- Login dropdown ---- */
.shop-login-dropdown {
	min-width: 280px;
	padding: 16px;
	right: 0;
	left: auto;
}

.shop-login-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
	gap: 8px;
}

.shop-login-title {
	font-weight: 600;
	font-size: 14px;
}

.shop-login-register {
	font-size: 12px;
	color: #666;
	white-space: nowrap;
}

.shop-login-register a {
	color: #143e75;
	text-decoration: none;
}

.shop-login-register a:hover {
	text-decoration: underline;
}

.shop-login-form label {
	display: block;
	margin: 10px 0 3px;
}

.shop-login-form input[type="text"],
.shop-login-form input[type="password"] {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	box-sizing: border-box;
}

.shop-login-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	gap: 10px;
}

.shop-login-btn {
	padding: 8px 18px;
	background: #143e75;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.shop-login-btn:hover {
	background: #0f2e58;
}

.shop-login-forgot {
	font-size: 12px;
	color: #888;
	text-decoration: none;
}

.shop-login-forgot:hover {
	color: #143e75;
	text-decoration: underline;
}

/* ---- AWS search form (left top-bar) ---- */
.shop-search-widget {
	display: flex;
	align-items: center;
}
.masthead:not(.masthead-mobile-header) #primary-menu .aws-container,.ph-wrap .aws-container
{
display:none !important;
}
#mobile-menu .aws-container
{
margin-top:20px !important;
}





.masthead .aws-wrapper input
{
font-size:16px;
    border-radius: 0 6px 6px 0 !important;
border-left:none !important;
}

body .masthead .aws-container .aws-search-btn {
    border-radius: 6px 0px 0px 6px !important;
    background: none !important;
    border-right: none !important;
}

.aws-container
{
width:500px !important;
}

.left-widgets
{
    position: relative;
    left: 354px;
    top: 38px;
    margin-top: -30px;
}
/* Mobile header account icon */
.hv-mobile-account a {
    color: inherit;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1;
}
