/* 
 Theme Name:   gt showroom
 Theme URI:    
 Description:  
 Author:       get-together
 Author URI:   https://get-together.cc
 Template:     gt_one
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gt_one_showroom
 /* == Add your own styles below this line ==
--------------------------------------------*/

.button_user::before,
.button_myorder::before {
  display: block;
  content: "";

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(./images/ico-user.svg);

  height: 2rem;
  width: 2rem;
}

.button_myorder::before {
  background-image: url(./images/ico-preorder.svg);
}

.button_user,
.button_myorder {
  height: 2rem;
  display: block;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  margin-right: 1em;
  font-size: 0.7rem;
}

.top_left,
.top_right {
  width: 20%;
}

.top_right {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 700px) {
  .button_myorder span,
  .button_user span {
    display: none;
  }
}
