.row-0{margin-bottom:0 !important;}.row-5{margin-bottom:5px !important;}.row-10{margin-bottom:10px !important;}.row-15{margin-bottom:15px !important;}.row-20{margin-bottom:20px !important;}.row-25{margin-bottom:25px !important;}.row-30{margin-bottom:30px !important;}.row-35{margin-bottom:35px !important;}.row-40{margin-bottom:40px !important;}.row-45{margin-bottom:45px !important;}.row-50{margin-bottom:50px !important;}.row-60{margin-bottom:60px !important;}.row-70{margin-bottom:70px !important;}.row-80{margin-bottom:80px !important;}.row-90{margin-bottom:90px !important;}.row-100{margin-bottom:100px !important;}.row-125{margin-bottom:125px !important;}.row-150{margin-bottom:150px !important;}.row-175{margin-bottom:175px !important;}.row-200{margin-bottom:200px !important;}
.top-5{margin-top:5px !important;}.top-10{margin-top:10px !important;}.top-15{margin-top:15px !important;}.top-20{margin-top:20px !important;}.top-25{margin-top:25px !important;}.top-30{margin-top:30px !important;}.top-35{margin-top:35px !important;}.top-40{margin-top:40px !important;}.top-45{margin-top:45px !important;}.top-50{margin-top:50px !important;}.top-60{margin-top:60px !important;}.top-70{margin-top:70px !important;}.top-80{margin-top:80px !important;}.top-90{margin-top:90px !important;}.top-100{margin-top:100px !important;}.top-125{margin-top:125px !important;}.top-150{margin-top:150px !important;}.top-175{margin-top:175px !important;}.top-200{margin-top:200px !important;}
html{
    height: 100%;
    font-size: 10px;
}
input {
    -webkit-appearance: none;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
::-webkit-scrollbar {
    display: none;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #A7A9AC;
}
.push {
	height: 100px;
}
.overflow-x {
	overflow-x: scroll;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
a {
	color: #f39b1e;
}
a:hover, a:active, a:link {
	text-decoration: none;
	color: #000000;
}
a.text-primary:hover, a.text-primary:active:hover, a.text-primary:link:hover {
	color: #000000!important;
}
ol {
	padding-left: 12px;
}
ol li {
	text-transform: uppercase;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 0;
	border-bottom: 1px solid #c5c5c5;
}
.table tr td.first {
	padding-left: 0;
}
.text-primary, .text-primary:hover, .text-primary:link, .text-primary:active {
	color: #f39b1e !important;
}
.text-default {
	color: #808080 !important;
}
.text-grey {
	color: #a8a8a8 !important;
}
.bg-primary {
	background-color: #f39b1e !important;
}
.bg-default {
	background: #CCCCCC;
}
.bg-black {
	background: #000 !important;
}
.text-white {
	color: #FFF !important;
}
.fw-300 {
	font-weight: 300 !important;
}
.well {
	background-color: #f39b1e;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #FFFFFF;
	padding: 20px;
}
.well a {
	color: #000000;
}
.text-center {
	text-align: center;
}
.well.well-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-transform: uppercase;
}
.popup-container {
	padding: 25px;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}
h1 {
	color: #000000;
	font-family: hurme_geometric_sans_bold, sans-serif;
	font-size: 1.4rem;
	margin-top: 0;
	letter-spacing: .2rem;
}
h1.secondary {
	font-size: 3rem;
	color: #f39b1e;
}
h1.warning {
	font-size: 2rem;
	color: #f39b1e;
}
h1.super-h1 {
	font-size: 3rem;
	text-transform: uppercase;
	color: #f39b1e;
	letter-spacing: .4rem;
}
h2 {
	color: #000000;
	font-family: hurme_geometric_sans_bold, sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: .2rem;
}
.left-column h2.h2-gray {
	color: #9c9c9c;
}
h3 {
	color: #000000;
	font-family: hurme_geometric_sans_bold, sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: .2rem;
}
h3.h3-inline {
	display: inline-block;
}
h4 {
	font-size: 1rem;
}
.bar-heading {
	font-size: 1.175rem;
	color: #FFFFFF;
	text-align: center;
	padding: .35rem 0;
	background-color: black;
	margin-bottom: 10px;
}
p {
	font-size: 1.4rem;
	color: #9c9c9c;
	font-family: Arial, sans-serif;
}
label {
	font-size: 1.3rem;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: .1rem;
}
hr.divider {
	display: block;
	height: 2px;
	background-color: #c4c4c4;
	width: 100%;
}
.btn {
	border-radius: 0;
	border: 0;
	font-size: 1rem;
	line-height: 1.5;
	padding: 4px 10px;
	letter-spacing: .125rem;
	outline: none !important;
    box-shadow: none !important;
}

.btn.btn-big {
	padding: 15px 15px !important;
	font-size: 1.4rem;
}
.btn-primary, .btn-primary:active {
	background-color: #f29a1e;
	border-color: #f29a1e;
	color: #FFFFFF;
	font-family: hurme_geometric_sans_bold, sans-serif;
	text-transform: uppercase;
}
.btn-primary.btn-black {
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
}

.btn-primary.btn-black:hover {
	background-color: #f29a1e;
	border-color: #f29a1e;
	color: #000000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:link, .btn-primary:active:focus, .btn-primary:hover:active {
	background-color: #000000!important;
	border-color: #000000!important;
	color: #FFF!important;
	outline: none !important;
    box-shadow: none !important;
}
.btn-default, .btn-default:active {
	background-color: #c6c6c6;
	border-color: #c6c6c6;
	color: #FFFFFF;
	font-family: hurme_geometric_sans_bold, sans-serif;
	text-transform: uppercase;
}
.btn-default.btn-black {
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
}
.btn-default.btn-black:hover {
	background-color: #c6c6c6;
	border-color: #c6c6c6;
	color: #FFFFFF;
}
.btn-default:hover, .btn-default:active, .btn-primary:hover:default {
	background-color: #000000;
	border-color: #000000;
	color: #FFF
}
.btn-default.no-hover:hover, .btn-default.no-hover:active:focus {
	background-color: #c6c6c6;
	border-color: #c6c6c6;
	color: #FFFFFF;
	cursor: default;
}
.btn-black-white, .btn-black-white:active:focus {
    background: #000000;
    color: #FFFFFF;
}
.btn-cart-confirm {
	line-height: 32px;
	color: #000000;
	width: 175px;
}
.row {
	margin: 0;
}
.mx-row {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}
.row.row-inner .col-sm-1,
.row.row-inner .col-sm-4,
.row.row-inner .col-sm-6,
.row.row-inner .col-sm-10,
.row.row-inner .col-sm-12,
.row.row-inner .col-md-3,
.row.row-inner .col-md-4,
.row.row-inner .col-md-5,
.row.row-inner .col-md-6,
.row.row-inner .col-md-9,
.row.row-inner .col-md-12
{
	padding-left: 0;
}
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
@media (min-width: 576px) {
  .container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
.container-fluid {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  padding-right: .9375rem;
  padding-left: .9375rem;
}
@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
	.no-md-gutters > .col, .no-md-gutters > [class*="col-"] {
	    padding-right: 0;
	    padding-left: 0;
	}
}
@media (max-width: 768px) and (min-width: 576px) {
	.no-sm-gutters > .col, .no-sm-gutters > [class*="col-"] {
	    padding-right: 0;
	    padding-left: 0;
	}
}
@media (max-width: 576px) {
	.no-xs-gutters > .col, .no-xs-gutters > [class*="col-"] {
	    padding-right: 0;
	    padding-left: 0;
	}
}
.img-responsive {
	width: 100%;
	height: 100%;
}
.w-auto {
	width: auto !important;
}

.text-black {
	color: #000 !important;
}
.border-bottom-grey {
	border-bottom: 1px solid #e6e6e6;
}
.unclickable {
	cursor: default;
	pointer-events: none;
}

/* BREADCRUMBS  */
.breadcrumb {
	background: none;
	padding: 0;
}
.breadcrumb a, .breadcrumb li {
	font-size: .9rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
	text-transform: uppercase;
	color: #c5c5c5;
}
.breadcrumb > .active a, .breadcrumb > .active {
	color: #f39b1e;
}
.checkout-breadcrumb {
	width: 300px;
	margin: 0 auto !important;
	padding-bottom: 15px;
}
.breadcrumb-row {
    margin-bottom: .4rem;
}
.quick-checkout-breadcrumb {
	width: 175px;
}
/* END BREADCRUMBS  */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPiAgICAgICAgPHRpdGxlPlVudGl0bGVkPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+ICAgICAgICA8ZyBpZD0ic2VsZWN0LWFycm93cyIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgZmlsbD0iIzAwMDAwMCI+ICAgICAgICAgICAgPHBhdGggZD0iTTUsMCBMMCw3IEwxMCw3IEw1LDAgTDUsMCBaIE01LDE4IEwxMCwxMSBMMCwxMSBMNSwxOCBMNSwxOCBaIiBpZD0iU2hhcGUiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: .4em;
  background-repeat: no-repeat;
  background-position: right .5em center;
  padding-right: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 2px 5px;
	font-family: "Helvetica Neue", Helvetica;
}
.form-control:focus {
	outline: none;
	border: 1px solid #666;
}
select.form-control {

}
select.form-control:focus {
	border: 1px solid #d8d8d8;
}

