#breadcrumbs .mobileCrumbText {
  display: none;
}
.share_links {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}
.share_google {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    color: 
#fff !important;
background:
    #c21d0a !important;
    border-radius: 4px;
    padding: 3px 6px;
    width: auto;
}
.share_google img {
    width: 23px;
    height: 22px;
    margin-left: 0px;
    margin-right: 1px;
}
.productDetails h1 {
  border-bottom: 0 !important;
  padding: 0 !important;
  font-size: 2em;
}
.productDetails h2 {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.productDetails h3 {
  font-size: 1.4em;
  font-size: 44px;
  margin-bottom: 5px;
}
.productDetails .thumbnails {
  padding: 3% 0;
}
.productDetails .thumbnails a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 2px;
}
.productDetails .thumbnails a img {
  border: 1px solid #85b4c6;
}
.topStarRating {
  margin-bottom: 10px;
  width: 25%;
}
.priceBox {
  background-color: #def2fd;
  padding: 5px;
  margin-bottom: 5px;
}
.priceBox .priceDetails {
  width: 56%;
}
.priceBox .priceDetails,
.priceBox .btnAddToCart {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
}
.priceBox .price {
  font-size: 1.8em;
  font-weight: bold;
  color: #006699;
}
.priceBox .currency {
  color: #006699;
  font-weight: bold;
  font-size: 1.2em;
}
.priceBox .btnAddToCart {
  width: 124px;
}
.priceBox select {
  width: 95%;
}
.priceBox .stockNotify {
  width: 100%;
}
.productDetails small {
  line-height: normal;
  padding-top: 5px;
  display: block;
}
.prodPromote {
  padding-top: 10px;
}
.prodPromote a{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
.prodPromote a img{
  vertical-align: middle;
  margin-right: 3px;
}
.reviews .reviewLink{
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}
.relatedPuzzles {
  list-style-type: none;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 5px 0;
  margin: 0;
}
.relatedPuzzles li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 1%;
  width: 30%;
  vertical-align: top;
}
.relatedPuzzles .header {
  background-color: #def2fd;
}

.productDetails .reviews {
  border: 0;
}
.productDetails .reviews h2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
}
.review {
  border-top: 1px dotted silver;
  padding: 10px 0;
  text-align: left;
}
.reviewDetail .starRating {
  width: 12%;
}
.reviewDetail .name {
  font-weight: bold;
}
#reviewForm {
  background-color: #eee;
  padding: 10px;
}
#reviewForm h3 {
  font-size: 2em;
}

/* Bump fancybox above the sticky puzzle master header */
#fancybox-overlay {
  z-index: 11000;
}
#fancybox-wrap {
  z-index: 11001;
}
#fancybox-loading {
  z-index: 11004;
}

#fancybox-content #reviewForm {
  background-color: #fff;
}
#fancybox-content #reviewForm div input {
  width: 95%;
  padding: 10px 2%;
  border: 1px solid #999;
  text-align: left;
}
#fancybox-content #reviewForm input[type="submit"] {
  -moz-box-shadow: inset 0px 1px 0px 0px #fff3cf;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff3cf;
  box-shadow: inset 0px 1px 0px 0px #fff3cf;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ffd940),
    color-stop(1, #ffbf00)
  );
  background: -moz-linear-gradient(center top, #ffd940 5%, #ffbf00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd940', endColorstr='#ffbf00');
  background-color: #ffd940;
  border: 1px solid #cc8800;
  display: inline-block;
  color: #000000;
  font-size: 1.2em;
  height: 50px;
  width: auto;
  padding: 15px 25px;
}
#fancybox-content #reviewForm input[type="submit"]:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ffbf00),
    color-stop(1, #ffd940)
  );
  background: -moz-linear-gradient(center top, #ffbf00 5%, #ffd940 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbf00', endColorstr='#ffd940');
  background-color: #ffbf00;
}
.text-center {
  text-align: center;
}



