@import url("https://use.fontawesome.com/releases/v5.7.2/css/all.css");

/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*  ===============================================

 Global Styles

================================================== */

ul.traditional-list {
  margin-left: 1.2rem;
  list-style: disc;
}

.help-icon {
  font-size: 1rem;
  cursor: pointer;
  color: #16b793;
  vertical-align: middle;
}

#pre-search img {
  height: 2rem;
}

@media (max-width: 576px) {
  #pre-search img {
    height: 1.25rem;
  }
}

nav.header-nav a {
  color: #fff;
}

#payments-accepted li {
  display: inline;
  font-size:2rem;
}

#payments-accepted {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
}

#category-feature {
  min-height: 250px;
}

a.grow img { transition: all .2s ease-in-out; }
a.grow:hover img { transform: scale(1.1); }

#site-search input {
  border: none;
  box-shadow: none;
}

#site-search input::placeholder {
  opacity: 0.7;
}

#site-search div.input-group {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

#site-search .input-group-text {
  border: none;
}

#site-search i.fa {
  color: #16b793;
}

#bbb {
  display: block;
  width: 100px;
  height: 38px;
  overflow: hidden;
  position: relative;
} 

#bbb img {
  position: absolute;
  top: 0;
}

@media (min-width: 1200px) {
  #bbb img:hover {
    position: absolute;
    left: -100px;
  }
}

@media (max-width: 1200px) {
  #bbb img {  
    right: -25px;
  }
  #bbb {
    width: 40px;
  }
}

@media (max-width: 991px) {
  #bbb {
    width: 33px;
  }
  #bbb img {
    right: 0px;
  }
}

@media (max-width: 767px) {
  #bbb img {
    left: 0px;
  }

  #bbb {
    width: 100px;
  }
}

.search-widget {
  margin-left: auto;
}

@media (max-width: 767px) {
  .search-widget {
    flex-grow: 1;
    width: auto;
  }
}

@media (max-width: 991px) {
  nav.header-nav {
    font-size: .8rem;
  }
}

#_mobile_cart {
    padding-right: .75rem;
}

@media (max-width: 767px) {
  #saleBanner .headline.h1 {
    font-size: 1.5rem !important;
  }
}

#saleBanner {
  width: 100%;
  background: linear-gradient(180deg, rgba(108,54,85,1) 0%, rgba(143,72,112,1) 100%);
  padding: 10px;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 1rem;
}

#saleBanner .headline {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}

#saleBanner .subtext {
  text-align: center;
  padding: 0;
  margin: 0;
}

#saleBanner .subtext .countdown span {
  color: #f8d387
}

div.productCountdown {
  background: rgba(22,183,147,0.12);
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 1rem;
}

div.productCountdown i {
  color: #16b793;
}

footer .trust-badges {
  border-top: 2px solid rgba(0,0,0,0.05);
}
footer .trust-badges img {
  filter: grayscale(100%);
  -webkit-transition: all .25s ease-in-out;
  height: 50px;
}
footer .trust-badges img:hover {
  filter: none;
}

a.linkless {
  color: #212529
}

dl.classic dd {
  margin-bottom: 0 !important;
  list-style-type: disc;
  margin-left: 2rem;
  display: list-item;
}

#header i.fa-bars {
  font-size: 1.5rem;
}

#index .card {
  border: none !important;
}

.tiles { 
  display: -webkit-flex; 
  display: flex; 
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  width: 100%
}
.tiles .tile {
display: flex;
flex-direction: column;
flex: 0 0 16.66%;
text-align: center;
box-sizing: border-box;
}
.tiles img { max-width: 100%; }
.tiles .title { margin-bottom: .5rem; }
.tiles .price { margin-top: auto; font-weight: bold; }
.tiles .rating { }



@media (min-width: 991px) {
  #product .tiles .tile {
    flex: 0 0 12.5%;
  }
  #product .tiles .tile-lg  {
    flex: 0 0 25% !important;
  }
}

#product a .revws-count-text {
  color: #9f9f9f;
  font-size: .5em;
  display: none;
}

@media (max-width: 991px) {
  .tiles .tile {
      flex-basis: 25%;
  }
}

@media (max-width: 767px) {
  .tiles .tile {
      flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  #product .tiles .tile {
      flex-basis: 25%;
  }
  a .revws-count-text {
    display: none;
}
  #product .revws-grading-list .revws-grade {
    width: 10px;
    height: 10px;
  }
}

/*  ===============================================

 Product Page

================================================== */

div.product-prices {
  margin-bottom: 1rem;
}
.btn-add-to-cart, .discount {
  text-transform: none;
  font-weight: normal;
}

