|
@@ -748,31 +748,31 @@
|
|
|
<h4>Available Colors</h4>
|
|
|
<div class="btn-group btn-group-toggle" data-toggle="buttons">
|
|
|
<label class="btn btn-default text-center active">
|
|
|
- <input type="radio" name="color_option" id="color_option1" autocomplete="off" checked>
|
|
|
+ <input type="radio" name="color_option" id="color_option_a1" autocomplete="off" checked>
|
|
|
Green
|
|
|
<br>
|
|
|
<i class="fas fa-circle fa-2x text-green"></i>
|
|
|
</label>
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option2" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_a2" autocomplete="off">
|
|
|
Blue
|
|
|
<br>
|
|
|
<i class="fas fa-circle fa-2x text-blue"></i>
|
|
|
</label>
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option3" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_a3" autocomplete="off">
|
|
|
Purple
|
|
|
<br>
|
|
|
<i class="fas fa-circle fa-2x text-purple"></i>
|
|
|
</label>
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option4" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_a4" autocomplete="off">
|
|
|
Red
|
|
|
<br>
|
|
|
<i class="fas fa-circle fa-2x text-red"></i>
|
|
|
</label>
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option5" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_a5" autocomplete="off">
|
|
|
Orange
|
|
|
<br>
|
|
|
<i class="fas fa-circle fa-2x text-orange"></i>
|
|
@@ -782,25 +782,25 @@
|
|
|
<h4 class="mt-3">Size <small>Please select one</small></h4>
|
|
|
<div class="btn-group btn-group-toggle" data-toggle="buttons">
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option1" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_b1" autocomplete="off">
|
|
|
<span class="text-xl">S</span>
|
|
|
<br>
|
|
|
Small
|
|
|
</label>
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option1" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_b2" autocomplete="off">
|
|
|
<span class="text-xl">M</span>
|
|
|
<br>
|
|
|
Medium
|
|
|
</label>
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option1" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_b3" autocomplete="off">
|
|
|
<span class="text-xl">L</span>
|
|
|
<br>
|
|
|
Large
|
|
|
</label>
|
|
|
<label class="btn btn-default text-center">
|
|
|
- <input type="radio" name="color_option" id="color_option1" autocomplete="off">
|
|
|
+ <input type="radio" name="color_option" id="color_option_b4" autocomplete="off">
|
|
|
<span class="text-xl">XL</span>
|
|
|
<br>
|
|
|
Xtra-Large
|
|
@@ -818,12 +818,12 @@
|
|
|
|
|
|
<div class="mt-4">
|
|
|
<div class="btn btn-primary btn-lg btn-flat">
|
|
|
- <i class="fas fa-cart-plus fa-lg mr-2"></i>
|
|
|
+ <i class="fas fa-cart-plus fa-lg mr-2"></i>
|
|
|
Add to Cart
|
|
|
</div>
|
|
|
|
|
|
<div class="btn btn-default btn-lg btn-flat">
|
|
|
- <i class="fas fa-heart fa-lg mr-2"></i>
|
|
|
+ <i class="fas fa-heart fa-lg mr-2"></i>
|
|
|
Add to Wishlist
|
|
|
</div>
|
|
|
</div>
|