/*Small devices (landscape phones, 576px and up)*/
.g_openid_button_container {
  margin: 0 auto;
}
body {
  font-family: "Karla", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  background: #f8f6f6;
  color: gray;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", Georgia, serif;
  margin: 0 0 30px 0;
}
h4.header-light {
  color: #808080;
}
header {
  margin-bottom: 100px;
}
.smallBottomHeader header {
  margin-bottom: 40px;
}
.navbar li,
.navbar a,
.navbar div {
  font-family: "Karla", Arial, sans-serif;
}
.navbar #logo {
  width: 80px;
  height: 80px;
}
.rm-bg-light {
  background-color: #ffffff;
}
a {
  color: #3D555C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a :hover {
  color: #618893;
  text-decoration: underline;
}
a :focus,
a a:active {
  outline: none;
}
.bold {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: -9999;
  font-size: 50px;
  color: #f0f0f0;
  font-weight: 700;
}
@media (min-width: 576px) {
  .bold {
    top: 80px;
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .bold {
    font-size: 150px;
  }
}
p,
span {
  font-weight: 400;
  font-family: "Karla", Arial, sans-serif;
}
p {
  margin-bottom: 1.5em;
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-beat .fa-beat-fade,
.fa-beat .fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}
.fa-beat .fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.comments-list-container {
  max-width: 600px;
  padding-top: 10px;
  margin: 0 auto;
}
.comments-list-container p,
.comments-list-container a {
  color: #2D2D2D;
}
.comments-list-container a {
  font-weight: 600;
}
.comments-list-container .mb-0,
.comments-list-container .mb-1 {
  line-height: 22px;
}
.gradient-list {
  position: relative;
  list-style: none;
  padding: 0;
}
.gradient-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  /* Adjust the height of the gradient overlay */
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  pointer-events: none;
  /* So the gradient doesn't interfere with list item interactions */
}
.comments-options-container {
  margin: 0 auto;
  max-width: 600px;
  padding: 10px;
}
.comments-options-container .card {
  cursor: pointer;
  padding: 3px;
}
.comments-options-container .card .card-body {
  padding-bottom: 0px;
}
.comments-options-container .card small a {
  display: inline;
}
.comments-options-container .card.locked .card-lock {
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: block;
}
.comments-options-container .card.locked .card-lock i {
  color: #808080;
}
.comments-options-container .card .small {
  font-size: 10px;
}
.comments-list-container .flex-grow-1 .mb-1 {
  text-align: left;
}
.form-container {
  max-width: 400px;
  width: 100%;
  margin: 30px auto 0 auto;
}
.alert-container-non-space h4 {
  padding: 0px;
  margin: 0px;
}
.alert-container-non-space p {
  padding: 0px;
  margin: 0px;
}
.alert-container-non-space a {
  font-weight: bold;
}
/*loader**/
.lds-roller-container {
  margin: 0 auto;
  width: 80px;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #444;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fb-login-container {
  margin: 0 auto;
  width: 301px;
  margin-top: 10px;
}
/*Pagination*/
.page-link {
  color: #3D555C;
}
.page-item.active .page-link {
  background-color: #3D555C;
}
.btn-instagram {
  width: 247px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.card {
  width: 100%;
  border: none;
}
.card a {
  display: block;
  width: 100%;
}
.card .mb-0 a[data-toggle="collapse"]:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f107";
  float: right;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  color: #cccccc;
}
.card .mb-0 a[data-toggle="collapse"].collapsed:after {
  color: #3D555C;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#footer {
  padding: 8em 0 2em 0;
  display: block;
  width: 100%;
}
#footer h2 {
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 1em;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.rm-social-icons a:hover,
#footer p.rm-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.rm-social-icons a {
  margin: 0px 5px;
}
#footer p.rm-social-icons i {
  font-size: 20px;
  color: #3D555C;
}
#footer p.rm-social-icons i:hover {
  color: #618893;
}
#footer p .block {
  color: #1a1a1a;
  font-size: 14px;
}
#footer .subscribe .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  background: #fafafa;
  font-weight: 400;
  margin-bottom: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#footer .subscribe .form-control:focus,
