#header.container {
  max-width: 1600px;
}
#content {
   color: #3D3D3D;
}
#header.container h1 {
  font-size: 18px;
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 2px solid #F3F3F3;
  color: #3D3D3D;
}
*:focus {
  box-shadow: none !important;
}
#shopping-cart {
  color: #3D3D3D;
  margin-top: 35px;
  margin-bottom: 35px;
}
#shopping-cart a {
  color: #3D3D3D;
}
#shopping-cart.container {
  max-width: 1300px;
}
#shopping-cart.container h2 {
  font-size: 20px;
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
	font-weight: bold;
     color: #3D3D3D;
}
@media (min-width:720px) {
  #shopping-cart a:hover {
    color: #72807B;
  }
}
@media (max-width:719px) {
  #shopping-cart {
    margin-top: 20px;
  }
  #shopping-cart.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#shopping-cart input,
#shopping-cart select {
  border-radius: 0;
}
#shopping-cart input:focus,
#shopping-cart select:focus {
  /*
    box-shadow: 0 0 0 2px #72807B inset;
  */
  outline: none;
}
#shopping-cart .leftColumn,
#shopping-cart .rightHelp {
  border:1px solid #E6E7EB;
  padding: 30px 40px;
}
#shopping-cart .rightColumn {
  background-color: #F2F2F2;
  padding: 30px 40px;
}
#shopping-cart .rightHelp {
  margin-top: 15px;
  font-size: 13px;
}
#shopping-cart .rightHelp .icon {
  height: auto;
  width: 22px;
}
#shopping-cart .rightHelp .icon.phone {
  height: auto;
  width: 15px;
}
@media (min-width:992px) and (max-width:1239px) {
  #shopping-cart .rightColumn,
  #shopping-cart .leftColumn,
  #shopping-cart .rightHelp {
    padding: 30px 15px;
  }
  #shopping-cart .rightHelp {
    font-size: 11px;
  }
}
@media (max-width:719px) {
  #shopping-cart .rightColumn,
  #shopping-cart .leftColumn,
  #shopping-cart .rightHelp {
    padding: 30px 15px 22px;
  }
  #shopping-cart .rightHelp {
    font-size: 12px;
  }
}
#shopping-cart .leftColumn hr {
  border: 1px solid #F3F2F7;
  margin: 30px 0 0;
}
#shopping-cart .rightColumn hr,
#shopping-cart .rightHelp hr {
  border: 1px solid #ECEBF0;
  margin: 28px 0;
}
@media (max-width:719px) {
  #shopping-cart .rightColumn hr.hrPayTop {
    margin-bottom: 10px;
  }
  #shopping-cart .rightColumn hr.hrPayBottom {
    margin: 10px 0 20px;
  }
}