.text-small {
	font-size: 1rem;
}
.text-promo {
	color: #f29a1e !important;
}
.input-number {
	max-width: 37.5px;
    font-weight: 600;
    text-align: center;
    padding: .75rem .5rem;
    border: 3px solid #ccc;
    border-radius: 3px;
    margin: 0 3px;
}

.input-number:focus {
	border: 3px solid #000;
}
.input-cvc {
	max-width: 60px;
}

/* HEADER */
header {
	position: fixed;
	top: 0;
	left: 0;
   	flex: 0 0 auto;
	width: 100%;
   	height: 65px;
   	text-align: center;
	background: #FFF;
   	border-bottom: 1px solid #ccc;
	z-index: 1000;
}
#header-push {
	height: 65px;
}
.header-lower {
	display: none;
}
body.header-mini header {
	border-bottom: 1px solid #d8d8d8;
}


.header-inner {
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 64px;
	margin: 0 auto;
	padding-left: 160px;
	padding-right: 15px;
	background: #FFF;
}

/* END HEADER */


/* HEADER BRANDING */

.header-item {
	height: 65px;
	line-height: 65px;
}

.header-branding {
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: 143px;
	height: 80px;
	background: transparent url(../images/ss-logo-white-on-black.png) no-repeat 0 0;
	background-size: 143px 80px;
	text-indent: -10000px;
}
.header-label {
	display: inline-block;
	float: left;
	text-indent: -10000px;
}
.label-do {
	width: 100px;
	background: transparent url(../images/ss-do.png) no-repeat center center;
	background-size: 75px 65px;
}
.label-do:hover,
.label-do.active {
	background: transparent url(../images/ss-do-hover.png) no-repeat center center;
	background-size: 75px 65px;
}
.label-jag {
	width: 100px;
	background: transparent url(../images/ss-jag.png) no-repeat center center;
	background-size: 97px 65px;
}
.label-jag:hover,
.label-jag.active {
	background: transparent url(../images/ss-jag-hover.png) no-repeat center center;
	background-size: 97px 65px;
}
.label-sc {
	width: 120px;
	background: transparent url(../images/ss-sc.png) no-repeat center center;
	background-size: 100px 65px;
}
.label-sc:hover,
.label-sc.active {
	background: transparent url(../images/ss-sc-hover.png) no-repeat center center;
	background-size: 100px 65px;
}
/* END HEADER BRANDING */

.header-join {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 65px;
	font-size: 1.1rem;
	color: #f29a1e;
	font-family: hurme_geometric_sans_bold, sans-serif;
	text-transform: uppercase;
}
#ss-eye {
	display: block;
	float: left;
	width: 75px;
	background: transparent url(../images/ss-eye.png) no-repeat center center;
	background-size: 49px 39px;
	text-indent: -10000px;
}
#header-login {
	float: left;
	min-width: 85px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 6px 10px 5px 10px;
    margin-top: 3px;
	border-radius: 3px;
	font-size: .9rem;
}
a#header-cart {
	position: relative;
	display: block;
	float: right;
	text-indent: 32px;
	margin-right: 17.5px;
	background: transparent url(../images/ss-cart.png) no-repeat 0 24px;
	height: 65px;
	width: 29px;
	line-height: 65px;
	background-size: 29px 21px;
	color: #c5c5c5;
	font-size: 1rem;
	text-transform: uppercase;
}
#cart-counter {
	position: absolute;
	right: -10px;
	bottom: 12px;
	font-family: hurme_geometric_sans_bold, sans-serif;
	font-size: 1.3rem;
	line-height: 34px;
	text-indent: 0;
}


/* HEADER SEARCH BAR */
.header-search-bar {
	position: relative;
	display: inline-block;
	float: left;
	height: 20px;
	padding-left: 5px;
    padding-right: 10px;
    margin-left: 5px;
}
.header-search-form a {
	color: #FFFFFF;
    font-size: 1.45rem;
    line-height: 2.2rem;
    padding: .8rem;
}
.header-search-form .input-group-addon {
	color: #FFFFFF;
    font-size: 1.45rem;
    line-height: 0;
    background: black;
    border: none;
}
.header-search-icon {
	position: absolute;
	top: 5px;
	left: 18px;
	display: inline-block;
	color: #c4c4c4;
}
.icon-flipped {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}
input[type="text"].header-search-input,
input.header-search-input:-webkit-autofill {
	height: 24px;
    min-width: 215px;
    color: black;
    fill: black !important;
    -webkit-text-fill-color: black;
	background-color: white !important;	
    font-family: hurme_geometric_sans_bold, sans-serif;
    font-size: 1.5rem!important;
    line-height: 28px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    outline: none;
    padding: 0;
    padding-left: 7px;
	border: none;
	border-bottom: 1px solid black;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 4px;
}
/* END HEADER SEARCH BAR */


