﻿body {
	background-color: #efefef;
}

.meow {
  border-radius: 1rem;
}

.meow .inner {
  /* border:1px #111 solid; */
  font-size: 14px;
  border-radius: 1rem;
  background-color: #fff;
  color: #000;
  text-shadow: none;
  box-shadow: 0px 0px 6px #444;
  height: auto;
}

.meow .inner strong {
  font-size: 14px;
  font-weight:bold;
}

.meow.hover .inner {
  border: 2px #111 solid;
  cursor: default;
}

.meow .inner h1 {
  font-size: 1.6rem;
}

#discountSummary span{
  color:green !important;
}
.flexbox-container{
  display:flex;
  justify-content:flex-start;
  margin:1px;
}
.flexbox-item {
width:200px;
align-items:stretch;
min-height:100px;
margin:0px;
}
.flexbox-item-1{
  flex-grow:1;
}
.flexbox-item-2{
  text-align:left;
  flex-grow:1;
}

.flexbox-item-3{
flex-grow:1;
justify-content:flex-start;
text-align:right;
}

.partSeparator{
  margin-top: 5px; 
  margin-bottom:5px; 
  border:1px #c0c0c0 dashed; 
  border-bottom:none; 
  border-left:none; 
  border-right:none;
}
.itemRemoveButtonWrap{
  margin-top:10px;
}
.itemQuantityWrap{
font-size:1em;
color:#666;
}
.itemQuantityWrap span{
color:#666 !important;
}

li .fa, li .glyphicon{
  margin-right:5px;
}

/* .storeQuickLinks{
  margin-bottom:10px;
  margin-top:3px;
} */

.partTopBar{
  border:1px #c0c0c0 solid;
  background-color:#f1f1f1;
  padding:10px;
  font-size:11px;
  color:#444;
}

.partBottomSection{
  border:1px #f1e0e0 solid;
  margin-bottom:5px;
  background-color:#fff;
}

.storeQuickLinks a {
  color:#33CCFF;
  font-size: 14px;
}

#parts{
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 4%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#f6f6f6), color-stop(100%,#ededed));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 4%,#ededed 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 4%,#ededed 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 4%,#ededed 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 4%,#ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

#mainOrderSection span{
  color:#4682B4;
}

.ui-widget input, .ui-widget select{
  font-family:inherit;
}

.inStockSailItem{
  padding:20px;
  border:1px #c0c0c0 solid;
  border-radius:5px;
  background-color:#f1f1f1;
  margin-bottom:15px;
}

.cartTotal .fa{
  margin-right:5px;
}

.checkoutSummaryTitle{
  background-color:#0093EC;
  color:#fff;
  border:1px #0093ec solid;
  border-radius:0px;
}

.checkoutSummaryContent{
  padding:5px 10px 5px 10px;
  border:1px #0093ec solid;
  border-radius:0px;
}

.cartTotal{
  text-align:right;
  font-size:12px;
  padding:3px;
}

.partContainer{
  width:280px;
  display:inline-block;
  /* float:left; */
  padding:10px;
  margin:8px;
  border:1px #c0c0c0 solid;
  border-radius:3px;
  box-shadow:0px 0px 5px #c0c0c0;
}

.partImage img{
  border:5px #f1f1f1 solid;
  box-shadow:2px 2px 5px #777;
}

.partName{
  color:#4682B4;
  margin-bottom:5px;
  padding-top:10px;
}

.partPrice{
  font-weight:normal;
  margin-top:0px;
  text-align:right;
  font-size:12px;
}

.partDescription{
  color:#777;
  margin-top:10px;
  font-size:12px;
}

.hide{
  display:none;
}

.show{
  display:inline;
}

#c099, #c120, #c130{
  min-height:550px;
}

.comments{
  font-size:14px;
  text-align:left;
  padding-left:40px;
}

#stockSails_099 table, #stockSails_120 table, #stockSails_130 table{
  font-size:10px;
  text-align:center;
  font-family:inherit;
}

#stockSails_099 ul, #stockSails_120 ul, #stockSails_130 ul{
  margin-top:0px;
  margin-left:0px;
  padding-left:5px;
}

.ui-widget button{
  font-family:inherit;
}

.tabHighlight{
  color:#FF6600;
}

.addStockCartForm{
  margin-bottom:5px;
}

.stockSailSection{
  background-color:#000;
  border-radius:3px;
}

#tc .glyphicon, #ts .glyphicon{
  margin-right:5px;
}

.ui-widget-content{
  background:#fff;
}

.designerInstructions{
  margin-bottom:0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background:#222;
  border:1px #222 solid;
}

