@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.productinfobox{ text-align: right;}

/* アイコンウィジェット用装飾 */
.sns-icons {
  display: flex;
  gap: 10px;
  text-align: center;
}

.sns-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.sns-icons i {
  line-height: 1;
}

.sns-icons a:hover {
  opacity: 0.7;
  color: #fff;
}