/* Colors:

navy:  #21274D;
old blue:  #089DE7;
new dark blue: #127CB5;
old orange: #F27E12;
old dark orange: #E4740C;
new orange: #A95928;
black:  #333333;
light gray:  #F2F2F2;

 */


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&display=swap');
@font-face {
	font-family: 'VisbyCFMedium';
	src: url('./library/fonts/VisbyCF-Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VisbyCFBold';
	src: url('./library/fonts/VisbyCF-Bold.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

/*
	variables

*/
:root {
	--black:#333333;
	--white:#ffffff;
	--bwhite:#F7FCFF;
	--white-100:#F5F5F7;
	--navy:#21274D;
	--gray:#f5f5f5;
	--mid-gray:#E8E8ED;
	--light-gray:#D9D9E0;
	--blue-100:#E3F5FF;
	--blue-200:#127CB5;
	--blue-400:#09A1ED;
	--burnt-orange:#A95928;
	--dark-orange: #E4740C;
	--wc-form-border-color:#D9D9E0;

}


html{
	font-size: 100%;
	height: auto;
}
body{
	font-family: 'VisbyCFMedium', sans-serif;
	font-weight: normal;
	font-size: 1rem;
	color: #333;
	background-color: var(--white);
}
input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none;
}

/* General */
h1, h2.big{
	font-size: 4.375rem;
	line-height: 100%;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #21274D;
	margin-bottom: 15px;
}
h2, .h2-title{
	font-size: 3.125rem;
	line-height: 100%;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	color: #21274D;
	margin-bottom: 15px;
}
h2.small-title {
	font-size: 2.5rem;
}
h2.bordertop{
	position: relative;
	padding-top: 20px;
}
h2.bordertop:after{
	content: '';
	width: 25px;
	height: 1px;
	/*background: #09A1ED;*/
	background: var(--blue-200);
	position: absolute;
	left: 0px;
	top: 0px;

}
h3, .h3-title{
	font-size: 2.5rem;
	line-height: 100%;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	text-transform: none;
	color: #21274D;
}
h4, .h4-title, .h5-title{
	font-size: 1.875rem;
	color: var(--navy);
    font-family: 'VisbyCFMedium', sans-serif;
}
.h5-title{
	font-size: 1.25rem;
	font-family: 'VisbyCFBold', sans-serif;
}
p{
	font-size: 1rem;
	line-height: 170%;
}
.button, .woocommerce ul.products li.product .button, .woocommerce button.button, #wl-wrapper .button, .woocommerce .woocommerce-notices-wrapper .button, .wl-list-pop .wl-add-to-single.button {
	background: var(--blue-200);
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 15px 20px;
	border-radius: 8px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	border: 0px;
	text-transform: uppercase;
	opacity: 1;
    transition: opacity 1.5s ease;
    line-height: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background: var(--blue-200);
	color: #fff;
	transition: opacity 1.5s ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	color: #fff;
	background: var(--blue-200);
	border: 0px;
	text-decoration: none;
	opacity: 0.8;
}
.woocommerce .woocommerce-notices-wrapper .button{
	min-width: 120px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button{
	background: #E4740C;
	color: #fff;
}
.button:hover, .button:focus, .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus, .woocommerce button.button:hover, #wl-wrapper .button:hover, #wl-wrapper .button:focus, .woocommerce .woocommerce-notices-wrapper .button:hover, .woocommerce .woocommerce-notices-wrapper .button:focus{
	color: #fff;
	background: var(--blue-200);
	border: 0px;
	text-decoration: none;
	opacity: 0.8;

}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover, .woocommerce div.product form.cart .button.single_add_to_cart_button:focus{
	color: #fff;
	/*background: #F27E12;*/
}
.button.disabled{
	color: #fff;
	background: #C2C2C2;
	border: 0px;
}
.button.white{
	color: #000000;
	background: #fff;
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.button.white:hover{
	opacity: 0.75;
}
a{
	color: var(--burnt-orange);
}
a:hover, a:focus{
	color: var(--burnt-orange);
	text-decoration: underline;
}
.link{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	/*color: #F27E12;*/
	color: #A95928;
	font-size: 1.125rem;
	text-transform: uppercase;
}
.link:hover, .link:focus{
	color: var(--dark-orange);
	text-decoration: none;
}
.red{
	color: #FF0000;
}


.gray-box{
	background: #F2F2F2;
	border-radius: 10px;
	padding: 40px 80px;
}
.white-box{
	background: #FFF;
	border-radius: 10px;
	padding: 40px 60px;
}

/* Woocommerce notices */
.woocommerce-message {
    border-top-color: rgba(9, 161, 237, 0.25);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 12px 12px 12px 78px;
    margin: 0 0 2em;
    background-color: var(--bwhite);
    color: var(--navy);
    border-top: 0px;
    border: 1px solid rgba(9, 161, 237, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 2rem;
    min-height: 65px;
}
.woocommerce-error {
    background: #fdefef;
    border-color: #ffbebe;
}
.woocommerce-notices-wrapper {
    display: flex;
    justify-content: end;
    margin-top:0.5rem;
}

.woocommerce-message::after {
  content: none !important;
  display: none !important;
}
.woocommerce-message::before {
    content: "";
    background: url(./library/img/add-to-cart-confirmation-checkmark.png) no-repeat left 0px top transparent;
    background-size: 38px;
    color: #8fae1b;
    width: 38px;
    height: 38px;
    top: 14px;
}

.woocommerce-error::before{
	content: "";
    background: url(./library/img/error-icon-notification.png) no-repeat left 0px top transparent;
    background-size: 38px;
    width: 38px;
    height: 38px;
    top: 14px;
}
 .woocommerce-info::before{
 	content: "";
    background: url(./library/img/info-icon-notification.png) no-repeat left 0px top transparent;
    background-size: 38px;
    width: 38px;
    height: 38px;
    top: 14px;
 }
/* Header  */
.wpml-ls-flag {
	margin-right: 5px;
	margin-top: 2px;
}

header .banner-top{
	background: var(--navy);
	color:var(--white);
	padding:14px 0 15px 0;
	text-align: center;
	font-size: 0.875rem;
	font-family: 'VisbyCFMedium', sans-serif;
}
header .banner-top .banner-close-icon{
	width: 100%;
	max-width: 15px;
}
header .banner-top .banner-close{
	    display: block;
    padding-right: 20px;
    float: right;
}

header .navbar{
	background: var(--white) !important;
	border-bottom: 1px solid var(--mid-gray);
}
.home header .navbar {
    background: transparent !important;
    border: 0px;
}

header.navbar-inverse .navbar, .home header.navbar-inverse .navbar{
	border-bottom: 1px solid var(--mid-gray);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
/*.home #header-main .navbar.bg-light, .page-template-page-why-ultrasound #header-main .navbar.bg-light, .page-template-template-applications #header-main .navbar.bg-light, .page-template-page-industries #header-main .navbar.bg-light, .page-template-page-training #header-main .navbar.bg-light{
	background: transparent !important;
	border: 0px;
}*/
header .icon-logo{
	width: 100%;
	max-width: 124px;
}
header .logo-white{
	display: none;
}
.home header .logo-black, .page-template-page-why-ultrasound header .logo-black, .page-template-template-applications header .logo-black, .page-template-page-industries header .logo-black, .page-template-page-training header .logo-black, .page-template-page-events  header .logo-black, .page-template-page-training-agenda  header .logo-black{
	display: none;
}
.home header .logo-white, .page-template-page-why-ultrasound header .logo-white, .page-template-template-applications  header .logo-white, .page-template-page-industries  header .logo-white, .page-template-page-training  header .logo-white, .page-template-page-events  header .logo-white, .page-template-page-training-agenda  header .logo-white{
	display: block;
}
.home header.navbar-inverse .logo-black,.page-template-page-why-ultrasound header.navbar-inverse .logo-black, .page-template-template-applications  header.navbar-inverse .logo-black, .page-template-page-industries  header.navbar-inverse .logo-black, .page-template-page-training  header.navbar-inverse .logo-black, .page-template-page-events  header.navbar-inverse .logo-black, .page-template-page-training-agenda  header.navbar-inverse .logo-black{
	display: block !important;
}
.home header.navbar-inverse .logo-white,.page-template-page-why-ultrasound header.navbar-inverse .logo-white, .page-template-template-applications  header.navbar-inverse .logo-white, .page-template-page-industries  header.navbar-inverse .logo-white, .page-template-page-training  header.navbar-inverse .logo-white, .page-template-page-events  header.navbar-inverse .logo-white, .page-template-page-training-agenda  header.navbar-inverse .logo-white{
	display: none !important;
}
header.navbar-inverse .navbar.bg-light, .home #header-main.navbar-inverse .navbar.bg-light,.page-template-page-why-ultrasound #header-main.navbar-inverse .navbar.bg-light, .page-template-template-applications #header-main.navbar-inverse .navbar.bg-light, .page-template-page-industries #header-main.navbar-inverse .navbar.bg-light, .page-template-page-training #header-main.navbar-inverse .navbar.bg-light{
	background: #fff !important;
}

/* Top Header  */
header .top{
	height: 50px;
	text-align: right;
	background: #000;
}
header .lang-switcher {
	background: #000;
	display: inline-block;
	margin-right: 20px;
	font-size: 0.875rem;
}
header .top .login {
	color: #fff;
	padding: 15px 15px;
	font-size: 0.875rem;
	display: inline-block;
}
header .link-shop {
    color: var(--white);
	font-size: 0.875rem;
	padding: 0 15px 0 0px;
}
header .form-wrap-search{
	display: inline-block; /* behave like others */
  position: relative;
  overflow: hidden;
  width: 40px; /* collapsed width */
  vertical-align: middle;
  transition: width 0.4s ease;
  height: 50px;
}
header .form-wrap-search .search-form {
	display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-left: 10px;
  margin-top: 7px;
}
header .form-wrap-search .fa-search.btn-primary {
    background: #fff;
    color: #000;
    border: 0px;
    border-radius: 0px 3px 3px 0;
    box-shadow: none;
    font-weight: 600;
      padding: 9px 12px 10px 12px;
  white-space: nowrap;
  height: 35px;
}
header .form-wrap-search .fa-search.btn-primary:before{
	content:'';
	background: url(./library/img/search-icon-black.png) no-repeat center center var(--white);
	background-size: 17px;
	height: 35px;
    position: absolute;
    top: 0px;
    right: 4px;
    width: 20px;
}
header .form-wrap-search .input-group {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0; /* Allow shrinking */
}
header .form-wrap-search .form-control {
  flex: 1 1 auto;
  min-width: 0;
  transition: all 0.3s ease;
}
header .form-wrap-search .input-group-append {
  flex-shrink: 0;
  display: flex;
  z-index: 3;
}

header .search-form .form-control {
    border: 0px;
    border-radius: 3px;
    padding: 8px;
}

header .search-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  margin-right: 12px;
} 
header .search-link .search-icon {
    width: 100%;
    max-width: 17px;
}

header .form-control {
  width: 100%;
  min-width: 150px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
}

header .form-wrap-search.open {
  width: 270px;
}

header .form-wrap-search.open .search-form {
  opacity: 1;
  pointer-events: auto;
  margin-right: 10px;
}

header .form-wrap-search.open .search-link {
  display: none;
}

header .form-wrap-search .form-menu .btn-primary {
  margin-left: 5px;
  white-space: nowrap;
}
header .user-icon {
    width: 100%;
    max-width: 16px;
    margin-right: 10px;
}
header .login-dropdown-wrap {
  position: relative;
  display: inline-block;
}
header .login-dropdown-wrap:hover .login-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -5px);
    pointer-events: auto;
  }