/* LAYOUT */
.wrap {
	flex: 1 0 auto;
	margin-top: 65px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.outer-container {
	text-align: center;
}
.inner-container {
	max-width: 1024px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 60px;
}
.left-column {
	float: left;
	/*width: 60%;*/
	width: 65%;
	margin-bottom: 75px;
	padding-left: 20px;
}
.left-column p {

}
.left-column li {
	font-size: 1.2rem;
	color: #808080;
	text-transform: uppercase;
}
.left-column h1 {
	margin-bottom: 20px;
}
.left-column h2 {
	font-size: 1.3rem;
	margin-bottom: 20px;
	color: #f39b1e;
	margin-top: 25px;
}
.left-column h2.first {
	margin-top: 0;
}
.left-column h3 {
	font-size: 1.1rem;
}
.full-column {
	width: 90%;
	margin-bottom: 75px;
	margin: 0 auto;
}
.right-column {
	float: right;
	width: 35%;
	padding: 0 25px;
}
.right-nav, .right-nav li {
	list-style-type: none;
}
.right-nav li {
	padding-bottom: 20px;
}
.right-nav li.active a {
	color: #f39b1e;
}
.right-nav li a {
	color: #000000;
	font-family: hurme_geometric_sans_bold, sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width: 992px) {
	.left-column {
		/*width: 90%;*/
	}
}
@media (min-width: 768px) {
	.col-md-offset-1-half {
		margin-left: 12.5%;
	}
}
/* END LAYOUT */


.heading-bar {
	height: 22px;
	background: #f29a1e;
	color: #FFFFFF;
	width: 100%;
	line-height: 22px;
	text-align: center;
	font-size: 1rem;
	letter-spacing: .2rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.heading-bar .continue-shopping-link {
	text-indent: 12px;
}
.heading-bar .continue-shopping-link:hover {
	color: #FFFFFF;
}


.banner-ss {
    position: relative;
	width: 100%;
	height: 250px;
	margin-top: 65px;
	z-index: 1;
	background: #f29a1e;
}
.slideshow-main {
	position: relative;
	width: 100%;
	height: 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}
.slideshow-main:before {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 2;
}
.slideshow-overlay-title {
	display: block;
	padding-top: 75px;
	text-align: center;
	font-size: 5rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 60px;
	letter-spacing: 1rem;
}
.slideshow-overlay-title .sub-title {
	display: block;
	font-size: 2.5rem;
	line-height: 45px;
}
.slideshow-overlay-image {
	display: block;
	padding-top: 10px;
	text-align: center;
	margin: 0 auto;
}
.slideshow-overlay-image-404 {
	width: 100%;
	height: 100%;
	background: transparent url(../images/404-badge.png) no-repeat center center;
	background-size: 300px 231px;
}

.slideshow-overlay-image-ss {
	width: 220px;
	height: 220px;
	margin: 0 auto;
	background: transparent url(../images/ss-largelogo.png) no-repeat center bottom;
	background-size: 220px 181px;
}
.secretly-society-badge-page .subscribe-padding {
	margin-bottom: 30px;
}
.secretly-society-badge-page h2.secondary {
	line-height: 1.5;
}
/**  micro queries for secretly-society page  **/
@media (max-width: 768px) {
    .slideshow-main.ss-badge-page .slideshow-overlay-image-ss {
        height: 205px;
    }
    .slideshow-main.ss-badge-page div img {
        top: -15.75px !important; /* pull the slideshow up so that it aligns with the header */
    }
}
@media (min-width: 576px) {
    .secretly-society-badge-page {
        margin-top: 20px;
    }
}
@media (max-width: 375px) {
    .secretly-society-badge-page h1.secondary {
        font-size: 1.7rem;
    }
    .product-listing .subscription-price {
    	font-size: 1.45rem !important;
	}
	.secretly-society-badge-page {
        margin-top: -15px;
    }
	.secretly-society-badge-page .subscribe-padding {
		margin-bottom: 15px;
	}
}



.main-container {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 100px;
}



.hover-state {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	z-index: 100;
}
.store-product-image-container:hover .hover-state {
	opacity: 1;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}


.subscription-page-listing .store-product-image-container {
    padding: 10px;
    min-height: 210px;
}

.preorder-tag {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #4d4d4d;
	text-transform: uppercase;
	padding: 5px;
	background-color: #f8f8f8;
}

.hover-state-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	line-height: 16px;
	color: #FFFFFF;
}
.hover-state-inner .release-date {
	font-size: 10px;
	line-height: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-state-inner .format {
	margin-bottom: 1px;
}
.hover-state-inner .format-info {
    display: block;
    font-size: 8px;
    font-weight: 300;
    line-height: 12px;
	text-transform: uppercase;
}
.hover-state-inner .other-formats {
	color: #f8f8f8;
    font-size: 12px;
    text-decoration: overline;
    font-weight: 300;
    line-height: 14px;
    margin-top: 6px;
}


.label-sort-heading {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*
.store-nav-container {
    position: fixed;
    max-width:1024px;
}
*/
.product-container .store-nav-row #store-nav-1,
.cart-container .store-nav-row #store-nav-1 {
    border-bottom: 1px solid #ccc;
}
#store-nav-1,
#store-nav-footer {
	width: 100%;
	padding-bottom: 10px;
	text-align: right;
	margin-bottom: 5px;
}
.sort-features-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
a.store-nav {
	color: #c5c5c4;
	text-transform: uppercase;
	font-family: hurme_geometric_sans_bold, sans-serif;
	font-size: 1rem;
	display: inline-block;
	padding: 0 15px;
}
#store-nav-1 a:nth-child(last),
#store-nav-footer a:nth-child(last) {
	padding-right: 0;
}
#store-nav-1 a.store-nav.on,
#store-nav-footer a.store-nav.on {
	color: #000000;
}
a.store-nav.store-nav-ss {
	color: #f39b1e !important;
}
.product-container a.store-nav,
.cart-container a.store-nav {
	padding-left: 0;
}
.store-nav-pagination {
	text-align: center;
}
.shipping-rates-note {
	color: #999;
	font-size: 1.2rem;
}

.subscription-title {
	text-transform:uppercase;
	color: #000000;
	font-size: 1.3rem;
	font-family: hurme_geometric_sans, sans-serif;
	margin-bottom: 0;
}
.subscription-status {
	color: #f39b1e;
	text-transform: uppercase;
}
.subscription-note {
	color: #000000;
	font-size: 1.2rem;
	font-family: hurme_geometric_sans, sans-serif;
	padding-bottom: 25px;
	text-transform: uppercase;
}
.subscription-note .subscription-note-label {
	color: #f39b1e;
}
.ss-price {
	display: inline-block;
	height: 9px;
	margin-top: 5px;
	background: transparent url(../images/small-eye.png) no-repeat center center;
}
.society-eye-nav {
	display: inline-block;
	width: 18px;
	height: 9px;
	background: transparent url(../images/small-eye.png) no-repeat center center;
}

/* STORE DROPDOWN */

.store-dropdown.store-dropdown-sort {
	margin-left: 25px;
}
.store-dropdown {
	display: inline-block;
	float: left;
}
.store-dropdown .dropdown-menu {
	min-width: 150px;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #c5c5c4;
}
.store-dropdown .btn {
	height: 22px;
}
.store-dropdown .btn.btn-default {
	padding: 1px 8px;
	border: 0;
	background-color: #c5c5c4;
	border-radius: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: left;
	min-width: 140px;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.store-dropdown .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color: #000000;
}
.store-dropdown .dropdown-menu li {
	background-color: #c5c5c4;
}
.store-dropdown .dropdown-menu li a {
	display: block;
	width: 100%;
	color: #000000;
	border-bottom: 1px solid white;
	background-color: #c5c5c4;
	font-size: 1rem;
	line-height: 14px;
	padding: 2px 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.store-dropdown .dropdown-menu li a:hover {
	background-color: #000000;
}
.product-container .store-dropdown,
.cart-container .store-dropdown {
	visibility: hidden;
}
/* END STORE DROPDOWN */



.light {
	color: #c5c5c5 !important;
}
.product-listing {
	margin-right: 0px;
}
.product-listing-outer.product-border .product-listing::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: auto;
	background-color: #eee;
}

