/** Shopify CDN: Minification failed

Line 49:15 Comments in CSS use "/* ... */" instead of "//"
Line 73:35 Expected identifier but found "*"
Line 563:0 Unexpected "}"
Line 3631:0 Unexpected "{"
Line 3631:1 Expected identifier but found "%"

**/
html {line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } body {margin: 0; } main {display: block; } h1 {font-size: 2em; margin: 0.67em 0; } h2 {font-size: 1em; margin: 0.75em 0; }  hr {box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } pre {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } a {background-color: transparent; } abbr[title] {border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } b, strong {font-weight: bolder; } code, kbd, samp {font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } small {font-size: 80%; } sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub {bottom: -0.25em; } sup {top: -0.5em; } img {border-style: none; } button, input, optgroup, select, textarea {font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } button, input { /* 1 */ overflow: visible; } button, select { /* 1 */ text-transform: none; } button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText; } fieldset {padding: 0.35em 0.75em 0.625em; } legend {box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } progress {vertical-align: baseline; } textarea {overflow: auto; } [type="checkbox"], [type="radio"] {box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto; } [type="search"] {-webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } [type="search"]::-webkit-search-decoration {-webkit-appearance: none; } ::-webkit-file-upload-button {-webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/*
 *
 * Theme Name: Sutro Footwear 2020
*/

@font-face {
  font-family: 'icons';
  src: url('icons.eot');
  src: url('icons.eot#iefix') format('embedded-opentype'),
    url('icons.woff') format('woff'),
    url('icons.ttf') format('truetype'),
    url('icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon:before {
  display: none;
}
.icon-cart:before {
   content: '\e600';
}
.icon-fallback-text .icon {
   display: inline-block;
}
.icon-fallback-text .fallback-text {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.icon:before {
  display: inline;
  font-family: 'icons';
  text-decoration: none;
  speak: none; // future fallback, limited in effect currently
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fallback-text .icon {
  display: inline-block;
}
.productdetail-addedcart {
  font-weight: 100;
  float: left;
  clear: both;
  width: 100%;
  margin: -20px 0px 30px;
  line-height: 150%;
  padding: 20px 0px;
  color: #4c3e27;
  display: none;
  /*background: #fdf1dd;*/
  /*text-align: center;*/
  border-bottom: 1px solid #ece1ce;*/
}
.productdetail-addedcart a {
	text-decoration: underline;
}
.productdetail-addedcart a:hover {
  	border: 0px;
  	padding: 0px
}
.sutro-callout-top a:hover {
 	border-bottom: 0px; 
}
.errors.qty-error {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px 0px 20px 0px;
  color: #d80000; 
}
.is-added {
  display: none;
}
.cart-link {
    position: relative;
}
.cart-link__bubble {
 	display: none; 
}
.cart-link__bubble--visible {
	display: block;
    position: absolute;
    top: -2px;
    right: -10px;
    width: 14px;
    height: 14px;
    background-color: #d80000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 50%;
    color: #ffffff;
  
  
  
}
body { 
    font-family: 'Roboto', sans-serif;
    color: #101010;
    font-weight: 300;
    min-width: 350px; 
}
a {
	text-decoration: none;
    color: #101010;
}
a:hover {
	border-bottom: 1px solid #656565;
	padding-bottom: 5px;
}
a.showunderline {
 	text-decoration: underline;
}
a.showunderline:hover {
 	padding-bottom: 0px;
  	border: 0px;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0;
}
.sutro-top-nav-center a:hover {
	border: 0px;
}
.body-container {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 587px);
}
.sutro-middle {
  flex: 1;
}
.template-product .subpage-container {
 	padding-bottom: 0px;
}
.swym-button {
  color: #000000 !important;
  text-decoration: underline !important;
  font-family: 'Roboto', sans-serif !important;
  text-transform: none !important;
  max-width: none !important;
  cursor: pointer;
}
.swym-button:after {
  display: none;
}
#swym-remind-email-auth-button {
   color: #ffffff !important; 
   text-decoration: none !important;
    font-family: 'Questrial', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}
#swym-plugin .swym-tab-overlay, #swym-hosted-plugin .swym-tab-overlay {
  	background: rgba(0,0,0,0.7) !important;
}
#swym-plugin .swym-tab-modal .swym-tab-modal-content, #swym-hosted-plugin .swym-tab-modal .swym-tab-modal-content {
  	padding-bottom: 40px !important;
}
.swym-success {
  	background: #eae7e2 !important;
    padding: 20px !important;;
    border: 0px !important;;
    color: #292929 !important;;
    border-radius: 8px !important;;
}
.swym-title h2 {
    font-family: 'Questrial', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    line-height: auto !important;
}
.swym-tab-modal-content {
  font-family: 'Roboto', sans-serif !important;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #d4d2ce;
}
.body-container.stickynow {
  padding-top: 60px;
}
.subpage-container {
	background: #f7f5f2;
 	padding-bottom: 20px;
}

.subpage-container-static {
	background: #f7f5f2;
}
.subpage-container-static .sutro-whitebars {
	background: #f7f5f2;
}
.subpage-container .sutro-whitebars {
	background: #f7f5f2;
	margin-top: 20px;
}
.container {
	max-width: 1220px;
	padding-left: 30px;
	padding-right: 30px;
	width: calc(100% - 60px);
	height: 100%;
	margin: 0 auto;

}
.sutro-callout-top {
	background: #551818;
	width: calc(100% - 20px);
	color: #eeebe5;
	padding: 10px;
    font-family: 'Questrial', sans-serif;
    text-transform: normal;
    letter-spacing: 0.05em;
  
  
}
.sutro-compareprice {
 	text-decoration: line-through;
  	color: #852626;
  	font-weight: bold;
    display: inline-block;
  	font-size: 75%;
}

.sutro-callout-ul-freeall {
  	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
  	color: #ffffff;
  	margin-top: 5px;
  	margin-bottom: 5px;
}
.sutro-callout-ul-freeall li {
	display: inline;
  	color: #ffffff;

 
}
.sutro-top-nav {
	background: #eeebe5;
	width: 100%;
	font-weight: 400;
	font-size: 110%;
}
.sutro-top-nav-ulcontain {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
  
}
.sutro-top-nav-ul a {
	color: #282828;
}
.sutro-top-nav-ul {
    width: 33%;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: flex;
    align-items: center;
}
.sutro-top-nav-center {
    justify-content: center;
}
.sutro-top-nav-right {
    justify-content: flex-end;
}
.sutro-top-nav-ul li {
	display: inline;
}
.sutro-top-nav-left li:first-child {
  margin-right: 40px;

}
.sutro-top-nav-right li:first-child {
	margin-right: 40px;
}

.sutro-top-nav-right li:last-child {
	margin-left: 40px;
}
.sutro-homepage-hero {
	max-height: 800px;
    height: 300px;
/*     min-height: 400px; */
    background: url(homepage_hiatus.png) no-repeat;
    background-size: cover;
  	background-position: center bottom;

}

.sutro-homepage-hero-left {
	display: flex;
	align-items: center;
	height: 100%;
  	min-height: 200px;
	width: 100%;
	float: left;

}




.sutro-homepage-hero-mobile {
	display: flex;
  	align-items: center;
	height: 50%;
  	min-height: 600px;
	width: 50%;
	float: center;

}







.sutro-homepage-hero-right {
	text-align: right;
    color: #ffffff;
	width: 50%;
	height: 100%;
	float: right;

}
.sutro-homepage-hero-right img {
	max-height: 100%;
	max-width: 100%;
}
.sutro-hero-h1 {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: normal;
    color: #ffffff;
  	text-shadow: 2px 2px 5px white;
 

 
  

}
.sutro-hero-h1 a:hover {
  	border-bottom: 0px;
  	color: #000000;
	
   

  
}
.sutro-hero-h2 {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: normal;
    color: #ffffff;
    margin-bottom: 100px;
  
}