header .login-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f2f2f2;
  padding: 30px 28px;
  border-radius: 10px;
  min-width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;

  /* transition & animation styles */
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  pointer-events: none;
  text-align: left;
}

header .login-dropdown a.dropdown-link {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
    border-bottom: 1px solid rgba(33, 39,77, 0.15);
    padding-bottom: 20px;
}
header .login-dropdown a.dropdown-link:hover{
	color: var(--dark-orange);
}
header .login-dropdown a.dropdown-link.no-border {
    border-bottom: 0px;
    padding-bottom: 0px;
}

header .login-dropdown a.dropdown-link:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
  padding-bottom: 0px;
}

/* ACTIVE state - shows the dropdown with animation */
header .login-dropdown-wrap.active .login-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -5px);
  pointer-events: auto;
  text-align: left;
}


header .header-cart .cart-icon {
    max-width: 20px;
    width: 100%;
}
header .header-cart .cart-link {
    padding: 15px 5px 15px 10px;
    position: relative;
}
header .header-cart .cart-link .cart-count {
    background: var(--blue-400);
    color: var(--white);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-family: 'Barlow Condensed';
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: 7px;
    right: -4px;
}

/*Navigation*/
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav a.mega-menu-link {
	font-size: 1.375rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 20px;
}
.home #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link{
	color: var(--white);
}
.home header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link{
	color: var(--black);
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu a.mega-menu-link {
	font-size: 0.875rem;
	font-family: 'VisbyCFMedium', sans-serif;
	text-transform: none;
	font-weight: 400;
	padding: 0 5px;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu a.mega-menu-link:hover, header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .blue-link > .mega-sub-menu .mega-menu-link:hover, header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .bold-title > .mega-sub-menu .mega-menu-link:hover{
	/*color: #F27E12;*/
	color: #E4740C;
}

#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	color:#333;
}

header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .blue-link a.mega-menu-link {
	/*color: #089DE7;*/
	color: var(--blue-200); 
	font-weight: 600;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .blue-link a.mega-menu-link:hover {
	color: #22274e;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .blue-link > .mega-sub-menu .mega-menu-link {
	color: #333;
	font-weight: 400;
}
header .mega-sub-menu .mega-menu-item .mega-sub-menu {
	margin-top: 5px !important;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .mega-menu-item{
	padding: 5px 15px 5px 0px;
	width: 100%;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu > .top-margin > a.mega-menu-link {
	margin-top: 30px;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu > .bold-title > a.mega-menu-link {
	font-family: 'VisbyCFBold', sans-serif;
	cursor: text;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu > .bold-title > a.mega-menu-link:hover{
	color: #21274d;
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 5px 15px 5px 15px;
	width: 100%;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .mega-list-arrow .mega-sub-menu .mega-menu-item{
	position: relative;
	background: url(./library/img/menu-arrow.png) no-repeat top 12px left -3px transparent;
	background-size: 8px;
	padding-left: 10px;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .mega-list-arrow .mega-sub-menu .mega-menu-item:after{
	content: '';

	position: absolute;
	left: 0;
}
header #mega-menu-wrap-main_nav .mega-menu-toggle {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -26px;
	z-index: 99999999;
}
header #mega-menu-wrap-main_nav .mega-menu-toggle{
	padding: 0 4px;
}
header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .btn-link a.mega-menu-link {
	background: #E4740C;
	border-radius: 4px;
	margin-left: 30px;
	color: #fff !important;
	font-size: 1.25rem;
}

header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .btn-link a.mega-menu-link:hover {
	background: #f27e12;
}

header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link{
	color: #333333 !important;
}
header #mega-menu-wrap-main_nav #mega-menu-main_nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, header #mega-menu-wrap-main_nav #mega-menu-main_nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/*.home #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-page-why-ultrasound #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-template-applications #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-page-industries #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-page-training #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-page-training-agenda #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-page-events #header-main .navbar.bg-light #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}
.home header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link,.page-template-page-why-ultrasound header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-template-applications header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-page-industries header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, .page-template-page-training header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link, header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .mega-sub-menu .bold-title > .mega-sub-menu .mega-menu-link{
	color: #333333;
}*/



/* Footer  */
.footer {
	background: #242424;
	color: #fff;
	padding: 80px 0 0px;
}
.footer .bottom{
	background: #000;
	padding: 30px 0 40px 0;
	margin-top: 50px;
}
.footer a {
	color: #fff;
}
footer .social-icon {
	max-width: 20px;
	width: 100%;
	display: inline-block;
	margin-right: 10px;
}
footer .social_media .social_link:hover, footer .social_media .social_link:focus {
	text-decoration: none;
	opacity: 0.75;
}
footer .bold-title > a {
	font-family: 'VisbyCFBold', sans-serif;
}
footer .sub-menu .menu-item {
	margin-bottom: 10px;
}
footer .margin-top a {
	margin: 35px 0 10px 0;
	display: inline-block;
}
footer .copy p {
	color: #A2A2A2;
	margin-bottom: 0px;
	font-size: 0.875rem;
}
footer .footer-top-row{
	margin-bottom: 50px;
}
footer .newsletter .title{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}
footer .footer-menu {
	margin: 0px;
}
footer .footer-menu .menu-item {
	display: inline-block;
	padding: 0 3px;
	font-size: 0.875rem;
}
footer .footer-menu .menu-item:first-of-type:after{
	content: '|';
	margin: 0px 3px 0px 10px;
}
footer .footer-menu .menu-item:nth-of-type(2):after{
	content: '|';
	margin: 0px 3px 0px 10px;
}
footer .footer-menu #menu-legal {
	text-align: right;
}
footer .footer-nav .menu-item {
	margin-bottom: 10px;
}
.footer nav ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

/* Subnav */
.subnav-categories {
    padding: 8px 0;
    display: flex;
    justify-content: center;
    background: var(--bwhite);
    border-bottom: 1px solid rgba(9, 161, 237, 0.25);
    border-top: 1px solid rgba(9, 161, 237, 0.25);
}

.subnav-categories ul {
    display: flex;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.subnav-categories li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.subnav-categories .term-image {
    width: 43px;
    height: 40px;
    object-fit: cover;
	padding-right: 8px;
}
.subnav-categories .link-text{
	color: var(--navy);
	font-size: 0.875rem;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.subnav-categories .link-text:hover, .subnav-categories .link-text:focus{
	opacity: 0.7;
}


/* WooCommerce Components Quantity Block */
.wc-block-components-quantity-selector {
    border-radius: 8px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px;
    height: 50px;
    overflow: hidden;
}
.cart-page .wc-block-components-quantity-selector{
	height: auto;
}

.wc-block-components-quantity-selector:after {
    border: 1px solid hsla(0,0%,7%,.11);
    border-radius: 8px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.has-dark-controls .wc-block-components-quantity-selector:after {
    border-color: hsla(0,0%,100%,.4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 8px 0 0 8px;
    order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 8px 8px 0;
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}
/* Custom Quantity */
.quantity.customized {
  display: flex;
  align-items: center;
  border: 1px solid #d8d8df; /* light border */
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  height: 50px;
  background: #f8f8f9;
  padding: 0;
  box-sizing: border-box;
}

.quantity.customized .qty-input,
.quantity.customized input[type="number"] {
  width: 50px;
  height: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  outline: none;
  background: white;
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.quantity.customized input::-webkit-outer-spin-button,
.quantity.customized input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-btn {
  width: 48px;
  height: 100%;
  background: #f8f8f9;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2c5c; /* navy */
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
  outline: none !important;
}

.qty-btn:hover {
  background: #eaeaec;
}

.extra-banner + #page-wrap{
	padding-top: 50px;
}


/* Homepage */
.home #page-wrap{
	background: var(--white-100);
}
.homepage-hero {
	background: url('./library/img/overview-hero-background.jpg') no-repeat center center var(--navy);
	background-size: cover;
	color: var(--white);
    padding: 200px 0 120px 0;
    text-align: center;
}
.homepage-hero h1{
	color: var(--white);
}

.slick-arrow.slick-prev{
	background: url('./library/img/arrow-left.png') no-repeat center left transparent;
	background-size: 50px;
	position: absolute;
    top: -50px;
    right: 25%;
    left: inherit;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    outline: none;
}
.slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus{
	background: url('./library/img/arrow-left-navy.png') no-repeat center left transparent;
	background-size: 50px;
}
.slick-arrow.slick-next{
	background: url('./library/img/arrow-right.png') no-repeat center right transparent;
	background-size: 50px;
	    position: absolute;
    top: -50px;
    right: calc(25% - 70px);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    outline: none;
}
.slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus{
	background: url('./library/img/arrow-right-navy.png') no-repeat center right transparent;
	background-size: 50px;
}
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before{
	display: none;
}
.slick-next .slick-next-icon:before, .slick-prev .slick-prev-icon:before {
    content: '';
}
.carousel .slick-track{
	display: flex;
}
.bleed-right {
    margin-right: calc(50% - 49.55vw);
}
.carousel, .product-gallery-slider, .product-gallery-thumbs{
	display: none;
}
.carousel.slick-initialized, .product-gallery-slider.slick-initialized, .product-gallery-thumbs.slick-initialized{
	display: block;
}
.carousel .slick-slide{
	    padding: 12px 15px 12px 15px;
    height: auto !important;
    display: flex
;
    align-items: stretch;
}
.product-box{
	background: var(--white);
	width: 360px !important;
    height: 100%;
    /*padding: 24px 16px;*/
    padding:0px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--mid-gray);
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
}
.product-box:hover{
	border-color: var(--blue-400);
	box-shadow: 0px 0px 0px 1px var(--blue-400), 2px 4px 12px rgba(0, 0, 0, 0.25);
}
.product-box .product-link:hover, .product-box .product-link:focus{
	text-decoration: none;
}
.product-box .product-badges {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 2;
}
.product-box .badge {
    padding: 10px 16px 8px 16px;
    font-size: 0.875rem;
    border-radius: 30px;
    color: var(--white);
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
}
.product-box .product-img{
	width: 100%;
	margin:auto;
	display: block;
	max-width: 270px;
	margin-bottom: 24px;
}
.carousel .product-box .product-img {
    max-width: 390px;
}
.product-box .h4-title{
	margin-bottom: 8px;
	font-size: 1.375rem;
}
.product-box .desc{
	font-size: 1rem;

}
.product-box .desc ul {
    padding-left: 20px;
    color: var(--black);
}
.product-box .desc li {
    margin-bottom: 10px;
}
.product-box .product-link {
    display: flex;
    column-count: 1;
    flex-direction: column;
    height: 100%;
}
.product-box .text-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 12px 24px 12px;
}
.carousel .product-box .text-wrap {
    padding: 0px 16px 24px 16px;
}
.product-box .price-block {
    margin-top: auto;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-box .discount {
    font-size: 0.875rem;
    color: var(--black);
    margin-bottom: 4px;
    height: 18px;
}
.product-box .discount .sale{
	color: var(--burnt-orange);
}

.product-box .price {
    font-size: 1.25rem;
    color: var(--navy);
}
.product-box .price .no-sale-price{
	 font-weight: bold;
}

.product-box .sale-price {
    font-weight: bold;
    color: var(--burnt-orange);
    margin-right: 8px;
}

.product-box .regular-price {
    text-decoration: line-through;
    color: var(--black);
    font-size: 1.25rem;
}
.prod-category{
	padding-bottom: 120px;
}
#cat-1{
	padding-top: 120px;
}
.prod-category .h3-title {
    margin-bottom: 24px;
    padding-left: 12px;
}
.prod-category .title-cat-link {
    color: var(--navy);
}
.product-box.gradient-box {
    background: radial-gradient(circle, #21274D 0%, #07080F 100%);
    color: var(--white);
    text-align: center;
}
.gradient-box .title.h3-title {
    color: var(--white);
    margin-top: 40%;
}
.gradient-box .button.white {
    max-width: 243px;
    width: 100%;
    margin:0px auto;
    line-height: 100%;
}


/* Product detail page */
.single-product .product-layout{
	display: flex;
  align-items: flex-start;
  gap: 2rem;
} 
.single-product .product-layout .custom-product-gallery{
	position: sticky !important;
  top: 145px; /* distance from top when sticky kicks in */
	align-self: flex-start; /* important! */
  height: fit-content;
  	flex: 0 0 53%; /* or whatever width you want */
  	max-height: calc(100vh + 50px);
  overflow: auto;
}
.single-product .product-layout .entry-summary{
	flex: 1;
	padding-left:1.5rem;
	margin-top: -65px;
}
.single-product .product-gallery-slider {
    border: 1px solid var(--mid-gray);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    margin-right: 12px;
    margin-bottom: 0px;

}
.single-product .slick-prev.slick-arrow, .single-product .slick-next.slick-arrow {
    top: 90%;
    z-index: 999;
}
.single-product .slick-arrow.slick-next{
	    right: calc(18% - 70px);
}
.single-product .slick-arrow.slick-prev{
	    right:18%;
}
.single-product .slick-slide{
	max-height: 460px;
}
.single-product .product-gallery-thumbs .slick-slide {
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    overflow: hidden;
    margin-right: 12px;
    width: 90px !important;
}
.single-product .product-gallery-thumbs .slick-track{
	margin-left: 0px;
}
.single-product .product-gallery-thumbs .slick-slide.slick-current {
    border: 1px solid var(--navy);
}
.single-product .product-gallery-thumbs{
	margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-product.woocommerce .woocommerce-breadcrumb, .single-product.woocommerce .woocommerce-breadcrumb a, .product-category-page .woocommerce-breadcrumb a, .product-category-page .woocommerce-breadcrumb, .my-account .woocommerce-breadcrumb, .my-account .woocommerce-breadcrumb a{
	color: var(--black);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
}
.single-product .content-area {
    padding-top: 160px;
    padding-bottom: 75px;
    position: relative;
}

.single-product .product-header h1 {
    font-size: 2.5rem;
    line-height: 100%;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    text-transform: none;
    color: var(--navy);
}
.single-product .article-header{
	border-bottom: 0px;
	padding-top: 30px;
	margin-bottom: 35px;
}
.single-product.woocommerce .product .price{
	color: var(--navy);
	font-family: 'VisbyCFBold', sans-serif;
	font-size: 1.5rem;
    margin-bottom: 5px;
}
.single-product.woocommerce .product form.cart .button.single_add_to_cart_button, .single-product.woocommerce .product form.cart .button.single_add_to_cart_button:hover {
    background: var(--blue-200);
    color: #fff;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 1.25rem;
    font-family: 'Barlow Condensed', sans-serif;
    padding: .75em 1em;
}
.single-product.woocommerce .product form.cart .button.single_add_to_cart_button{
	width: calc(100% - 160px) !important;
    margin-top: 0px !important;
    float: right;
}
.single-product div.product .summary.entry-summary form.cart .yith-wapo-block .quantity{
	max-width: 148px;
    width: 100%;
    display: flex;
    transform: scale(0.75);
    transform-origin: left bottom;
}
.single-product.woocommerce .product form.cart .button.border-button, .single-product.woocommerce div.product form.cart .button.border-button:hover{
	width: 100%;
	margin-bottom: 16px;
	background: var(--white);
	color: var(--navy);
	border-radius: 8px;
	border: 1px solid var(--navy);
	font-size: 1.25rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
.single-product.woocommerce span.onsale {
    min-height: 10px;
    background-color: var(--burnt-orange);
    border-radius: 8px;
    padding: 10px 20px;
    line-height: 100%;
    padding: 10px 16px 8px 16px;
    font-size: 0.875rem;
    border-radius: 30px;
    color: var(--white);
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
}

.single-product .yith-wapo-block .yith-wapo-addon .yith-wapo-option .inside {
    width: 100%;
}
.single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .label_container.content-align-left .label_price {
    justify-content: space-between;
}
.single-product .yith-wapo-block .yith-wapo-addon .option-price .brackets {
    display: none;
}
.single-product .yith-wapo-block .yith-wapo-addon .option-price {
    color: var(--black);
    font-weight: 700;
    font-size: 1rem;

    position: absolute;
    right: 22px;
    top: calc(50% - 10px);
    margin-top:4px !important;
}
.single-product .yith-wapo-block .product-container, .single-product .yith-wapo-block .label_container{
	position: relative;
}
.single-product .yith-wapo-block .yith-wapo-addon .option-price .sign.positive {
    margin-right: 5px;
}
.single-product .yith-wapo-block .yith-wapo-addon .yith-wapo-option label{
	font-weight: 700;
}
.single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p {
    margin: 6px 0 0 0;
    font-weight: 400;
    width: 80%;
    line-height: 130%;
}
.single-product .yith-wapo-block .product-info .product-name {
    font-family: 'VisbyCFBold', sans-serif;
}
.single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display, .single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-container {
    border-radius: 16px;
}
.single-product .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display:hover, .single-product .yith-wapo-container.yith-wapo-form-style-custom .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .product-container:hover{
	box-shadow: inset 0px 0px 0px 1px var(--yith-wapo-accent-color-color);
	border: 1px solid var(--yith-wapo-accent-color-color);
}
.single-product .yith-wapo-option.selected .label-container-display, .single-product .yith-wapo-option.selected .product-container {
    box-shadow: inset 0px 0px 0px 1px var(--yith-wapo-accent-color-color);
    border: 1px solid var(--yith-wapo-accent-color-color);
}
.single-product .yith-wapo-block .product-container .wapo-addon-description {
    width: 100%;
    max-width: 250px;
    margin-bottom: 0px;
    line-height: 130%;
    font-size: 0.875rem;
    color: var(--black);
}
.single-product h3.wapo-addon-title {
    font-size: 1.25rem;
    font-family: 'VisbyCFBold', sans-serif;
    margin-bottom: 16px;
    margin-top: 28px;
}
.single-product #wapo-total-price-table {
    margin-bottom: 20px;
}
.single-product #wapo-total-price-table table{
    line-height: 35px;
}
.single-product #wapo-total-price-table table th{
	text-transform: capitalize;
}
.single-product .wapo-total-order > th {
    font-family: 'VisbyCFBold', sans-serif;
}
.single-product #wapo-total-order-price {
    color: var(--navy);
    font-family: 'VisbyCFBold', sans-serif;
    font-size: 1.5rem;
}

.single-product .shipping-returns{
	border-top:1px solid var(--light-gray);
	border-bottom:1px solid var(--light-gray);
	margin-top: 20px;
	padding: 20px 50px;
}
.single-product .shipping-returns .shipping, .single-product .shipping-returns .returns{
	margin-bottom: 0px;
}
.single-product .entry-summary .extra-info{
	padding-top: 24px;
	border-bottom:1px solid var(--light-gray);
	padding-bottom: 24px;
}
.single-product .entry-summary .extra-info .h4-title{
	font-size: 1.25rem;
	margin-bottom: 16px;
    font-family: 'VisbyCFBold', sans-serif;
}
.single-product .entry-summary .extra-info .items-included {
    margin-top: 30px;
}
.single-product .entry-summary .extra-info .specs-list {
    padding-left: 0px;
    margin-top:10px;
    list-style: none;
}
.single-product .entry-summary .extra-info .specs-list li{
	margin-bottom: 10px;
	    position: relative;
    padding-left: 20px;
}
.single-product .entry-summary .extra-info .specs-list li::before {
    content: '·';
    color: #333333;
    position: absolute;
    left: 5px;
}
.single-product #wl-wrapper .wl-add-link.present{
	background: url(./library/img/wishlist-icon.png) no-repeat 0 0 !important;
	background-size: 22px !important;
    line-height: 22px;
    display: inline-block;
    padding-left: 25px !important;
}
.single-product #wl-wrapper.wl-button-wrap{
	text-align: center;
        background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 10px 0 0 0px;
}
.single-product .extra-info .applications-list, .single-product .extra-info .features-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.single-product .extra-info .applications-list li:not(:last-child) {
    margin-bottom: 16px;
}
.single-product .extra-info .software-link{
	font-family: 'VisbyCFMedium', sans-serif;
	font-size: 1rem;
	text-transform: none;
	font-weight: normal;
}
.single-product .extra-info .features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 2rem;
}
.single-product .more-info{
	background: url(./library/img/info-icon-dark.png) no-repeat top left transparent;
	background-size: 19px;
	padding-left: 25px;
	line-height: 20px;
    padding-bottom: 10px;
}

#wl-wrapper .wl-actions-table select {
    margin-right: 1em;
    padding: 10px;
    border-radius: 8px;
    background: url(./library/img/drop-down-closed.png) no-repeat center right 10px;
    background-size: 13px;
        -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
#wl-wrapper ul.wl-tabs{
	padding-left: 0px;
}
#wl-wrapper .form-row .button.alt {
    margin-top: 10px;
}
#wl-wrapper .wl-rad-table {
    float: left;
    width: 100%;
    margin-top: 5px;
}
#wl-wrapper .wl-rad-table tr {
    vertical-align: text-top;
}
#wl-wrapper .wl-rad-table label {
    padding-left: 2px;
    margin-bottom: 0;
}