.product-listing-outer.product-border .col-md-3:first-of-type .product-listing::after{
	left: .9375rem;
}
.product-listing-outer.product-border .col-md-3::last-of-type .product-listing::after{
	right: .9375rem;
}
.product-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 360px;
}
.product-listing-outer .col-md-3 {
    padding-right: 0 !important;
}
.full-bleed .store-product-image-container {
	padding: 0;
}
.full-bleed .store-product-image {
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
	
}



.product-image-container.full-bleed {
	padding: 0;
	background: none;
}
.product-image-container.full-bleed img {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.store-product-image-container {
	position: relative;
	display: block;
	padding: 0;
	min-height: 233px;
}
.store-product-image-container.related-items {
	position: relative;
	display: block;
	padding: 0;
	min-height: 145px;
}
.product-listing:not(.no-hover):hover .store-product-image-container {
	background: #9f9f9f;
}
.store-product-image-container.related-items.no-hover {
	background: transparent;
}
.product-listing.product-listing-member:hover .store-product-image-container, .product-listing.product-listing-member:hover .product-title {
	background: initial;
}



.product-image-column {
	padding-right: 0;
}
.product-right-column {
	padding-left: 0;
}
.product-right-column .btn {
	border-radius: 3px;
}

.product-carousel {
	max-width: 360px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	background-image: none;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 100%;
	height: 35px;
}
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
	display: none;
}
#product-carousel .fa {
	font-size: 3rem;
	color: #FFFFFF;
}
.product-listing .product-title {
	min-height: 65px;
	padding: 8px;
	line-height: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	font-size: 1.1rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.product-title .format {
	font-size: 12px;
}
.product-title .format,
.product-title .other-formats {
	color: #bababa;
}
.product-title .other-formats {
	font-size: 10px;
    margin-top: 6px;
}

.product-thumbs .product-thumb {
	margin-bottom: 5px;
}

.product-thumb {
	display: inline-block;
	padding: 14px;
}
.product-thumbs .product-thumb {
    padding: 5px 6px;
}
.product-thumbs a:nth-of-type(4n+1) .product-thumb {
    padding-left: 0;
}
.product-thumbs a:nth-of-type(4n+4) .product-thumb {
    padding-right: 0;
}

.product-image-container {
	margin-bottom: 24px;
	max-width: 360px;
}
.checkout-confirmation .thumb {
	width: 100%;
	max-width: 200px;
	height: auto;
}





.store-product-image, .product-art {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.store-product-image {
	/*width: 185px;*/
}

.image-shadow {
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.money-label {
	color: #000000;
	text-transform:uppercase;
}
.money-value {
    color: #000000;
    font-size: 1.5rem;
    letter-spacing: .01rem;
    
/* 
    margin-top: 5px;
    margin-bottom: 15px;
 */
}
input.promo-input {
	color: #000000;
	-webkit-text-fill-color: #000000;
	font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding: 0;
    border: 3px solid #ccc;
    border-radius: 3px;
}
input.promo-input:focus {
	border: 3px solid #000;
}

/* input placeholder css */
.table-cart input:placeholder-shown,
.table-cart input::placeholder,
.table-cart input::-webkit-autofill,
.table-cart input::-webkit-input-placeholder,
.table-cart input::-moz-placeholder,
.table-cart input:-ms-input-placeholder,
.table-cart input:-moz-placeholder {
    color: #000!important;
    -webkit-text-fill-color: #000!important;
}
.checkout-cart-loading-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
.checkout-cart-loading-container .loading-icon {
	font-size: 9rem;
	color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin 4s linear infinite;
       -moz-animation: spin 4s linear infinite;
            animation: spin 4s linear infinite;
    transform-origin: 43% 49%;
}
.cart-artist {
	text-transform:uppercase;
	color: #000000;
	font-size: 1.1rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.cart-title {
	text-transform:uppercase;
	color: #c5c5c5;
	font-size: 1.1rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.cart-format {
	text-transform:uppercase;
	color: #000000;
	font-size: 1.1rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.cart-format-notes {
	text-transform:uppercase;
	color: #000000;
	font-size: 1.1rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.cart-release-date {
	text-transform:uppercase;
	font-size: 1.1rem;
	color: #000000;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
.cart-release-date label {
	font-size: 1.1rem;
    color: #c5c5c5;
    font-weight: normal !important;
}
.cart-release-date.pre-order, .release-date.pre-order {
	color: #f39b1e;
}


#sale-listing-row {

}
.download-container h6 {
	font-size: 1.25rem;
}
.download-container .btn {
	border-radius: 3px;
}
#sale-listing-row .artist-title,
#sale-listing-row .catalog-title {
	color: #000000;
	line-height: 1.25;
	text-transform: uppercase;
}
#sale-listing-row .artist-title {
	font-size: 1.15rem;
	line-height: 1.15;
	margin-bottom: 1rem;
}
#sale-listing-row .catalog-title {
	font-size: 1.35rem;
	font-weight: 600;
}

.product-row-outer {
	margin-top: 10px;
}
.product-row-outer .breadcrumb {
	margin-bottom: 15px;
}
.related-products-row {
	margin-top: 10px;
	padding-top: 15px;
}
.related-product-container {
	max-width: 175px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.table.table-cart > tbody > tr > td {
	border: 0;
	text-transform: uppercase;
}
.pre-order-warning, td.pre-order-warning {
	color: #FFF !important;
	text-transform: uppercase;
	padding: 15px;
	background: #000;
}
.pre-order-warning-date {
	color: #f2f2f2;
	text-decoration: underline;
}
.well.pre-order-item-exists {
	border-radius: 0;
	text-transform: uppercase;
	border: 4px solid #f39b1e;
	color: #000000;
	background: #fff;
}

.cart-checkout-button {
	margin-left: 15px;
}
.checkout-order-number {
	font-size: 4rem;
	color: #f39b1e;
	font-family: hurme_geometric_sans_bold, sans-serif;
	margin-bottom: 50px;
}

.cart-quantity {
	color: black;
	text-align: center;
}

.select-shipping-label {
	color: #f39b1e;
	font-size: 1.2rem;
}

.table-cart td {
	color: #939393;
	font-size: 1.2rem;
	letter-spacing: .01rem;
}
.table-cart td.cash-value {
	font-size: 1.3rem;
	letter-spacing: .01rem;
	color: #000000;
}
.table-cart td strong {
	color: black;
}
.table-cart th {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: .9rem;	
}
.table-cart tr.table-headings {
	background: #c5c5c5;
}
.table-headings {
    padding: 5px;
    color: #FFFFFF;
    background: #c5c5c5;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.table-headings.promo-heading {
	text-align: center;
	margin-bottom: 1rem;
}
.table-cart tr.table-headings th.column-center {
	text-align: center;
}
.cart-separator {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #c5c5c5;
	margin: 12px 0;
}
a.cart-remove-link {
	display: block;
	font-size: .9rem;
	text-transform: uppercase;
}
a.cart-remove-link-subscription {
	display: inline;
}
.table-cart .price {
    color: #000000;
    font-size: 1.5rem;
    letter-spacing: .01rem;
    text-align: center;
}
.table-cart .subtotal-block {
	max-width: 180px;
	line-height: 20px;
}


.product-art {
	width: 100%;
	max-width: 480px;
	height: auto;
}
.product-art-cart {
	display: block;
	max-width: 100px;
	margin-right: 12px;
	float: left;
}

.product-listing .artist-title {
	font-family: hurme_geometric_sans_regular, sans-serif;
	color: #000000;
	text-transform:uppercase;
	font-size: 1.2rem;
}
.product-listing .catalog-title, .catalog-title {
	font-family: hurme_geometric_sans_bold, sans-serif;
	color: #000000;
	text-transform:uppercase;
	font-size: 1.2rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.catalog-title-large {
	font-size: 1.5rem;
}
.product-listing .catalog-separator {
	color: #000000;
	text-transform:uppercase;
	font-family: hurme_geometric_sans_bold, sans-serif;
	font-size: 1.2rem;
}

.product-listing .subscription-price {
    font-size: 1.6rem;
    line-height: 40px;
}

.table-cart .catalog-title {
	margin-bottom: 4px;
	text-transform:uppercase;
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.table-cart .catalog-artist {
	margin-bottom: 4px;
	text-transform:uppercase;
	font-size: 1.1rem;
	line-height: 1.3rem;
}
.table-cart .catalog-format {
	text-transform:uppercase;
}
.table-cart .catalog-code {
	text-transform:uppercase;
}
.catalog-artist {
	text-transform:uppercase;
	color: #000000;
	font-family: hurme_geometric_sans_bold, sans-serif;
	margin: 0;
	font-size: 1.3rem;
	font-family: hurme_geometric_sans, sans-serif;
	margin-bottom: 12px;
}

h1.catalog-title {
	text-transform:uppercase;
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.7rem;
}


.catalog-meta {
	text-transform:uppercase;
	color: #c6c6c6;
	font-size: 1.3rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
	margin-bottom: 12px;
}
.catalog-description {
	color: #9c9c9c;
	font-size: 1.4rem;
	font-family: Arial, sans-serif;
	line-height: 2.2rem;
	margin-top: 20px;
}




.product-option-table .btn {
	padding: 2px 5px;
}

.product-option-table {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
}
.row.product-option-table .column {
	padding: 0;
}
.product-option-table .btn {
	color: #FFFFFF;
}
.pricing-table {
	font-family: hurme_geometric_sans_bold, sans-serif;
	color: #c5c5c5;
}

.product-option-table .format,
.product-option-table .price {
	font-family: hurme_geometric_sans_bold, sans-serif;
	font-size: 1.1rem;
}
.product-option-table .price {
	letter-spacing: .15rem;
	text-align: right;
	padding-right: 5px !important;
}
.product-listing del, .product-option-table .price del {
    /*font-size: 1.4rem;*/
    color: #ff4400;
}
.product-option-table .price > span {
	white-space: nowrap;
}
.product-option-table .price .sale-tag {
	font-size: 1rem;
}
.product-option-table .format {
	letter-spacing: .1rem;
	color: #000000;
	text-transform:uppercase;
}
.product-option-table .format.format-ss {
	color: #f39b1e;
	text-transform:uppercase;
	font-size: 1.1rem;
}
.product-option-table .price.not-available {
	color: #c5c5c5;
}
.product-option-table .format.not-available {
	color: #c5c5c5;
}
.format-notes {
    color: #000000;
    font-size: .9rem;
    padding-top: 0;
    padding-bottom: 2.5px;
    line-height: 1.35;
    margin-top: -1px;
    text-transform: uppercase;
}

#member-format-eye {
	width: 49px;
	height: 39px;
	background: transparent url("../images/ss-eye.png") center center;
	background-size: 49px 39px;
    margin-left: 8px;
}

.btn-product-ss-login {
	min-width: 100px;
	color: #000000;
}

.year {
	color: #c5c5c5;
	font-size: 1.4rem;
}
.year.on {
	color: #f39b1e;
}

/* pagination */
.pagination {
	margin: 2px 0;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border: none;
	background: none;
}
.pagination > li > a, .pagination > li > span {
	border: none;
	background: none;
	font-family: hurme_geometric_sans_bold, sans-serif;
	color: #c5c5c5;
	font-size: 1rem;
	text-transform: uppercase;
}
.page-link:hover {
	background: none;
	color: #f39b1e;
}
/* END pagination */

/* CART CONFIRM */
.cart-confirm-price del {
    color: #ff4400;
}
/* END CART CONFIRM */



/* SUBSCRIPTION */
a.subscription-well {
	display: block;
	background: #f39b1e;
	border: 0;
	height: 110px;
	padding: 20px;
	color: black;
	border-radius: 5px;
}
a.subscription-well:hover {
	background: #c5c5c5;
}
a.subscription-well.active {
	background: #c5c5c5;
}
a.subscription-well.active h2 {
	color: #FFFFFF;
}
.subscription-well h2 {
	font-size: 1.9rem;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
.product-listing.product-listing-member.subscription-gift .product-title {
	background: #ccc !important;
}
.subscription-amount {
	color: white;
	font-weight: bold;
	font-size: 2rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
}
/* END SUBSCRIPTION */

.membership-required-well {
	padding: 15px;
	background: #FFF;
}


.login-box, .form-box {
	width: 100%;
	padding: 20px;
	/*padding-bottom: 60px;*/
}
.login-box label {
	font-size: 1.2rem;
	line-height: 32px;
	color: #FFFFFF !important;
	line-height: 16px;
	font-family: hurme_geometric_sans_bold;
	letter-spacing: .2rem;
}

.login-box a {
	color: #000000;
}
.login-box label.label-disclaimer {
	letter-spacing: 0;
}
.login-box .form-control {
	border: none;
}
.login-box h2 {
	margin-bottom: 40px;
}
.login-box .btn-black {
	color: #FFFFFF;
}
.login-box .alert {
	background-color: transparent;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}



#create-account-box {
	opacity: 1;
	width: 100%;
	height: auto;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
#create-account-box.hidden {
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
#create-account-box .row {
	display: flex;
}
#create-account-box.hidden .row {
	display: none;
}

.Xsign-in-button .fa {
	color: #000000;
}
.Xsign-in-button:hover .fa {
	color: #FFFFFF;
}











.account-box {
	width: 100%;
	padding: 20px;
	padding-bottom: 10px;
}

.account-box label {
	font-size: 1.3rem;
	line-height: 32px;
	color: #FFF !important;
	line-height: 16px;
	font-family: hurme_geometric_sans_bold;
	letter-spacing: .2rem;
}
.row.row-account {
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #c5c5c5;
}
.row.row-account.row-account-subscriptions {
	font-size: 1.2rem;
}
.row.row-account.row-account-subscriptions h2 {
	color: #f39b1e;
}

.secretly-account-row .img-container img {
	max-width: 185px;
}
.secretly-account-row h3 {
	font-size: 1.2rem;
	color: #ccc;
	letter-spacing: .1rem
}
.secretly-account-row h3 span {
	color: #000000;
}
.secretly-account-row [class*="col-"] {
	margin-bottom: 1rem;
}
.secretly-account-row .img-container {
	margin-bottom: .5rem;
}
.secretly-account-row h6 {
	font-size: 1.1rem;
	line-height: 1.25;
	margin-bottom: 1px;
}
.secretly-account-row h6:first-of-type {
	font-size: 1.25rem;
	color: #555;
}
.secretly-account-row h6:nth-of-type(3) {
	font-size: 1rem;
	color: #b5b5b5;
}
.img-placeholder {
	height: 185px;
	width: 185px;
	background: -webkit-repeating-linear-gradient(right top, transparent, transparent 10px, #ccc 10px, #ccc 20px);
	background: -o-repeating-linear-gradient(bottom left, transparent, transparent 10px, #ccc 10px, #ccc 20px);
	background: -moz-repeating-linear-gradient(bottom left, transparent, transparent 10px, #ccc 10px, #ccc 20px);
	background: repeating-linear-gradient(45deg, transparent, transparent 10px, #ccc 10px, #CCC 20px);
}

/**/


/* FOOTER */
footer {
	position: relative;
	flex: 0 0 auto;
	height: 370px;
	background-color: #c4c4c4;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	padding-top: 5px;
	padding-bottom: 40px;
	text-align: center;
	z-index: 10;
}
footer, #back-to-top {
	clear: both;
}
.footer-inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.footer-list li {
	line-height: 2.5rem;
}
.footer-list li a {
	color: #FFFFFF;
	font-size: .9rem;
	text-transform: uppercase;
}
h5 {
	display: block;
	margin-top: 15px;
	margin-bottom: 18px;
	line-height: 18px;
	color: black;
	font-size: 1rem;
	font-family: hurme_geometric_sans_bold, sans-serif;
	text-transform: uppercase;
}
a.footer-branding {
	display:block;
	width: 147px;
	height: 94px;
	background: transparent url(../images/ss-footerlogo.png) no-repeat 0 0;
	background-size: 147px 94px;
	text-indent: -10000px;
	margin: 0 auto;
	margin-top: 50px;
}
.footer-copyright {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: .9rem;
	color: #FFFFFF;
	text-align: center;
}

@media (min-width: 992px) {
	.product-listing-container {
	    margin-top: 30px;
	}
}
@media (max-width: 991px) {


	.store-product-image, .full-bleed .store-product-image{
		width: 100%;
		height: auto;
	}
	.product-listing.product-listing-member:hover .product-title {
		background: none;
	}
	#store-products .product-listing.product-listing-member:hover .product-title {
		background: initial;
	}
	.left-column {
		/*width: 100%;*/
	}
	.left-column {
		padding: 0 20px;
	}
	.format-notes {
		white-space: normal;
		font-size: .9rem;
	}
	.h2-small {
		font-size: .9rem;
	}
	.product-art-cart {
		max-width: 150px;
		margin-right: 12px;
		margin-bottom: 12px;
		float: none;
	}
	#payment-form label {
		font-size: .9rem;
	}
	#payment-form h1 {
		font-size: 1.2rem;
	}	
	.pre-order-warning {
		font-size: .9rem;
	}
	.outer-container {
		-ms-transition: .275s;
		-webkit-transition: .275s;
		transition: .275s;
	}
	body.mobile-search-open .outer-container {
		-ms-transform: translateY(40px);
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		-ms-transition: .325s;
		-webkit-transition: .325s;
		transition: .325s;
	}
	
	.store-dropdown.store-dropdown-sort {
		margin-left: 2px;
	}
	.header-branding {
	    top: 2px;
	    left: 1px;
		width: 107px;
		height: 60px;
		background-image: url(../images/ss-mobile-logo-white-on-black.png);
		background-size: 107px 60px;
	}
	
	header, #header-push {
		height: 45px;
	}
	.header-inner {
		height: 45px;
		padding-left: 115px;
		border-bottom: 1px solid #ccc;
	}
	#nav-icon {
		display: none;
	}
	#search-toggle {
		color: #000000;
		font-size: 23.5px;
		line-height: 0;
		margin-left: auto;
	}
	.header-search-bar {
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: right;
		padding: 8px;
		margin-left: 0;
		background: #c4c5c6;
		z-index: -1;
		-ms-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s;
	}
	body.mobile-search-open .header-search-bar {
		-ms-transform: translateY(45px);
		-webkit-transform: translateY(45px);
		transform: translateY(45px);
	}

	input[type="text"].header-search-input, input.header-search-input:-webkit-autofill {
	    min-width: 175px;
	    font-size: .9rem!important;
	}
	.header-search-form .input-group-addon,
	input[type="text"].header-search-input, input.header-search-input:-webkit-autofill {
		color: #c4c5c6;
	    background-color: #fff !important;
	    fill: #c4c5c6 !important;
	    -webkit-text-fill-color: #c4c5c6;
	}
	body.header-mini .header-lower-contents {
		display: block;
	}/*
	body.header-mini .header-branding {
		display: none;
	}
	body .header-branding {
		display: none;
	}*/
	
	.header-item {
		height: 45px;
		line-height: 45px;
	}
	.header-join {
		font-size: 1.1rem;
		margin: 0 10px;
	}
	#header-login {
		margin-left: 15px;
		margin-right: 15px;
    	min-width: 97.5px;
	}
	a#header-cart {
		background: transparent url(../images/ss-cart@2x.png) no-repeat 0 center;
	    background-size: 29px 21px;
	    margin-right: 10px;
	    margin-top: 0;
	    line-height: 34px;
	    height: 32px;
	}
	.slideshow-overlay-title {
		font-size: 2rem;
		letter-spacing: .5rem;
	}
	.slideshow-overlay-title .sub-title {
		font-size: 1.5rem;
	}
	#store-nav-1,
	#store-nav-footer {
	    overflow: hidden;
	    padding-right: 10px;
	    padding-bottom: 0;
	    margin-bottom: 0;
	}
	#store-nav-footer {
		background-color: #FFFFFF;
		padding: 0 22.5px;
		border-radius: 3px;
		margin-bottom: 10px;
	}
	.sort-features-links {
	    white-space: nowrap;
	    width: auto;
	    overflow-x: scroll;
	    padding-right: 0;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    text-align: left;
	}
	#store-nav-footer .sort-features-links {
		padding-top: 10px;
		margin-bottom: 0;
	} 
	.store-dropdown {
		display: none;
	}
	a.store-nav:first-of-type {
		padding-left: 0;
	}
	a.store-nav {
		white-space: nowrap;
	}
	a.store-nav:last-of-type {
		padding-right: 3rem !important;
	}
	.store-nav-arrow-left, .store-nav-arrow-right {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.store-nav-arrow-left {
		left: 0;
		display: none;
	}
	.store-nav-arrow-right {
		right: 0;
	}
	.store-nav-arrow-left .fa, .store-nav-arrow-right .fa {
		color: #c4c5c6;
		font-size: 12px;
		line-height: 1.45;
	}
	#store-nav-footer .store-nav-arrow-left {
		left: 7.5px;
	}
	#store-nav-footer .store-nav-arrow-right {
		right: 7.5px;
	}
	#store-nav-footer .fa {
		line-height: 36px;
	}
	footer {
		height: auto;
		max-height: 500px;
		padding: 10px;
		padding-bottom: 60px;
	}
	
	.footer-inner {
		padding-left: 10px;
	}

	.breadcrumb-md-right {
		display: -ms-flexbox;
		display: flex;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}

	a.store-product-image-container {
		background: none;
		padding: 0;
	}
	.store-product-image-container {
		height: 100%;
		min-height: 0;
	}
	.product-image-container {
		max-width: 100%;
		width: 100%;
	}
	.product-image-column {
		max-width: 100%;
	}
	.product-image-container .product-art {
		width: 100%;
		max-width: 325px;
	}
	.cart-checkout-button {
		width: 100%;
		margin-bottom: 20px;
	}
	.cart-checkout-button {
		width: 100%;
		margin-bottom: 20px;
	}
	.btn-cart-confirm {
		width: 100%;
	}
	.label-title {
		margin-top: 20px;
	}
	
	.cart-checkout-button {
		margin-left: 0;
	}
	.product-art-cart-confirm {
		max-width: 200px;
	}
	.product-option-table {
		margin-top: 20px;
	}
	.product-listing-container {
	    margin-top: 30px;
	}

	footer {
        height: 550px;
	    max-height: none;
	    padding-top: 25px;
	}
	
	.footer-row {
		position: relative;
		z-index: 2;
	}
	.footer-row h5 {
		margin-bottom: 4px;
	}
	.product-listing .artist-title, .product-listing .catalog-separator, .product-listing .catalog-title {
		font-size: 1rem;
	}
	
	
	h1.super-h1 {
		font-size: 2.5rem;
	}
	.product-listing .catalog-separator {
		display: none;
	}
	#ss-eye {
		display: none;
		width: 35px;
		height: 36px;
		background-size: 35px 28px;
	}
	.product-image-container {
	
	}
	.product-container {
		margin-top: 30px;
		padding: 0 .9375rem;
	}
}
@media (max-width: 860px) {
	.sort-features-links {
		display: block;
	}
}
@media (min-width: 768px) {
	.sign-in-container #create-account-box.hidden {
		height: 100%;
		opacity: 1;
		padding: 20px;
	}
	.sign-in-container #create-account-box.hidden .row {
		display: flex;
	}
	#sale-listing-row .sale-image-container img {
		margin-bottom: 1rem;
	}
	.product-listing-outer.product-border {
		position: relative;
	}
	.product-listing-outer.product-border .product-listing {
		padding-bottom: 15px;
	}
	.product-listing-outer.product-border .first {
	    position: static;
	}
	.product-listing-outer.product-border .product-listing::after {
		left: .9375rem;
	}
	.product-listing-outer.product-border .first .product-listing::after {
        bottom: 30px;
	    left: .9375rem;
	    right: 0;
	}

	#moreInfoModal {
	    display: block;
	    position: relative;
	    opacity: 1;
	}
	#moreInfoModal .modal-content {
	    display: block;
	    background: none;
	    border: none;
	    border-radius: 0;
	}

}
@media (max-width: 768px) {
	#sale-listing-row .text-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
	}

	.product-listing-outer.product-border .product-listing {
	    padding-bottom: 30px;
	}
	.product-listing-outer.product-border .first .product-listing::after {
		left: .9375rem;
	}
	.product-image-container .product-art {
		margin: 0 auto;
	}
	#product-carousel {
		max-width: 100%;
	}
	.carousel-inner {
		max-width: 85%;
		margin: 0 auto;
	}
	.product-container .carousel-control-prev-icon {
		text-align: left;
	}
	.product-container .carousel-control-next-icon {
		text-align: right;
	}

	#product-carousel .fa {
		color: #a7a7a7;
	}
	.product-image-column h1.catalog-artist {
		text-align: center;
	}
	.product-image-column .catalog-title {
		text-align: center;
	}
	.product-image-column .catalog-artist {
		text-align: center;
	}
	.product-option-table {
	    margin-top: 0;
	}
	.product-container .product-listing {
	    padding-bottom: 10px;
	    margin-bottom: 12px;
	}

	#moreInfoModal {
	    width: 100%;
	    margin: auto;
	}
	#moreInfoModal .modal-content {
		padding: 2rem;
		text-align: left;
		border: none;
	}
	#moreInfoModal .expandable-text.closed {
		max-height: none;
		overflow: scroll;
	}
	#moreInfoModal .expandable-text.closed::before,
	
	.table-headings.promo-heading {
	    margin-left: -1.875rem;
	    margin-right: -1.875rem;
	}
}
@media (max-width: 47.95em) {
	#header-login {
	    min-width: 95px;
	}
	a.footer-branding {
	    margin-top: 25px;
	}
	.table.product-option-table th, .table.product-option-table td {
		/*line-height: 3.5rem;*/
		padding-top: 18px;
		padding-bottom: 18px;
	}
	a.well.subscription-well.last.active.subscription-gift {
		padding-top: 22px;
	}
	h1.secondary {
		font-size: 2.2rem;
		margin-bottom: 22px;
	}
	.product-container {
		margin-top: 20px;
	}
	.product-carousel {
		margin: 0 auto;
	}
	.product-row-outer, .product-image-column {
		padding: 0;
	}
	.product-row-outer .breadcrumb {
		margin-top: 15px;
	}
	
	.row.inner-row .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}

	.product-listing-container.product-listing-container-label {
		margin-top: 90px;
	}
	.product-listing:hover a.store-product-image-container {
		background: none;
	}
	.product-listing .product-title {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: justify;
    	justify-content: space-between;
		margin-top: 0;
		height: auto;
		padding: 0;
		line-height: 13px;
		text-align: left;
		background: none;
		font-size: 1.1rem;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.ss-sub-member-row .product-listing.product-listing-member .product-art {
		max-width: none;
	}
	.product-listing:hover .product-title {
		background: none;
		
	}
	.product-listing .artist-title {
		display: block;
		font-size: 1.45rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 0 0 8px 0;
	}
	.product-listing .catalog-title {
		display: block;
		color: #000000;
		font-size: 1.2rem;
	}
	.btn.btn-big {
		font-size: 1.0rem;
	}
	label.radio-label {
		font-size: 1.0rem;
	}
	.product-option-table td.price {
		font-size: 1.2rem;
		letter-spacing: .2rem;
	}
	.product-option-table td.format {
		white-space: normal;
	}
	.product-option-table td.format.format-ss {
		white-space: normal;
	}

}