.sutro-hero-h2-mobile {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: normal;
    color: #ffffff;
    margin-bottom: 100px;
  
  

  
}

.sutro-footer {
	background: #eeebe5;
	float: left;
	width: 100%;
	padding: 60px 0px 40px 0px;
}
klarna-placement {
    margin-bottom: 20px;
  	
}
klarna-placement iframe {
  	margin: 0 auto;
  	
}

.footer-head {
	font-weight: 400;
}
.footer-col1 {
	width: 33%;
	float: left;
}
.footer-col2 {
	width: 66%;
	float: left;
}
.footer-links {
	float: left;
	width: 33%;
}
.footer-head {
	margin-bottom: 17px;
}
.footer-stamparea {
	text-align: center;
	float: left;
}
.footer-stamparea a:hover {
	border-bottom: 0px;
}
.sutro-priv a:hover {
	border-bottom: 1px solid #656565;
}
.footer-links-ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 211%;
}
.sutro-productpage-reviewsarea .container {
 	position: relative; 
}
.sutro-productpage-reviewsarea {
  	overflow: hidden; 
}
.sutro-reviewnum {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
	background: #e9e9e9;
    width: 100%;
    height: 65px;
    top: 5px;
    display: flex;
    align-items: center;
    position: initial;
}
#looxReviews {
/*  	margin-top: -50px;  */
}
.product-igarea {
  	display: none;
 	padding: 40px 0px; 
}
.sutro-priv {
	font-size: 70%;
	color: #676666;
	font-weight: 100;
}
.sutro-priv a {
	color: #676666;
}
.sutro-whitebars  {
	background: #ffffff;
	padding: 10px 0px;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: uppercase;
}
.sutro-yellowbars  {
	background: #f8f1ea;
	padding: 10px 0px;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: uppercase;
}
.sutro-featured-ul {
	list-style-type: none;
}
.sutro-featured-ul li {
	display: inline;
}
.sutro-featured-ul li:first-child {
	margin-right: 50px;
}
.sutro-section-title {
	width: 50%;
	float: left;
}
.sutro-section-tabs {
	width: 50%;
	float: right;
	text-align: right;
}
.sutro-section-rightside {
	width: 50%;
	float: right;
	text-align: right;
    margin-top: 1.1em;
  
  
}
.sutro-section-center {
	width: 100%;
	float: center;
	text-align: center;
    margin-top: 1.1em;  
  	
  

}
.sutro-section-homepage-text {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	letter-spacing: normal;
	line-height: 140%;
	color: #000000;
	text-align: center;
  	font-size: 1em;
  	padding-top: 30px;
  	padding-right: 30px;
  	padding-bottom: 30px;
  	padding-left: 30px;
}
      

}
.sutro-section-center a {
	font-size: 100%
  
  
}
.sutro-section-rightside a {
	font-size: 80%;
}
.sutro-redstart {
	border-left: 2px solid #9c1f1f;
	padding-left: 20px;
}
.sutro-redbottom {
	border-bottom: 2px solid #9c1f1f;
	padding-bottom: 5px;
}
.featured-selected {
	border-bottom: 1px solid #101010;
	padding-bottom: 5px;
}
.sutro-featured-carousel {
	background: #eeebe5;
	border-bottom: 4px solid #c7c7c7;
}
.sutro-subpage-fulltitle .sutro-section-title {
	width: 100%;
}
.subpage-container-static .sutro-section-title {
	width: 100%;
	margin-top: 20px;
}
.sutro-section-fullcol.spec-70width {
	width: 70%;
}
.sutro-productpage-reviewsarea.spec-reviewspage {
	background: none;
	padding-top: 0px;
}
.spec-goldengate {
	width: 100%;
}
.spec-story-top {
	width: 45%;
}
.spec-story-goldtop.sutro-section-2col {
	padding: 0px;
	background: url("img_goldengate.svg") no-repeat;
	background-size: cover;
	background-position: bottom;
    min-height: 680px;
    max-width: 1440px;
    margin: 0 auto;
}
.sutro-section-2col a {
	text-decoration: underline;
}
.sutro-section-2col a:hover {
	padding-bottom: 0px;
	border-bottom: 0px;
}
.spec-sutrosfstore {
	border-radius: 8px;
	max-width: 100%;
	border: 1px solid #959595;
}
.spec-normargbelow {
	margin-bottom: 0px;
}
.spec-normargbelow .sutro-redstart {
	margin-bottom: 0px;
}
.sutro-section-2col.spec-sutrotower-contain {
	text-align: center;
	padding-bottom: 0px;
}
.spec-sutrotower {
	margin-left: 200px;
}
.spec-sutrocloud {
	background: url(img_sutrocloud.png) repeat-x;
	background-position: top;
	width: 100%;
	min-height: 210px;
    margin-top: -120px;
    z-index: 2;
    position: relative;
}
.sutro-section-fullcol {
	width: 100%;
}
.sutro-collections-list {
	padding: 30px 0px 60px 0px;
}
.sutro-section-description {
	font-family: 'Roboto', sans-serif;
	text-transform: none;
	letter-spacing: normal;
	line-height: 140%;
	color: #676767;
	padding-left: 25px;
}
/* .sutro-itemsquare-contain::-webkit-scrollbar {
  display: none;
  
} */

.productdetail-namedesc-contain {
 	display: flex;
    flex-direction: column;
}
.sutro-itemsquare-contain {
	overflow-x: auto;
	display: flex;
/*   margin-bottom: -15px; */
}
.sutro-itemsquare-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
    font-weight: normal;
    text-transform: uppercase;
}
.sutro-collections-list .sutro-itemsquare-each {
	width: calc(33% - 100px);
	/*background: #ffffff;*/
    margin-right: 2px;
    margin-bottom: 2px;
}
.sutro-itemsquare-each {
	background: #f7f5f2;
	margin-right: 1px;
	min-width: 200px;
	width: calc(30% - 100px);
	padding: 20px 50px;
	float: left;
	flex-shrink: 0;
	cursor: pointer;
    max-width: 430px;
}
.sutro-itemsquare-each:hover {
	background: #eae7e2;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 20px;
	border-radius: 8px;
}
.sutro-featured-carousel .sutro-itemsquare-each:hover {
	border-radius: 0px;
}
.sutro-itemsquare-piccontain {
	width: 100%;
}
.sutro-itemsquare-pic {
	max-width: 100%;
	padding: 20px 0px 40px 0px;
}
.sutro-itemsquare-details {
	width: calc(100% - 20px);
	min-height: 10px;
	padding: 0px 20px;
	color: #282828;
}
.sutro-itemsquare-details-left {
	width: 60%;
	float: left;
}
.sutro-itemsquare-details-right {
	width: 40%;
	float: right;
	text-align: right;
}
.sutro-prod-name {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 95%;
    max-height: 50px;
    overflow-y: hidden;
  	text-overflow: ellipsis;
	


}
.sutro-prod-callout-promo {
	font-size: 90%;
	text-transform: normal;
  	color: #000000;
    font-weight: bold;
    margin-bottom: 5px;

  	

}

.sutro-prod-callout {
	font-size: 90%;
	text-transform: normal;
   	font-weight: normal;
  	color: #902929;
  	margin-bottom: 5px;

}

.sutro-prod-colors {
    margin-top: 5px;
    margin-bottom: 5px;
  	font-size: 75%;

}

.sutro-prod-price {
	font-size: 95%;
  	font-weight: 500;
 


  
  
  	
}
.sutro-homepage-community {
	border-top: 1px solid #eeebe5;
	background: #ffffff;
	padding: 40px 0px;
  
  
}



.sutro-collection {
	border-top: 1px solid #eeebe5;
	background: #ffffff;
	padding: 40px 0px;
  
  
}


