/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/

/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.dumonde-title {
  background: #674000;
  background: linear-gradient(135deg, transparent 5px, #674000 0) top left,
    linear-gradient(225deg, transparent 5px, #674000 0) top right,
    linear-gradient(315deg, transparent 5px, #674000 0) bottom right,
    linear-gradient(45deg, transparent 5px, #674000 0) bottom left;
  background-image: radial-gradient(
      circle at 0 0,
      rgba(217, 191, 91, 0) 7px,
      #674000 8px
    ),
    radial-gradient(circle at 100% 0, rgba(217, 191, 91, 0) 7px, #674000 8px),
    radial-gradient(circle at 100% 100%, rgba(217, 191, 91, 0) 7px, #674000 8px),
    radial-gradient(circle at 0 100%, rgba(217, 191, 91, 0) 7px, #674000 8px);
  background-size: 51% 51%;
  background-repeat: no-repeat;
  border: 1px solid #dcbd64;
  color: #fff;
  clear: both;
  display: inline-block;
  float: none;
  margin: 24px auto;
  padding: 8px 24px !important;
  text-align: center !important;
  width: auto;
}
.related-product {
  text-align: center;
}
.related-product h3 {
  background: #674000;
  background: linear-gradient(135deg, transparent 5px, #674000 0) top left,
    linear-gradient(225deg, transparent 5px, #674000 0) top right,
    linear-gradient(315deg, transparent 5px, #674000 0) bottom right,
    linear-gradient(45deg, transparent 5px, #674000 0) bottom left;
  background-image: radial-gradient(
      circle at 0 0,
      rgba(217, 191, 91, 0) 7px,
      #674000 8px
    ),
    radial-gradient(circle at 100% 0, rgba(217, 191, 91, 0) 7px, #674000 8px),
    radial-gradient(circle at 100% 100%, rgba(217, 191, 91, 0) 7px, #674000 8px),
    radial-gradient(circle at 0 100%, rgba(217, 191, 91, 0) 7px, #674000 8px);
  background-size: 51% 51%;
  background-repeat: no-repeat;
  border: 1px solid #dcbd64;
  color: #fff;
  clear: both;
  display: inline-block;
  float: none;
  margin: 24px auto;
  padding: 8px 24px !important;
}

.site-header.nasa-header-sticky-wrap {
  top: 0 !important;
}