@media (min-width: 576px) {

	#moreInfoModal .modal-dialog {
		max-width: none;
		margin: 0;
		transform: none;
		transition: none;
	}
}
@media (max-width: 576px) {
	.product-listing-outer.product-border .product-listing {
		padding-bottom: 30px;
	}

	.product-listing-outer .col-md-3 {
	    padding-left: 0;
	}
	.product-listing-outer.product-border .product-listing::after {
		left: 0!important;
	}
	.product-container .product-listing {
	    border-bottom: 1px solid #e6e6e6;
	}
	.secretly-society-badge-page .product-listing .product-title.no-pl {
		padding-left: 0;
	}
	#store-products .product-listing.product-listing-member:hover .product-title {
		background: #FFF;
	}
}






/* Retina-specific stuff here */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .header-branding {
		background: transparent url(../images/ss-logo-white-on-black@2x.png) no-repeat 0 0;
		background-size: 107px 60px;
	}

	.label-do {
		background: transparent url(../images/ss-do@2x.png) no-repeat center center;
		background-size: 75px 65px;
	}
	.label-do:hover,
	.label-do.active {
		background: transparent url(../images/ss-do-hover@2x.png) no-repeat center center;
		background-size: 75px 65px;
	}
	.label-jag {
		background: transparent url(../images/ss-jag@2x.png) no-repeat center center;
		background-size: 97px 65px;
	}
	.label-jag:hover,
	.label-jag.active {
		background: transparent url(../images/ss-jag-hover@2x.png) no-repeat center center;
		background-size: 97px 65px;
	}
	.label-sc {
		background: transparent url(../images/ss-sc@2x.png) no-repeat center center;
		background-size: 100px 65px;
	}
	.label-sc:hover,
	.label-sc.active {
		background: transparent url(../images/ss-sc-hover@2x.png) no-repeat center center;
		background-size: 100px 65px;
	}
	a.footer-branding {
		background: transparent url(../images/ss-footerlogo@2x.png) no-repeat 0 0;
		background-size: 147px 94px;
	}
	#ss-eye {
		background: transparent url(../images/ss-eye@2x.png) no-repeat center center;
		background-size: 35px 28px;
	}
	#header-cart {
		background: transparent url(../images/ss-cart@2x.png) no-repeat center 24px;
		background-size: 29px 21px;
	}
	.slideshow-overlay-image-404 {
		background: transparent url(../images/404-badge@2x.png) no-repeat center center;
		background-size: 300px 231px;
	}	
	.slideshow-overlay-image-ss {
		background: transparent url(../images/ss-largelogo@2x.png) no-repeat center center;
		background-size: 220px 181px;
	}
	.stripe-badge {
		background: transparent url(../images/stripe-badges/Big/powered_by_stripe@2x.png) no-repeat center center;
		background-size: 149px 41px;
	}
	#member-format-eye {
		background: transparent url("../images/ss-eye@2x.png") center center;
		background-size: 49px 39px;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx),