#shopping-cart .checkout-messageInfo {
  border: 0 solid #df0029;
  color: #f2632b;
  font-style: normal;
  margin: 5px auto;
}
#shopping-cart .msgAllCart {
  border: 0 solid #df0029;
  color: #FF0000;
  float: left;
  font-size: 12px;
  font-style: normal;
  margin: 5px auto;
}
#shopping-cart .msgAllCart.promoMessage {
  font-size: .9rem;
}
.clearance {
  color: #FF0000;
  font-size: 1rem;
}
#shopping-cart  .cart-product {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
	font-weight: 500;
}
#shopping-cart  .cart-product .details {
  text-transform: none;
  padding: 15px 0;
	font-weight: 600;
}
#shopping-cart  .cart-product .details .sku {
	font-weight: 500;
	font-size: 12px;
}
#shopping-cart  .cart-product .name {
  font-size: 18px;
  line-height: 18px;
  font-family:source-serif-pro,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-transform: capitalize;
  padding-bottom: 5px;
  font-weight:700;
}
#shopping-cart  .cart-product .name-long {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
}
#shopping-cart  .cart-product .quantity {
	font-weight: 600;
}
#shopping-cart .product {
  margin-top: 30px;
}
#shopping-cart .product select {
  border: 1px solid #E4E8EB;
  font-weight: 500;
  background: url(resources/images/arrow-checkout2.png) no-repeat right #fff;
  width: 40px;
  line-height: 1;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  margin: 0 0 0 5px;
  font-size: 14px;
  text-align: left;
  text-transform: none;
  padding-left: 5px;
}
@-moz-document url-prefix() { 
  #shopping-cart .product select {
    padding-left: 0;
  }
}
#shopping-cart .product select::-ms-expand {
  display: none;
}
#shopping-cart .product .price {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (max-width:575px) {
  #shopping-cart .product .details {
    font-size: 13px;
  }
}
#shopping-cart .product .remove {
  font-size: 12px;
  padding-top: 15px;
  text-transform: capitalize;
  text-decoration: underline;
}
#shopping-cart .product .remove img {
  margin-bottom: 5px;
}
#shopping-cart .moreLess {
  text-align: center;
  margin-top: 10px;
}
#shopping-cart .moreLess div {
  cursor: pointer;
}
#shopping-cart .moreLess img {
  margin-left: 5px;
  width: 10px;
}
#shopping-cart .moreLess #showLess img {
  transform:rotate(180deg);
}
#shopping-cart .moreLess .hide {
  display: none;
  transition: display 4s;
}
#shopping-cart .moreLess hr {
  margin-top: 10px;
}
#shopping-cart .moreLess .spacer {
  margin-top: 10px;
}
#shopping-cart .promo .input {
  width: 100%;
  font-size: 16px;
  border: 1px solid #D1D1D1;
  padding: 15px 85px 15px 15px;
  text-transform: uppercase;
}
#shopping-cart .promo .apply {
  right: 25px;
  top: 15px;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  color: #92A39D;
  background-color: transparent;
  border: 0px #fff solid;
}
@media (min-width:920px) {
  #shopping-cart .promo .apply:hover {
    color: #72807B;
  }
}
#shopping-cart .promo .apply.checkmark {
  font-size: 35px;
  top: -3px;
  padding-right: 14px;
}
#shopping-cart .cost {
  font-size: 16px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
}
#shopping-cart .cost .value {
  text-align: right;
  font-weight: bold;
}
#shopping-cart .cost.discount {
  color: #B32625;
}
#shopping-cart .promoQualified {
  color: #C23A32;
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
#shopping-cart .cost.total {
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
}
@media (min-width:720px) and (max-width:919px) {
  #shopping-cart .cost.total {
    font-size: 21px;
  }
}
@media (max-width:719px) {
  #shopping-cart .cost.total {
    font-size: 19px;
  }
}
#shopping-cart .rightColumn .afterPay {
  text-align: center;
  color: #939598;
}
#shopping-cart .checkout .btn {
  border: 1px solid #002531;
  background-color: #002531;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  padding: 6px 10px;
}
@media (min-width:920px) {
  #shopping-cart .checkout .btn:hover {
    opacity: .9;
  }
}
#shopping-cart .checkout.promo .btn {
  height: 56px;
  padding: 5px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #shopping-cart .checkout .btn.mac {
    padding-top: 5px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #shopping-cart .checkout.promo .btn.mac {
    padding-top: 2px;
  }
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#shopping-cart .checkout .remove {
  text-align: right;
  height: 100%;
  width: 100%;
  display: inline-block;
}
#shopping-cart .promoFields .subText {
  font-size: .75rem;
}
#shopping-cart .options {
  text-align: center;
}
#shopping-cart .options .label {
  margin-top: -41px;
}
@media (max-width:719px) {
  #shopping-cart .options .label {
    margin-top: -25px;
  }
}

#shopping-cart .options .label span {
  background-color: #F2F2F2;
  color: #6F6F71;
  padding: 0 15px;
}
#shopping-cart .paypal {
  text-align: center;
}
#shopping-cart .paypal img {
  width: 100%;
  max-height: 100% !important;
}
@media (min-width:920px) {
  #shopping-cart .paypal img:hover {
    opacity: .7;
  }
}
#shopping-cart .amazonPay img {
  padding-top: 15px;
}
#shopping-cart .afterPay img {
  padding-top: 10px;
}
#shopping-cart .paypal #apReal,
#shopping-cart #apMore,
#shopping-cart .paypal #appleReal,
#shopping-cart #appleMore,
#shopping-cart #ppMore{
  display: none;
}
#shopping-cart #apFake,
#shopping-cart #appleFake {
  cursor: pointer;
}
#shopping-cart #ppMore,
#shopping-cart #apMore,
#shopping-cart #appleMore {
  text-align: center;
  font-size: .75rem;
  color: #be1e2d;
  line-height: 1.1;
  padding-top: 15px;
}
#shopping-cart .continue {
  font-size: 15px;
  text-align: center;
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
}
#shopping-cart .bottom .col-sm-6 {
  margin-top: 50px;
  display: inline-block;
}
#shopping-cart .help {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  margin-bottom: 17px;
  margin-top: 50px;
}
#shopping-cart .help hr {
  margin: 25px 0;
}
#shopping-cart .help .title {
  font-size: 27px;
}
#shopping-cart .help a,
#shopping-cart .help .phone {
  color: #92A39D;
}
@media (min-width:920px) {
  #shopping-cart .help a:hover {
    color: #72807B;
  }
}
#shopping-cart .recommended {
  border: 2px solid #D1D1D1;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
  margin-top:50px;
}
#shopping-cart .recommended .title {
  font-size: 27px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#shopping-cart .recommended .detailInfo {
  margin: 10px 0;
}

