#giftCount {
  display: none !important;
}

/*.sideCartDescription .size, .CartDescription .size, .miniCartDescription .size, .CartDescription .size {
  display: none !important;
}*/

#allGiftsSelectedModal .title-big {
  font-size: 40px;
}

.page-landing .landingText1 {
  font-weight: normal !important;
  font-size: 16px !important;
}

.checkoutMessage {
  color: #ef5029;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.checkoutMessage .text-danger {
  color: #ef5029;
}

.finishRedirectBtn {
  font-size: 20px;
  background-color: #004588;
}

.finishRedirectBtn:hover {
  background-color: #0067cb;
}

/*Shopping Option popup modal styling*/
.shoppingOptionModal .top-description, .shoppingOptionModal .bottom-description {
  padding-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.shoppingOptionImageLink {
  cursor: default !important;
}

.shoppingOptionChoice.item.list-view .description,
.shoppingOptionChoice.item.list-view .description p {
  text-align: left;
  max-height: none;
}

/*.shoppingOptionChoice.item.list-view .product {
  max-height: 300px;
}*/

.shoppingOptionChoice.item.list-view .image {
  max-height: 258px;
  max-width: 280px;
}

.shoppingOptionChoice.item.list-view h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  min-height: 0;
}

.shoppingOptionChoice .action-block {
  padding-bottom: 10px;
}


.shoppingOptionChoice .originalPrice {
  text-decoration: line-through;
  color: #8b8b8b;
  font-size: 16px;
}

.shoppingOptionChoice .action-block {
  text-align: right;
}

.shoppingOptionChoice .action-block .action-control {
  display: inline;
}

.shoppingOptionChoice .action-block .price {
  display: inline;
  vertical-align: middle;
  font-size: 20px;
}

.shoppingOptionChoice .product:hover .image a img {
  transform: scale(1.05);
}
.shoppingOptionModal .bottom-description{
 color:red;
 font-size:26px;
}