.sutro-homepage-preorder {
	border-top: 1px solid #eeebe5;
	background: #ffffff;
	padding: 40px 0px;  
  
  
}
.sutro-homepage-anatomy {
	text-align: center;
	background: #f7f5f2; 
	padding: 60px 0px;
	opacity: 0.05;
}
.homepage-anatomy {
	max-width: 80%;
	margin: 0 auto;
}
.sutro-homepage-community .sutro-section-title {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.sutro-homepage-community .sutro-section-title h3{
	width: fit-content;
	margin: 0 auto;
  
  
  
}
.sutro-homepage-preorder .sutro-section-title {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
	font-size: 1em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  
  

  
  
}
.sutro-homepage-community .sutro-section-title h3{
	width: fit-content;
	margin: 0 auto;  
  
  
  
  
  
  
}
.sutro-homepage-community-testimonials .testimonials-contain {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 auto;
    justify-content: flex-start;
    width: 100%;
}
.sutro-homepage-community-testimonials .container {
	display: flex;
	align-items: center;
	padding: 0px;
	width: 100%;
	max-width: none;
}
.sutro-arrow-back {
	width: 24px;
    height: 24px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 0;
    border-bottom: 0;
    opacity: 1;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 15px;
    float: left;
    cursor: pointer;
}
.sutro-arrow-fwd {
	width: 24px;
    height: 24px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 0;
    border-bottom: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 15px;
    float: right;
    cursor: pointer;
}
.sutro-hide {
	opacity: 0;
	pointer-events: none;
}
.sutro-homepage-community-testimonials {
	margin-bottom: 80px;
}
.testimonial-quotearea {
	background: #eeebe6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 130%;
	font-weight: 100;
	color: #2a0909;
}
.testimonials-byarea {
	position: absolute;
	bottom: 40px;
	margin-top: 20px;
	font-size: 80%;
}
.homepage-testimonial-quotesymbol {
	font-family: 'IM Fell Great Primer SC', serif;
	font-size: 400%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 40px;
}
.homepage-testimonial-text {
	font-weight: 100;
	line-height: 145%;
	padding: 0px 40px 40px 40px;
}
.sutro-homepage-testimonial-each {
	text-align: center;
	font-weight: 300;
	width: calc(41% - 145px);
	margin-right: 5px;
	flex-shrink: 0;
	/*max-height: 400px;*/
	height: 580px;
	padding: 25px;
	max-width: 470px;
}
.testimonial-imgarea img {
	width: 100%;
}
.testimonial-imgarea {
	display: flex;
	align-items: center;
}

.sutro-igpics-imgarea img {
	width: 100%;
}
.sutro-igpics-imgarea {
	display: flex;
	align-items: center;
}
.sutro-product-igpics {
	margin-bottom: 40px;
}
.product-igarea .productdetail-headtext {
	margin: 10px 0px 30px 0px;
}
.sutro-product-igpics .sutro-product-igpics-contain {
	display: flex;
	flex-direction: row;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 auto;
    justify-content: flex-start;
    width: 100%;
}
.sutro-product-igpics .container {
	display: flex;
	align-items: center;
	padding: 0px;
	width: 100%;
	max-width: none;
}
.sutro-product-igpics-each {
	text-align: center;
	font-weight: 300;
	width: calc(41% - 147px);
	margin-right: 5px;
	flex-shrink: 0;
	/*max-height: 400px;*/
	height: 460px;
	padding: 25px;
	max-width: 470px;    
    background-size: cover;
    background-repeat: no-repeat;
  	background-position: center;
}


.sutro-callout-newsletter {
	background: #290909;
	color: #ffffff;
	padding: 15px 0px;
	margin-top: auto;
}
.sutro-callout-newsletter .container {
	display: flex;
	align-items: center;
	height: 100%;
	width: calc(100% - 60px);
	justify-content: space-between;
}
.newsletter-text {
	float: left;
	line-height: 140%;
}
.newsletter-form #contact_form {
	float: right;
	text-align: right;
}
.newsletter-form #contact_form .input-group {
  	display: flex;
}
.newsletter-form form {
  	padding: 0px !important;
}
.newsletter-form .ql-editor p {
  	text-align: left !important;
}
.newsletter-form .ql-editor p strong {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
  	text-align: left !important;
}
.newsletter-form .ql-editor p span {
    font-family: 'Roboto', sans-serif !important;
  	text-align: left !important;
}
.newsletter-form input[type=text],
.newsletter-form input[type=email] {
	font-size: 90%;
	color: #ffffff;
	margin: 0px;
	text-align: left;
	padding: 7px;
	background: #3b1f1f;
	border: 0px;
	min-width: 250px;
}
#Subscribe {
	font-size: 90%;
	background: #4d3333;
	color: #ffffff;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding: 7px 30px;
}
.newsletter-text br {
	display: none;
}
.sutro-productpage {
	padding: 40px 0px;
}

.testimonial-img-1 {
	background: url(img_sutrofootwear_alder_2.png) no-repeat;
	background-size: cover;
}
.testimonial-img-2 {
	background: url(img_sutrofootwear_friends.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.testimonial-img-couple1 {
	background: url(img_sutrofootwear_couple.png) no-repeat;
	background-size: cover;
}
.testimonial-img-girl2 {
	background: url(img_sutrofootwear_girl2.png) no-repeat;
	background-size: cover;
}
.productdetail-descriptionarea {
	border-top: 1px solid #efedea;
	border-bottom: 1px solid #efedea;
	padding: 20px 0px;
	float: left;
	clear: both;
	margin-top: 20px;
	font-weight: 100;
	line-height: 150%;
}
.productdetail-descriptionarea h2,
.productdetail-descriptionarea h3,
.productdetail-descriptionarea li,
.productdetail-descriptionarea strong,
.productdetail-descriptionarea b,
.productdetail-descriptionarea p,
.productdetail-descriptionarea ul,
.productdetail-descriptionarea div,
.productdetail-descriptionarea span
{
  	font-size: unset !important;
    font-weight: unset !important;
  	margin-top: 0 !important;
  	padding-top: 0 !important;
  	margin-bottom: 0 !important;
  	padding-bottom: 0 !important;
}

.productdetail-namearea h1 {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}
.productdetail-left {
	float: left;
	width: 50%;
}
.productdetail-right {
	float: right;
	padding-left: 100px;
	width: calc(50% - 100px);
}
.productdetail-left form {
  	float: left; 
  	width: 100%;
}

.productdetail-left fieldset {
 	border: 0px;
    padding: 0px;
}
.productdetail-left fieldset label {
	border: 1px solid #e1dfdc;
  	border-radius: 4px;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    min-width: 30px;
    text-align: center;
    position: relative;
}

.colorlabel-test {
  text-align: center; 
}
.productdetail-left fieldset label:hover {
    background: #ffffff;
    border-bottom: 1px solid #e1dfdc;
}
.productdetail-left fieldset label input[type=radio] {
	display: none;  
}
.productdetail-left fieldset label.sutro-size-select {    
	background: #ffffff;
    color: #000000;
    border: 1px solid #a1a1a1;
    font-weight: bold;
} 
.productdetail-left fieldset label.sutro-size-select:hover {    
  	background: #2a0909;
    color: #ffffff;
    margin-bottom: 10px;
}
.product-single__add-to-cart {
  	text-align: center 
}
.containme {
	max-height: 4.3rem;
    padding-bottom: 60px;
    overflow: hidden;
    line-height: 1.5rem;
}

.readmore {
	float: left;
    width: 100%;
    text-decoration: underline;
    margin-top: -58px;
    background: rgb(247,245,242);
    /* background: linear-gradient(180deg, rgba(247,245,242,0) 0%, rgba(247,245,242,1) 80%, rgba(247,245,242,1) 100%); */
    height: 65px;
    display: flex;
}
.readmore:hover {
    padding: 0px;
  	border: 0px;
}
#AddToCart--product-template {
	font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #525252;
    color: #ffffff;
    padding: 15px;
    width: 100%;
    font-size: 120%;
    margin-bottom: 30px;
}
#AddToCart--product-template:hover:not([disabled]) { 
  	background: #3a3939;
    cursor: pointer;
}