/* FOREIGN CREDIT CARD POP UP */
#mask {
  background-color: #6D6E71;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
#signupForm p {
  clear: both;
  line-height: 1.2em;
  margin: 2px 0;
}
#dialog.window {
  background: none repeat scroll 0 0 #FFF;
  border: 5px solid #736258;
  display: none;
  height: 183px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  top: 40%;
  width: 400px;
  z-index: 999999;
  line-height: normal;
}
.emailsignupclose {
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
}
.signupTextHeader {
  color: #4E2F1D;
  font-size: 14px;
  font-weight: bold;
  margin-left: 14px;
  font-style: italic;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.signupTextBody {
  color: #695749;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-left: 14px;
  text-align: left;
}

#category-gwp-dialog {
  display: block; 
  position: fixed; 
  background-color: #002531;
  z-index: 99999999;
  top: 250px; 
  margin: auto; 
  width: 95%; 
  max-width: 600px; 
  padding: 40px 20px;
  font-weight: bold; 
  font-size: 16px; 
  left: 0px; 
  right: 0px; 
  border: 1px solid #002531;
color: #fff;
	text-transform:uppercase;
	letter-spacing:1px;
}

#category-gwp-dialog table {
	max-width:100%;
	margin:0 auto;
}

#category-gwp-dialog td {
	
	    width: 100%;
    text-align: center;
}
.addToCart-btn,
.quickviewclose-btn {
	margin-top:15px !important;
	font-family: Quasimoda, "Quasimoda", sans-serif;
    padding: 0.5rem 1rem;
  background: #C23A32;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
	border:2px solid #C23A32;
	min-width:175px;
	font-size:14px !important;
	color:  #fff;

	
}

#pnlGiftWithPurchase1 {
    width: 100%;
	text-align:center !important;
}


#shopping-cart .loyaltyCartMsg{
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: normal;
}
/*Hiding Size message*/
#pnlInventory{
  opacity: 0;
}
/* QUICKVIEW */
.container.cartPop #mask {
  background-color: #6D6E71;
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}
.container.cartPop {
  width: 100%;
  max-width: 1000px;
  display: none;
  margin: 10px auto 0;
}
.container.cartPop #cartPop {
  display: inline-block;
  position: absolute;
  background: #fff;
  z-index: 999999;
  top: 50px;
  width: 90%;
  max-width: 500px;
  padding: 40px 35px;
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  margin: 0 auto;
  left:0;
  right:0;
}
#gwp-popup{
  max-width: 500px;
  z-index: 9;
}
@media (max-width:992px) {
  .container.cartPop #cartPop {
    padding: 5px;
  }
}
@media (max-width:767px) {
  .container.cartPop #cartPop {
    font-size: 9px;
  }
}
.container.cartPop #cartPop .title {
  font-size: 15px;
  text-align: center;
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width:767px) {
  .container.cartPop #cartPop .title {
    font-size: 12px;
  }
}
.container.cartPop #cartPop .close {
  text-align: right;
}
.container.cartPop #cartPop .close input {
  border: none;
  background: #fff;
  color: #385050;
  font-size: 30px;
}
.container.cartPop #cartPop .pop-image {
  text-align: center;
}
#cartPop .pop-image{
  text-align: center;
}
#cartPop .pop-image img{
  width: 50%;
}
@media (max-width:767px) {
  .container.cartPop #cartPop .close input {
    font-size: 25px;
  }
}
.container.cartPop #cartPop .info {
  list-style: none;
  text-align: center;
}
.container.cartPop #cartPop .info ul {
  padding: none;
}
.container.cartPop #cartPop .price {
  font-size: 22px;
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
  color: #385050;
}
.container.cartPop #cartPop .price .sale {
  color: #ff6b6b;
}
.container.cartPop #cartPop .price .was {
  text-decoration: line-through;
}
@media (max-width:767px) {
  .container.cartPop #cartPop .price {
    font-size: 16px;
  }
}
.container.cartPop #cartPop .swatchLabel {
  font-family: "playfair_displaybold", Helvetica, Arial, sans-serif;
  color: #385050;
}
.container.cartPop #cartPop .swatchhover {
  font-family: "playfair_displayregular", Helvetica, Arial, sans-serif;
  color: #385050;
}
.container.cartPop #cartPop .swatches {
  margin-top: 3px;
}
.container.cartPop #cartPop .style-swatches,
.container.cartPop #cartPop .style-swatches-selected {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}
.container.cartPop #cartPop .style-swatches-selected {
  border: 3px solid #385050;
  padding: 2px;
}
.container.cartPop #cartPop .drop {
  margin-top: 10px;
}
.container.cartPop #cartPop .drop .label {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.container.cartPop #cartPop .drop select {
  width: 100%;
  color: #999999;
  border: 1px solid #999999;
  font-size: 15px;
  padding: 12px 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