#footer .subscribe .form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid;
}
#footer .subscribe .btn-custom {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.f-entry {
  position: relative;
  margin-bottom: 15px;
}
.f-entry .desc h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.f-entry .desc h3 a {
  color: #4d4d4d;
  text-decoration: none;
}
.f-entry .desc span {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}
.btn-outline-secondary {
  border: 1px solid #cccccc;
}
#home-container .content-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0px;
}
#home-container .content-header h1 {
  margin-bottom: 8px;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 1.7;
  font-size: 2.6em;
  width: 100%;
}
#home-container .content-header p {
  font-size: 1.2em;
  width: 100%;
}
#home-container .block {
  padding: 50px 0px;
}
#home-container .block .block-img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
#home-container .block .block-text {
  text-align: center;
}
#home-container .block .block-text h2 {
  line-height: 1.7;
  font-size: 2.6em;
  margin-bottom: 8px;
}
#home-container .block .block-text p {
  line-height: 1.5;
  font-size: 1.5em;
}
#home-container .block .block-text.block-text-left {
  display: none;
}
#home-container .block .block-text.block-text-right {
  display: block;
}
#home-container #block-text-phone {
  margin-top: 0px;
}
#home-container #block-text-link {
  margin-top: 0px;
}
#home-container #block-img-phone {
  width: 100%;
  max-width: 300px;
}
#home-container #block-img-link {
  width: 100%;
  max-width: 300px;
}
#home-container #block-img-tags {
  width: 100%;
  max-width: 300px;
}
label.error {
  color: #C1292E;
}
.form-control-date-container {
  position: relative;
}
img.profile {
  max-width: 300px;
  max-height: 200px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
.profile-container img.profile {
  text-align: left;
  margin: 0px;
}
.profile-label {
  padding: 20px 0 20px 0;
}
.profile-label p {
  padding: 0px;
  margin: 0px;
}
.profile-label p.label {
  text-align: left;
}
.profile-label p.value {
  text-align: left;
}
.col-sidebarmenu h3 {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .col-sidebarmenu h3 {
    text-align: left;
  }
}
.sidebar {
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.sidebar li {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .sidebar li {
    text-align: left;
  }
}
.sidebar a {
  text-decoration: none;
}
.sidebar a.active {
  font-weight: bold;
}
.resource-block {
  padding: 5px;
}
.resource-block-content {
  border: 1px solid #cccccc;
  padding: 10px;
}
.resource-block-content label {
  text-align: center;
}
.links-container {
  max-width: 600px;
  margin: 0 auto;
}
.links-container h3 {
  display: block;
}
.list-links {
  list-style-type: none;
}
#table-list-profile tbody td {
  vertical-align: middle;
}
#table-list-profile img.profile {
  max-width: 50px;
  text-align: center;
}
.btn-outline-dark {
  border: 1px solid #cccccc;
}
.icon-options {
  width: 147px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.icon-options li {
  float: left;
  margin-left: 5px;
  border: 0px;
}
.tbl-options {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tbl-options li {
  margin: 5px 0;
}
.options-block {
  border: 1px solid #cccccc;
  cursor: pointer;
  margin: 10px;
  padding: 15px 10px 10px 10px;
  text-align: center;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
.options-block:hover {
  background-color: #cccccc;
}
.options-block i {
  display: block;
  color: #666666;
  margin: 0 auto;
}
.options-block a {
  text-decoration: none;
}
.lnk-verify-code-container {
  display: none;
}
/* profile / memorial screen */
#profile-container .fullname,
#profile-container .username,
#profile-container .title,
#profile-container .profile-date {
  text-align: center;
}
.profile-event-container {
  max-width: 600px;
}
#profile-container .fullname {
  font-size: 2.3em;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#profile-container .title,
.profile-event-container .fullname {
  font-size: 2.5em;
}
#profile-container .username,
.profile-event-container .username {
  color: #ababab;
  padding: 0px;
  margin: 0px;
}
.profile-event-container .fullname {
  padding: 0px;
  margin: 0px;
}
.profile-event-container .username {
  margin-bottom: 10px;
}
.profile-event-container h3 {
  padding: 0px;
  margin: 10px 0 10px 0;
}
.profile-event-container .description {
  text-align: justify;
  max-width: 500px;
  margin: 0 auto;
}
.profile-event-container .description,
.profile-event-container span,
.profile-event-container address {
  color: #2D2D2D;
}
.fixed-footer {
  position: fixed;
  bottom: 0px;
  background-color: #535353;
}
.fixed-footer a,
.fixed-footer a:link,
.fixed-footer a:visited,
.fixed-footer a:hover,
.fixed-footer a:active,
.fixed-footer a h4,
.fixed-footer a:link h4,
.fixed-footer a:visited h4,
.fixed-footer a:hover h4,
.fixed-footer a:active h4 {
  text-decoration: none ;
}
.fixed-footer h4 {
  top: 10px;
  position: relative;
  font-size: 0.95em;
  font-weight: 600;
}
.fixed-footer h4,
.fixed-footer h2 {
  color: #ffffff;
  text-align: center;
}
.fixed-footer .link-container {
  text-align: center;
}
.fixed-footer .expandable-icon {
  margin-top: 10px;
  color: #ffffff;
}
.resources-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.resources-link a {
  margin: 0px 5px;
}
.resources-link a i {
  color: #cccccc;
}
.modal-body-share-profile {
  padding: 10px 20px;
}
.modal-body-waiting-list {
  padding: 0px;
}
.modal-body-waiting-list .btn-close {
  margin-right: 20px;
}
.modal-body-waiting-list iframe {
  width: 100%;
  height: 500px;
  border: 0px;
}
.profile-resources-container {
  margin: 0 auto;
  max-width: 600px;
}
.profile-photo {
  text-align: center !important;
}
.profile-photo img.image {
  text-align: center !important;
  max-width: 300px;
  border-radius: 50%;
}
.profile-photo img.image {
  border: 1px solid #cccccc;
}
.profile-brief-description {
  text-align: center;
}
.profile-description p {
  text-align: justify;
}
.input-copy-profile {
  padding: 20px 0px;
}
.header-section {
  color: #ababab;
}
.btn-primary,
.btn-primary:hover {
  background-color: #618893;
  border-color: #618893;
}
.current-profile {
  max-width: 600px;
}
.table-responsive {
  padding: 5px;
}
#table-assign-nfc-tag-profile img {
  max-width: 50px;
}
#table-assign-nfc-tag-profile tbody td {
  vertical-align: middle;
}
#table-assign-nfc-tag-profile tbody td:first-child {
  text-align: center;
}
.dataTables_info {
  display: none;
}
#table-assign-nfc-tag-profile tbody tr {
  cursor: pointer;
}
#submit-assign-tag {
  margin-left: 10px;
}
#navbarDropdownLanguage img,
.dropdown-language img {
  margin-right: 5px;
  max-width: 20px;
}
.frame-video {
  max-width: 500px;
  margin: 0 auto;
}
.list-profile,
.list-memorials,
.list-subscribed-memorials {
  padding: 0;
}
.list-profile .row-container,
.list-memorials .row-container,
.list-subscribed-memorials .row-container {
  padding: 20px 10px;
  cursor: pointer;
}
.list-profile .row-container .profile-text,
.list-memorials .row-container .profile-text,
.list-subscribed-memorials .row-container .profile-text {
  min-height: 111px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.list-profile .row-container.selected,
.list-memorials .row-container.selected,
.list-subscribed-memorials .row-container.selected {
  background: #fefadc;
}
.list-profile .row-container .label-hover,
.list-memorials .row-container .label-hover,
.list-subscribed-memorials .row-container .label-hover {
  display: block;
  font-size: 0.8em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.list-profile .row-container:hover .label-hover,
.list-memorials .row-container:hover .label-hover,
.list-subscribed-memorials .row-container:hover .label-hover {
  opacity: 1;
}
.list-profile .row-container.selected:hover .label-hover,
.list-memorials .row-container.selected:hover .label-hover,
.list-subscribed-memorials .row-container.selected:hover .label-hover {
  opacity: 0;
}
.list-profile img,
.list-memorials img,
.list-profile img,
.list-subscribed-memorials img,
.list-events-container img {
  width: 100%;
  min-height: 100px;
  max-width: 200px;
  aspect-ratio: 1 / 1;
}
.list-profile span,
.list-memorials span,
.list-subscribed-memorials span {
  font-size: 1.3em;
}
.list-events-container .row container {
  padding-bottom: 25px;
}
.list-profile-container .row-container {
  padding: 20px 10px;
}
.contact-info-title {
  text-align: center;
}
.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 30px 0;
  position: relative;
  padding-left: 60px;
}
.contact-info li span {
  position: absolute;
  top: -0.3em;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contact-info li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.contact-info li a {
  color: #618893;
}
.about-us h3,
.about-us h4,
.about-us h5 {
  font-family: "Karla", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.about-us h4 {
  font-size: 14px;
}
.about-us h5 {
  font-size: 13px;
}
.about-us img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
/* Rm Editor Content*/
.rm-content {
  margin: 20px 0px;
}
.rm-ql-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.rm-ql-video-container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 52%;
  /* 16:9 */
  min-width: 250px;
  max-width: 854px;
}
.rm-ql-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* END: Rm Editor Content*/
.float-social-network-container {
  position: fixed;
  width: auto;
  bottom: 10px;
  right: 10px;
  transition: top 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 100;
}
.float-social-network-container .float-item {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #FFF;
}
.float-social-network-container .float-item.float-whatsapp {
  background-color: #25d366;
}
.float-social-network-container .float-item i {
  margin-top: 16px;
}
.float-social-network-container .float-item.float-telegram {
  background-color: #0088CC;
}
.editor {
  min-height: 300px;
}
.rm-ql-image {
  max-width: 100%;
}
.ql-editor iframe {
  pointer-events: none;
  margin: 0 auto;
}
.ql-editor p {
  text-align: justify;
  font-size: 16px;
}
.ql-editor p img {
  display: block;
  margin: 0 auto;
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  background-color: #ffffff;
}
.ql-container.ql-snow,
.ql-container.ql-snow * {
  font-family: "Karla", Arial, sans-serif;
}
a.collapsed-link {
  text-decoration: none;
}
#form-upload-photo img.profile {
  width: 200px;
  height: 200px;
}
.row-product-details .image {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.row-product-details .details {
  text-align: center;
  margin-top: 20px;
}
.row-product-details .input-group-price {
  width: 146px;
  margin: 0 auto;
}
.row-product-details .input-center {
  text-align: center;
}
.row-product-details #input-qty {
  width: 80px;
}
.row-product-details .tab-pane {
  padding: 10px;
}
.row-product-details #product-tabs {
  margin-top: 30px;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.row-product-details .carousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}