#AddToCart--product-template.disabled,
#AddToCart--product-template:disabled
{
  	font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
	background: #cacaca;
    color: #949393;
    padding: 15px;
    width: 100%;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 20px;
}
.productdetail-namereviews {
	float: left;
	width: 65%;
}
.productdetail-namearea.mobileshow,
.klarnamobileshow {
	display: none;
}
.productdetail-reviewstars {
	padding-bottom: 5px;
}
.productdetail-reviewtext {
/* 	margin-left: 15px; */
	padding-bottom: 6px;
}
.productdetail-area {
	display: flex;
	align-items: center;

}
.sutro-price-salecallout {
  font-size: 75%;
  color: #551818;
  font-weight: bold;
 
  
}
.productdetail-price {
	float: left;
	width: 35%;
	text-align: right;
	font-size: 140%;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #852626;
}

.productdetail-headtext {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.productdetail-colorlist {
	clear: both;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.productdetail-colorarea {
	padding: 30px 0px;
	border-bottom: 1px solid #efedea;
	float: left;
	width: 100%;
}
.productdetail-coloreach {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
    border: 2px solid #ffffff;
}
.productdetail-coloreach:hover {
	margin-bottom: 0px;
	padding-bottom: 0px;
/*     border: 2px solid #ffffff; */
}
.productdetail-left .productdetail-colorarea fieldset label {
	float: left;
    display: flex;
    flex-direction: column;
    max-width: 33px;
    width: 33px;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
    min-height: 70px;
    border-radius: 7px;
    align-items: center;
}
.productdetail-left .productdetail-colorarea fieldset label.color-selected,
.productdetail-left .productdetail-colorarea fieldset label.color-selected:hover
 {
/*     -webkit-box-shadow: 0px 0px 0px 1px #000;
    -moz-box-shadow: 0px 0px 0px 1px #000;
	box-shadow: 0px 0px 0px 1px #000; */
    border: 1px solid #a1a1a1;
     margin-bottom: 10px;
    background: white;
   font-weight: bold;
}
.productdetail-left fieldset label.sutro-size-select.color-selected {
  	color: #000000;
  font-weight: bold;
}
.productdetail-left fieldset label.sutro-size-select.color-selected:hover {
  	color: #000000;
    background: #ffffff;
}
.productdetail-left .productdetail-colorarea fieldset label .colorcircle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
 	margin-bottom: 10px;
    float: left;
    margin-right: 0px;
    border: 2px solid #ffffff;
    font-size: 0;
    min-width: 0;
    padding: 0px;
}

.productdetail-left .productdetail-colorarea fieldset label.color-Black .colorcircle { background: #000000; }
.productdetail-left .productdetail-colorarea fieldset label.color-Honey .colorcircle { background: #ac6e06; }
.productdetail-left .productdetail-colorarea fieldset label.color-Honey2 .colorcircle { background: #884a31; }
.productdetail-left .productdetail-colorarea fieldset label.color-Mahogany .colorcircle { background: #540c00; }
.productdetail-left .productdetail-colorarea fieldset label.color-Grey .colorcircle { background: #525252; }
.productdetail-left .productdetail-colorarea fieldset label.color-DarkGrey .colorcircle { background: #444c49; }
.productdetail-left .productdetail-colorarea fieldset label.color-Redwood .colorcircle { background: #512921; }
.productdetail-left .productdetail-colorarea fieldset label.color-Redbrown .colorcircle { background: #2a1f20; }
.productdetail-left .productdetail-colorarea fieldset label.color-GreyTaupe .colorcircle { background: #3f3533; }
.productdetail-left .productdetail-colorarea fieldset label.color-Coffee .colorcircle { background: #6f4e37; }
.productdetail-left .productdetail-colorarea fieldset label.color-Brown .colorcircle { background: #492000 }
.productdetail-left .productdetail-colorarea fieldset label.color-Beige .colorcircle { background: #d4ae7f }
.productdetail-left .productdetail-colorarea fieldset label.color-Chedron .colorcircle { background: #752900 }
.productdetail-left .productdetail-colorarea fieldset label.color-Taupe .colorcircle { background: #937b66 }
.productdetail-left .productdetail-colorarea fieldset label.color-Cognac .colorcircle { background: #c47636 }


.productdetail-sizearea {
	padding: 30px 0px 10px 0px;
	/*border-bottom: 1px solid #efedea;*/
	float: left;
	width: calc(100% - 130px);
	padding-right: 130px;
}
.productdetail-sizeeach {
	border: 1px solid #e1dfdc;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	min-width: 30px;
	text-align: center;
	position: relative;
}
.productdetail-sizeemail {
    float: left;
    clear: both;
  	width: 100%;
  	padding: 5px 0px;
    color: #4c3e27;
    display: none;
    margin-bottom: 10px;
}


.sutroOptionArea {
 	display: flex; 
  	flex-direction: column-reverse;
  	width: 100%;
    padding-bottom: 10px;
}

.size-x,
.productdetail-sizeeach.size-x {
    border: 1px solid #e1dfdc;
    background: none;
    color: #000000;
}
.size-x,
.productdetail-sizeeach.size-x.sutro-size-select {
    border: 1px solid #f7f5f2;
    background: #cacaca;
    color: #000000;
}
.size-x:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid;
    border-color: #2f2f2f;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.productdetail-sizeemail a {
	text-decoration: underline;
  	color: #551818;

}
.productdetail-sizeemail a:hover {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.productdetail-sizeeach:hover {
	background: #ffffff;
	border-bottom: 1px solid #e1dfdc;
}
.productdetail-sizeeach.sutro-size-select {
	background: #2a0909;
	color: #ffffff;
}
.productdetail-buyarea {
	padding: 30px 0px;
	width: 100%;
	float: left;
}
.shopify-payment-button__more-options {
  display: none;
}
#AddToCart--product-template.btn-preorder {
  background: #541919;
}
.sutro-btn-buy,
.shopify-payment-button__button
{
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
	background: #290909;
	color: #ffffff;
/* 	padding: 15px; */
	width: 100%;
	font-size: 120%;
	margin-bottom: 20px;
}
.sutro-btn-buy:disabled {
	background: #cacaca;
	color: #949393;
}.sutro-btn-buy:disabled:hover {
	background: #cacaca;
	color: #949393;
}
.sutro-btn-buy:hover,
.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]),
.cart__checkout:hover { 
	background: #581313;
    cursor: pointer;
}
.buy-textbelow {
	text-align: center;
	width: 100%;    
	font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #555453;

}
.product-single__photo {
  	border-radius: 8px;
  	max-width: 100% !important;
}
.product-single__photo--container.hide {
  	display: none;
}
.product-single__photo-wrapper {
  	padding: 0px !important;
    display: inline;
}
.product-single__thumbnail.active-thumb img {
	border: 1px solid #a1a1a1;
    border-radius: 8px;
  	background: #ffffff;
}

.product-single__thumbnail {
  	width: 100px;
  	height: 100px;
}
.product-single__thumbnail img {
  	border: 1px solid #f7f5f2;
  	max-width: 100%;
}
.sutro-productpage-mainpic {
 	cursor: pointer; 
}
.product-single__photo-wrapper a:hover {
  	text-decoration: none;
  	border: 0px;
  	padding-bottom: unset;
}
.sutro-productpage-reviewsarea {
	background: #e9e9e9;
	padding: 50px 0px 100px 0px;
}
.productdetail-mainimage {
	width: 100%;
	margin-bottom: 50px;
	float: left;
	cursor: zoom-in;
}
.productdetail-mainimage:hover {
	border: 0px;
	padding-bottom: 0px;
}
.productdetail-mainimage img {
	max-width: 100%;
	border-radius: 8px;
}
.productdetail-moreimages {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.productdetail-moreimages a:hover {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.productdetail-moreimages a:hover img {
	border: 1px solid #cacaca;
} 
.productdetail-moreimages a:hover img.morepics-selected {
	border: 1px solid #a1a1a1;
} 
.sutro-productpage-morepics.morepics-selected {
	background: #ffffff;
	border: 1px solid #a1a1a1;
}
.sutro-productpage-morepics {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
	padding: 5px;	
	background: #ffffff;
	border: 1px solid #dedede;
}
.sutro-productpage-morepics img {
	max-width: 100%;
}
.productdetails-reviewseach-left {
	width: 90%;
	float: left;
}
.productdetails-reviewseach-right {
	width: 10%;
	height: 100%;
	float: left;
	text-align: right;
}
.productdetails-reviewseach-right img {
	max-height: 100%;
}
.productdetail-reviewseach {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	clear: both;
	padding-top: 30px;
	border-top: 1px solid #d0d0d0;
	height: 100px;
}
.reviews-reviewtitle {
	font-weight: 400;
	margin-top: 10px;
	float: left;
	width: 100%;
	clear: both;
}
.reviews-veriedtext {
	color: #9c9c9c;
	font-size: 85%;
	float: left;
	margin-left: 10px;
}
.reviews-reviewstars {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
.reviews-nametext {
	color: #676767;
	font-weight: bold;
	font-size: 85%;
	float: left;
}
.reviews-reviewdesc {
	color: #676767;
	margin-top: 10px;
	line-height: 140%;
	float: left;
	width: 80%;
	clear: both;
}
.productdetail-reviewsmore {
	padding-top: 30px;
	border-top: 1px solid #d0d0d0;
	width: 100%;
	clear: both;
	float: left;
}
.sutro-btn-black {
	background: #000000;
	color: #ffffff;
	border: 0px;
	padding: 10px 30px;
	font-weight: 100;
	margin: 0 auto;
	font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.sutro-section-2col {
	width: 100%;
	padding: 10px 0px;
	line-height: 160%;
	color: #464646;
}
.spec-locations {
	padding: 75px 0px;
	display: block;
}
.sutro-section-2col img {
	max-width: 100%;
}
.sutro-section-2col .container {
	padding-left: 76px;
    width: calc(100% - 106px);
}
.first-2col {
	padding-top: 0px;
}
.first-2col .sutro-section-2col-right img.stampspecial {
    margin-top: -40px;
    z-index: 3;
    position: relative;
}
.sutro-section-2col-left {
	width: 65%;
	float: left;
}
.sutro-section-2col-right {
	width: calc(35% - 100px);
	padding-left: 100px;
	float: left;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.error {
    margin-bottom: 20px;
    float: left;
    color: #571415;
    padding-left: 20px;
}
.process-title {
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    border-left: 2px solid #9c1f1f;
    padding-left: 20px;
}
.process-title span {
	color: #727171;
	font-size: 90%;
}
.bgyellow1 { background: #f8f1ea; }

.sutro-4cols-contain {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sutro-4cols-white-each {
	background: #fbfbf9;
	border: 1px solid #d6d4d3;
}
.sutro-4cols-each {
	width: calc(25% - 20px);
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}
a.spec-sizeguidesm {
	font-size: 80%;
    text-decoration: underline;
    color: #5a5a5a;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: none;
    margin-left: 10px;
}
a.spec-sizeguidesm:hover {
	padding-bottom: 0px;
	border: 0px;

}
#sizeguide h3 {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 150%;
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: normal;
}
.sizeguide-desc {
	line-height: 150%;
}
.sizeguide-selectcontain {
	padding: 20px;
	width: calc(100% - 40px);
}
.sizeguide-selectarea {
	margin-top: 20px;
	display: flex;
	width: 100%;
}
.sizeguide-recommendationarea {
	background: #efe6de;
    padding: 20px;
    float: left;
    width: calc(50% - 40px);
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 98%;
    line-height: 100%;
}
.sizeguide-selecteach {
	margin: 0px 0px 20px;
}
.sizeguide-selectoption {
	margin: 10px 0px;
}
.sizeguide-selectoption .main {
	margin: 25px 0px 50px 0px;
}
.sutro-btn-selectsizereco {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    background: #231d18;
    color: #ffffff;
    padding: 15px;
    width: 100%;
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sutro-btn-selectsizereco:hover {
	background: #000000;
}
.sizeguide-recommendation {
	font-family: 'Questrial', sans-serif;
	padding: 22px;
    font-size: 270%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    /* border: 1px solid #cacaca; */
    background: #380b0b;
    color: #ffffff;
    font-weight: 300;
    min-width: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sizeguide-selectarea select {
	margin: 0px 5px;
	height: 31px;
}
.sizeguide-selectable {
	width: 100%;
}
.sizeguide-selectable td {
	padding: 10px 0px;
}
.sizeguide-selectable .tdfirst {
	width: 350px;
}
.sizeguide-widtheach {
	float: left;
    margin-right: 10px;
}
.sizeguide-radiocontain {
	float: left;
    width: 100%;
}
.sizeguide-radiocontain input[type="radio"] {
  display: none;
}

.sizeguide-radiocontain input[type="radio"] + label {
    margin-bottom: 10px;
    float: left;
    padding: 20px;
    background: #eaded3;
    text-align: center;
}

.sizeguide-radiocontain input[type="radio"] + label span {
  box-shadow: 0 0 0 2px #cccccc;
  display: inline-block;
	width: 12px;
    height: 12px;
  margin: -1px 7px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.sizeguide-radiocontain input[type="radio"] + label span {
  border: 8px solid #ffffff;
  background-color: #ffffff;
}

.sizeguide-radiocontain input[type="radio"]:checked + label span {
  background-color: #101010;
}


/* size guide range slider start */
.main {
  width: 100%;
/*  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.main label {
  display: block;
  margin-bottom: 2.5em;
  font-size: 13px;
  font-weight: bold;
}

.rangeslider__tooltip {
  display: block;
  margin-top: 2.5em;
  font-size: 12px;
  color: #a59eb5;
}

.rangeslider,
input[type='range'] {
  max-width: 400px;
}

.rangeslider__handle {
  border-radius: 22px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
}
.rangeslider__handle:after {
  background: 0;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider {
  background: #ded1c4;
  /*background-image: linear-gradient(to right, #4bc67d 30%, #f1c40f 45%, #b94a48 99%);*/
  position: relative;
}

.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #290909;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle.js-low {
  border-color: #b1a296;
}
.rangeslider__handle.js-med {
  border-color: #f1c40f;
}
.rangeslider__handle.js-high {
  border-color: #b94a48;
}

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -16px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* size guide range slider end */


.single-option-selector__radio {
    height: 50px;
	background-repeat: no-repeat;
    padding: 11px 19px;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
    font-size: 18px;
    font-weight: 300;
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.2);
    max-width: none;
    color: #3b3b3b;
    border: 1px solid #c5c4c4;
    margin-bottom: 5px;
}

.spec-presseach .sutro-4cols-each {
	height: 250px;
	padding: 40px 0px;
}
.spec-presseach {
	position: relative;
}
.spec-presseach .testimonial-text {
	font-weight: 100;
	line-height: 145%;
	padding: 0px 40px 40px 40px;
	height: calc(100% - 40px);
	display: flex;
	align-items: center;
}
.spec-presseach .testimonials-byarea {
	position: absolute;
	bottom: 30px;
	margin-top: 20px;
	font-size: 80%;
	width: 100%;
	text-align: center;
}
.spec-presseach .testimonial-quotesymbol {
	font-family: 'IM Fell Great Primer SC', serif;
	font-size: 400%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
}
.spec-presseach img {
	max-width: 130px;
}
.spec-presskit {
	padding-bottom: 80px;
}
.spec-presskit a:hover {
	padding-bottom: 0px;
	border: 0px;
}
.spec-icondropbox {
	margin-top: 5px;
}
.press-filetype {
	font-size: 90%;
	color: #929191;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sutro-section-3col {
	float: left;
	width: 33%;
	margin-bottom: 75px;
}
.spec-infimages {
	display: flex;
	padding-top: 30px;
	justify-content: center;
}
.spec-infimages div {
	display: flex;
	align-items: center;
    justify-content: center;
}
.spec-infimages img {
	max-width: 100%;
}
.sutro-section-3col .location-title {
	margin-bottom: 0px;
}
.spec-location-sf {
	background: #321a15 url("bg_sfmap.png") no-repeat;
	padding-top: 40px;
	min-height: 200px;
	color: #eeebe6;
	background-size: contain;
	background-position: 90% bottom;
}
.spec-location-sf a {
	color: #eeebe6;
}

.spec-location-sf-left {
	float: left;
	width: 50%;
}
.spec-location-sf-right {
	float: right;
	width: 50%;
	height: 100%;
	text-align: center;
}
.spec-location-sf-right img {
	max-height: 100%;
}
.location-city {    
	font-family: 'Questrial', sans-serif;
    letter-spacing: 0.08em;
  	transform: scale(1, 0.95);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.location-title {
	font-weight: 400;
    margin-bottom: 20px;
}


.location-hours {
	font-weight: 400;
    margin-bottom: 20px;
}

.accordion {
	background: linear-gradient(to bottom right, white, #F8F8F8);

	background: white;
	margin: 0 auto;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
	border-bottom: 1px solid #DDE0E7;
	color: #2a313a;
	cursor: pointer;
	font-weight: 700;
	font-size: 120%;
	padding: 1.5rem;
}

.accordion-header:hover {
	background: #F6F7F9;
}

.accordion-content {
	display: none;
	border-bottom: 1px solid #DDE0E7;
	background: #F6F7F9;
	padding: 1.5rem;
	color: #4a5666;
}

.accordion-header::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	background-color: #B1B5BE;
	margin-right: .75rem;
}

.active.accordion-header::before {
	background-color: #2a0909;
}
.accordion-sub .accordion-header {
	padding: 20px;
	font-weight: 400;
	font-size: 100%;
}
.accordion-sub .accordion-header::before {
	display: none;
}
.accordion-sub .accordion-content {
	padding: 0px 10px 30px 20px
}
.accordion-sub .accordion-header.active {
	border: 0px;
}
.sutro-split50 {
	width: 50%;
	float: left;
}
.contactbl {
	width: 80%;
}
.contactbl td {
	vertical-align: baseline;
	padding: 0px 0px 20px 0px;
}
.contactsection label {
 	margin-top: 7px; 
 	float: left;
}
.contactsection input[type=text], 
.contactsection input[type=email], 
.contactsection input[type=tel], 
.contactsection textarea {
    background-repeat: no-repeat;
    padding: 11px 19px;
    background-attachment: scroll;
    background-size: 16px 18px;
    background-position: 98% 50%;
    cursor: auto;
    font-size: 18px;
    font-weight: 300;
    width: calc(100% - 38px);
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.2);
    max-width: none;
    color: #3b3b3b;
    border: 1px solid #c5c4c4;
    margin-bottom: 5px;
}
.contactsection input[type=submit] {
    width: 100%;
}
.sutro-social {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 25px 0px;
}
.sutro-social a {
	margin-right: 10px;
}
.sutro-social a:hover {
	border-bottom: 0px;
	padding: 0px;
}
.social-fb {
	background: url('img_social_sprite.png') no-repeat -9px -3px;
	width: 18px;
	height: 18px;
}
.social-ig {
	background: url('img_social_sprite.png') no-repeat -37px -3px;
	width: 17px;
	height: 18px;
}
.social-pt {
	background: url('img_social_sprite.png') no-repeat -65px -2px;
	width: 16px;
	height: 20px;
}
.social-yt {
	background: url('img_social_sprite.png') no-repeat -92px -6px;
	width: 17px;
	height: 13px;
}
.sutro-empmessage {
 	padding: 20px 30px; 
}
.sutro-empmessage-title {
    text-transform: uppercase;
  	font-family: 'Questrial', sans-serif;
    letter-spacing: 0.1em;
}
.sutro-empmessage a {
  	text-decoration: underline;
}
.sutro-empmessage a:hover {
  	border: 0px;
  	padding: 0px;
}
.sutro-top-nav-ul li.mobilecart {
   	display: none; 
}
.cart__row {
  	width: 100%;
  	display: flex;
  	background: #eae7e2;
  	border-radius: 8px
}
#contact_form .errors {
  	width: 100%;
  	display: flex;
  	background: #eae7e2;
  	border-radius: 8px
}
#contact_form .errors ul {
    list-style-type: none;
}
.sutro-callout-newsletter #contact_form .errors {
  	background: none;
}
.sutro-callout-newsletter #contact_form .errors ul {
	list-style-type: none;
    padding: 0px 0px 10px;
    margin: 0px;
}
.cart__itemrows img {
  	max-height: 180px;
}
.cart__itemrows {
  	width: 100%;
  	display: flex;
  	background: #ffffff;
  	border-radius: 8px;
 	 margin: 10px 0px;
}
.cart__header-labels {
    background: #eae7e2;
    text-transform: uppercase;
  	font-family: 'Questrial', sans-serif;
    letter-spacing: 0.1em;
    color: #290909;
    font-size: 85%;
}
.cart-col {
  padding: 20px;
}
.cart-col1 {
  padding-left: 30px;
  width: 50%;
  flex: 1;
  display: flex;
  align-items: center;
}
.cart-col2 {
  width: 15%;
}
.cart-col3 {

  text-align: right;
  padding-right: 30px;
  font-family: 'Questrial', sans-serif;
}
.mobile-pricearea {
  display: none;
  font-family: 'Questrial', sans-serif;
  
  
}



.cart-prod-left {
  float: left;
}
.cart-prod-right {
  float: left;
  margin-left: 70px;
}
.cart-removearea {
  font-size: 90%; 
  margin-top: 25px;
  padding-bottom: 20px;
  line-height: 150%;
}
.cart-removearea a,
.cart-prod-left a
{
  text-decoration: underline;
  color: #848484;
}
.cart-removearea a:hover,
.cart-prod-left a:hover {
  border: 0px;
  padding: 0px;
}
#your-shopping-cart .sutro-callout-newsletter {
 	display: none; 
}
.cart__row__subtotals {
  text-align: right;
  margin-bottom: 80px;
}
.cart__checkout {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
	background: #290909;
	color: #ffffff;
	padding: 15px;
	font-size: 120%;
  	min-width: 250px;
}
.cart__subtotal {
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cart-buttonarea {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.cart-continueshipping-contain {
  	margin-top: 30px;
}
.cart-continueshopping {
    text-decoration: underline;
}
.cart-continueshopping:hover {
  	padding: 0px;
    border: 0px;
}
#sutro-footwear-reviews #shopify-section-footer {
  margin-top: 45px;
}
.sutro-blogeach {
    float: left;
    padding: 20px 0px 10px 0px;
    margin: 0px 0px 30px 0px;
    display: flex;
}
.sutro-blogimage {
 	float: left; 
    padding-right: 30px;
    min-width: 33%;
}
.sutro-blog-imgbg {
  	min-height: 250px;
  	border-radius: 8px;
    border: 1px solid #cacaca;
}
.rte--indented-images img {
  	max-width: 100%;
}
.sutro-blogtruncated {
 	float: left;
}
.sutro-blogtruncated h2 {
 	margin-top: 0px;
}
.productdetail-onlynleft {
 	display: none;
  	width: 100%;
  	float: left;
  	padding: 5px 0px;
  	text-align: center;
  	margin-bottom: 10px;
}
.sutro-text-preorder {
  	width: 100%;
  	float: left;
  	padding: 5px 0px;
  	text-align: left;
  	margin-bottom: 10px;
	color: #55181;
	box-sizing: border-box;
;
 
}
.cart-ispreorder {
 	margin-top: 20px;
  	font-size: 85%;

  
}
#AddToCart--product-template {
 	box-shadow: inset 0 0 0 0.1px green;
}
/* #AddToCart--product-template.just-added {
 	animation-name: justadded;
    animation-duration: 2s;
  	animation-timing-function: linear;
}
@keyframes justadded {
  0% {box-shadow: none;}
  50% {box-shadow: inset 610px 0 0 0 green;}
  100% {box-shadow: none;}
} */

/* Fullscreen Slider */
/* Magnific Popup CSS Start */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 20px;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  background: #f7f5f2;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}
/* Magnific Popup CSS End */

/* jQuery Modal Styles Start*/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  min-width: 350px; 
}
.blocker:before{
  content: "";
  display: inline-block;
  height: auto !important;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  /*max-width: 500px;*/
  box-sizing: border-box;
  width: 75%;
  background: #fff;
  padding: 30px;
  max-width: 880px;
  min-width: 350px; 
/*  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;*/
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  text-align: left;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    color: #FFF;
    text-align: right;
    padding-right: 6px;
    background: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  	position: absolute;
    line-height: 100%;
    opacity: 1;
    padding: 2px 6px;
    top: 10px;
    right: 10px;
}
img.mfp-img {
 	padding: 0px; 
}
.modal a.close-modal
{
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');

}
.modal a.close-modal:hover { 
	padding-bottom: 0px;
	border: 0px;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* jQuery Modal Styles End */




@media all and (min-width: 737px) and (max-width: 1280px) { 
	.testimonial-quotearea {
		font-size: 100%;
	}	
	.productdetail-sizearea {
		width: 100%;
	}
	.sutro-homepage-testimonial-each {
		text-align: center;
		font-weight: 300;
		width: calc(33% - 21px);
		margin-right: 5px;
		flex-shrink: 0;
		max-height: 400px;
	}
	.sutro-footer {
		font-size: 80%;
	}
	.sutro-top-nav-ulcontain {
		padding-left: 40px;
		padding-right: 40px;
		width: calc(100% - 80px);
	}
	.sutro-whitebars,
	.sutro-yellowbars {
		padding-left: 40px;
		padding-right: 40px;
		width: calc(100% - 80px);
	}
	.sutro-section-2col .container {
	    padding-left: 92px;
	    padding-right: 40px;
	    width: calc(100% - 132px);
	}

	.sutro-homepage-hero-left {
		padding-left: 40px;
		width: calc(50% - 40px);
	}
	.sutro-itemsquare-each {
		background: #f7f5f2;
		margin-right: 1px;
		width: calc(40% - 100px);
		padding: 20px 50px;
		float: left;
		flex-shrink: 0;
		cursor: pointer;
	}
}
@media all and (max-width: 980px) { 
  .productdetail-reviewarea { 
    margin-top: 20px;
  }
  .sutroOptionArea {
   	padding-bottom: 10px; 
  }
  .productdetail-namearea {
      display: none;
  }
  .productdetail-namearea.mobileshow {
	display: block;
    margin-bottom: 40px;
    float: left;
    width: 100%;
  }
  
.klarnadesktopshow {
  display: none;
}
  .klarnamobileshow {
	display: block;
        margin-bottom: 0px;
    float: left;
    width: 100%;
  }
  .newsletter-form .ql-editor p {
    text-align: center !important;
    }
    .newsletter-form .ql-editor p strong {
        text-align: center !important;
    }
    .newsletter-form .ql-editor p span {
        text-align: center !important;
    }
  	.sutro-top-nav-ul li.sutro-top-nav-storylink {
        display: none;
    }
    .sutro-top-nav-right li:last-child {
        margin-left: 0px; 
    }
  	.product-single__photo--container {
     	text-align: center; 
    }
    .product-single__thumbnails {
     	text-align: center; 
        margin: 0px;
    	padding: 0px;
    }
	.sizeguide-selectarea {
		flex-direction: column;
	}
	.sizeguide-recommendationarea {
		width: calc(100% - 40px);
	}
	.sizeguide-recommendation {
		width: 60px;
		height: 60px;
		font-size: 200%;
	}
	.sizeguide-radiocontain input[type="radio"] + label {
		padding: 10px;
		font-size: 100%;
	}
	.sutro-4cols-contain {
		display: block;
	}
	.sutro-4cols-each {
		width: calc(50% - 20px);
	    padding: 20px 0px;
	    display: flex;
	    flex-direction: column;
	    position: relative;
	    float: left;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.sutro-section-fullcol.spec-70width {
		width: 100%;
	}
	.contactbl {
		width: 100%;
	}
	.contacttdhead {
		width: 37%;
	}
	.sutro-section-3col {
		float: left;
		width: calc(50% - 10px);
		margin-bottom: 75px;
	}
	.sutro-section-2col.spec-locations .container {
		padding: 0px 0px 0px 22px;
		display: block;
	}
	.spec-story-goldtop.sutro-section-2col {
		padding: 0px;
		background: url("img_goldengate.svg") no-repeat;
		background-size: contain;
	    background-position: center bottom;
	    min-height: 490px;
	}
	.spec-story-top {
		width: 60%;
	}
	.sutro-productpage .container {
		display: flex;
		flex-direction: column-reverse;
	}
	.productdetail-reviewseach {
		height: auto;
	}
	.productdetails-reviewseach-right img {
		max-height: none;
		max-width: 100%;
	}
	.productdetail-right {
		width: 100%;
		padding-left: 0px;
		margin-bottom: 15px;
      	display: flex;
    	flex-direction: column;
	}
	.productdetail-left {
		width: 100%;
      	display: flex;
      	flex-direction: column-reverse;
	}
	.sutro-callout-newsletter {
		padding: 20px 0px;
	}
	.productdetail-sizearea {
		width: 100%;
		padding: 30px 0px;
	}
	.testimonial-quotearea {
		font-size: 90%;
		justify-content: center;
	}	
	.testimonials-byarea {
		position: relative;
		margin-top: 50px;
	}
	.sutro-callout-newsletter .container {
		display: flex;
		flex-direction: column;
	}
	.newsletter-text {
		margin-bottom: 15px;
		text-align: center;
	}
	.homepage-testimonial-text {
		padding: 0px 20px 20px 20px;
	}
	.homepage-testimonial-quotesymbol {
		display: none;
	}	
	.sutro-itemsquare-each {
		padding: 20px 50px;
		width: calc(50% - 60px);
	}
	.sutro-homepage-testimonial-each {
		text-align: center;
		font-weight: 300;
		width: calc(33% - 21px);
		margin-right: 5px;
		flex-shrink: 0;
		max-height: 400px;
	}
	.sutro-product-igpics-each {
		text-align: center;
		font-weight: 300;
		width: calc(50% - 21px);
		margin-right: 5px;
		flex-shrink: 0;
		max-height: 400px;
	}
	.sutro-collections-list .container {    
		padding-left: 15px;
	    padding-right: 15px;
	    width: calc(100% - 30px);
	}
	.sutro-collections-list .sutro-itemsquare-each {
		width: calc(50% - 50px);
		min-width: auto;
      	padding: 20px 20px;
	}
	.sutro-itemsquare-details {
		display: flex;
		flex-direction: column;
		text-align: center;
		padding: 0px;
		width: 100%;
	}
	.sutro-itemsquare-details-left {
		width: 100%;
	}
	.sutro-itemsquare-details-right {
		width: 100%;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media all and (max-width: 736px) { 
  
  .sutro-homepage-hero {
      max-height: 600px;
      /* height: 398px; */
      min-height: 400px;
      background: url(https://cdn.shopify.com/s/files/1/0698/8059/t/93/assets/sutro_mobile_hiatus_cream.png) no-repeat;
      background-size: cover;
      background-position: center bottom;

    
  }
    .sutro-homepage-hero-left {
      display: flex;
      align-items: flex-start;

  }
  .blog-container .container .container {
   		padding: 0px;
    	width: 100%;
  }
  .sutro-blogeach {
   	flex-direction: column;  
  }
  .sutro-blogimage {
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .sutro-top-nav-ul li.mobilecart {
   	display: block; 
   }
  .sutro-reviewnum {
   	height: 85px; 
  }
  .mobilecart {
   	display: block; 
    margin-left: 25px;
  }
  .sutro-top-nav-left li:first-child {
   	margin-right: 25px; 
  }
  .productdetail-price {
   		font-size: 13diapl0%; 
  }
  .cart__row__subtotals {
    margin-top: 40px;
  }
  	.mobile-pricearea {
   		 display: block;
    }
  .cart__row.cart__itemrows .cart-col3 {
    display: none;
  }
  .cart__itemrows img {
    max-height: 150px;
  }
	.modal {
		width: 100%;
	}
	.sizeguide-radiocontain input[type="radio"] + label {
		margin-bottom: 10px;
	}
	.contactsection {
		display: flex;
		flex-direction: column-reverse;
	}
  .contactsection .sutro-split50:first-child {
   		margin-top: 50px; 
  }
	.sutro-split50 {
		width: 100%;
	}
	.sutro-section-2col.spec-fullwidth .container {
		padding: 0px;
		width: 95%;
		margin: 0 auto;
	}
	.spec-story-top {
		width: 90%;
	}
	.spec-story-goldtop.sutro-section-2col {
		min-height: 430px;
	}
	.sutro-section-2col .container {
	    padding-left: 92px;
/*	    padding-right: 40px;
	    width: calc(100% - 132px);*/
	    display: flex;
	    flex-direction: column-reverse;
	}	
	.first-2col .sutro-section-2col-right img.stampspecial {
	    margin-top: 0px;
	    position: inherit;
	}
	.process-title {
		margin-left: -22px;
	}
	.sutro-section-2col-left {
		width: 100%;
	}
	.sutro-section-2col-right {
		width: 100%;
		padding-left: 0px;
		margin-bottom: 25px;
	}
	.newsletter-text br {
		display: block;
	}
	.sutro-section-2col .container {
		padding-left: 52px;
		width: calc(100% - 82px);
	}
	.sutro-homepage-testimonial-each {
		text-align: center;
		font-weight: 300;
		width: calc(50% - 21px);
		margin-right: 5px;
		flex-shrink: 0;
		max-height: 400px;
	}
	.sutro-product-igpics-each {
		text-align: center;
		font-weight: 300;
		width: calc(50% - 21px);
		margin-right: 5px;
		flex-shrink: 0;
		max-height: 400px;
	}
	.sutro-footer {
		font-size: 80%;
	}
	.footer-col.footer-col2 {
		padding-left: 30px;
    	width: calc(100% - 30px);
	}
	.logo-sutro-text {
		max-width: 105px;
	}
	.sutro-optional-low,
	.sutro-callout-ul-freeall li.sutro-optional-low {
		display: none;
	}
	.sutro-top-nav-right {
		display: none;
	}
	.sutro-top-nav-ulcontain {
		flex-direction: row-reverse;
	}
	.sutro-homepage-hero-left,
	.sutro-homepage-hero-right {
		width: 100%;
		float: none;
		height: inherit;
		text-align: center;
		justify-content: center;
	}
	.sutro-hero-h1 {
	    margin: 50px 0px 30px 0px;
      
   	}
	.sutro-hero-h2 {
	    margin: 50px 0px 30px 0px;
      
	}
	.sutro-homepage-hero {
	    height: inherit;
	    max-height: none;
	}
	.sutro-homepage-hero-right img {
		margin-bottom: 30px;
	}
	.sutro-footer .container {
		display: flex;
		flex-direction: column-reverse;
	}
	.footer-col {
		width: 100%;
		float: none;
		clear: both;
	}
	.footer-stamparea {
		margin: 0 auto;
		float: none;
		margin-top: 40px;
		margin-left: 0px;
	}
  .sutro-top-nav-left {
    width: 75%;
    justify-content: flex-end;
  }
  .sutro-top-nav-center {
    width: 25%;
    justify-content: flex-start;
  }
}

@media all and (max-width: 480px) { 
  .cart-buttonarea {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .spec-presseach .sutro-4cols-each {
    width: 100%;
    margin-bottom: 30px; 
	}
.blocker { 
 	padding: 0px !important; 
}
  .product-single__thumbnail img {
   		max-width: 50px; 
  }
  	.cart-col1 {    
      flex-direction: column;
      text-align: center;
  	}
    .cart-col1 .cart-prod-right {    
      margin-left: 0px;
  	}
  .cart__row.cart__header-labels .cart-col3 {
    	display: none;
  }
  .mobile-pricearea {
  		margin-bottom: 30px;
  }
  .cart__checkout {
    width: 100%;
    margin-top: 20px;
  }
  .cart__row__subtotals {
    text-align: center;
    margin-top: 40px;
    padding-right: 0px;
  }
	.modal {
		width: 100%;
		padding: 0px;
        margin-top: 20px;
	}
	.sizeguide-desc {
		padding: 20px;
	}
	#sizeguide h3 {
		padding: 20px 20px 0px 20px;
	}
	.blocker {
		padding: 0px;
	}
	.modal a.close-modal {
		top: 12.5px;
    	right: 17.5px;
	}
	.sizeguide-radiocontain input[type="radio"] + label {
		font-size: 90%;
	}
	.sutro-section-title {
		width: 100%;
	}
	.sutro-section-3col {
		float: left;
		width: 100%;
		margin-bottom: 75px;
	}
	.sutro-productpage-morepics {
		width: 55px;
		height: 55px;
      
     }
	.sutro-section-center {
		display: underline; 
      
      
	}
	.sutro-section-rightside {
		display: none;
	}	
	#contact_form input[type=text] {
		min-width: 150px;
	}
	.sutro-collections-list .sutro-itemsquare-each {
		width: calc(100% - 60px);
		min-width: auto;
	}
	.testimonial-quotearea {
		font-size: 100%;
		justify-content: center;
	}	
	.homepage-testimonial-text {
		padding: 0px 20px 20px 20px;
		font-size: 90%;
	}
	.testimonials-byarea {
		position: initial;
	}
	.homepage-testimonial-quotesymbol {
		display: block;
		position: initial;
	}	
	.sutro-homepage-testimonial-each {
		text-align: center;
		font-weight: 300;
	    width: calc(100% - 95px);
		margin-right: 5px;
		flex-shrink: 0;
		/*max-height: 400px;*/
	}
	.sutro-product-igpics-each {
		text-align: center;
		font-weight: 300;
	    width: calc(100% - 161px);
		margin-right: 5px;
		flex-shrink: 0;
      	height: 220px;
		/*max-height: 400px;*/
	}
	.footer-col.footer-col2 {
		padding-left: 15px;
    	width: calc(100% - 15px);
	}
	.footer-links {
		width: 100%;
	}
	.footer-col2 {
		display: flex;
	    flex-direction: column;
	    font-size: 120%;
	}
	.footer-head {
		margin-bottom: 0px;
	}
	.footer-links-ul {
		margin-bottom: 25px;
	}
	.footer-stamparea {
		margin-left: 0px;
	}
}


.temporary-center {
float: none;
  width: 100%;
  padding: 0 !important;
  justify-content: center;
}


{% # Remove Sutro Sold out! %}
.sutro-prod-callout {
    display: none !important;
}

.sutro-prod-callout-promo {
    display: none !important;
}


#AddToCart--product-template.disabled, #AddToCart--product-template:disabled {
    margin-bottom: 0 !important;
}