#product #personalizeButton {
  display: none;
  width: 100%;
}

#product .btn-block {
  margin-top:0;
}

#product #product-availability {
  display: block;
  margin-top: 1rem;
}

#product #mainImage:hover {
  cursor: pointer;
}

#product .product-thumbs img.thumb {
  border: 2px solid #eaeaea;
  border-radius: 8px;
  width: 23%;
  cursor: pointer;
}

#product .product-thumbs img.thumb:hover {
  border: 2px solid #16b793;
}

#product ul#product-details {
  list-style: disc;
  margin-left: 1.2rem;
}

#product #revws-section a.btn-primary {
  cursor: pointer !important;
  color: #fff !important;
}

#product .product-img {
  text-align: center;
}

#product .product-img #made-in-usa {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 75px;
}

#product dl#product_faq dt {
  font-weight: bold;
  color: #16b793;
  margin-bottom: .5rem;
}

#product dl#product_faq dt strong {
  color: #000;
}

#product dl#product_faq span.author {
  color: #999;
  font-size: .8rem;
  display: block;
}

#product dl#product_faq dt:nth-child(n+2) {
  border-top: 1px dotted #ccc;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}

#product dl#product_faq img.gmm {
  height: 1rem;
  padding-left: .5rem;
}

#product .subsection, #product #revws-section
{
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 1px solid #ccc;
}

#product h3.h2 {
  font-size: 1.5rem !important;
  margin-bottom: 1.5rem;
}

#product #revws-product-custom-placement {
  margin-bottom: 1rem;
}

#product #customer-gallery a img {
  width: 99%;
  max-width: 250px;
  max-height: 250px;
}

#product #customer-gallery .slider a {
  font-size: 0;
  outline: 0;
}

#product div.slider i.arrows {
  display: flex;
  font-size: 2rem;
  color: #fff;
  text-shadow: 2px 2px 5px #666;
  opacity: .8;
  margin: 0 .5rem;
  cursor: pointer;
}
#product div.slider i.next {
  right: 0;
}

#product .fancybox-container .fancybox-caption__body a {
  color: #fff;
  pointer: cursor;
}

#product #customer-gallery .slick-list > div {
  margin-left: 0;
}

#product #content {
  position: sticky;
  top: 0px;
}

.product-blue {
  background-color: #091c95
}

.product-gray {
  background-color: #565656
}

.product-purple {
  background-color: #4b0050
}

.product-green {
  background-color: #0a5400
}

.product-red {
  background-color: #960000
}

.product-pink {
  background-color: #fd8297
}

.product-yellow {
  background-color: #f5db10
}

.product-black {
  background-color: #000;
}

.product-white {
  background-color: #fff;
}

.product-gold {
  background-color: #bd9544;
}

.product-silver {
  background-color: #a7a7a7;
}

.product-walnut, .color_facet_walnut {
  background-image: url(../../../../themes/green-meadow/assets/img/swatch-walnut.jpg);
  background-position: center;
  background-size: 100%;
}

.product-alder, .color_facet_alder {
  background-image: url(../../../../themes/green-meadow/assets/img/swatch-alder.jpg);
  background-position: center;
  background-size: 100%;
}

.product-oak, .color_facet_oak {
  background-image: url(../../../../themes/green-meadow/assets/img/swatch-oak.jpg);
  background-position: center;
  background-size: 100%;
}

#product .color-swatch {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 0;
  display: inline-block;
  box-shadow: 0 0 0 2px rgb(205, 205, 205);
  margin-right: .5rem;
}

#product .current {

  box-shadow: 0px 0px 0px 5px #16b793;
}
#product #colors-sizes {
  margin-bottom: 1rem;
}
#product #colors-sizes .btn {
  margin-bottom: .15rem;
}
#product #colors-sizes h3 {
  margin-bottom: 0;
}

#product #colors-sizes h3 i {
  font-size: 1.3rem;
}
#product #colors-sizes h3.sizes {
  margin: 1rem 0 1rem 0;
}

#product .revws-grading-product .revws-grade {
  width: 2rem;
  height: 2rem;
}

/*  ===============================================

 Personalization Modal

================================================== */

#personalizeModal {
  padding-right: 0px !important;
  -webkit-overflow-scrolling: touch;
}

#personalizeModal .modal-header {
  border-bottom: none;
  padding: 15px 15px 0 15px;
}

#personalizeModal .modal-body .step {
  display: none;
}

#personalizeModal .modal-body .step.active {
  display: block;
}

