@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700');
.Serif {
  font-family: 'ltc-bodoni-175', 'bodoni-urw', 'Bodoni Book', Palatino, serif;
  font-weight: 400;
  font-style: normal;
}
.SerifSemiBold {
  font-family: 'ltc-bodoni-175', 'bodoni-urw', 'Bodoni Book', Palatino, serif;
  font-weight: 700;
}
.SerifBold {
  font-family: 'ltc-bodoni-175', 'bodoni-urw', 'Bodoni Book', Palatino, serif;
  font-weight: 800;
}
.SerifBoldItalic {
  font-family: 'ltc-bodoni-175', 'bodoni-urw', 'Bodoni Book', Palatino, serif;
  font-weight: 400;
  font-style: italic;
}
.SerifItalic {
  font-family: 'ltc-bodoni-175', 'bodoni-urw', 'Bodoni Book', Palatino, serif;
  font-weight: 400;
  font-style: italic;
}
.SansSerifLight {
  font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
  font-weight: 200;
  font-style: normal;
}
.SansSerif {
  font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.SansSerifItalic {
  font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.SansSerifSemiBold {
  font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.SansSerifBold {
  font-family: 'Source Sans Pro', Arial, Verdana, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.DrillDownCaret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
  position: absolute;
  top: 45%;
  right: 10%;
}
.smoothfont {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.ShoppingCartTable {
  width: 990px;
  margin: 10px 5px 0px 5px;
}
table.ShoppingCartTable a {
  color: #2e2e2e;
}
table.ShoppingCartTable th {
  background-color: #000000;
  border: none;
  font-weight: normal;
  text-align: center;
  font-size: 8pt;
  color: white;
  padding: 5px 0px 5px 0px;
}
table.ShoppingCartTable th.ItemHeaderCell {
  text-align: left;
}
table.ShoppingCartTable th.LeftCell {
  border-left: 1px solid #524621;
}
table.ShoppingCartTable th.RightCell {
  border-right: 1px solid #524621;
}
table.ShoppingCartTable td {
  padding: 2px 10px;
  border-bottom: 1px solid lightgray;
  text-align: center;
  vertical-align: middle;
}
a.ItemNameLink {
  text-decoration: none;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
}
.itemoutercontainer {
  border-top: 3px solid #222;
}
.cartHeader {
  margin-bottom: 5px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cartHeader {
    display: none;
  }
}
.cartHeader .PromoPriceHeaderCell {
  display: none;
}
.cartHeader .RightCell {
  text-align: right;
  padding-right: 15px;
}
.cartCell {
  text-align: center;
  margin: 5px 0;
}
.cartCell.itemTextContainer {
  text-align: left;
}
@media (max-width: 767px) {
  .cartCell {
    display: block;
    padding: 0 5px;
    text-align: left;
  }
  .detailsWrapper {
    display: block;
  }
  .itemRow .itemTextWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .itemTextContainer .ItemNumberText {
    margin-top: 10px;
  }
}
.MemberStuff,
.LearnMore {
  display: none;
}
.detailsWrapper {
  display: table;
}
span.ItemNumberText {
  font-size: 9pt;
}
img.CartProductImage {
  border: 0px;
  max-width: 100%;
}
@media (min-width: 768px) {
  img.CartProductImage {
    width: 125px;
  }
}
.itemWrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.itemWrapper .imageContainer {
  padding-right: 0;
  text-align: center;
}
.itemWrapper .itemRow {
  padding-top: 4%;
}
.GiftBoxCheckBox input {
  vertical-align: middle;
  margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* .itemWrapper .itemRow{
	padding-top:10px;
} */
  .itemWrapper .itemTextContainer {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* .itemWrapper .itemRow{
	padding-top:0;
} */
  .cartCell.QuantityCell {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .removeBtn {
    display: inline-block;
  }
  .amountlabel {
    display: inline-block;
  }
  /*  .itemWrapper .itemRow{
	padding-top:0;
	} */
  .itemWrapper {
    margin-bottom: 35px;
  }
}
@media (max-width: 550px) {
  .itemWrapper .imageContainer {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .quantitylabel {
    display: none;
  }
  .unitpricelabel {
    display: none;
  }
  .AvailabilityText {
    display: none;
  }
  .cartCell.amountline {
    padding-right: 7px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cartCell.amountline {
    padding: 0;
  }
  .cartCell.unitprice {
    text-align: left;
  }
  .itemWrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cartCell.QuantityCell {
    margin-top: 0;
  }
  .giftCell .GiftBoxItemTable {
    margin-top: -3px;
  }
}
.divider {
  border-bottom: 1px solid #D3D3D3;
}
input.QuantityTextBox {
  border: 1px solid black;
  text-align: center;
  width: 40px;
  color: #555555;
}
span.CartPriceLabel {
  color: #000000;
}
span.InStockLabel {
  color: green;
}
span.NotInStockLabel {
  color: red;
}
div.SourceCodePanel {
  background-color: #dfdfdf;
  padding: 7px;
  text-align: right;
}
div.CustomerServicePanel {
  color: #505050;
  padding-top: 20px;
}
@media (max-width: 991px) {
  div.CustomerServicePanel {
    text-align: center;
  }
}
.SourceCodeInstrCell {
  font-weight: bold;
}
img.ApplyButtonImage {
  width: 56px;
  height: 24px;
  border: 0px;
}
input.SourceCodeTextBox {
  border: 1px solid black;
  width: 125px;
}
img.ContinueImage {
  margin: 8px 0;
  width: 178px;
  height: 33px;
  border: 0px;
}
div.CartRecapPanel {
  text-align: right;
  margin-bottom: 80px;
}
table.CartRecapTable {
  border-collapse: separate;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  float: right;
  background-color: #eee;
}
@media (min-width: 1200px) {
  table.CartRecapTable {
    max-width: 357px;
  }
}
table.CartRecapTable td {
  padding: 6px 15px;
  border-bottom: 1px solid #ebe8e2;
  vertical-align: top;
}
table.CartRecapTable td.DiscountCell {
  color: #ba331e;
}
table.CartRecapTable .GrandTotal {
  font-weight: bold;
}
div.CheckoutButtonPanel {
  text-align: right;
  margin: 0px 5px 0px 0px;
  padding: 10px 0px 5px 0px;
  display: none;
}
img.CheckoutImage {
  border: none;
  width: 178px;
  height: 33px;
}
img.ErrorImage {
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px;
}
input.PostalCodeTextBox {
  width: 80px;
  border: 1px solid gray;
}
table.ProductRecsTable {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0px;
  border-collapse: collapsed;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}
table.ProductRecsTable td {
  border: none;
  width: 33%;
  padding: 2px;
}
table.ProductRecsTable td img {
  width: 187px;
  height: 207px;
  border: 0px;
}
table.ProductRecsTable td a {
  color: #535353;
}
span.ProductRecsPriceText {
  color: #535353;
}
span.ProductRecsOrigPriceText {
  color: gray;
  text-decoration: line-through;
}
div#cart_rr {
  margin: 10px 0px 0px 5px;
}
div.ProductListNamePanel a {
  color: #6F2F23;
  text-decoration: none;
}
div.ProductListNamePanel a:hover {
  text-decoration: underline;
}
div.catHeaderBar {
  width: 990px;
}
div.catHeader {
  background-color: #6F2F23;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
}
div.ProductListProdPanel {
  float: left;
  padding: 10px 20px 10px 24px;
}
div.ProductListNamePanel {
  width: 200px;
}
img.ProductListProdImage {
  width: 200px;
  height: 240px;
  border: 0px;
  padding-bottom: 5px;
}
div.ProductListPricePanel {
  color: #6F2F23;
  font-size: 12pt;
  font-family: Times, serif;
  padding-top: 4px;
  padding-bottom: 5px;
}
.ContinueRecapTable {
  width: 100%;
}
@media (min-width: 500px) {
  .ContinueRecapTable {
    max-width: 360px;
  }
}
input.BottomCheckoutImage {
  margin-top: 10px;
  float: right;
  background-color: #222222;
  width: 100%;
  color: white;
  padding: 10px;
  border: none;
}
span.CartStrikeoutPriceLabel {
  font-weight: bold;
  text-decoration: line-through;
  padding-right: 7px;
}
span.CartPromoPriceLabel {
  font-weight: bold;
  color: red;
}
span.GiftBoxPriceLabel {
  display: block;
}
div.PromoMessagePanel {
  background-color: #ededed;
  padding: 8px;
  margin: 10px 0;
}
span.PromotionalTextLabel {
  color: #ba331e;
}
table.ContinueRecapTable td.ContinueCell {
  text-align: left;
  vertical-align: top;
}
div.GiftBoxPanel {
  padding: 4px;
  border: 1px solid #cccccc;
  background-color: #ededed;
  text-align: center;
  margin: 5px 5px 10px 5px;
}
table.GiftBoxTable {
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-spacing: 5px;
  border-spacing: expression(cellSpacing=5);
}
table.GiftBoxTable td {
  padding: 3px 5px;
  vertical-align: middle;
}
table.GiftBoxTable td.GiftBoxInstrCell {
  font-weight: bold;
}
input.GiftBoxTextBox {
  border: 1px solid black;
  width: 100%;
  padding: 2px;
}
.GiftBoxImageCell img {
  padding: 0 5px 0 0;
}
.GiftBoxWrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EEEEEE;
}
.giftToolTip {
  border: none;
  background-color: #fff;
}
table.GiftBoxItemTable td {
  vertical-align: top;
  text-align: center;
}
table.ShoppingCartTable td.GiftBoxImageCell {
  border: none;
}
table.ShoppingCartTable td.GiftBoxTextCell {
  border: none;
  padding: 5px 0px;
}
div.SourceCodeContainerPanel {
  width: 100%;
  max-width: 400px;
  border: 6px solid #676767;
  background-color: #fff;
  text-align: center;
  padding: 5px;
}
@media (max-width: 767px) {
  .SourceCodeApplyButtonPanel,
  .SourceCodeCloseButtonPanel {
    float: none !important;
  }
}
div.SourceCodeInstructionPanel {
  color: #000;
  margin: 0px 20px 20px 20px;
}
div.SourceCodeTitlePanel {
  font-size: 12pt;
  color: #000;
  margin: 10px 0px 10px 0px;
}
div.SourceCodeTextBoxTitle {
  margin-top: 15px;
  width: 180px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
div.SourceCodeTextBoxPanel {
  text-align: left;
  margin: 5px auto;
  display: inline-block;
}
div.SourceCodeTextBoxPanel input {
  padding: 3px 10px;
  text-transform: uppercase;
  display: inline-block;
}
div.SourceCodeTextBoxPanelButton,
div.SourceCodeTextBoxPanelInput {
  display: inline-block;
}
div.GiftCertAmountPanel {
  width: 180px;
  margin: 0px 0px 0px 105px;
  text-align: left;
}
div.SourceCodeApplyButtonPanel {
  height: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
div.SourceCodeCloseButtonPanel {
  height: 30px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
div.SourceCodeImagePanel {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
div.SourceErrorPanel {
  margin: 5px 0px;
  text-align: right;
  font-weight: bold;
}
a.LaunchSourceCodeLink {
  display: inline-block;
  background-color: white;
  border: 1px solid #00acd7;
  padding: 3px;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
div.InternationalCheckoutButtonPanel {
  margin: 10px 5px 10px 0px;
  height: 40px;
}
input.InternationalCheckoutBottomImage {
  vertical-align: middle;
}
img.InternationalCheckoutArrowBottomImage {
  vertical-align: middle;
  padding: 0px 5px;
}
span.InternationalCheckoutLabel {
  vertical-align: middle;
}
table.CheckoutBarometerTable {
  width: 100%;
  background-color: #e9e8e3;
}
table.CheckoutBarometerTable td {
  font-size: 1px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
table.CheckoutBarometerTable td.BarometerSideCell {
  width: 55px;
}
table.CheckoutBarometerTable td.BarometerStepCell {
  width: 200px;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: black;
}
table.CheckoutBarometerTable td.BarometerCurStepCell {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  background-color: #524620;
}
div.CheckoutBarometerPanel {
  width: 100%;
  display: inline-block;
}
img.imgGiftBoxMoreInfoClass {
  border: 0px;
}
div.GiftBoxInfoPanel {
  background-color: white;
  position: absolute;
  border: solid;
  border-color: black;
  border-width: 1px;
  padding: 10px;
  color: black;
  width: 300px;
}
div.MemberLearnMorePanel {
  border: 6px solid #404040;
  width: 300px;
  height: 200px;
  background-color: #f9f7ef;
}
div.MemberLearnMoreTextPanel {
  margin: 20px 20px 20px 20px;
  text-align: left;
  font-family: Special Elite;
  font-size: 12pt;
  color: #414141;
}
div.MemberLearnMoreButtonPanel {
  width: 177px;
  height: 31px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
img.MemberLearnMoreButtonLightbox {
  width: 176px;
  height: 31px;
  border: 0px;
  cursor: pointer;
}
.MemberLearnMorePopupBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
div.PromoMessagePanelExpired {
  background-color: #cb0a00;
  color: white;
  padding: 8px;
  font-family: sans-serif;
  font-size: 10pt;
  margin-top: 5px;
}
div.DismissLink {
  float: right;
}
div.DismissLink a {
  color: white;
}
.ImageHeaderWrapper div {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cartCell.amountline {
  text-align: right;
}
div.expandgiftmessage {
  text-align: right;
  padding-right: 7px;
}
.showGift {
  padding-top: 10px;
}
.ContinueBtn {
  display: none;
}
.giftToolTip {
  position: relative;
  display: inline-block;
}
.giftToolTip .giftToolTipText {
  visibility: hidden;
  width: 210px;
  background-color: #222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -105px;
}
.giftToolTip:hover .giftToolTipText {
  visibility: visible;
}
/* added for save for later */
/* .itemRow .itemTextWrapper{
 display:flex;
 align-items:center;
 } */
.cartCell.itemTextContainer {
  padding: 0;
  display: inline;
}
.cartCell.itemTextContainer .ItemNumberText {
  padding: 3px 0 0;
}
.cartHeader.saved {
  display: none;
}
.saved.row {
  margin-left: -10px;
  margin-right: -10px;
}
.saved.row .itemWrapper {
  padding-left: 10px;
  padding-right: 10px;
  /* .removeBtn a{
   color:#adadad;
		&:before {
			content: "x";
			color: #dedede;
			border: 1px solid;
			border-radius: 50%;
			padding: 0px 4px 1px 4px;
			line-height: 1;
			font-size: 11px;
   margin:0 5px 0 0;
  }
   		&:hover {
     text-decoration:none;
     color:inherit; 
     border:1px solid #7e7e7e;
	}
 } */
}
.saved.row .itemWrapper .ItemNumberText {
  display: none;
}
.saved.row .itemWrapper .imageContainer {
  width: auto;
}
.saved.row .itemWrapper img.CartProductImage {
  width: 100%;
}
.saved.row .itemWrapper .itemRow {
  padding-top: 10px;
  text-align: center;
}
.saved.row .itemWrapper .cartCell.itemTextContainer {
  text-align: center;
}
.saved.row .itemWrapper .unitpricelabel {
  display: inline;
}
.saved.row .itemWrapper .AvailabilityText {
  display: inline;
}
.removeBtn.saveBtn {
  border: 1px solid #dedede;
  margin-top: 5px;
  padding: 1px;
  width: 100%;
  text-transform: lowercase;
  font-size: 11px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.removeBtn.saveBtn:hover {
  border: 1px solid #7e7e7e;
  background-color: rgba(236, 236, 236, 0.5);
}
.removeBtn.saveBtn a:hover {
  text-decoration: none;
  color: inherit;
}
/*
.R18item .itemTextContainer:before {
 content:" ";
 width:25px;
 height:23px;
 left:3px;
 top:50%;
 transform:translateY(-50%);
 position:absolute;
 background:url("../../Skins/BobbyJones/Images/R18_cartIcon.png") no-repeat;
 background-size:16px;
 margin:auto;
}
*/
.R18item .itemTextWrapper a:before {
  content: url("../../Skins/BobbyJones/Images/R18_cartIcon.png");
  -moz-transform: scale(0.65);
  -o-transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
  margin-left: -4.5px;
}
.SNitem .itemTextWrapper a:before {
  content: url("../../Skins/BobbyJones/Images/SN_cartIcon.png");
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(scale(0.8));
  transform: scale(0.8);
  margin-left: -2px;
}
.BJitem .itemTextWrapper a:before {
  content: url("../../Skins/BobbyJones/Images/BJ_player2019.jpg");
}
/*
.SNitem .itemTextContainer:before {
 content:" ";
 width:25px;
 height:25px;
 left:0;
 top:50%;
 transform:translateY(-75%);
 position:absolute;
 background:url("../../Skins/SunIce/Images/SN_cartIcon.png") no-repeat;
 background-size:22px;
 margin:auto;
}
.saved .R18item .itemTextContainer:before {
 left:-10px;
 top:auto;
 transform:none;
}
.saved .SNitem .itemTextContainer:before {
 left:-10px;
 top:auto;
 transform:none;
}
.saved .BJitem .itemTextContainer:before {
 left:-10px;
 top:auto;
 transform:none;
}
*/
@media (min-width: 992px) {
  .ShoppingCart .ImageHeaderCell,
  .ShoppingCart .imageContainer {
    width: 12%;
  }
  .ShoppingCart .ImageHeaderWrapper,
  .ShoppingCart .itemRow {
    width: 88%;
  }
  .PriceText {
    display: none;
  }
}
@media (max-width: 991px) {
  .saved.row .cartCell,
  .saved.row .cartCell.unitprice {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cartCell.amountline {
    text-align: left;
    padding: 0 5px;
  }
  .itemWrapper .itemRow .itemTextWrapper {
    display: block;
  }
  .itemWrapper .itemRow .itemTextWrapper .itemTextContainer .ItemNumberText {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 3px 0 0 5px;
  }
  .ItemDimensionPanel .ItemDimensionLabel {
    padding-left: 5px;
  }
}
@media (max-width: 550px) {
  .itemWrapper .itemRow {
    padding-top: 15px;
  }
}
a[id$="lnkRemove"] {
  color: #006241;
  text-decoration: underline;
}
