/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--dashboard a::before  {
	font-size:24px
}
	
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--recipients a::before {
	content: "\ea0c";
	font-family:bb-icons;
	font-weight:500;
	font-size:24px
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--senders a::before {
	content: "\ef56";
	font-family:bb-icons;
	font-weight:500;
	font-size:24px
}
/*
 * do not change it to --gifts, it should remain as is
*/
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--quotes a::before  {
  content: "\eea9";
	font-family:bb-icons;
	font-weight:500;
	font-size:24px
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--orders a::before  {
	content: "\ee7b" !important;
	font-family:bb-icons;
	font-weight:500;
	font-size:24px
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--edit-address a::before  {
		content: "\ed91" !important;
	font-family:bb-icons;
	font-weight:500;
	font-size:24px
}

body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--edit-account a::before  {
	content: "\ef58" !important;
	font-family:bb-icons;
	font-weight:500;
	font-size:24px
}

.ywcas-classic-search {
	padding-top: 20px !important;
}

.ywcas-input-field-wrapper {
  border-radius: 6px !important;
  max-width: 500px;
	
}

.ywcas-input-field{
	background-color: var(--bb-header-alternate-background) !important;
}

.ywcas-submit-wrapper {
		background-color: var(--bb-header-alternate-background) !important;
	border-width: 0 !important;
}

.viwcpf-filter-trigger{
	color: var(--bb-alternate-text-color)
}

.viwcpf-filter-trigger:hover{
	color: var(--bb-body-text-color)
}

.viwcpf-filter-trigger-box  {
	float: right;
}

.viwcpf-filter-trigger-box > button  {
	width: 2.3em;
	overflow:hidden;
	border:1px solid var(--bb-alternate-text-color);
	border-radius: var(--bb-input-radius);
   padding: 7px 9px;
}

/**
 * Checkbox Toggle UI
 */
.checkbox .optional {display: none}

#gifting_giftorder,#gifting_no_address,#gifting_hold[type=checkbox] {
		position: relative;
    opacity: 100;
}

input[type="checkbox"].wppd-ui-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	opacity:100 !important;

    -webkit-tap-highlight-color: transparent;

    width: auto;
    height: auto;
    vertical-align: middle;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 0 4px;
    background: none;
    box-shadow: none;
}
input[type="checkbox"].wppd-ui-toggle:focus {
    box-shadow: none;
}
input[type="checkbox"].wppd-ui-toggle:after {
    content: '';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-indent: -14px;
    color: #ffffff;
    width: 36px;
    height: 18px;
    display: inline-block;
    background-color: #a7aaad;
    border-radius: 72px;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].wppd-ui-toggle:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    margin: 0;
    border-radius: 50%;
    background-color: #ffffff;
}
input[type="checkbox"].wppd-ui-toggle:checked:before {
    left: 20px;
    margin: 0;
    background-color: #ffffff;
}
input[type="checkbox"].wppd-ui-toggle,
input[type="checkbox"].wppd-ui-toggle:before,
input[type="checkbox"].wppd-ui-toggle:after,
input[type="checkbox"].wppd-ui-toggle:checked:before,
input[type="checkbox"].wppd-ui-toggle:checked:after {
    transition: ease .15s;
}
input[type="checkbox"].wppd-ui-toggle:checked:after {
    content: '';
    background-color: #2271b1;
}

/**
 * Preloader spinner
 */
.blockUI.blockOverlay {
		opacity: 0.5 !important;
		position: fixed !important;
}

/**
 * hide memebers page navigation
 */
.members-nav{
	display:none;
}

.bb-user-content-wrap .mention-name{
	display:none;
}

.product_meta .sku_wrapper {
    display: none !important;
}

#magic-login-shortcode {
	width: auto !important;
}

.magic-login-form-header p.message {
	display: block !important;
}

.home-page .container, .home-page .site-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.e-con {
 --padding-inline-end: 0 !important;
--padding-left:0 !important;
--padding-right: 0 !important;
}

.e-con-full {
 --padding-block-end: 0 !important;
--padding-block-start:0 !important;
}