@media (max-width:767px) {
  .container.cartPop #cartPop .drop .label {
    font-size: 10px;
  }
  .container.cartPop #cartPop .drop select {
    font-size: 10px;
    padding: 5px 0;
  }
}
.container.cartPop #cartPop .addToCart-btn {
  background: #385050;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-family: "montserratbold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  border: none;
  margin: 10px 0;
  text-align: center;
  padding: 9px 0 8px;
}
@media (min-width:992px) {
  .container.cartPop #cartPop .addToCart-btn:hover {
    background: #547777;
  }
}
@media (max-width:767px) {
  .container.cartPop #cartPop .addToCart-btn {
    font-size: 10px;
  }
}
.container.cartPop #cartPop .giftMsg {
  font-size: 20px;
}
@media (max-width:767px) {
  .container.cartPop #cartPop .giftMsg {
    font-size: 11px;
  }
}
/* PROMO GWP POPUP */
#gwp-popup .modal{
  position: absolute !important;
  overflow: visible !important;   
  width: 100% !important;
  height: 100%;
  transform: translate(0%,0%) !important;
  top: 0%;
  left: 0 !important;
}
#gwp-popup{
  border-radius: 0;
  z-index: 2;
}
#gwp-popup .modal-body{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0px;
  background: white;
}
#gwp-popup .modal-content{
  letter-spacing: 2px;
}

#gwp-popup .name{
  text-transform: uppercase;
  font-size: 1.5rem;
}
#gwp-popup .price {
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #939598;


}
#gwp-popup .longName {
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #939598;

}

@media (max-width: 767px){
  .popUp{
    top: 20% !important;
  }
  #gwp-popup .name{
    text-transform: uppercase;
    font-size: 1.5rem;

  }
  #gwp-popup .price {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #939598;


  }
  #gwp-popup .longName {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #939598;

  }
}
#gwp-popup .long__description,
#gwp-popup .quickviewclose-btn{
  letter-spacing: 1px;
  font-size: 11px;
  color: #575757;
}
#gwp-popup .modal-content .modal-header{
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  justify-content: center;
  text-transform: uppercase;
}
#gwp-popup .modal-content .modal-header2 {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  justify-content: center;
  text-transform: uppercase;
}
#gwp-popup .modal-content .modal-footer{
  background-color: #e6e6e6;
  color: #fff;
  font-size: 1.25rem;
  justify-content: center;
  text-transform: uppercase;
  opacity: 1;
  transition: .2s opacity;

  letter-spacing: 2px;
}
#gwp-popup .modal-content .modal-footer .addToCart-btn{
  color: #fff;
  align-content: center;
  background: #999;
  height: 37px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  border: none;
  text-transform: uppercase;
}
#gwp-popup .modal-content .modal-footer .addToCart-btn:hover{
  cursor: pointer;
  opacity: .8;
}
#gwp-popup .modal-content .modal-footer .addToCart-btn.reject{
  color: #999;
  background: #e6e6e6;
  margin-top:20px;
}
#gwp-popup .label{
  color: #575757;
  font-size: 12px;
  padding-bottom: 6px;
  letter-spacing: 1px;
}
#gwp-popup .drop .dropDown select{
  height: 24px;
  width: 37%;
  font-size: .75rem;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 0px 0px 51px !important;
  background: lightgrey !important;
}