#wl-wrapper .wl-actions-table {
    margin: 10px 0 20px 0;
}
.wl-modal h1#myModalLabel {
    font-size: 2.5rem;
    text-transform: none;
}
.wl-modal-body input.input-text, .wl-modal-body textarea {
    width: 100%;
    padding: 5px 10px;
}
.wl-modal-body {
    padding: 15px 25px;
}
.wl-modal-header {
    padding: 15px 25px 9px 25px;
}
.single-product .wl-already-in {
    max-width: 220px;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}
.single-product #wl-wrapper .wl-already-in ul {
    margin: 0 0 10px 0px;
    padding-left: 15px;
}


.cta{
	background: url('./library/img/footer_bg.png') no-repeat top center transparent;
	background-size: cover;
	padding: 200px 0 165px 0;
	color: #fff;
	text-align: center;
}

.cta--gray {
	background-color: #f2f2f2;
}

.cta h2{
	font-weight: 700;
	font-size: 4.375rem;
	line-height: 100%;
	color: #fff;
}
.cta .button{
	margin-top: 30px;
	background: #fff;
	color: #000000;
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.cta .button:hover, .cta .button:focus{
	opacity: 0.75;
}


.breadcrumbs{
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.125rem;
	text-align: left;
}
.breadcrumbs > a{
	color: #333333;
}
.white-breadcrumbs{
	color: #fff;
}
.white-breadcrumbs > a{
	color: #fff;
}








/* Back top btn */
.ue-back-top {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(9, 161, 237, 0.85);
	border-radius: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-out;
}

.ue-back-top.show {
	opacity: 1;
	visibility: visible;
}

.ue-back-top img {
	max-width: 20px;
}

.ue-default .first-section{
	    padding-top: 160px;
    padding-bottom: 75px;
    position: relative;
    height: auto !important;
}

.ue-default .first-section::before {
    content: '';
    background-image: url(./library/img/accessories-hero.jpg);
    mix-blend-mode: multiply;
    opacity: 0.93;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ue-default .body-text{
	padding:50px 0 100px 0;
}
.ue-default .results-grid{
	margin-top: 40px;
	margin-bottom: 100px;
}

.register-page .woocommerce-form-register > p:nth-of-type(2) {
    display: none;
}


.my-account {
    background: var(--gray) !important;
    padding: 210px 0 140px;
}
.my-account.my-account-page{
	padding: 170px 0 140px;
}
.my-account .back-shop {
	background: url(./library/img/arrow-left.png) no-repeat center left transparent;
    background-size: 30px;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 40px;
    display: inline-block;
    font-size: 0.875rem;
}
.my-account .back-shop:hover, .my-account .back-shop:focus{
	background: url(./library/img/arrow-left-navy.png) no-repeat center left transparent;
    background-size: 30px;
}
.my-account .form-wrap-box{
	background: var(--white);
	border-radius: 20px;
	border:1px solid var(--mid-gray);
	box-shadow: 2px 4px 8px rgba(0,0,0,0.08);
	padding: 40px;
}
.my-account .form-woo-fields label {
    width: 100%;
}
.my-account .form-woo-fields input[type="text"], .my-account .form-woo-fields input[type="email"],.my-account .form-woo-fields input[type="tel"], .my-account .form-woo-fields input[type="password"]{
	border: 1px solid var(--light-gray);
	border-radius: 5px;
	height: 50px;
	padding: 10px 15px;
    width: 100%;
}
.my-account .woocommerce form .form-row textarea {
   border: 1px solid var(--light-gray);
    border-radius: 5px;
    padding: 10px 15px;
}
.my-account .form-woo-fields input[type="tel"] {
    padding-left: 60px;
}
.my-account .iti.iti--allow-dropdown {
    width: 100%;
}
.my-account .form-woo-fields .woocommerce-button.button {
    margin-top: 40px;
    margin-right: 20px;
}
.my-account .separator {
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 30px;
}
.my-account .separator + .separator {
  margin-top: 30px;
}

.my-account .form-woo-fields .row-wrap{
	    display: flex;
    column-count: 2;
}

.my-account-page .woocommerce-MyAccount-navigation{
    float: left;
    width: 100%;
    border:1px solid rgba(9, 161, 237, 0.25);
    padding: 16px;
    border-radius: 20px;
    background: var(--bwhite);
}
.my-account-page .woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding:0px;
	margin-bottom: 0px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link{
	padding: 10px 15px 10px 40px;
	border-radius: 8px;
    margin-bottom: 8px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account{
	background-image: url('./library/img/my-destails-icon-dark.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account.is-active{
	background-image: url('./library/img/my-destails-icon-white.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders{
	background-image: url('./library/img/my-orders-icon-dark.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active{
	background-image: url('./library/img/my-orders-icon-white.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address{
	background-image: url('./library/img/my-address-book-icon-dark.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active{
	background-image: url('./library/img/my-address-book-icon-white.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods{
	background-image: url('./library/img/payment-icon-dark.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods.is-active{
	background-image: url('./library/img/payment-icon-white.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--help{
	background-image: url('./library/img/info-icon-dark.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--help.is-active{
	background-image: url('./library/img/info-icon-white.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-wishlists{
	background-image: url('./library/img/wishlist-icon-dark.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-wishlists.is-active, .page-template-wishlist-template .my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-wishlists{
	background-image: url('./library/img/wishlist-icon-white.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
    background-color: var(--blue-200);
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout{
	background-image: url('./library/img/logout-icon-dark.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout.is-active{
	background-image: url('./library/img/logout-icon-white.png');
	background-repeat: no-repeat;
	background-size: 22px;
    background-position: top 14px left 9px;
}

.my-account-page .my-account-content h2{
	 border-bottom: 1px solid var(--light-gray);
    margin-bottom: 30px;
    color: var(--navy);
    font-size: 1.875rem;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: 'VisbyCFMedium', sans-serif;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.is-active{
	background: var(--blue-200);
}

.my-account-page li.woocommerce-MyAccount-navigation-link > a {
	color: var(--navy);
    font-size: 1.25rem;
    font-family: 'VisbyCFMedium', sans-serif;
    text-decoration: none;
}
.my-account-page li.woocommerce-MyAccount-navigation-link.is-active > a, .page-template-wishlist-template .my-account-page li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-wishlists > a {
	color: var(--white);
}
.woocommerce-account .my-account-page .addresses .title .edit{
    float: left;
}
.my-account-page .my-account-content{
	background: var(--white);
	border-radius: 20px;
	border:1px solid var(--mid-gray);
	box-shadow: 2px 4px 8px rgba(0,0,0,0.08);
	padding: 40px;
}
.my-account-page .h3-title {
    margin-bottom: 45px;
}
.my-account-page .my-account-content .woocommerce-input-wrapper {
    width: 100%;
}
.my-account-page .my-account-content .select2-selection {
    padding: 7px;
}
.my-account-page .my-account-content .woocommerce-customer-details {
    display: flex;
}
.my-account-page .my-account-content .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    column-count: 2;
}
.my-account-page .my-account-content .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses > .woocommerce-column {
    margin-top: 0;
    border: 1px solid rgba(9, 161, 237, 0.25);
    border-radius: 20px;
    padding: 25px 25px 10px 25px;
    background: var(--bwhite);
    height: 100%;
}
.my-account-page .my-account-content .woocommerce-column__title {
    font-family: 'VisbyCFMedium', sans-serif;
    color: var(--navy);
    font-size: 1.25rem;
    font-weight: 700;
    padding-top: 60px;
    text-transform: capitalize;
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
.my-account-page .woocommerce-orders-table__cell {
    padding: 0 15px 0 0px;
}
.my-account-page .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: right;
}
.my-account-page .woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    text-align: right;
    padding-right: 40px;
}
.my-account .woocommerce a.remove{
	background: url(./library/img/remove-icon.png) no-repeat center center transparent;
    background-size: 15px;
    width: 20px;
    height: 20px;
    color: transparent !important;
}
.my-account .woocommerce a.remove:hover{
	color: transparent;
	background: url(./library/img/remove-icon.png) no-repeat center center transparent !important;
}

.woocommerce .my-account-page .col2-set .col-1, .woocommerce-page .my-account-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce .my-account-page .col2-set .col-2, .woocommerce-page .my-account-page .col2-set .col-2 {
    float: right;
    width: 100%;
    margin-top: 50px;
}
.woocommerce .my-account-page .col2-set, .woocommerce-page .my-account-page .col2-set {
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 40px;
}
.my-account-page .account-orders-table {
    width: 100%;
}
.my-account-page .form-woo-fields .account-orders-table .woocommerce-button.button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 15px !important;
}
.my-account-page .woocommerce-orders-table__row {
    margin: 20px 0;
    border-bottom: 1px solid var(--light-gray);
}

.my-account-page .password-toggle{
	border-top: 2px solid var(--light-gray);
	margin-top: 40px;
	padding-top: 20px;
	position: relative;
}
.my-account-page .password-toggle .password-toggle-btn {
    font-size: 1.25rem;
    color: var(--navy);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    margin-top: 0px !important;
    text-decoration: none !important;
    text-transform: none;
}

.my-account-page .password-toggle .password-toggle-btn i {
    margin-right: 8px;
}
.my-account-page .password-title{
	position: relative;
	 padding-left: 24px; 
}
.my-account-page .password-title::before {
    content: "";
    background: url('./library/img/password-icon-dark.png') no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.my-account-page .password-description {
    text-transform: none;
    color: #333;
    line-height: 160%;
    font-size: 1rem;
    max-width: 600px;
    margin-top: 10px;
}
.my-account-page .password-toggle .password-toggle-btn::after {
    content: "";
    background: url('./library/img/drop-down-closed.png') no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50px;
    transition: transform 0.3s ease-in-out;
}

/* Open State */
.my-account-page .password-toggle .password-toggle-btn[aria-expanded="true"]::after {
    background: url('./library/img/drop-down-open.png') no-repeat center center;
    background-size: contain;
}


/* Hide the password fields initially */
.my-account-page .password-toggle #passwordFields {
    margin-top: 15px;
}



/* CART & CHECKOUT*/
.cart-page .custom-cart-container .wp-block-woocommerce-cart-order-summary-block, .checkout-page .wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid rgba(9, 161, 237, 0.25);
    border-radius: 20px;
    padding: 25px 25px 10px 25px;
    background: var(--bwhite);
}
.cart-page, .checkout-page{
	background: var(--white) !important;
}
.cart-page .cart-item-count {
    font-weight: 600;
}
.cart-page .is-large.wc-block-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    text-transform: capitalize;
    font-weight: normal;
    color: var(--navy);
    font-size: 1.875rem;
    font-family: 'VisbyCFMedium', sans-serif;
    margin-left: 0px;
}
.cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value, .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-totals-footer-item-tax-value{
	color: var(--navy);
	font-size: 1.375rem;
}
.wp-block-woocommerce-checkout-order-summary-ecm-links-block .wc-block-components-totals-ecm-links {
    padding: 0 20px;
}
.checkout-page .wc-block-components-main, .cart-page .wc-block-components-main {
    border: 1px solid var(--mid-gray);
    border-radius: 20px;
    padding: 25px !important;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    background: var(--white);
}
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
	margin-top: 0px;
	border-bottom: 1px solid rgba(9, 161, 237, 0.25);
}
.checkout-page .wc-block-components-totals-wrapper, .checkout-page .wp-block-woocommerce-checkout-order-summary-totals-block, .cart-page .wp-block-woocommerce-cart-order-summary-totals-block, .cart-page .wc-block-components-totals-wrapper{
	border-top: 1px solid rgba(9, 161, 237, 0.25);
}
.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
	color: var(--navy);
    font-size: 1.875rem;
    font-family: 'VisbyCFMedium', sans-serif;
    margin-left: 0px;
    margin-bottom: 5px;
}
.checkout-page .wc-block-components-order-summary.is-large {
    padding: 0 0px;
}
.checkout-page .wc-block-components-totals-item__label, .checkout-page .wc-block-components-totals-item__value{
	color: var(--navy);
}
.checkout-page .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .checkout-page .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
	border-radius: 16px;
    box-shadow: none;
    border: 2px solid var(--blue-400);
}
.checkout-page .wc-block-components-title.wc-block-components-title{
	font-family: 'VisbyCFBold', sans-serif;
    font-size: 1.5rem;
    line-height: 130%;
}
.checkout-page .wc-block-components-totals-wrapper.slot-wrapper {
    border-top: 0px;
}
.cart-page .wc-block-cart__submit-button{
	width: auto;
    border: 0px;
    background: var(--blue-200);
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 8px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	border: 0px;
	text-transform: uppercase;
	opacity: 1;
    transition: opacity 1.5s ease;
    min-height: 50px !important;
}
.checkout-page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
	 border: 0px;
    background: var(--blue-200);
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	border: 0px;
	text-transform: uppercase;
	opacity: 1;
    transition: opacity 1.5s ease;
}

.checkout-page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover{
	opacity: 0.8;
}
.checkout-page .wc-avatax-validation-success p {
    color: var(--navy);
    font-weight: 700;
    margin: 5px 0 0 0;
}
.checkout-page .exemption-zone-select-view label:has(> br), .checkout-page .exemption-zone-select-view label:has(> *) {
  /* Not empty, do nothing */
}

.checkout-page .exemption-zone-select-view label:before {
  content: '';
  display: none;
}

.checkout-page .exemption-zone-select-view label {
  display: inline-block;
  font-size: 0; /* visually hide &nbsp; without removing it */
  line-height: 0;
  margin: 0;
}
.checkout-page .messagepop #btnWcClose {
    background: var(--white);
    color: var(--navy);
    border-radius: 8px;
    border: 1px solid var(--navy);
    line-height: 120%;
}
.checkout-page .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 0px 15px 0px;
}
.my-account.checkout-page #add_payment_method #payment, .woocommerce-cart .my-account.checkout-page #payment, .woocommerce-checkout .my-account.checkout-page #payment{
	border: 1px solid var(--mid-gray);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    background: var(--white);
}
.my-account.checkout-page .form-woo-fields .payment_methods label {
    width: auto;
}
.my-account.checkout-page #add_payment_method #payment div.payment_box, .woocommerce-cart .my-account.checkout-page  #payment div.payment_box, .woocommerce-checkout  .my-account.checkout-page #payment div.payment_box{
	    background-color: #127cb40a;
    color: var(--black);
    border-radius: 20px;
}
.my-account.checkout-page #add_payment_method #payment div.payment_box::before, .woocommerce-cart .my-account.checkout-page #payment div.payment_box::before, .woocommerce-checkout .my-account.checkout-page #payment div.payment_box::before{
	    border: 1em solid #127cb40a;
	        top: -1em;
	    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}



.cart-page .wc-block-cart__submit-button{
	width: 100%;
}
.cart-page .wc-block-cart .wc-block-cart__submit-container {
   margin-top: 20px;
}
.cart-page .wc-block-components-sidebar-layout .wc-block-components-main{
	padding-right: 32px;
}
.cart-page .is-large.wc-block-cart .wc-block-cart-items td {
    border-bottom: 1px solid var(--light-gray);
    border-top: 0px;
}
.cart-page .is-large.wc-block-cart .wc-block-cart-items__row:last-child td{
	border-bottom: 0px;
}
.cart-page table.wc-block-cart-items .wc-block-cart-items__header {
    display: none;
    border: 0px !important;
}
.cart-page .wc-block-cart .yith-wapo-edit-addons-link .yith-wapo-edit-product-cart {
    color: var(--blue-200);
}
.cart-page .wc-block-cart table.wc-block-cart-items {
    margin-bottom: 0px;
    border-bottom: 0px !important;
}
.cart-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .single-product .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: var(--gray);
    color: var(--navy);
    border: 1px solid var(--light-gray);
}
.cart-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .cart-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .cart-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, .cart-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{
	background: url(./library/img/remove-icon.png) no-repeat center center transparent;
	background-size:15px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	top: 27px;
	right: 0px;
}
.cart-page .wc-block-cart-items__row {
    position: relative;
}
.cart-page td.wc-block-cart-item__image {
    width: 16%;
}
.cart-page td.wc-block-cart-item__total {
    width: 25%;
    padding-right: 50px !important;
}
.cart-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, .cart-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%;
    border: 1px solid var(--mid-gray);
    border-radius: 8px;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-blocks-components-select .wc-blocks-components-select__select{
	border-color: var(--light-gray) !important;
	border-radius: 5px !important;
}
.cart-page .wc-block-cart .wc-block-components-main {
    align-self: flex-start !important; /* Ensure it sizes based on content */
    height: auto !important; /* Prevent forced height matching */
    min-height: unset !important; /* Remove min-height if set by WooCommerce */
}

#custom-inline-login{
	border: 1px solid var(--mid-gray);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    width: 65%;
}
#custom-inline-login .woocommerce-button.button {
    margin-top: 0px;
}

/* Custom Accordion Styling */
#cartInfoAccordion .card, #specsAccordion .card {
    border: none; /* Remove default card border */
    border-bottom: 1px solid #ddd; /* Only bottom border between items */
    border-radius: 0; /* Remove rounded corners */
    background: transparent; /* No background */
    box-shadow: none; /* Remove box-shadow */
}