and (max-width: 991px) {
	.header-branding {
		background: transparent url(../images/ss-mobile-logo-white-on-black@2x.png) no-repeat 0 0;
		background-size: 107px 60px;
	}
}

/* added this nested media query so that double density laptop sized screens would get the 143x0 logo */
@media (min-width: 991px) {
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (   min--moz-device-pixel-ratio: 2),
    only screen and (     -o-min-device-pixel-ratio: 2/1),
    only screen and (        min-device-pixel-ratio: 2),
    only screen and (                min-resolution: 192dpi),
    only screen and (                min-resolution: 2dppx) {
        .header-branding {
            background: transparent url(../images/ss-mobile-logo-white-on-black@2x.png) no-repeat 0 0;
            background-size: 143px 80px;
        }
    }
}










.alert {
	text-transform: uppercase;
	border-radius: 0;
}
.alert-danger {
	border-color: #ff4400;
	color: #ff4400;
	background: #FFF;
}
.error {
	color: #ff1d38;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.col-top-bot-borders {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}


.quick-checkout label, .quick-checkout label.radio-label {
	font-size: .9rem;
}




.expandable-text {
	font-size: 1.4rem;
	color: #9c9c9c;
	font-family: Arial, sans-serif;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}


.expandable-text.closed {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    max-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.expandable-text.closed:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); /* Standard syntax (must be last) */
}


