@font-face {
  font-family: laborunion; /* set name */
  src: url('../webfonts/LaborUnion-Regular.otf'); /* url of the font */
}
@font-face {
  font-family: bohemian; /* set name */
  src: url('../webfonts/Bohemian-Typewriter.ttf'); /* url of the font */
}
@font-face {
  font-family: monserrat; /* set name */
  src: url('../webfonts/Montserrat-Regular.woff'); /* url of the font */
}
.font-laborunion{
	font-family: 'laborunion' !important;
}
.font-bohemian{
	font-family: 'bohemian' !important;
}
.font-monserrat{
	font-family: 'monserrat' !important;
}
#header.dark .header-inner #logo a > img, #header .header-inner #logo a > img{
	display: block;
	padding: 0.5rem;
}
/***************
 * Call to the action buttons styles cart and whatsapp icon
****************/
.ul-share{
    position:fixed;
    right:20px;
    bottom:60px;
    z-index:98;
}
.ul-share .li-share{
    list-style:none;
    margin-bottom:10px;
    background-size: 100%;
    background-color: #2D7B3B;
    background-repeat: no-repeat;
    width:60px;
    height:60px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.ul-share .li-share a{
    font-size: 24px;
    color: #fff;
    margin: auto;
    line-height: 0px;
}
.ul-share .li-share:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.ul-share .li-share a:hover,.ul-share .li-share a:active,.ul-share .li-share a:focus{
    color: #fff;
}
.ul-share .li-share.whatsapp{
    background-color: #2ed14e;
}
@media (max-width: 1200px){
  .ul-share .li-share {
      width: 40px;
      height: 40px;
  }
  .ul-share .li-share a{
    font-size: 16px;
  }
}
.modal button.close{
    border: none;
    background-color: #fff;
}
.swal2-html-container{
    overflow: hidden;
}
.text-justify{
    text-align: justify!important;
}