/* Last accordion item should not have a bottom border */
#cartInfoAccordion .card:last-child, #specsAccordion .card:last-child {
    border-bottom: none;
}

/* Style the accordion headers */
#cartInfoAccordion .card-header, #specsAccordion .card-header {
    background: transparent; /* Remove background */
    border: none; /* Remove default Bootstrap border */
    padding: 0; /* Reduce padding */
}

/* Style the accordion buttons */
#cartInfoAccordion .card-header button, #specsAccordion .card-header button {
    font-weight: 600; 
    font-size: 1.25rem; 
    font-family: 'VisbyCFMedium', sans-serif;
    text-transform: none; 
    width: 100%; 
    text-align: left; 
    padding: 20px 0; 
    border-bottom: 1px solid var(--light-gray); 
    color: var(--navy); 
    margin-top: 0px !important;
    text-decoration: none;
}
#specsAccordion .card-header button {
	border-bottom: 0px;
    margin-bottom: 0px !important;
    padding:0px;
    outline: none;
    font-family:'VisbyCFBold', sans-serif;
}
/* Hide the default Bootstrap collapsed button icon */
#cartInfoAccordion .card-header button:focus, #specsAccordion .card-header button:focus {
    box-shadow: none; /* Remove focus outline */
    text-decoration: none;
}