.threshold-highlight{
  color: #28a8e0;
}
#cartPop .pop-image{
  text-align: center;
}
#cartPop .pop-image img{
  width: 50%;
}
#gwp-popup .grey{
  background-color: #fff !important;
  color: #535353 !important;
}
.promo-mask{
  background-color: #000000;
  left: 0;
  right: 0;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  opacity: .4;
  width: 100%;
  z-index: 100003;
}
.img-fluid.w-120 {
  max-width: 120px;
  margin-bottom: -1rem
}
/*For Upsell Popup*/
body.pop-activated{
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-align{
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  white-space: nowrap;
}
.modal-empty{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;   
}
#upSellPop {
  display: none;
}
#upSellPop.show {
  display: block;
}
#upSellPop .modal-dialog{
  display: inline-block;
  vertical-align: middle;
  max-width: 775px;
  z-index: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #upSellPop .modal-dialog{
    display: block;
  }
  .modal-empty{
    display: none; 
  }
}
#upSellPop .modal-content{
  padding: 2rem;
  border-radius: 0;
}
#upSellPop .floating-btn .icon{
  width: 15px;
  height: 15px;
}
.upSell-header{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
} 
#upSell-mask{
  position: fixed;
  background: #000;;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7001;
  display: block;
}
#upSell-mask.show{
  opacity: .75;
}
.floating-btn{
  position: absolute;
  right: .5rem;
  top: .5rem;
  z-index: 1;
}
.close-btn:hover{
  cursor: pointer;
}
.outside-pop-area{
  height:100%;
  width: 100%;
  top:0;
  left:0;
  position: fixed;
  z-index: 1;
}
.qty.label {
  font-size: .75rem;
}
/*For Upsell Popup*/
body.pop-activated{
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-align{
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  white-space: nowrap;
}
.modal-empty{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;   
}
#upSellPop {
  display: none;
}
#upSellPop.show {
  display: block;
}
#upSellPop .modal-dialog{
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 80vw;
  z-index: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #upSellPop .modal-dialog{
    display: block;
  }
  .modal-empty{
    display: none; 
  }
}
#upSellPop .modal-content{
  padding: 2rem;
  border-radius: 0;
}
#upSellPop .floating-btn .icon{
  width: 15px;
  height: 15px;
}
.upSell-header{
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
} 
.upSell-text{
  font-size: 1rem;
}
#upSell-mask{
  position: fixed;
  background: #000;;
  opacity: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: block;
}
#upSell-mask.show{
  opacity: .75;
}
.floating-btn{
  position: absolute;
  right: .5rem;
  top: .5rem;
  z-index: 1;
}
.close-btn:hover{
  cursor: pointer;
}
.outside-pop-area{
  height:100%;
  width: 100%;
  top:0;
  left:0;
  position: fixed;
  z-index: 1;
}
.qty.label {
  font-size: .75rem;
}
/*For UpSell Mobile Products*/
.upSellMobile-product,
.upSellMobile-product a{
  color: #000;
  padding-bottom: 2px;
}
.upSellMobile-product a:hover{
  color: #000;
  text-decoration: none;
}
.upSellMobile-product .name{
  color: #282829;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  transition:.2s
}
.upSellMobile-product .name.long{
  font-size: .8rem;
  font-weight: 400;
  margin-bottom: 0rem;
  white-space: normal;
}
.upSellMobile-product .price{
  font-size: .875rem;
  color: #282829;
  font-weight: 500;
  line-height: 1.5;
}

/*For Upsell Popup Products*/
.upSellPop-product a:hover{
  text-decoration: none;
}
.upSellPop-product .name{
  color: #282829;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  transition:.2s;
  margin-top: 5px;
}
.upSellPop-product .name.long{
  font-size: .8rem;
  font-weight: 400;
  margin-bottom: 0rem;
  white-space: normal;
}
.upSellPop-product .price{
  font-size: .875rem;
  color: #282829;
  font-weight: 500;
  line-height: 1.5;

}
.upSellPop-product .price.clearance{
  color:#C23A32;
}
.upSellPop-product .price.clearance .old{
  text-decoration: line-through;
  color:#000;
}
.upSellPop-product hr {
  width: 100%;
  border-color: #000 !important;
}
@media (max-width:719px) {
  .upSell-header{
    font-size: 6vw;
  } 
  .upSell-text{
    font-size: 3vw;
  }
  .product-tile-details .name{
    font-size: 2vw;
  }
  .product-tile-details .name-long,
  .product-tile-details .price{
    font-size: 1.25vw;
  }
}
/*GWP Add To Cart*/
.gwp-promo-alert a:hover{
  text-decoration: none;
}
.gwp-promo-alert{
  text-align: center;
  padding:1rem;
  margin-top:2rem;
  background:#fff;
}
.gwp-promo-msg{
  text-decoration: underline;
}
.shippingPopupMessage {
  font-size: .85vw;
  display: block;
  border-bottom: 1px solid grey !important;
  padding-bottom: 5px;
  margin-bottom: 7px;
  color: #C23A32 !important;
}
.pop-image{
  text-align: center;
}
.pop-image img{
  width: 50%;
}

