/** Shopify CDN: Minification failed

Line 309:0 Unexpected "}"

**/
/* Framing Tool UI */
a.tooltip {
	float: right;
	line-height: 32px;
	margin-left: 5px;
}
.framing-tool {
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding: 30px 0 0 0;
}

.framing-tool .frame-size {
	width: 61%;
	float: left;
}
.framing-tool .frame-size.large {
	width: 80%;
}
.framing-tool .frame-add {
	width: 19%;
	float: left;
}
.framing-tool .frame-price {
	width: 20%;
	float: right;
}

.framing-tool .row {
	margin-bottom: 20px;
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #555555;
}
.framing-tool .row .price {
	text-align: right;
}
.framing-tool .row .title {
	float: left;
	width: 90px;
}
.framing-tool.pair .row .title {
	font-size: 13px;
	width: 120px;
}
.framing-tool .row .inventory {
	font-size: 13px;
	color: #cccccc;
}
.framing-tool.pair .row .inventory {
	float: left;
}
.framing-tool .row .inventory em {
	font-style: normal;
}
.framing-tool .row .inventory a {
	color: #cccccc !important;
}
.framing-tool .row a.frame-toggle {
	background: #7bc0d3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 13px;
	padding: 5px 10px;
	white-space: nowrap;
	border: solid 2px #7bc0d3;
	margin-top: -3px;
	visibility:hidden;
}
.framing-tool .row a.frame-toggle.active, .framing-tool .row a.frame-toggle.active:hover {
	border-bottom: solid 2px #FFFFFF;
	padding-bottom: 6px;
	padding-top: 5px;
	background: #FFFFFF;
	color: #7bc0d3;
	display: inline;
	position: relative;
	float: left;
	opacity: 1;
}
.framing-tool .row .frames {
	border: solid 2px #7bc0d3;
	padding: 10px 30px 15px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -3px;
	margin-bottom: 10px;
	display: none;
}
.framing-tool input.product-option {
	visibility: hidden;
}
.framing-tool .row .frames .shipping {
	margin: 0;
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #cccccc;
}
.framing-tool .row .frames .child {
	background: url(child-closed.png) left bottom no-repeat;
	padding-bottom: 5px;
	color: #363636;
	font-family: Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}
.framing-tool .row .frames .child.open {
	padding-bottom: 12px;
	background: url(child-open.png) left bottom no-repeat;
}
.framing-tool .row .frames .child span {
	padding-right: 12px;
	border-right: solid 1px #dddddd;
	margin-right: 10px;
	line-height: 21px;
}
.framing-tool .row .frames .child a {
	color: #71c0d1;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
}
.framing-tool .row .frames .child-variants {
	margin-left: 30px;
	display:none;
}
.framing-tool .row .frames .child-variants p {
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #555555;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: solid 1px #ffffff;
}
.framing-tool .row .frames .child-variants p:hover, 
.framing-tool .row .frames .child-variants p.selected,
.framing-tool .row .frames .child-variants p.selected:hover {
	border: solid 1px #71c0d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ecf9fc url(//cdn.shopify.com/s/files/1/0265/3475/t/10/assets/tick.png?16384150094390586495) right center no-repeat;
	color: #71c0d1;
}
.framing-tool .row .frames .child-variants p:hover {
	background-image: none;
	cursor: pointer;
	border-color: #dddddd;
	background-color: #FFFFFF;
}
.framing-tool .row .frames .child-variants p img {
	float: left;
	margin-right: 5px;
	margin-top: 2px
}
.framing-tool .row .frames .child-variants p input {
	display:none;
}

.styledRadio {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	line-height: 21px;
	display: inline-block;
}
.actions {
	margin-top: 20px;
	text-align: right;
}

#popup {
  position: relative;
	background: #ffffff;
  width: auto;
  max-width: 680px;
  margin: 20px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
padding-bottom: 20px;


}
#popup .popup-tabs {
	background: #edf9fc;
	padding-top: 15px;
	margin: 0;
	-webkit-border-radius: 10px 10px 0 0;
	  -moz-border-radius: 10px 10px 0 0;
	  border-radius: 10px 10px 0 0;
}
#popup .popup-tabs li:first-child {
	margin-left: 40px;
}
#popup .popup-tabs li {
	list-style-type: none;
	margin-left: 0;
	margin-right: 5px;
	float: left;
	background: #7bc0d3;
	padding: 10px 25px;
	color: #FFFFFF;
	margin-bottom: 0;
	-webkit-border-radius: 5px 5px 0 0;
	  -moz-border-radius: 5px 5px 0 0;
	  border-radius: 5px 5px 0 0;
	cursor: pointer;
	font-weight: bold;
}
#popup .popup-tabs li.active {
	background: #FFFFFF;
	color: #7bc0d3;
}
#popup .popup-panel {
	display:none;
	padding: 30px 10px;
}
#popup .popup-panel .column {
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	float: left;
}
#popup .popup-panel .column:last-child {
	margin-left: 0;
	width: 45%;
}
#popup .popup-panel.active {
	display: block;
}
#popup .popup-panel .strapline {
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 15px;
}
#popup .popup-panel h3 {
	font-family: "league-gothic";
	color: #313131;
	font-size: 44px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 20px;
}
#popup .popup-panel h4 {
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #555555;
	line-height: 17px;
	font-weight: normal;
	margin-bottom: 20px;
}
#popup .popup-panel img {
	max-width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
#popup .popup-panel .rte {

}
#popup .popup-panel .rte li, #popup .popup-panel .rte p {
	line-height: 23px;
}
#popup .popup-panel .timeline {
	border: solid 1px #cccccc;
}
#popup .popup-panel .timeline p {
	padding: 20px 20px 14px 20px;
	margin: 0;
	border-bottom: solid 1px #cccccc;
	font-family: Helvetica, Arial;
	font-size: 20px;
	color: #555555;
	line-height: 24px;
}
#popup .popup-panel .timeline p:first-child {
	padding-left: 85px;
	background: url(calendar.jpg) 14px 14px no-repeat;
}
#popup .popup-panel .timeline p span {
	font-size: 14px;
	clear: left;
	display: block;
}

#popup .popup-panel .timeline p.shipping {
	text-align: center;
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #cccccc;
	padding: 8px;
}
.mfp-close {
	top: -15px !important;
	right: -15px !important;
	width:30px !important;height:30px !important;background-image:url('//cdn.shopify.com/s/files/1/0265/3475/t/10/assets/fancybox.png?5734&16384150094390586495') !important;background-position:-40px 0 !important;cursor:pointer;z-index:1103; text-indent: -9999px;}
}