#personalizeModal .modal-footer {
  text-align: left;
}

#personalizeModal .modal-header .modal-title, .modal-header .close {
  color: rgb(0, 0, 0) !important;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 1000px;
  }
}

#personalizeModal input[type=radio] {
  width: 30px;
  height: 30px;
}

#accessories div.item {
  margin-bottom: 1rem;
}

#personalizeModal .modal-footer {
  display: block;
}

#imagePreview {
  position: relative;
}

#productImage {
  text-align:center;
}

#proofImageBack {
  display: none;
}

div.updatePreview {
  margin-top: 10px;
}

#proofImageFront {
  display: block;
}

#proofImageFront, #proofImageBack {
  width: 468px;
  height: auto;
}

/*  ===============================================

 Image Picker

================================================== */

ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  ul.thumbnails.image_picker_selector li.group {width:100%;}
  ul.thumbnails.image_picker_selector li.group_title {
    float: none; }
  ul.thumbnails.image_picker_selector li {
    margin: 0px 12px 12px 0px;
    float: left; }
    ul.thumbnails.image_picker_selector li .thumbnail {
      padding: 6px;
      border: 1px solid #dddddd;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      ul.thumbnails.image_picker_selector li .thumbnail img {
        -webkit-user-drag: none; width: 100px; }
    ul.thumbnails.image_picker_selector li .thumbnail.selected {
      background: #16b793; }
ul.thumbnails.image_picker_selector li .thumbnail:hover {
  cursor: pointer;
}

#engraveArtwork + ul.image_picker_selector img {
  width: 100px;
  height: 100px;
}

/*  ===============================================

 Loading

================================================== */
#imagePreview .lds-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: none;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #16b793;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #16b793 transparent transparent transparent;
  box-shadow: -2px -2px 5px 5px rgba(255, 255, 255, 0.05), -2px -5px 2px 5px rgba(255, 255, 255, 0.02);
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*  ===============================================

 Footer

================================================== */

.l-footer .title {
  text-transform: none !important;
}

/*  ===============================================

 Order Confirmation Page

================================================== */

#order-confirmation .card-body h3.h1 i {
  font-size: 2rem;
  line-height: 2rem;
  margin-right: 1rem;
}

/*  ===============================================

 Category Page

================================================== */

a .revws-count-text { 
  color: #9f9f9f;
  font-size: .75rem;

}

@media (max-width: 576px) {
  #category .revws-count-text {
    display: none;
  }
}

#category .category-content ul {
    list-style: disc;
    margin-left: 1rem;
}

/*  ===============================================

 Cart Page

================================================== */

@media (max-width: 768px) {
  .product-line-grid-left {
    padding: 0;
  }
}

/*  ===============================================

 Checkout Page

================================================== */

#checkout .card-header h1 {
  font-size: 1.5rem !important;
}

#checkout .checkout-nav h1 {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}

#checkout .checkout-nav .fa-lock {
  color: #fff;
  float: right;
  font-size: 2.5rem;
}

@media (max-width: 576px) {
  #checkout .checkout-nav .container .row div:first-child {
    text-align: center;
  }
}

html {
 height: 100%;
} 

body, main {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#wrapper {
  flex: 1 0 auto;
}

#checkout .footer-container .copyright {
  background: transparent;
}

#checkout .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active {
  border-color: #16b793;
}

#checkout .braintree-methods--active:not(.braintree-methods--edit) .braintree-method--active .braintree-method__check {
  background-color: #16b793;
}

#checkout #payment-confirmation #place-order {
  font-size: 1.5rem;
}

/*  ===============================================

 Password Page

================================================== */

#password #content ul.ps-alert-success {
  padding-bottom:0;
}

/*  ===============================================

 Home Page

================================================== */

.revws-count-text {
  margin-left: 5px;
}

#hero {
  min-height: 275px;
  background-color: #16b793;
  padding: 10px;
}

#index #hero {
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  border-radius: 15px;
}


#index #hero .col {
  padding: 50px 0 0 35px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

#index #hero h1 {
  font-size:2.5rem !important; 
  line-height: 2.5rem;
}

@media (max-width: 576px) {
  #index #hero .col {
    padding: 20px 0 0 20px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  }

  #index #hero h1 {
    font-size:1.5rem !important; 
    line-height: 1.5rem;
  }
  
  #index #hero {
    min-height: 175px;
  }
}

#revws-home .form-group .btn {
  color: #fff;
}
#index #hero h1 a {
  color: #fff;
}

#index .page-home a h2 {
  color: #000;
}

#index .card span {
  display: block;
}