.row-product-details .carousel .carousel-indicators > li {
  width: 100px;
}
.row-product-details .carousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}
.row-product-details .carousel .carousel-indicators li.active img {
  opacity: 1;
}
.row-product-details .carousel .carousel-indicators li:hover img {
  opacity: 0.75;
}
.carousel-item img {
  width: 100%;
}
.row-orders {
  background: #ffffff;
  margin: 10px 0px;
  padding-top: 15px;
}
.row-orders ul {
  list-style-type: none;
}
.row-orders ul a {
  text-decoration: none;
}
.row-orders-options li {
  text-align: center;
}
.row-product-list {
  margin: 10px 0px;
}
.row-product-list .image {
  width: 100%;
  max-width: 300px;
}
.row-product-list .title {
  margin: 0px;
  padding: 0px;
}
.row-product-list .price {
  font-weight: bold;
}
.cart-item img {
  max-width: 100%;
}
.cart-item .cart-item-title {
  padding: 0;
  margin: 0;
}
.row-success-orders p {
  white-space: pre-line;
}
.order-container {
  background: #ffffff;
}
.row-order-payments-container,
.row-order-details-container {
  padding: 10px;
}
.row-order-details {
  border-bottom: 1px solid #f8f6f6;
}
.row-order-payments {
  border-bottom: 1px solid #f8f6f6;
}
.list-address .address-container > div {
  background: #ffffff;
  padding: 0px 10px 10px 10px;
  margin: 0px;
}
.list-address .address-container p {
  margin: 0px;
}
.map-container {
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  cursor: pointer;
}
a.lnk-no-decoration,
a.lnk-no-decoration:link,
a.lnk-no-decoration:hover,
a.lnk-no-decoration:focus,
a.lnk-no-decoration:active,
a.lnk-no-decoration:visited {
  text-decoration: none;
  cursor: pointer;
}
.white-box {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin: 10px 0px;
}
.white-box .counter {
  font-size: 24px;
  color: #444444;
  font-weight: 800;
}
.white-box .box-title {
  font-size: 16px;
}
.title-right-column {
  margin-top: 10px;
}
#home-container .block-2 h1 {
  text-align: center;
}
#home-container .block-2 p {
  font-size: 1.4em;
  line-height: 1.3;
  text-align: center;
}
/*Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 576px) {
  .float-social-network-container {
    bottom: 40px;
    right: 40px;
  }
  .float-social-network-container .float-item {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
    border-radius: 70px;
    font-size: 40px;
  }
  .float-social-network-container .float-item i {
    margin-top: 19px;
  }
  header {
    margin-bottom: 180px;
  }
  #home-body header {
    margin-bottom: 80px;
  }
  .row-orders-options li {
    text-align: left;
  }
  #home-container .content-header {
    padding: 0px 20px;
  }
  #home-container h1 {
    font-size: 3em;
  }
  #home-container .block {
    padding: 100px 0px;
  }
  #home-container .block .block-text {
    text-align: left;
  }
  #home-container .block .block-text.block-text-left {
    display: block;
  }
  #home-container .block .block-text.block-text-right {
    display: none;
  }
  #home-container #block-text-phone {
    margin-top: 150px;
  }
  #home-container #block-text-link {
    margin-top: 50px;
  }
  #home-container #block-img-link {
    width: 100%;
    max-width: 300px;
  }
  #home-container .block-2 h1 {
    text-align: left;
  }
  #home-container .block-2 p {
    text-align: left;
  }
  .contact-info-title {
    text-align: left;
  }
  .row-product-details .details {
    margin-top: 0px;
    text-align: left;
  }
  .row-product-details .input-group-price {
    width: 100%;
    margin: 0;
  }
  .fixed-footer h4 {
    font-size: 1.5em;
  }
  .fixed-footer .expandable-icon {
    margin-top: 20px;
  }
  .white-box {
    margin: 0px;
  }
  .title-right-column {
    margin-bottom: 0px;
  }
}
.rm-empty-text-container {
  text-align: center;
  margin: 0 auto;
}
.clickable {
  cursor: pointer;
}
.form-cart button {
  margin-top: 10px;
}
.form-cart .form-group {
  margin: 0px;
  padding: 0px;
}
.form-cart .address-container {
  padding-top: 10px;
}
.form-cart .address-container > h2 {
  margin: 0px;
  padding: 0px;
}
.form-cart .total-container {
  margin: 50px 0px;
}
.form-cart .total-estimated {
  font-size: 1.5em;
}
.form-cart .form-cart-quantity {
  max-width: 100px;
}
.trademark {
  text-align: center;
}
.stripe-badge {
  margin-top: 10px;
}
.cart-item {
  margin: 0px;
}
.cart-item img {
  max-width: 200px;
  width: 100%;
}
.partner-about-me-element {
  color: #2D2D2D;
  padding: 10px 0 0 0;
}
.partner-about-me-element ul {
  padding-top: 10px;
}
.partner-about-me-element li {
  padding: 15px;
  display: block;
  margin: 10px 0px;
  text-align: justify;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .list-profile .row-container .profile-text,
  .list-memorials .row-container .profile-text,
  .list-subscribed-memorials .row-container .profile-text {
    min-height: 74px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #profile-container .fullname,
  #profile-container .username,
  #profile-container .title,
  #profile-container .profile-date {
    text-align: left;
  }
  .profile-label p {
    padding: 10px;
  }
  .profile-photo {
    text-align: left;
  }
  .profile-brief-description {
    text-align: left;
  }
  #form-subscribe-profile-modal .left-section {
    height: 100%;
  }
  #form-subscribe-profile-modal .left-section .close {
    display: none;
  }
  #form-subscribe-profile-modal .right-section .section-content .close {
    display: block;
  }
  #form-subscribe-profile-modal .right-section .section-content {
    text-align: left;
  }
  #form-subscribe-profile-modal .right-section .section-content {
    padding: 10px 30px 10px 0px;
  }
  .form-cart .total-container {
    margin: 0px;
  }
  .form-cart .form-cart-quantity {
    max-width: 100%;
  }
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex!important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.image-container {
  position: relative;
  margin-left: -10px;
}
.overlap-img {
  width: 50px;
  height: 50px;
  border: 0px solid #ccc;
}
