.bold-modal {}

.bold-modal__window {}

.bold-modal__btn-close {}

.bold-modal__btn-close:hover {}


.bold-modal__header {}

.bold-modal__content {
	padding: 30px 30px 10px;
}

.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 {}

.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 {
    border: 0;
    padding: 0px 22px;
}

.bold-product__image-container {}

.bold-product__image {}

.bold-product__control {}

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

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

.bold-upsell__intro {}

.bold-upsell__products-list {}

.bold-upsell__products-list .bold-grid__column {
	padding-right: 0;
}

.bold-upsell__products-list .bold-grid__column:first-child .bold-product {
   border-right: 1px solid #ccc;
}

.bold-upsell__actions {}

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



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

.bold-modal__window {
    max-width: 640px;
}

.bold-modal__header {}

.bold-modal__footer {
    padding: 0 30px 30px;
    background-color: #fff !important;
    border: 0 !important;
	text-align: center;
}


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

.bold-upsell__intro {}

.bold-upsell__intro-content {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

.bold-upsell__intro-heading {}

.bold-upsell__button--primary:link,
.bold-upsell__button--primary:visited,
.bold-upsell__button--primary:hover,
.bold-upsell__button--primary:active,
.bold-upsell__button--primary:focus {
	background: #f09c05;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid #f09c05;
    border-radius: 0;
}

.bold-upsell__button--primary {}

.bold-upsell__button--primary:hover {
	background: #fff;
    color: #000 !important;
  	border-color:#000;
}

.bold-upsell__button--primary:active {}

.bold-upsell__button--secondary {
display:none;
}


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

.bold-product.bold-grid {}

.bold-product__info,
.bold-product__variants,
.bold-product__actions {
    text-align: center;
}

.bold-product__pricing {}

.bold-product__title {
	font-size: 19px;
    line-height: 21px;
    margin-top: 27px;
}

.bold-product__description {}

.bold-product__price {}

.bold-product__price.current_price {
    line-height: 1.3;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .08em;
}

.bold-product__price--deleted {}

.bold-product__control {}

.bold-product__variant-selector {
    font-weight: 400;
    text-transform: uppercase;
}

.bold-product__actions {}

.bold-product__button,
.bold-product__button:link,
.bold-product__button:visited,
.bold_product__button:hover,
.bold_product__button:active,
.bold_product__button:focus {
  	background: #f09c05;
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid #f09c05;
    border-radius: 0;
}

.bold-product__button:hover {
	background: #fff;
    color: #000 !important;
  	border-color:#000;
}

.bold-product__button:active {}

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

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