/** Shopify CDN: Minification failed

Line 45:2 Unexpected "/"
Line 180:1 Expected "}" to go with "{"

**/
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color:#ffffff00;
    width:10px;
    height: 16px;
  	overflow: visible;
}
/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color:#ffffff00;
}
::-webkit-scrollbar-track:hover {
    background-color:#ffffff00;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:1px solid #ffffff00;
  	border: 3px solid #ffffff00;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:1px solid #ffffff00;
}

/* set button(top and bottom of the scrollbar)*/
::-webkit-scrollbar-button {
  	/*width: 0;
  	height: 2rem;*/
}*/
.modal ::-webkit-scrollbar-button {
  	width: 0;
  	height: 2rem;
}
/*Adjusts overflow of scroll bar for size chart*/
.modal__content {
    overflow: hidden;
}
@media only screen 
  and (max-device-width: 768px) {
  .modal__content {
    overflow: hidden;
}
/*To get the size chart to display properly*/
.static-page__wrapper  {
    display: flex;
}
@media only screen and (max-width: 768px) {
.static-page__wrapper  {
display: flex;
	}
}
/*.static-page__column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
.static-page__column {
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%;
	}
}*/
/*@media screen and (max-width: 576px) {
table {
    display: table !important;
    overflow-x: visible !important;
    white-space: normal !important;
	}
}*/
/*Style cart and navigation drawers to be the same*/
.cart-drawer__header {
    padding: 0 !important;
    border-bottom: none !important; 
}
@media screen and (min-width: 576px) {
.cart-drawer__header {
    padding: 0 !important;
    border-bottom: none !important; 
	}
}
.navigation-mobile__flyout-header {
	border-bottom: none !important;
}
.cart-drawer {
    max-width: 19rem !important;
  	padding: 0.5rem 1.5rem;
  	padding-top: 0.8rem !important;
}
/*Header fixed
.site-header__outer-wrapper {
    position: -webkit-sticky;
    width: 100%;
}
.predictive-search__wrapper {
    position: -webkit-sticky;
  	width: 100%;
}   */ 
.site-header {
    border-bottom: 0px !important;
}
/*Adjusts navigation bar and cart bar format to header height*/
.navigation-mobile__flyout-header {
    height: 48px;
}
.cart-drawer__empty {
    margin-top: 1.5rem !important;
}
.navigation-mobile__close-button {
    padding-right: 1.5rem !important;
}
.navigation-mobile__overlay {
    background-color: rgba(0, 0, 0, 0.35) !important;
}
.drawer-header__heading {
    font-family: Helvetica,'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.0rem;
}
/*Stops predictive search keyboard issue*/
@media screen and (min-width: 576px)
.predictive-search__form {
    margin: 0 1.5rem !important;
}
.predictive-search__results:not(.predictive-search__results--everything) .search-results__product:last-child {
    padding-bottom: 2rem !important;
}
.predictive-search__message--show {
    display: none;
}
.predictive-search__results.predictive-search__results--show .search-results__products-title, .predictive-search__results.predictive-search__results--show .search-results__side-title {
    padding-top: 1rem;
}
/*Adjusts footer padding*/
li {
    margin-bottom: 0 !important; 
}
@media screen and (min-width: 576px) {
li {
    margin-bottom: 0 !important;  
	}
}
/*Adjusts footer padding*/
.footer-top__block-menu {
    padding-bottom: 1rem !important; 
}
@media screen and (min-width: 576px) {
.footer-top__block-menu {
    padding-bottom: 1rem !important;  
	}
}
/*Adjusts size-guide opening - makes it smoother*/
/* go into theme.css.liquid, search for änimation-delay for the following title: .modal[data-open=true] .modal__window, changed the animation delay from 0.1s to 0.0s*/
/*Changes padding for search bar so that it aligns better with header*/    
.predictive-search__form {
    padding: 0.55rem 0 !important;
}
/*Adjusts the whitespace in the ABOUT LEGEND page*/
.shopify-section:first-child .image-with-text-overlay--wide {
    margin-bottom: 0 !important;
}