/*  ===============================================

CMS Page

================================================== */

#cms .page-wrapper--cms {
  border: none;
}

#cms h1 {
  margin-bottom: 2rem;
}

#cms img.feature {
  margin-bottom: 1rem;
}

body#cms #content {
  font-size: 1rem;
  line-height: 2rem;
}

body#cms #content h2 {
  color: #16b793;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

body#cms #content h3 {
  color: #16b793;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-left: 5px solid #EDEDED;
  padding-left: 8px;
}

body#cms #content ul {
  list-style: disc;
  padding-left: 2.5rem;
}
body#cms #content p.emphasis {
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 0;
  margin: 1rem 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

body#cms #content p.emphasis:before,
body#cms #content p.emphasis:after {
content: "";
display: block;
width: 150px;
height: 1px;
background: #e5e5e5;
position: absolute;
left: 50%;
margin-left: -75px;
}

body#cms #content p.emphasis:before {
  top: 0;
}
body#cms #content p.emphasis:after {
  bottom: 0;
}

blockquote {
  margin: 2rem auto;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #16b793;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
  font-size: 1rem !important;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #16b793;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';

}
blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

body#cms #content dt {
  font-weight: bold;
  color: #16b793;
}

body#cms #content dt span {
  color: #000;
}

body#cms #content dd {
  margin-bottom: 1rem;
}

#cms h1#cms-category {
  margin-bottom: .5rem;
}

#cms .author {
  border-top: 1px dashed #ccc; 
  padding-top: 1.5rem;
}

#cms .bio p {
  font-size: .85rem;
}

#cms article {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2rem;
}

/*  ===============================================

Cremation Urns Page

================================================== */

    .collection-item {
        text-align: center;
    }
    .collection-item a {
        color: #000;
    }
    .custom-category .faux-h2 {
        font-size: 1.3rem;
    }
    .custom-category .confidence h3 {
        font-size: 1.3rem;
    } 

    .custom-category .confidence i {
        font-size: 3rem;
        margin-bottom: 1.5rem;
        color: #16b793;
    }

    .collection-item a h2, .collection-item a h3, .collection-item a h4 {
        font-family: "open-sans", 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.6;
   }

   .collection .more div, .more {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 15px;
   }

   .collection .more a i, .more a i {
      font-size: 1.5rem;
      vertical-align: middle;
  }
   .featured-categories .collection-item img {
       width: 250px;
   }

   .featured-categories.pet p {
    margin-bottom: 0;
    padding-bottom: 0;
    }

    .featured-categories.pet h5 {
      font-size: 2rem;
      }    
    #cremation-urns-hero {
        background: url(../../../../themes/green-meadow/assets/img/hero-bg.jpg); 
        background-size: cover;
        min-height: 275px; 
        border-radius: 15px;
    }

    .pet-urns {
        background: url(../../../../themes/green-meadow/assets/img/cat-dog-love.jpg) !important; 
        background-position: right !important;
        background-size: cover !important;

    }

    #cremation-urns-hero div:first-child p {
        position: relative;
        margin:0;
        max-width:320px; 
    }

    #cremation-urns-hero div:first-child p img {
        position:relative;
        margin-top: -15px
    }

    #cremation-urns-hero div:nth-child(2) img {
         width: 375px; 
         box-shadow: 5px 5px 5px grey;
    }

    .pet-urns div:first-child p, .pet-urns .h1 {
        color: #fff;
        text-shadow: 0px 0px 20px #000;
    }
    .pet-urns .h1 {
      padding-bottom: 1.5rem;
      display:block;
    }

    @media (max-width: 767px) {
        #cremation-urns-hero h1 {
            text-align: center;
        }
        #cremation-urns-hero div:first-child {
            padding-bottom: 1rem !important;
        }
        #cremation-urns-hero div:first-child p {
            max-width: 100%;
            text-align: center;
        }
      .pet-urns .h1 {
        text-align: center;
      }
    }

    #module-gm_custompages-cremationurns h1.start {
      font-size: 1.6rem !important;
      border-bottom: 3px solid #ccc;
    }

/*  ===============================================

 Category Page

================================================== */

.category-cover img {
  margin-left: 1rem;
  border-radius: .5rem;
}

div.alert {
  border-radius: 15px !important;
}

/*  ===============================================

 Cart

================================================== */

div[data-paypal-bnpl-source-page="cart"] {
  display: none;
}

.cart-checkout-button {
  margin-bottom: 1rem;
}


#index .revws-product-list .revws-grading, #category .revws-product-list .revws-grading {
  margin-right: 0 !important;
}