.btn-explore {
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  height: 23px;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
a {
  text-decoration: none;
  transition: border-bottom 0.2s ease 0s;
}
.product-pane .section-header {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  font-size: 17px;
  height: 37px;
  line-height: 39px;
  margin: 0;
  text-align: center;
}
.product-pane .section-header a {
  background: url("/media/export/images/accordion-ui-controls2.png?1372119180") no-repeat scroll right 15px #000000;
  color: #FFFFFF;
  display: inline-block;
  height: 37px;
  line-height: 39px;
  padding-right: 30px;
}
.product-pane.disabled .section-header a {
  background: none;
  padding-right: 0;
}
.product-pane.open .section-header a {
  background-position: right -77px;
}
/*.product-pane.start-open .section-header a {
  background-image: none;
  padding-right: 0;
}*/
.product-pane.start-open .section-header a:hover {
  text-decoration: none;
  border: none;
  cursor: default;
}
.product-pane .banner {
  background-color: #EEECD3;
  background-position: 50% center;
  background-repeat: no-repeat;
  /*background-size: 100% auto;*/
  background-size: cover;
  height: 330px;
  padding-top: 0;
  position: relative;
  text-align: center;
}
/*
.product-pane .banner:hover {
  background-size: 110% auto;
}
*/
.product-pane .banner .btn-explore-wrapper {
  bottom: 45px;
  position: absolute;
  width: 100%;
}
.product-pane .banner .btn-explore {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
}
.product-pane .section-pane {
  position: relative;
  /*
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  */
  overflow: hidden;
  display: none;
}
.product-pane.open .section-pane{
  /*height: auto;*/
}
.product-pane.start-open .section-pane {
  display: block;
}
.product-container {
  padding-top: 30px;
  opacity: 1;
  max-width: 996px;
  margin: 0 auto;
}
.product-grid {
  /*margin: 0 auto;*/
  /*padding: 0;*/
  /*text-align: center;*/
  /*width: 996px;*/
    text-align: center;
    font-size: 0px;
}
/*.product-grid:before, .product-grid:after {
  content: " ";
  display: table;
}
.product-grid:after {
  clear: both;
}*/
.product-grid > div {
  display: inline-block;
  margin: 0 0 45px;
  text-align: center;
  width: 330px;
}

@media only screen and (min-width: 1024px) {
 /* Jomalone uniform grid adjustments */
 .mpp_product_tile .at-h3, .mpp_product_tile h3  {
   height: 60px;
   display: flex;
   align-items: flex-start;
   justify-content:center;
 }

 .mpp_product_tile .at-h3 a, .mpp_product_tile h3 a {
   display: inline-block;
   border-bottom:none;
 }

 .mpp_product_tile .at-h3 a:hover, .mpp_product_tile h3 a:hover  {
   text-decoration:underline;
   border-bottom:none;
 }
}

/* for rows of three items, make sure the next one completely clears */
.product-grid > div:nth-child(3n+1) {
  margin-right: 0;
  clear: left;
}
.product-grid > div.p-center {
  clear: left;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.product {
  color: #000000;
  font-size: 13px;
  position: relative;
  text-align: center;
}
.product .thumb {
  position: relative;
  display: inline-block;
  border-bottom: none;
}

.disabled-product-link {
  border-bottom: none; 
  -webkit-transition: none; 
  -moz-transition: none;
  transition: none;
}

.page-products-gifts .product .thumb { width: 100%; }

.product .thumb img {
  display: block;
  margin: 0 auto 12px;
}
.product .effect-move img {
  position: relative;
}
.product .effect-move:hover img {
  top: -10px;
}
.product .effect-fade img {
  position: relative;
}
.product .effect-fade:hover img {
  opacity: 0.6;
}
.product .effect-both img {
  position: relative;
}
.product .effect-both:hover img {
  opacity: 0.7;
  top: -10px;
}
.product h3,
.product .at-h3 {
  font-size: 17px;
  line-height: 20px;
  padding: 0 15px;
  margin-bottom: 12px;
}
.product h3 a {
  border-bottom: 1px solid transparent;
  padding-bottom: 0px;
}
.product h3 a:hover {
  border-color: #000000;
}
.product .cat {
  display: block;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.product .price {
  display: block;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.product .top-rated {
  display: none;
  font-size: 11px;
  margin: -8px 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.product .ratings {
  margin: -7px 0 10px;
}

@media only screen and (min-width: 1024px) {
 /* Jomalone uniform grid adjustments */
 .mpp_product_tile .at-h3, .mpp_product_tile h3  {
   height: 60px;
   display: flex;
   align-items: flex-start;
   justify-content:center;
 }

 .mpp_product_tile .at-h3 a, .mpp_product_tile h3 a {
   display: inline-block;
   border-bottom:none;
 }

 .mpp_product_tile .at-h3 a:hover, .mpp_product_tile h3 a:hover  {
   text-decoration:underline;
   border-bottom:none;
 }  
}

/**
 * Quickshop rows
 */
.qs-row{
  display: inline;
}
.product-grid .qs-row-clear{
  display: block;
  float: none;
  margin: 0;
  clear: both;
  width: 100%;
}
.product-grid .quickshop-link {
  border: 1px solid #9D9D9D;
  color: #FFFFFF;
  font-size: 11px;
  height: 23px;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.product-grid .quickshop-link:hover {
  background: none repeat scroll 0 0 #9D9D9D;
  border-color: #9D9D9D;
  color: #FFFFFF;
  text-decoration: none;
}

.product-grid .quickshop-link,
.product-grid .quickshop-link-active {
  background: none repeat scroll 0 0 #000000;
  bottom: 20px;
  cursor: pointer;
  display: none;
  left: 10px;
  left: calc(50% - 55px);
  position: absolute;
  width: 110px;
  border-bottom: none;
}

.page-products-gifts .product-grid .quickshop-link,
.page-products-gifts .product-grid .quickshop-link-active {
  left: 110px;
}

.product-grid .quickshop-link-active {
  height: 1px;
  z-index: 1;
}

.product-grid .qs-active {
  display: block;
}

.product-grid .quickshop-link:hover {
  background: none repeat scroll 0 0 #AAAAAA;
  color: #FFFFFF;
}

.product-grid .close-qs {
  background: url("/media/export/images/qs-close.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: -75px;
  text-indent: -9999px;
  top: -50px;
  width: 17px;
}
.qs-layer {
  /*height: 351px;*/
  height: auto;
  margin-top: -31px;
  margin-bottom: 20px;
}
.qs-layer-inner {
  position: relative;
}
.qs-border {
  position: absolute;
  width: 100%;
  border-top: solid 1px #ccc;
  left: 0;
}
.qs-border-bottom {
  /*margin-top: 350px;*/
  /*bottom: 20px;*/
}
.closing .qs-border-bottom {
  display: none;
}
.closing .close_quickshop {
  display: none;
}

.ratings {
  display: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ratings .ratings-num {
  display: inline-block;
  margin: -2px 9px 0 0;
}
.ratings .ratings-stars {
  display: inline-block;
  padding: 0;
}
.ratings .ratings-stars:before, .ratings .ratings-stars:after {
  content: " ";
  display: table;
}
.ratings .ratings-stars:after {
  clear: both;
}
.ratings .ratings-stars li {
  background: none repeat scroll 0 0 #636363;
  display: block;
  float: left;
  height: 8px;
  margin: 0 0 0 1px;
  padding: 1px;
  width: 8px;
}
.ratings .ratings-stars li:first-child {
  margin-left: 0;
}
.ratings .ratings-stars li span {
  background: none repeat scroll 0 0 #FFFCDB;
  display: block;
  height: 6px;
  width: 100%;
}
.icon-close-lg {
  background: url("/media/export/images/icon-close-lg.png?1371701488") no-repeat scroll 0 0 transparent;
  border: 0 none;
  color: transparent;
  display: block;
  font: 0px/0 a;
  height: 17px;
  text-shadow: none;
  width: 17px;
}


/**-----------------------------------------------------------------**/
.close-row {
  background: url("/media/export/images/quickshop-close.png?1366344605") no-repeat scroll 0 0 transparent;
  border: 0 none;
  color: transparent;
  display: block;
  font: 0px/0 a;
  height: 17px;
  position: absolute;
  right: 32px;
  text-shadow: none;
  top: 30px;
  width: 18px;
  z-index: 10;
}
.product-pane.start-open .close-row {
  display: none;
}

.btn-secondary {
  background: none repeat scroll 0 0 #000000;
  border: 1px solid #9D9D9D;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 23px;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

/*template override less than 1014 becomes 2 column*/
@media (max-width: 1014px) {
  .product-grid {
    width: 664px;
    margin: 0 auto;
  }

  .product-grid > div:nth-child(3n+1) {
    clear: none;
  }

  .product-grid > div:nth-child(2n+1) {
    margin-right: 0;
    clear: left;
  }
  .quickshop-container > .product-grid > .col1 {
    display: none;
  }
  .quickshop-container > .product-grid > .col3 {
    clear: none;
  }
}


/* mpp qs engraving */
.overlay-container .spp-engraving-preview-lid {
  background-image: url('/media/export/cms/engraving/product/preview_bottle.png');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: -2px 0;
}

.overlay-container .spp-engraving-preview-bottle {
  background-image: url('/media/export/cms/engraving/product/preview_lid.png');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: -2px 0;
}

