/*
 * bluetinweb custom css additions to helix custom code template
 * 22-02-2023
 */
@charset "UTF-8";

/* 1. CUSTOM CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.blax {
color: #333333;
}

.graze {
color: #AAAAAA;
}

.maroon1 {
color: #830B1C;
}

.purple1 {
color: #CC99FE;
}

.bluze{
color: #0099FF;
}

.bold-blue{
color: #0099FF;
font-weight: bolder;
}

.light-blue {
color: #61B3FF;
}

.redz{
color: #FF4D5A;
}

.bold-red{
color: #FF4D5A;
font-weight: bolder;
}

.light-red {
color: #FF9191;
}

.pad20 {
padding: 20px;
}

.indent20 {
padding-left: 20px;
}

.line-height10 {
line-height: 10px;
}

.line-height12 {
line-height: 12px;
}

.line-height15 {
line-height: 15px;
}

.b12px {
font-size: 12px;
}

.b14px {
font-size: 14px;
}

.b16px {
font-size: 16px;
}

.b18px {
font-size: 18px;
}

.b20px {
font-size: 20px;
}

.b22px {
font-size: 22px;
}

.moreBold {
font-weight: bolder;
}

.clearB {
clear: both;
}
.clearL {
clear: left;
}
.clearR {
clear: right;
}

.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-italic {
font-style: italic;
}

/* Image Styles
---------------------------------------------------------------------------- */

.img-right, 
.img-left, 
.img-rounded { 
	vertical-align: middle; 
	max-width:100%; height:auto; 
	-ms-interpolation-mode:bicubic; 
}

/* Image Right */

.img-right { 
  float: right; 
  margin: 0 0 10px 30px; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-right { 
    float: none; 
    margin: 0; 
  }
}

/* Image Left */

.img-left { 
  float:left; 
  margin: 0 30px 10px 0; 
}

@media handheld, only screen and (max-width: 480px) {
  .img-left { 
    float: none; 
    margin: 0; 
  }
}

/* Image Center */

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  margin-bottom: 21px;
}

/* Image Rounded */

.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Image Circle */

.img-circle {
	-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Image Polaroid */

.img-polaroid-dark { 
	padding: 7px; 
	background-color: #222;
	border: 1px solid #444;
}

.img-polaroid { 
	padding: 7px; 
	background-color: #eee;
	border: 1px solid #ddd;
}

/* Image Shadow */

.img-shadow-dark {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.77);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.77); 
  box-shadow: 0 0 5px rgba(0,0,0,.77); 
}

.img-shadow {
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.47);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.47);
  box-shadow: 0 0 5px rgba(0,0,0,.47);
}
.img-shadow.img-right {
  margin-right: 7px;
}
.img-shadow.img-left {
  margin-left: 7px;
}

.hikashop_container h4{
	font-size: 0.9rem;
}

/* footer Styles
---------------------------------------------------------------------------- */

.footer:hover{
font-weight: bold;	
}

#sp-footer {
margin-top: 10px;
background-image: url("../../../images/btwimages/footer_bg.png");
background-repeat: repeat;
background-color: #cfd8ff;
}

/* submenu Styles
---------------------------------------------------------------------------- */

.sp-megamenu-parent .sp-mega-group > li > a {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 300;
}

.sp-megamenu-parent .sp-mega-group > li > a:active,
.sp-megamenu-parent .sp-mega-group > li > a:hover {
  font-weight: 500;
  color: #4a088c;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 0.9em;
  font-weight: 300;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child a {
  font-size: 0.9em !important;
  font-weight: 300 !important;
	}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child a:active,
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child a:hover {
  font-weight: 500 !important;
  color: #4a088c !important;
	}

/* button Styles
---------------------------------------------------------------------------- */
.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}

.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

.button-62 {
  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-62:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.button-62:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