.ui-state-default:hover {
  background:#337AB7;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background:#fff;
  border:1px #fff solid;
}

.ui-widget-header{
  background:#efefef;
  background-color:#999;
}

.regPrice{
  color:#c0c0c0;
  text-decoration:line-through;
  font-style:italic;
}


.designerInstructions .glyphicon{
  margin-right:5px;
  font-size:.9em;
}

.quickChangeSection{
  margin-top:20px;
  margin-bottom:20px;
}

.quickChangeSection table td{
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
}

.savedSails {
	margin: 3px;
	text-decoration: none;
	cursor: default;
	font-size:1.2em;
	font-family:inherit;
  padding-bottom:3px;
}

.window_options {
  margin-top:15px;
}

.email_box form label{
  font-size:1em;
  margin-top:5px;
}

.email_box form input[type=text], .email_box form input[type=email], .email_box form textarea{
  border-radius:0px;
}

.emailinput {
	background: #9ee8fa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllZThmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmY5ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9ee8fa 0%, #d6f9ff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ee8fa), color-stop(100%,#d6f9ff));
	background: -webkit-linear-gradient(top, #9ee8fa 0%,#d6f9ff 100%);
	background: -o-linear-gradient(top, #9ee8fa 0%,#d6f9ff 100%);
	background: -ms-linear-gradient(top, #9ee8fa 0%,#d6f9ff 100%);
	background: linear-gradient(top, #9ee8fa 0%,#d6f9ff 100%);
	border: 1px #999 solid;
	border-radius: 3px;
	padding: 3px;
}

#gal_wrap {
	background-color: #c0c0c0;
}

#gal_wrap * {
	border: none;
}

.background_choices li {
	width: 30px;
	height: 30px;
	float: left;
	border: 1px #fff solid;
	box-shadow: 1px 1px 2px #000;
	margin: 3px;
}

.email_box {
	display: none;
}

.summary_table {
	width: 450px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #000;
	padding: 10px;
	height: 550px;
	background-size: cover;
}

.summarytable {
	padding: 5px;
	font-size: 14px;
	font-family: Calibri;
}

.summary_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #555;
}

.sumswatch {
	width: 40px;
	height: 20px;
	border: 1px #777 solid;
	border-radius: 0px;
	box-shadow:inset 1px 1px 0px #f1f1f1;
}

.cSwatch{
  margin-right:10px; 
  padding-left:10px; 
  padding-right:10px; 
  border:1px #000 solid;
}

/* .cProperName{
  color:#888 !important;
} */

.a1 {
	font-weight: bold;
}

/* skip (inspired by okcupid iphone interface)

*******************************************************************************/

.ccInfo input{
  width:75px !important;
}

.ccStateInfo input{
  width:125px !important;
}

#checkout form{
  font-family:inherit;
}

.cartPartTotal{
  background-color:#000;
  width:10px;
  border:none;
}

.fa{
  margin-right:5px;
}

#promoCode_099, #promoCode_130{
  font-size:12px;
}

.sailSwitch{
  font-weight:normal;
  font-family:inherit !important;
}

.skip, button.skip {
	background:#000;
	border-radius: 0px;
	border:1px #000 solid;
	display: inline-block;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 6px 9px;
	text-decoration: none;
	
}

.skip:hover, button.skip:hover {
	background:#3399ff;
	cursor:pointer;
	border:1px #3399ff solid;
}

.skip:active, button.skip:active {
	position: relative;
	top: 1px;
}

.background_choices ul li:hover {
	box-shadow: 0px 0px 2px yellow;
	cursor: pointer;
}

.tabq {
	margin: 2px;
	font-weight: bold;
}

.tabq:hover {
	cursor: pointer;
	color: darkcyan;
}
.sum_a {
	color: #fff;
	font-size: 14px;
	padding: 5px;
	border-radius: 3px;
	border: 1px #555 solid;
	border-top: 1px #eee solid;
	text-decoration: none;
	background: #aebcbf;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYmNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlNzc3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
	background: -webkit-linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	background: -o-linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	background: -ms-linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	background: linear-gradient(top, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
}
.summarytable td {
	padding: 0px 60px 0px 0px;
}

.controls {
	position: relative;
  margin-left: 15px;
  margin-top:15px;
}

.panels {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#controls_099 li, #controls_120 li, #controls_130 li, #controls_140 li {
	float: left;
	width: 34px;
	height: 34px;
	position: relative;
	border: 1px #fff outset;
	white-space: nowrap;
  display: flex;
  align-items: center;
}

#controls_099 li:hover, #controls_120 li:hover, #controls_140 li:hover {
  border: 3px #000 dashed;
}