/* Style the accordion content */
#cartInfoAccordion .card-body, #specsAccordion .card-body {
    padding: 10px 0; /* Reduce padding */
    font-size: 1rem;
}

/* Remove button underline effect */
#cartInfoAccordion .card-header button:hover, #specsAccordion .card-header:focus {
    text-decoration: none;
    color: var(--navy); /* Keep the primary color */
}

/* Accordion open state border fix */
#cartInfoAccordion .card-header button[aria-expanded="true"], #specsAccordion .card-header button[aria-expanded="true"] {
    border-bottom: none; /* Remove border when open */
}

/* Smooth expand animation */
#cartInfoAccordion .collapse, #specsAccordion .collapse {
    transition: height 0.3s ease-in-out;
}

#cartInfoAccordion .accordion-toggle, #specsAccordion .accordion-toggle {
    position: relative;
    padding-right: 30px; /* Space for icon */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cartInfoAccordion .accordion-toggle::after, #specsAccordion .accordion-toggle::after {
    content: "";
    background: url('./library/img/drop-down-closed.png') no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease-in-out;
}

/* Open State */
#cartInfoAccordion .accordion-toggle[aria-expanded="true"]::after, #specsAccordion .accordion-toggle[aria-expanded="true"]::after {
    background: url('./library/img/drop-down-open.png') no-repeat center center;
    background-size: contain;
}
.shipping-returns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 1rem;
}
#cartInfoAccordion .shipping, .shipping-returns .shipping {
    flex: 0 0 50%;
    padding-left: 68px;
    font-weight: 600;
    background: url('./library/img/shiping-icon.png') no-repeat left top transparent;
    background-size: 50px;
    margin-bottom: 24px;
}
#cartInfoAccordion .returns, .shipping-returns .returns {
    flex: 0 0 50%;
    padding-left: 68px;
    font-weight: 600;
    background: url('./library/img/returns-icon.png') no-repeat left top transparent;
    background-size: 50px;
    margin-bottom: 24px;
}