@media only screen and (max-width: 45em) {
  .share_links {
justify-content: center !important;
} 
  #breadcrumbs,
  .prodDetailMenu {
    display: none;
  }
  .productDetails .column {
    display: block;
    width: 100%;
    padding: 0;
  }
  .productDetails {
    text-align: center;
  }
  .prodPromote a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 1% 3%;
  }

  .priceBox select {
    font-size: 1.4em;
  }

  .relatedPuzzles li a img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .reviewDetail .starRating {
    display: block;
    width: 90px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 30em) {
/* .share_links {
justify-content: center !important;
} */
  .relatedPuzzles .header {
    display: block;
    width: 98%;
  }
  .relatedPuzzles li {
    width: 45%;
    padding-top: 2%;
  }
  #reviewForm img {
    width: 100%;
  }
  .priceBox .btnAddToCart {
    display: block;
    margin: 2% auto 0;
    width: 90%;
  }
}

/* SG 16-05-19 */

.rating-contain {
  max-width: 380px;
  width: 100%;
  background: #fff;
  display: flex;
}
.rating-desc {
  margin-left: 30px;
}
.rating-overview {
  width: 30%;
  text-align: center;
  margin-left: 10px;
}
.starsmall img {
  width: 10px;
}
.progress {
  height: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  text-align: left;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.ratebar {
  min-width: 120px;
  margin: 0 20px;
}
.rating-descrow {
  display: flex;
}
.rating .glyphicon {
  font-size: 22px;
}
.rating-num {
  margin-top: 0px;
  font-size: 54px;
  margin-bottom: 0;
}
.rating-num span {
  font-size: 22px;
  position: relative;
  bottom: 9px;
}

.progress {
  height: 6px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.progress-bar {
  text-align: left;
}
.rating-desc .col-md-3 {
  padding-right: 0px;
}
.sr-only {
  margin-left: 5px;
  overflow: visible;
  clip: auto;
}
.boxwithratingreviewtop {
  display: flex;
  margin-bottom: 10px;
}
.boxwithratingreview {
  display: inline-block;
  margin-bottom: 10px;
}
.ratingbox {
  line-height: normal;
  display: inline-block;
  color: #fff;
  padding: 3px 6px 3px 8px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
}
#rating {
  padding-left: 10px;
}
.ratingbox img {
  width: 10px;
}

@media only screen and (max-width:667px)
   .share_links {
justify-content: center !important;
}
}
@media only screen and (max-width: 380px) {

  /* .rating-contain {
    display: block;
  } */
  .rating-desc {
    margin-left: 0;
  }
}
/* .rating-desc a {
  padding: 50px;
} */

.ratingboxup {
  position: relative;
  margin-top: 6px;
}
.jq-ry-container {
  display: inline-block !important;
}
.rate_box a.topratingbot {
  display: inline-block;
  vertical-align: top;
  line-height: 4px;
}
.ratenumber a {
  color: #2a1e4c;
}
.ratingboxup .rating-desc {
  display: none;

  background-color: #fff;
  color: #777;
  text-align: center;
  padding: 25px 10px;
  position: absolute;
  z-index: 1;
  top: 150%;
  width: 220px;
  margin-left: -45px;
  box-shadow: 0.5px 0.5px 5px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #cdcdcd;
}
.ratingboxup .rating-desc:after,
.ratingboxup .rating-desc:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ratingboxup .rating-desc:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.ratingboxup .rating-desc:before {
  border-color: rgba(205, 205, 205, 0);
  border-bottom-color: #cdcdcd;
  border-width: 11px;
  margin-left: -11px;
}
.topratinghead {
  color: #444;
  position: relative;
  bottom: 10px;
}
.topratingbot {
  position: relative;
  top: 10px;
}
.ratingboxup .rating-desc .ratenumber {
  color: #2a1e4c;
}

/* .ratingbox:hover .rating-desc {
  display: block !important;
} */
@media only screen and (max-width: 720px) {
  .ratingboxup {
    max-width: 245px;
    margin: 10px auto 0 auto;
  }
  .ratingboxup .rating-desc {
    margin-left: 13px;
  }

  .jq-ry-container {
    margin: 0 auto;
  }
}
.msg ul {
  background-color: red;
  color: white;
  padding: 10px 20px;
  list-style: none;
  font-weight: bold;
}
.msg p {
  background-color: green;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 20px;
}