a#read-more-link {
	text-transform: uppercase;
	color: #808080;
}
a#read-more-link.open {
	display: block;
	margin-top: 12px;
	color: #f39b1e;
}

.checkout-shipping-address, .address {
	text-transform: uppercase;
	font-size: 1.2rem;
}
.checkout-shipping-address label, .address label {
	color: #c5c5c5 !important;
	font-size: 1.2rem;
}
.subscription-shipping-message {
	font-size: 1rem;
	font-weight: normal;
	font-family: Arial;
	color: #f39b1e;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: none;
}

a.stripe-badge {
	display: block;
	width: 149px;
	height: 41px;
	text-indent: -100000px;
	background: transparent url(../images/stripe-badges/Big/powered_by_stripe.png) no-repeat center center;
	background-size: 149px 41px;
}

/*  CHECKOUT SALE POPUP STYLES  */
#checkout-sale-body header {
	height: auto;
	padding: 10px;
	background: #c5c5c5;
}
#checkout-sale-body #header-cart {
	color: #FFFFFF;
	font-size: 15px;
	height: 25px;
	background: transparent url(../images/ss-cart@2x.png) no-repeat 0 0;
    background-size: 29px 21px;
    margin-right: 10px;
    margin-top: 6px;
    line-height: 25px;
}
#checkout-sale-body .inner-container {
    margin-top: 75px;
}
#checkout-sale-body .store-product-image-container {
	min-height: 228px;
}