.cart-page .wc-block-cart__empty-cart__title{
	font-size: 2.5rem;
}
.cart-page .wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	background: url('./library/img/empty-cart-icon.png') no-repeat center top transparent;
    background-size: contain;
    mask-image: none;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;

}
.cart-page .wp-block-woocommerce-empty-cart-block .p-intro{
	font-size: 1.25rem;
}
.cart-page .wp-block-woocommerce-empty-cart-block .button{
	min-width: 200px;
}
.cart-page .wp-block-woocommerce-empty-cart-block .button-wrapper{
	margin-bottom: 40px;
}
.cart-page .wp-block-woocommerce-empty-cart-block .button.white {
    border: 1px solid #000;
    margin-left: 20px;
    min-width: 200px;
}



.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	background: var(--white);
	border-radius: 20px;
	border:1px solid var(--mid-gray);
	box-shadow: 2px 4px 8px rgba(0,0,0,0.08);
	padding: 40px;
}



.lost-password-page .woocommerce-ResetPassword.lost_reset_password p:first-of-type {
        display: none;
}


.wc-block-components-notices:not(:empty){
  padding-top: 140px;
}

/* Order Confirmation */
.order-thankyou .h3-title{
	color: var(--navy);
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.5rem;
	text-align: center;
	padding-top: 130px;
	background: url('./library/img/order-confirmation-icon.png') no-repeat center top transparent;
	background-size: 100px;
}
.order-thankyou .intro{
	color: var(--navy);
	font-size:1.25rem;
	margin-bottom: 20px;
}
.order-thankyou .form-wrap-box h2{
	font-size: 1.875rem;
    color: var(--navy);
    font-family: 'VisbyCFMedium', sans-serif;
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 30px;
}
.order-thankyou .woocommerce-order .woocommerce-customer-details {
    display: flex;
}
.order-thankyou .woocommerce-column--billing-address, .order-thankyou .woocommerce-column--shipping-address {
    border: 1px solid rgba(9, 161, 237, 0.25);
    border-radius: 20px;
    padding: 25px 25px 10px 25px;
    background: var(--bwhite);
    margin-top: 50px;
    height: calc(100% - 50px);
}
.order-thankyou .woocommerce-customer-details .woocommerce-column__title{
	font-family: 'VisbyCFMedium', sans-serif;
	color: var(--navy);
	font-size: 1.25rem;
	padding-top: 60px;
	text-transform: capitalize;
}
.order-thankyou .woocommerce-column--billing-address .woocommerce-column__title, .my-account-page .woocommerce-column--billing-address .woocommerce-column__title{
	background: url(./library/img/billing-address-icon.png) no-repeat top left transparent;
	background-size: 50px;
}

.order-thankyou .woocommerce-column--shipping-address .woocommerce-column__title, .my-account-page .woocommerce-column--shipping-address .woocommerce-column__title{
	background: url(./library/img/shiping-icon.png) no-repeat top left transparent;
	background-size: 50px;
}
.order-thankyou .woocommerce-order-details{
	background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--mid-gray);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-top: 50px;
}
.order-thankyou .woocommerce-order-details__title{
	font-size: 1.875rem;
    color: var(--navy);
    font-weight: 600;
    font-family: 'VisbyCFMedium', sans-serif;
        border-bottom: 1px solid var(--light-gray);
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.order-thankyou .woocommerce-order-details tfoot {
    border-top: 1px solid var(--light-gray);
}
.order-thankyou .woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
}
.order-thankyou .woocommerce-table--order-details th, .order-thankyou .woocommerce-table--order-details td {
    padding: 12px 15px;
}
.order-thankyou .woocommerce-order-details .product-name img {
    border: 1px solid var(--mid-gray);
    border-radius: 8px;
    margin-right: 10px;
}
.order-thankyou .woocommerce-order-details .order_item .wc-item-meta {
    padding-left: 65px;
    width: calc(100% - 65px);
    list-style: none;
    font-size: 0.875rem;
}
.order-thankyou .woocommerce-order-details .order_item .wc-item-meta li p {
    font-size: 0.875rem;
}



/* Home TB Updated */
.home .first-section {
    background: url(./library/img/top_banner_bg.jpg) no-repeat bottom center #000;
    background-size: cover;
    padding-bottom: 150px;
    text-align: center;
}
.home .first-section h1{
	color:var(--white);
}




.ue-default .product-header {
    padding-top: 150px;
}


/* WooCommerce re-styling */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 , .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100%;
}