.selected:after{
  content:"\e445";
  font-family:"FontAwesome";
  color:green;
  font-weight:bold;
  margin: 0 auto;
  /* text-shadow:1px 1px 0px #111; */
}

td {
	vertical-align: top;
	white-space: nowrap;
}

#tabs {
	visibility: hidden;
}

.ui-tabs{
  padding:0px;
  border:none;
}

.disabled:after{
  content:"\f023";
  font-family:"FontAwesome";
  color:#CC0000;
  font-weight:bold;
  margin: 0 auto;
}

.aBlockSection {
  margin:3px;
  border:1 #c0c0c0 solid;
  border-radius:5px;
}

.adapterBlockPartWrapper {
  border:1px #c0c0c0 solid;
  border-radius:5px;
  margin:2px;
  padding:5px;
  min-width:150px;
  max-width:150px;
}

.adapterBlockMainWrapper {
  text-align:left;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  padding-top:15px;
  padding-bottom:15px;
  justify-content:center;
}

.adapterBlockPartWrapper:hover {
  border:1px #3399ff solid;
}

.adapterBlockPartWrapper img {
  width:150px;
}

.adapterBlockToggleWrap {
  position:absolute;
  bottom:10px;
  left:0;
  right:0;
  text-align:center;
  font-size:1.7rem;
}

.adapterBlockInfoWrapper {
  min-height:393px;
  border-radius:10px;
  padding:10px;
}

.instockFrame:hover {
  box-shadow: 0px 0px 10px #2454d6;
}

.instockFrame .logo_099 {
  display: none;
}

.instockFrameBorder {
  border-radius: 0.5rem;
  display:inline-block;
  /* min-width:350px; */
  /* border:1px #fff solid; */
  background-color:#fff;
  padding:.5rem;
  box-shadow:0px 0px 10px #888;
  margin:3px;
  margin-top:5px;
}

#inStockSection_099, #inStockSection_120, #inStockSection_140 {
  max-height:auto;
  display: flex;
  flex-wrap: wrap; /* Maintain wrapping behavior */
  justify-content: center; /* Align horizontally */
  align-items: center; /* Align vertically */
  margin-top:15px;
}

#cartModal {
  border: none;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

#checkout .form-control {
  border-radius: 0px;
}

/* fieldset {
  border: 1px #c0c0c0 solid;
  padding: 5px 15px 5px 15px;
  border-radius: 3px;
} */

legend {
  border: none;
  margin-bottom: 0px;
  width: inherit;
  /* padding-left: 5px; */
  padding-right: 5px;
}

.dropdown-menu>li>a:hover {
  background-color: #4281F4;
  color: #fff;
  background-image: none;
}

.instockFrame:hover {
  box-shadow: 0px 0px 10px #cc00ff;
}

.instockFrame .logo_099 {
  display: none;
}

.instockFrameBorder {
  border-radius: 3px;
}

.ui-tabs .ui-tabs-nav li {
  border-radius: 3px 3px 0px 0px;
}

@keyframes pulseColorIn {
    0% {
    fill: var(--start-color);
    }
    100% {
    fill: var(--end-color);
    }
}

@keyframes pulseColorOut {
    0% {
    fill: var(--end-color);
    }
    100% {
    fill: var(--start-color);
    }
}

.animated-element-fade-in {
  animation: pulseColorIn 0.16s ease-in-out forwards;
}

.animated-element-fade-out {
  animation: pulseColorOut 0.16s ease-in-out forwards;
}

.svgWrapper {
  pointer-events: none;
}

svg {
  pointer-events: none;
}

svg path {
  pointer-events: visiblePainted;
  cursor: pointer;
}

.swatches-wrap {
  position: absolute;
  padding: 5px;
  padding-top:3px;
  background-color: rgb(255 255 255 / 0.9);
  z-index: 20;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: none;
  /* width: 100%; */
  margin: 3px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #000;
}

.swatch-box {
  display: inline-block;
  margin:4px;
  box-shadow:0px 0px 6px #888;
  width:75px;
  height:55px;
  text-align:center;
  font-size:1.1rem;
}

.swatch-circle-wrap {
  /* padding: 5px; */
  margin: 2px;
  border: 1px #c8c8c8 solid;
  border-radius: 4px;
  display:flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}

.swatch-box > span {
  background-color: rgb(255 255 255 / 0.5);
  padding-left:2px;
  padding-right:2px;
  color: #000;
}

.swatch-circle-wrap a:hover {
  text-decoration: none !important;
}