/*
Theme Name: BIKERGUARD
Description: Child theme for Avada theme
Author: Bikerguard d.o.o.
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.angled-button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
    max-width: 100%;
    box-sizing: border-box;
    clear: both; /* Clears floating elements */
}

.angled-button, .btn_add_to_cart {
    position: relative;
    display: inline-block;
    flex: 1 1 250px; /* flex-grow: 1, flex-shrink: 1, flex-basis: 250px (min-width) */
    max-width: 270px; /* Maximum width */
    min-width: 200px; /* Minimum width */
    padding: 10px 30px;
    background: #ff0000;
    color: white;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: oswald, "Open Sans" !important;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    transform: matrix(1, 0, -0.267949, 1, 0, 0);
    box-sizing: border-box;
}

.btn_add_to_cart{
    max-width: 300px; /* Maximum width */
    min-width: 200px; /* Minimum width */	
}

.btn_add_to_cart_motorhead{
	background: #4caf50 !important;
}

.angled-button-gray{
	 background: rgb(110, 110, 110);
}

.angled-button:hover {
    background: #333;
    color: white;
}

#hero1{
	height: 70vh !important;
}

#hero2{
	height: 50vh !important;
}

/* Custom SVG bullets for "what_you_get_block" */
.what_you_get_block {
  --wygb-bullet: url('/wp-content/uploads/2025/08/bullet-custom-1.svg');
  --wygb-size: 20px;   /* bullet icon size */
  --wygb-gap: 5px;    /* space between icon and text */
}

.what_you_get_block ul {
  list-style: none;     /* remove default bullets */
  margin: 0;            /* adjust if your theme adds margins */
  padding: 0;
}

.what_you_get_block ul li {
  position: relative;
  padding-left: calc(var(--wygb-size) + var(--wygb-gap));
}

.what_you_get_block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;                 /* vertically center against text line */
  transform: translateY(-50%);
  width: var(--wygb-size);
  height: var(--wygb-size);
  background: var(--wygb-bullet) no-repeat center / contain;
}

/* Optional: RTL support */
.rtl .what_you_get_block ul li {
  padding-left: 0;
  padding-right: calc(var(--wygb-size) + var(--wygb-gap));
}

.rtl .what_you_get_block ul li::before {
  left: auto;
  right: 0;
}

.fusion-onsale{
	font-size: 22px !important;
	padding: 8px 5px 5px 5px !important;
}