.form-row-wide,
.form-row-first,
.form-row-last {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


/* product categories */
.category-wrapper{
	padding-top: 127px;
}
.product-category-page{
	padding:30px 0 120px 0;
}
.product-category-layout .no-results {
    padding: 40px;
}

.product-category-layout .product-card {
  transition: box-shadow 0.2s ease;
}

.product-category-layout .product-card:hover {
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

.product-category-layout .filter-sidebar {
      border-radius: 20px;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(9, 161, 237, 0.25);
    background: var(--bwhite);
    padding: 24px 16px 16px;
}
.product-category-layout .filter-sidebar .filter-title{
	padding-left: 32px;
	background: url(./library/img/filter-icon.png) no-repeat top left transparent;
	background-size: 24px;
	line-height: 24px;
}
.product-category-layout .filter-sidebar .text-clear{
	font-size: 1rem;
}
.product-category-layout .filter-sidebar .filter-form .form-check {
    line-height: 2rem;
}
.product-category-layout .filter-sidebar .filter-form .form-check-input {
    margin-top: 0.6rem;
}
.product-category-layout .filter-sidebar .button {
    width: 100%;
    letter-spacing: 0.05rem;
}
.product-category-layout .filter-sidebar .button .num{
	padding-left: 5px;
}
.product-category-layout .filter-sidebar .form-check-label{
	font-size: 0.875rem;
}
.product-category-layout .filter-sidebar .option-tile{
	color: var(--navy);
	font-family: 'VisbyCFBold', sans-serif;
	    text-transform: none;
    font-size: 1rem;
}
.product-category-layout .filter-sidebar .collapse-icon {
  transition: transform 0.2s ease;
  width:14px;
  height: auto;
}

.product-category-layout .filter-sidebar button[aria-expanded="false"] .collapse-icon, .product-category-layout .filter-sidebar button.collapsed .collapse-icon {
  transform: rotate(180deg);
}

.product-category-layout .filter-sidebar button.btn.btn-link {
    text-decoration: none !important;
    border-bottom: 0px !important;
    margin-bottom: 12px;
    border-top: 1px solid rgba(9, 161, 237, 0.25);
    padding-top: 16px !important;
    border-radius:0px !important;
}
.product-category-layout .filter-sidebar .filter-button-wrap{
	border-top: 1px solid rgba(9, 161, 237, 0.25);
    padding-top: 16px !important;
}


.product-category-page .h3-title {
    margin: 30px 0 45px 0;
}
.product-category-layout .box.product-box {
    width: 270px !important;
    /*padding: 24px 12px;*/
    padding:0px;
    margin-bottom: 15px;
    height: calc(100% - 10px);
}
.product-category-layout .product-box .desc li {
    font-size: 0.875rem;
}

.category-wrapper .subnav-categories li:not(.selected) .term-image {
    opacity: 0.6;
}
.category-wrapper .subnav-categories .link-text{
	position: relative;
}
.category-wrapper .subnav-categories .selected{
	position: relative;
}
.category-wrapper .subnav-categories .selected:before {
    content: '';
    background: var(--white);
    width: calc(100% + 40px);
    height: calc(100% + 17px);
    position: absolute;
    z-index: 0;
    top: -8px;
    border-radius: 20px 20px 0 0px;
    border: 1px solid rgba(9, 161, 237, 0.25);
    border-bottom: 0px;
    left: -20px;
}
.woocommerce .product-category-page nav.woocommerce-pagination ul li a{

	    background: transparent;
    color: var(--burnt-orange);
    font-size: 1.25rem;
    font-family: 'VisbyCFMedium', sans-serif;
    padding:12px;
}
.woocommerce .product-category-page nav.woocommerce-pagination ul li a:focus, .woocommerce .product-category-page nav.woocommerce-pagination ul li a:hover, .woocommerce .product-category-page nav.woocommerce-pagination ul li span.current{
	background: transparent;
	color: var(--dark-orange);
	padding:12px;
	font-size: 1.25rem;
}
.woocommerce .product-category-page a.next.page-numbers{
	background: url('./library/img/arrow-right.png') no-repeat center right transparent;
	background-size: 44px;
	text-indent: -1000px;
	overflow: hidden;
	width: 54px;
	height: 44px;
	padding-left: ;
}
.woocommerce .product-category-page a.next.page-numbers:hover, .woocommerce .product-category-page a.next.page-numbers:focus{
	background: url('./library/img/arrow-right-navy.png') no-repeat center right transparent;
	background-size: 44px;
}
.woocommerce .product-category-page a.prev.page-numbers{
	background: url('./library/img/arrow-left.png') no-repeat center left transparent;
	background-size: 44px;
	text-indent: -1000px;
	overflow: hidden;
	width: 54px;
	height: 44px;
	padding-left: ;
}
.woocommerce .product-category-page a.prev.page-numbers:hover, .woocommerce .product-category-page a.prev.page-numbers:focus{
	background: url('./library/img/arrow-left-navy.png') no-repeat center left transparent;
	background-size: 44px;
}
.woocommerce .product-category-page nav.woocommerce-pagination ul li{
	border:0px;
	background: transparent;
}
.woocommerce .product-category-page nav.woocommerce-pagination ul{
	border: 0px;
	margin-top: 65px;
}

/* Hiding Tracking info and Status info */
.my-account .woocommerce-orders-table__header.woocommerce-orders-table__header-shipment_tracking, .my-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-shipment_tracking, .my-account th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status, .my-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    display: none !important;
}
.my-account-content mark.order-status, .my-account-content mark.order-status ~ * {
  display: none;
}


/* Legal */
.legal-page {
    padding-top: 180px;
    padding-bottom: 120px;
}
.legal-page .h1-title{
	margin-bottom: 40px;
}

@media (min-width: 768px){
	.row-wrap .form-row-first {
	    width: 99% !important;
	    margin-right: 1% !important;
	}
	.row-wrap .form-row-last {
	    width: 99% !important;
	    margin-left: 1% !important;
	}

    .my-account-page .form-row-first {
        width: 47% !important;
        float: none !important;
        margin-right: 5.8% !important;
        clear: both !important;
                flex: 0 0 47%;
    }
    .my-account-page .form-row-last {
        width: 47% !important;
        float: none !important;
        margin-right: 0 !important;
        clear: none !important;
                flex: 0 0 47%;
    }

}


@media all and (max-width: 1600px){
	
	.bleed-right {
 	   margin-right: calc(50% - 49vw);
	}
}
@media all and (max-width:1500px){
	.single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p{
		overflow: hidden;
		width: 78%;
	}
}
@media all and (max-width:1300px){
	header .login-dropdown{
        left: inherit;
        right: 0px;
    }
}
@media all and (max-width: 1200px){
	/* Navigation */
	
	header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav a.mega-menu-link{
		font-size: 1.125rem;
		padding: 0 10px;
	}
	#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu{
		padding: 40px 30px;
		padding-right:0;
	}

	/* WooCommerce */
	.single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p {
        width: 70%;
        max-height: 100% !important;
    }

    .product-category-layout .box.product-box {
	    width: auto !important;
	}
}
@media (max-width: 1024px) {
	.slick-track {
	  padding-right: 80px;
	}
  
}



@media all and (max-width: 991px){
	ul.mega-sub-menu {
		max-height: 90vh !important;
		overflow: scroll !important;
	}
	header .navbar-light .navbar-brand{
		margin: auto;
	}
	header.navbar-inverse #mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-item > a.mega-menu-link{
		color: #fff !important;
	}
	header #mega-menu-wrap-main_nav .mega-menu-toggle.mega-menu-open + #mega-menu-main_nav {
		display: block;
		min-height: 100%;
		max-height: 100%;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
	}
	header #main-nav #mega-menu-wrap-main_nav #mega-menu-main_nav .btn-link a.mega-menu-link {
		margin-left: 0px;
	}
	header.navbar-inverse .icon-logo {
		max-width: 100px;
	}
	h2.small-title {
		font-size: 2.125rem;
	}
	.cta h2 {
		font-size: 5rem;
	}
	footer .footer-menu {
	    padding-left: 0px;
	    margin-top: 10px;
	}
	/* WooCommerce */
	.single-product .product-layout {
	    display: block; /* or flex-direction: column if you still want flex */
	  }

	  .single-product .product-layout .custom-product-gallery {
	    position: static !important;
	    top: auto;
	    align-self: auto;
	    height: auto;
	    max-height: none;
	    overflow: visible;
	    flex: none;
	  }
	  .single-product .product-layout .entry-summary{
	  	margin-top: 40px;
    	padding-left: 0px;
	  }
	  .single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p {
        width: 80%;
        max-height: 100% !important;
      }
        .single-product .entry-summary .price {
        	position: absolute;
        	top: 90px;
        	left: 0px;
    	}
      
	  .single-product.woocommerce .product .product_title{
	  	padding-bottom: 50px;
	  }
	.single-product.woocommerce .product .mobile-price .price {
		    margin-bottom: 20px;
	}
	.single-product .slick-slide {
 	   max-height: 540px;
	}
	.product-category-layout .box.product-box {
	    width: 100% !important;
	    padding: 24px 12px;
	    margin-bottom: 20px;
	    height: calc(100% - 20px);
	}
	.product-category-layout .filter-sidebar .option-tile{
		text-align: left;
	}
	.product-category-layout .filter-sidebar .clear-filters {
 	   display: block !important;
	}
	.product-category-layout .filter-sidebar .text-clear {
	    display: block;
	    width: 100%;
	    margin-top: 15px;
	    text-align: left;
	}
	.subnav-categories .term-image{
		display: block;
    	margin: 0 auto 5px auto;
        padding: 0;
	}
	.subnav-categories li{
		text-align: center;
	}
	.cart-page .custom-cart-container .wp-block-woocommerce-cart-order-summary-block, .checkout-page .wp-block-woocommerce-checkout-order-summary-block{
		margin-top:35px;
	}
	.cart-page .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .cart-page .is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
	    display: block;
	    font-size: 1.5rem;
	    font-family: 'VisbyCFMedium', sans-serif;
	    text-transform: capitalize;
	}
	#cartInfoAccordion .card{
		margin-top: 20px;
	}
	.order-thankyou .woocommerce-column--billing-address, .order-thankyou .woocommerce-column--shipping-address{
		height: auto;
	}

	.my-account-page .password-toggle {
	    border-top: 1px solid var(--light-gray);
	}
	.my-account-page .password-toggle .password-toggle-btn::after{
		top: 25px;
	}
	.my-account-page .my-account-content{
		padding: 20px 20px 30px;
		        overflow-y: scroll;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		width: 100%;
	}
	.my-account-page .woocommerce-orders-table__cell.woocommerce-orders-table__cell-shipment_tracking {
	    min-width: 100%;
	    min-height: 25px;
	}
}
@media only screen and (max-width: 768px) {
  .wc-block-cart-items .wc-block-cart-item__image {
    display: block !important;
    width: 80px !important;
    height: auto !important;
    margin-right: 1rem;
  }

  .wc-block-cart-items .wc-block-cart-item__image img {
    width: 100% !important;
    height: auto !important;
  }
  .wc-block-cart-items .wc-block-cart-item__total {
    flex-shrink: 0;
    width: auto;
    min-width: 80px;
    text-align: right;
    white-space: nowrap;
    padding-left: 0.5rem;
  }
}