.promoQualifiedPopup {
  display:block;
  border-bottom: 1px solid #6D6D6D;
  font-weight: bold;
  margin-bottom:7px;
  padding-bottom: 5px;
  color: #ffa600;
}
#shopping-cart .paypal a:focus img,
#shopping-cart .product a:focus img {
  color: #6D6D6D;
  background-color: #fff;
  /*
    border-color: #92a39d;
    box-shadow: 0 0 0 .1rem #92a39d;
  */
  outline: 0;
}
#shopping-cart .icon.email {
  width: 25px;
  height: 25px;
}
#shopping-cart .shipReturn {
  font-family:interstate,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}
#shopping-cart .promo .apply:focus {
  box-shadow: none !important;
  outline: none !important;
}
.mobileSplit {
  display: flex;
  width: 100%;
}
#checkout .inputLabel {
  position: absolute;
  font-size: 16px;
  color: #979696;
  margin-top: 16px;
  margin-left: 11px;
  padding: 0 5px;
  transition: all .2s ease;
  z-index: 10;
}
#checkout .inputLabel.promo {
  text-transform: uppercase;
}
#checkout .inputLabel.focus,
#checkout .inputLabel.active {
  margin-top: 1px;
  margin-left: 2px;
  font-size: 11px;
  background-color: transparent;
  transition: all .2s ease;
}
#checkout .inputLabel.focus {
  color: #92a39d;
}


/*  PER CAROLYN  */
.focusable :focus {
  box-shadow: none !important;
  outline: none !important;
}
.price-block  .price {
  font-size: 16px;
  color: #575757;
}
.price-block  .price.new {
  color: #C23A32;
  margin-left: 5px;
  font-weight: 700;
}
.price-block .promo-redline {
  color: #C23A32 !important;
  font-size: 16px;
  margin-right: 5px;
}
.price-block .price.old {
  color: #575757;
  text-decoration: line-through;
}


/*Mobile Upsells*/

#mobile-upsell-items .priceSellContainer {
    margin-bottom: 5px;
    margin-top: 5px;
    position: absolute;
    top: 5px;
    left: 20px;
    display: block;
    padding-left: 5px;
    width: 40%;
}
#mobile-upsell-items .product-label.clearance {
    background: #C23A32;
}
#mobile-upsell-items .product-label.clearance, #mobile-upsell-items .product-label.new, #mobile-upsell-items .product-label.everydayLowPrice {
    color: #fff;
    padding: 0.1875rem;
    text-transform: uppercase;
    font-family: interstate;
    font-size: 14px;
    text-align: center;
}

#mobile-upsell-items .swiper-button-prev, #mobile-upsell-items .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    cursor: pointer;
    position: absolute;
    color: #000 !important;
    top: 50%;
    padding: 0.5rem;
    text-align: center;
    background: #e1e1e1;
    opacity: .8;
}
#mobile-upsell-items .swiper-button-next:after, #mobile-upsell-items .swiper-button-prev:after {
  font-size: 16px !important;
}
#mobile-upsell-items .product .priceSell {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight:bold;
}
#mobile-upsell-items .pr-snippet-rating-decimal,
#mobile-upsell-items .pr-category-snippet__total.pr-category-snippet__item {
	display:none;
}

#mobile-upsell-items .name {
    color: #282829;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
    transition: .2s;
}
#mobile-upsell-items  .name-long {
    font-size: .8rem;
    font-weight: 400;
    margin-bottom: 0rem;
    white-space: normal;
}

#mobile-upsell-items .old {
    text-decoration: line-through;
    color: #000;
	margin-right:5px;
}

#mobile-upsell-items .clearance {
	color: #C23A32;
}