/*
Theme Name: Sominx Child
Theme URI: https://gaviaspreview.com/wp/sominx/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Sominx theme.
Template: sominx
*/



.icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block; 
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-times-circle:before {
    content: "\f057";
}

svg {
    height: auto;
    width: 20px;
    align-content: center;
}

.header-mobile .header-mobile-content .header-content-inner .header-right .canvas-mobile {
    margin-left: 18px;
    width: 40px;
    height: 40px;
    background-color: #511e63;
}

.header-mobile {
    background: #511e6373 !important;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
}