@media all and (max-width: 767px){


	/* General  */
	.container{
		padding-right: 35px;
		padding-left: 35px;
	}
	.navbar-brand{
		display: block;
		margin: auto;
	}
	header .lang-switcher{
		max-width: 150px;
	}
	h1, h2.big {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2.25rem;
	}
	.button{
		font-size: 1rem;
	}
	.button, .woocommerce ul.products li.product .button, .woocommerce button.button, #wl-wrapper .button, .woocommerce .woocommerce-notices-wrapper .button, .wl-list-pop .wl-add-to-single.button{
		font-size: 1.25rem;
	}
	.woocommerce .woocommerce-notices-wrapper .button{
		margin: 10px auto 0;
        float: none;
        display: inline-block;
	}
	.cta {
		padding: 150px 0 165px 0;
		background: url(./library/img/mobile_footer_bg.png) no-repeat top center transparent;
		background-size: cover;
	}
	.cta--gray {
		background-color: #f2f2f2;
	}
	.cta h2 {
		font-size: 3.75rem;
	}
	
	/* Header */
	#header-main .container {
    	display: flex;
	    align-items: center;
	    gap: 5px;
	    justify-content: center;
	    padding-right: 0px;
	    padding-left: 0px;
	}
	header .form-wrap-search.open {
	    width: 130px;
	}
	.menu-legal-container {
	    padding-bottom: 80px;
	}
	footer .footer-menu {
	    margin: 0px;
	    padding: 0px;
	}
	footer .footer-menu .menu-item {
	    display: block;
	    margin: 10px 0;
	}
	footer .footer-menu .menu-item:first-of-type:after, footer .footer-menu .menu-item:nth-of-type(2):after{
		display: none;
	}
	/* Subnav Categories */
	.subnav-container {
	  position: relative;
	  display: flex;
	  align-items: center;
	  overflow: hidden;
	}

	.subnav-scroll-wrapper {
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	  scroll-behavior: smooth;
	  white-space: nowrap;
	  scroll-padding-inline-end: 60px;
	  padding-right: 60px;
  		position: relative;
	  width: 100%;
	}

	.subnav-container .subnav-list {
	  display: flex;
	  flex-wrap: nowrap;
	  list-style: none;
	  margin: 0;
	  padding: 8px 8px 0 8px;
	  justify-content: space-between;
	}

	.subnav-container .subnav-list li {
	  flex: 0 0 auto;
	  margin-right: 16px;
	  text-align: center;
	  padding-bottom: 5px;
	  min-width: 70px;
	}

	/* Arrow buttons */
	.subnav-container .scroll-arrow {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: none;
	  border: none;
	  padding: 0;
	  width: 32px;
	  height: 32px;
	  z-index: 2;
	  cursor: pointer;
	}

	.subnav-container .scroll-arrow.left {
	  left: 0;
	}

	.subnav-container .scroll-arrow.right {
	  right: 0;
	}
	.subnav-categories{
		width: 100%;
		padding: 4px 0 0 0;
	}
	.subnav-categories ul {
	    gap: 15px;
        padding: 0px;
        text-align: center;
        align-items: flex-start;
        width: 100%;
	}
	.subnav-categories li{
		text-align: center;
		flex: 1;
	    gap: 0;
	    display: flex;
	    justify-content: center;
	    align-items: start;
	    height: 100%;
	}
	.subnav-categories .term-image{
		display: block;
    	margin: 0 auto 5px auto;
        padding: 0;
	}
	.subnav-categories .link-text{
		font-size: 0.813rem;
		line-height: 115%;
	}
	.my-account {
	    padding: 160px 0 140px;
	}
	.my-account .form-wrap-box{
		padding: 20px;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message{
		padding: 12px 10px 12px 45px;
		display: block;
		width: 100%;
	}
	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
		background-size: 25px;
	    width: 25px;
	    height: 25px;
	    top: 14px;
	    left: 10px;
	}

	.my-account-page .form-woo-fields .account-orders-table .woocommerce-button.button {
	    width: 100%;
	    text-align: center;
	    margin-right: 0px;
	}
	.my-account-page .my-account-content{
		padding: 35px 20px;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		min-height: 30px;
	}
	.my-account-page .my-account-content .woocommerce-customer-details{
		display: block;
	}
	.my-account-page .my-account-content .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses{
		column-count: 1;
	}
	.woocommerce .my-account-page .col2-set, .woocommerce-page .my-account-page .col2-set {
	    width: 100%;
	    margin-right: 0px;
	    margin-left: 0px;
	    margin-top: 40px;
	}
	.my-account-page .my-account-content .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses > .woocommerce-column{
		margin-bottom: 30px;
	}
	.woocommerce-account .addresses .title .edit {
	    float: left;
	    margin-bottom: 10px;
	}
	 .woocommerce-page .my-account-page .col2-set .col-2 {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.woocommerce-page .my-account-page .col2-set .col-1 {
	   padding-right: 0px;
	    padding-left: 0px;
	}
	#wl-wrapper .wl-share-links li {
	    margin: 20px 0;
	    float: none;
	    list-style-type: none;
	}
	/* Cart and checkbox */
	.checkout-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
		font-size: 1rem;
	}
	.is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title, .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
		border-top:0px;
	}
	.cart-page .custom-cart-container .wp-block-woocommerce-cart-order-summary-block, .checkout-page .wp-block-woocommerce-checkout-order-summary-block{
		padding-left: 10px;
		padding-right: 10px;
        border: 1px solid rgba(9, 161, 237, 0.25) !important;
	}
	.checkout-page .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
	.checkout-page .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-title.wc-block-components-checkout-step__title {
	    padding-left: 10px;
	}
	.checkout-page .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
	    border: 0px;
	}
	.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after{
		display: none;
	}
	.cart-page .wp-block-woocommerce-empty-cart-block .button{
		margin-bottom: 30px;
	}
	.cart-page .wp-block-woocommerce-empty-cart-block .button.white{
		margin-left: 0px;
	}
	.order-thankyou .woocommerce-order-details .order_item .wc-item-meta {
	    padding-left: 0px;
	    width: calc(100% - 5px);
	}
	.order-thankyou .woocommerce-order-details{
		padding: 30px 15px;
	}
	#cartInfoAccordion .card-body .shipping-returns {
	    display: block;
	}
	#cartInfoAccordion .shipping, .shipping-returns .shipping, #cartInfoAccordion .returns, .shipping-returns .returns{
		padding-top: 11px;
		padding-bottom: 11px;
	}

	/* WooCommerce */
	.single-product .article-header{
		padding-top: 0px;
		min-height: 90px;
	}
	.single-product .product-layout .entry-summary {
        margin-top: 0px;
    }
    .single-product .product-gallery-slider{
    	margin-right: 0px;
    }
    .single-product .shipping-returns {
	    display: block;
	}
	.single-product .shipping-returns{
		padding: 0px 20px 20px 0px;
	}
	.single-product .shipping-returns .shipping, .single-product .shipping-returns .returns {
	    margin-bottom: 0px;
	    min-height: 48px;
	    margin-top: 20px;
	}
	.single-product .shipping-returns .shipping {
	    line-height: 48px;
	}
	.single-product .entry-summary .price {
	    top: 85px;
    }
    .single-product .extra-info .features-list{
    	grid-template-columns: 1fr;
    }

	/* Carousel  */
	.slick-arrow.slick-prev, .slick-arrow.slick-next{
		background-size: 40px;
		width: 40px;
    	height: 40px;
        top: -40px;
	}
	.slick-arrow.slick-prev{
		right: 18%;
	}
	.slick-arrow.slick-next{
		right: calc(23% - 70px);
	}
	.slick-arrow.slick-next:hover, .slick-arrow.slick-next:focus, .slick-arrow.slick-prev:hover, .slick-arrow.slick-prev:focus {
        background-size: 40px;
	}
	.single-product .slick-arrow.slick-next {
	    right: 12px;
	}
	.single-product .yith-wapo-block .product-container .wapo-addon-description {
	    width: 60%;
        margin-bottom: 0px;
        font-size: 0.875rem;
	}
	.single-product .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option p{
		width: 70%;
	}
	.product-box{
		width: 320px !important;
	}
	.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-product .yith-wapo-option .product-image {
	    margin-right: 5px;
	    max-width: 70px;
	}
	.bleed-right {
        margin-left: -20px;
    }
    .prod-category .h3-title {
	    padding-left: 0px;	
    	font-size: 2.375rem;
	}
	.product-category-layout .filter-sidebar {
	    margin-bottom: 40px;
	}
	.product-category-layout .filter-sidebar .clear-filters {
 	   display: flex !important;
	}
	.product-category-layout .filter-sidebar .text-clear {
	    display: inline;
	    width: auto;
	    margin-top: 0px;
	    text-align: left;
	}
	.category-wrapper .subnav-categories .selected:before{
		width: calc(100% + 10px);
	    height: calc(100% + 4px);
	    top: -4px;
	    left: -5px;
	}

	.cart-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .cart-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, .cart-page .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, .cart-page table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{
		top:50%;
	}
	.cart-page td.wc-block-cart-item__total {
	    width: 25%;
	    padding-right: 0px !important;
	}
	.checkout-page .wc-block-components-main, .cart-page .wc-block-components-main{
		padding: 25px 10px !important;
	}

	.checkout-page .messagepop.container {
	    width: 90% !important;
	    top: 22%;
	}
	.checkout-page .exemption-zone-select-view form .form-row-last{
		float: none !important;
    	justify-content: end;
	}
	.checkout-page .cert-capture-sdk-view + .field.form-row {
	    justify-content: end;
	    padding-right: 10px;
	}

	/* My Account */
	.woocommerce-account .my-account-page .woocommerce-MyAccount-navigation, .my-account-page .woocommerce-MyAccount-navigation{
		margin-bottom: 40px;
	}
	.my-account .form-woo-fields .row-wrap{
		display: block;
    	column-count: 1;
	}

	.my-account-page .password-title{
		line-height: 120%;
    	display: block;
	}
	.my-account-page .password-title::before{
		    top: 2px;
    		transform: translateY(0px);
	}
	.my-account-page .fa.fa-eye.toggle-password {
	    top: inherit !important;
        bottom: 10px !important;
	}

	#wl-wrapper .wl-table.manage tr:not(.cart_table_item) {
		display: none;
	}
	#wl-wrapper .wl-table.manage.shop_table_responsive td.check-column:before, #wl-wrapper .wl-table.manage.shop_table_responsive td.product-purchase:before{
		display: none;
	}
	#wl-wrapper .woocommerce-message .button {
	    float: none;
	    margin-bottom: 15px;
	}
	#wl-wrapper .wl-panel.panel .button{
		padding: 15px 15px;
	}
	.legal-page {
	    padding-top: 100px;
	    padding-bottom: 80px;
	}
}

@media only screen and (max-width:512px) {
	

	.subnav-categories{
		overflow: hidden;
	}
}