.hover-link {
	position: relative;
}
.hover-link::after {
	position: absolute;
	content: '';
	bottom: -3px;
	background: #109DDB;
	left: auto;
	right: 0;
	height: 1px;
	width: 0;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hover-link:hover::after {
	left: 0;
	right: auto;
	width: 100%;
}
#c-navbar .e--pointer-background .elementor-item::before {
  background-color: #109DDB;
}

/* ==== Custom WOO Style ==== */
#custom__woo-wrapper input,
#custom__woo-wrapper textarea,
input[type="text"],
input[type="email"],
input[type="password"]{
	border:1px solid #E9E9F2;
	border-radius: 0;
}
#custom__woo-wrapper label{
  font-size: 16px;
  font-weight: 500;
	color:#3C4B71;
}
#custom__woo-wrapper span.select2-selection.select2-selection--single{
	height:45px;
	border:1px solid #E9E9F2;
	border-radius: 0;
}
#custom__woo-wrapper span#select2-billing_country-container,
#custom__woo-wrapper span#select2-billing_state-container{
	line-height:45px;
}
#custom__woo-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 4px;
}
#custom__woo-wrapper #add_payment_method #payment, 
#custom__woo-wrapper .woocommerce-cart #payment, 
#custom__woo-wrapper .woocommerce-checkout #payment {
  background: #E9E9F2;
  border-radius: 0px;
}
button#place_order {
  background: #109DDB;
  border-radius: 0;
  padding: 14px 0;
}

/* ==== My Account ==== */
.woocommerce-MyAccount-navigation ul{
	list-style:none;
}
.woocommerce-MyAccount-navigation-link a{
	background-color:#F7F7FB;
	padding: 10px 20px;
	display:block;
	transition:all 0.3s;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{
	background-color:#E9E9F2;
}

button.woocommerce-Button.button,
a.button.wc-forward,
a.woocommerce-Button.button,
button.woocommerce-button.button.woocommerce-form-login__submit{
  background:#109DDB!important;
  padding: 14px 20px;
	outline: none;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}

form.woocommerce-shipping-calculator {
    display: none;
}
p.woocommerce-shipping-destination {
    display: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox ,
.woocommerce-billing-fields{
    display: none;
}
p.custom-ship-title {
    margin-top: 20px;
}
a.checkout-button.button.alt.wc-forward {
    display: none!important;
}