/** Shopify CDN: Minification failed

Line 258:1 Unexpected "{"

**/

.bold-modal {}

.bold-modal__window {}

.bold-modal__btn-close {}

.bold-modal__btn-close:hover {}


.bold-modal__header {}

.bold-modal__content {
	margin: -30px -30px -5px;

}

.bold-modal__header+.bold-modal__content {}

.bold-modal__content:last-child {}

.bold-modal__footer {}


/* Showing and Hiding the Modal */
div.bold-modal--is-showing {}

div.bold-modal--is-showing .bold-modal {}

/* Transitions and Animations */
.bold-modal--animated {}

.bold-modal--animated .bold-modal__window {}

div.bold-modal--is-showing .bold-modal--animated {}

div.bold-modal--is-showing .bold-modal--animated .bold-modal__window {}


@media only screen and (min-width: 499px) {
    .bold-modal {}

    .bold-modal__window {}

    .bold-modal--animated {}

    .bold-modal--animated .bold-modal__window {}
}

@media only screen and (min-width: 879px) {
    .bold-modal__window {}
}

/* bold.grid.css */
.bold-grid {

	margin: 5px -5px 0px;
}

.bold-grid:after {}

.bold-grid__column {}


@media only screen and (min-width: 499px) {
    .bold-grid__column {}

    .bold-grid__column--half,
    .bold-grid__column--third,
    .bold-grid__column--quarter {}

    .bold-grid__column--third:first-child {}
}

@media only screen and (min-width: 599px) {
    .bold-grid__column--third,
    .bold-grid__column--third:first-child {}
}

@media only screen and (min-width: 739px) {
    .bold-grid__column--quarter {}
}
/* bold.grid.css */

/* bold.product.css */
.bold-product {}

.bold-product__image-container {}

.bold-product__image {}

.bold-product__control {}

.bold-product__variant-selector {
  	border: none;
	border-bottom: 1px solid #ccc;
  	background-color: #fff;
  	padding-bottom:10px;
	font-size: 1.2em;
}


.bold-product__variant-selector:hover {
 	border-bottom: 1px solid #ca2027; 
  	color: #ca2027;
}


/* bold.product.css */

/* bold.upsell.css */
.bold-upsell {}

.bold-upsell__intro {}

.bold-upsell__products-list {}

.bold-upsell__products-list .bold-grid__column {
	padding: 5px;
}

.bold-upsell__actions {}

.bold-upsell__button {}
/* bold.upsell.css */



/* =============================================================================
  MODAL STYLES
============================================================================= */
.bold-modal {}

.bold-modal__window {}

.bold-modal__header {}

.bold-modal__footer {}


/* =============================================================================
  UPSELL STYLES
============================================================================= */
.bold-upsell {}

.bold-upsell__intro {}

.bold-upsell__intro-heading {}

.bold-upsell__button--primary:link,
.bold-upsell__button--primary:visited,
.bold-upsell__button--primary:focus {
  background-color: #fff;
  color:#000;
   font-family: Oswald, DIN, Helvetica, Arial, sans-serif;
  font-size:1em;
  letter-spacing:.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 30px;
  transition: all 0.3s ease 0s;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;


}

.bold-upsell__button--primary {}

.bold-upsell__button--primary:hover,
.bold-upsell__button--primary:active {
  background:#333;
  color:#fff;
  border-bottom:3px solid #000;

}

.bold-upsell__button--primary:active {
  background:#000;
  color:#fff;
  border-bottom:3px solid #333;}

.bold-upsell__button--secondary {}


/* =============================================================================
  PRODUCT STYLES
============================================================================= */
.bold-product {}

.bold-product.bold-grid {
	
}

.bold-product__info,
.bold-product__variants,
.bold-product__actions {}

.bold-product__pricing {}

.bold-product__title {
	font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
    letter-spacing: 0.03em;
    line-height: 1.3em;

}

.bold-product__description {}

.bold-product__price {}

.bold-product__price--deleted {}

.bold-product__control {}

.bold-product__variant-selector {}

.bold-product__actions {}

.bold-product__button,
.bold-product__button:link,
.bold-product__button:visited {
	background-color: #000;
	border-top:2px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:3px solid #333;
  	color:#fff;
	font-family: Oswald, DIN, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: .5em 0em .5em;
    font-size: 1.2em;
    letter-spacing: .05em;
  	line-height: 1.8em;

}

.bold-product__button:hover {
      background-color: #ca2027;
	border-top:2px solid #ca2027;
	border-left:1px solid #ca2027;
	border-right:1px solid #ca2027;
	border-bottom:3px solid #7F161E;

}

 {

      background-color: #7F161E;
	border-top:2px solid #7F161E;
	border-left:1px solid #7F161E;
	border-right:1px solid #7F161E;
	border-bottom:3px solid #ca2027;
}

/* =============================================================================
  THIRD PARTY APPS STYLES
============================================================================= */

#bold-upsell-modal-window .yotpo {}