#checkout-sale-body .product-listing {
    margin-bottom: 0px;
}
.checkout-sale-price-container {
    padding: 10px;
}
.checkout-sale-price {
    font-size: 1.4rem;
    color: #333;
}
.checkout-sale-price del {
    font-size: 1.4rem;
    color: #ff4400;
}

#checkout-sale-button {
	white-space: normal;
}


@media (min-width: 62em) {
	#checkout-sale-body .store-product-image,
	#checkout-sale-body .full-bleed .store-product-image {
	    width: 100%;
	    height: auto;
	}
}
@media (max-width: 63em) {
	#checkout-sale-body .store-product-image-container {
		min-height: 0;
	}
}
@media (max-width: 48em) {
    input[type="text"], input[type="number"], input[type="password"], input[type="email"], textarea, select {
        font-size: 16px!important;
    }
	#checkout-sale-body .product-listing .product-title {
	    height: auto;
	}
}

.nav-tabs .nav-link, .nav-tabs {
    border: 0;
}

#subscription_release_tabs.nav-tabs .nav-link {
    color: #999;
    font-size: 2.2rem;
}
#subscription_release_tabs.nav-tabs .nav-link.active, #subscription_release_tabs.nav-tabs .nav-item.show .nav-link {
    color: #f39b1e;
}

.subscription-listings .full-bleed .store-product-image {
    max-height: auto !important;
}

.special-offers-list li {
    font-size: 1.5rem;
    font-family: Helvetica, sans-serif;
}

.mini-loader-container {
    width: 20px;
    height: 20px;
    display: none;
    position: relative;
}
.mini-loader.icon {
    font-size: 2rem;
}
.mini-loader {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.disbursement-box-container {
    width: 100px;
    height: 100px;
    background: #dedede;
}
.disbursement-box {
    width: 100px;
    height: 100px;
    /*background: #dedede url(../images/disbursement-bg.png) center center;*/
    background-size: 200px 200px;
}
.disbursement-box-counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    background: rgba(0,0,0,.2);
}

.add-item-text {
    font-size: 1rem;
}
.draggable-product {
    z-index: 500;
}
.product-art-container {
    width: 100px;
}
.draggable-product-column {
    max-width: 100px;
}
.disabled .product-art-container {
    position: relative;
    padding: 4px;
    z-index: 501;
}
.disabled .product-art-container:after {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4); 
    z-index: 502;
    border: 4px solid #f39b1e;
}
.disabled .quick-add {
    display: none !important;
}
.disabled .member-shipment-message {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 50%;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
	font-weight: 300 !important;
	text-transform: uppercase;
    z-index: 505;
}

.member-shipment-remove-link {
    display: none;
    text-transform: uppercase;
    font-size: 1rem;
}
.member-shipment-message {
    display: none;
}

.used .member-shipment-image {
    border: 4px solid #f39b1e;
    z-index: 504;
}
.used .member-shipment-image:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4); 
    z-index: 505;
    border: 4px solid #f39b1e;
}
.product-item-ellipsis {
    margin: 0;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.catalog-title.product-item-ellipsis {
    color: #000000;
    font-size: .8rem;
    margin: 0 !important;
}
.catalog-artist.product-item-ellipsis {
    color: #000000;
    font-size: .8rem;
    margin: 0 !important;
}
.format-notes.product-item-ellipsis {
    color: #808080;
    font-size: .8rem;
    margin: 0 !important;
}
.next-available-slot {
    color:#333333;
    font-size: .8rem;
}
.drop-hover .disbursement-box {
    border: 4px solid #FFF;
    /*background: #FFF url(../images/disbursement-bg.png) center center;*/
    background: #f39b1e;
}

.drop-hover .disbursement-box-counter {
    background: #f39b1e;
}
