
.container {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
}

.btn {
	margin-top: 10px;
	margin-left: 10px;
}

.btn-xs {
	font-size: 0.9em;
	padding: 0.1em 0.8em 0.1em 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.btn-lg {
	margin-bottom: 10px;
	margin-left: 10px;
}

.btn-success {
    font-family: Arial, Sans-Serif;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #FFFFFF;
    background-color: #6CC184;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
}

.btn-success:hover {
    color: #6CC184;	
    background-color: #FFFFFF;	
    text-decoration: none;
    border-color: #6CC184;
}

.btn-primary {
    font-family: Arial, Sans-Serif;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #FFFFFF;
    background-color: #6CC184;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
}

.btn-primary:hover {
    
    color: #6CC184;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #6CC184;
}

.btn-default {
    font-family: Arial, Sans-Serif;
    font-weight: 300;
	text-decoration: none;
    fill: #959595;
    color: #959595;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959595;
    border-radius: 10px 10px 10px 10px;
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #959595;
    border-color: #959595;
}

.btn-info {
    font-family: Arial, Sans-Serif;
    font-weight: 300;
    text-decoration: none;	
    fill: #959595;
    color: #959595;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959595;
    border-radius: 10px 10px 10px 10px;
}

.btn-info:hover {
    color: #FFFFFF;
    background-color: #959595;
    border-color: #959595;
}

.btn-danger {
    font-family: Arial, Sans-Serif;
    font-weight: 300;
    text-decoration: none;
    fill: #AD3535;
    color: #AD3535;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
}

.btn-danger:hover {
    color: #FFFFFF;
    background-color: #AD3535;
    text-decoration: none;
    border-color: #AD3535;
}

.btn-purple {
    font-family: Arial, Sans-Serif;
    font-weight: 300;
    text-decoration: none;
    fill: #a200f0;
    color: #a200f0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #a200f0;
    border-radius: 10px 10px 10px 10px;
}

.btn-purple:hover {
    color: #FFFFFF;
    background-color: #a200f0;
    text-decoration: none;
    border-color: #a200f0;
}

.btn-amber {
    font-family: Arial, Sans-Serif;
    font-weight: 300;
    text-decoration: none;
    fill: #caa300;
    color: #caa300;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #caa300;
    border-radius: 10px 10px 10px 10px;
}

.btn-amber:hover {
    color: #FFFFFF;
    background-color: #caa300;
    text-decoration: none;
    border-color: #caa300;
}

.btn-navbar {
	margin-top: 0px;
}
/*
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	*/

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,1)
}

.table {
	font-size: 0.8em;
}

.table td, .table th {
	padding: 0.2em;
}

.card {
	margin-bottom: 1em;
}

label {
	margin-bottom: 0;
	margin-top: 0.5em;
}

span.input-group-text {
	background-color: #DDDDDD;
}

.form-check-input {
	width: 2em;
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

.form-check-input:checked {
    background-color: #666666;
    border-color: #666666;
}



.cardinfoform
{
	padding: 1em;
}

.blobinfoform
{
	min-height: 100px !important;
}


.cardsection
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.cardproduct
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
	margin-top: 10px;
}

.cardsize
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
	margin-top: 30px;
}

.cardlink
{
	text-decoration: none;
	color: #000000;
}

.cardlink:hover 
{
    color: red;
    background-color: #f9f9f9;
    text-decoration: none;
}

.cardtooltip
{
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #6CC184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
	text-align: center;
}

.carderror
{
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #AD3535;
    color: #AD3535;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;    
	border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
	text-align: left;
}

body {
    margin: 0;
}

.body-splash {
	background-image: url(images/business-01.jpg);
	background-color: #222222;
}

.body-plain {
	background-image: none;
	background-color: #FFFFFF;	
}	
 
.paddingsm {
    padding-bottom: 5px;
    padding-right:  5px;
} 

.contentcontainer {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

b {
    font-weight: 400;
}

/* -------- NAV -------- */ 
.nav {
    background-color: #f9f9f9;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.navbar-brand {
    float: none;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.section1 {
    padding: 0px 10px 0px 10px;
}

/* -------- NAV VIEW CART BUTTON -------- */ 

.viewcartbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    color: black;
    background-color: #f9f9f9;
    border-style: none;
    margin-left: 10px;
    padding: 10px 20px 10px 20px;
}

.viewcartbtn:hover {
    color: black;
    background-color: #f9f9f9;
    text-decoration: none;
}

.viewcartbtn img {
    padding-left: 10px;
}

/* -------- CART AREA -------- */ 

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #a1a1a1;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.table-bordered {
    border: 0px solid #ddd !important;
    xborder-style : hidden!important;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgba(0, 0, 0, 0.19);
}

.carttitles {
    background-color: #6cc184;
    color: white;
}

.carttitles th {
    text-align: center;
    padding: 18px 0px !important;
    font-family: Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: 300;
    color: #2d2d2d;

}

.productimg {
    padding-left: 30px;
}

.cartitem h2 {
    font-family: Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: 300;
    color: #2d2d2d; 
}

.cartitem p {
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: 300;
    color: #2d2d2d; 
}

.cartitem td {
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: 300;
    color: #2d2d2d; 
}

.pricearea {
    padding: 55px 0px !important;
    text-align: center;
    font-size: 1.2em !important;
}

.detailsarea {
    font-family: Arial, Sans-Serif;
    font-size: 1.5em !important;
    font-weight: 300;
    color: #2d2d2d;
}

.totalarea {
    text-align: center;
    font-family: Arial, Sans-Serif;
    font-weight: 300;
    color: #2d2d2d;
    font-size: 1.2em !important;
}

.dropdown {
    position: relative;
    display: inline-block;
  }

.dropbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
    border-style: none;
    background-color: #f4f4f4;
    color: black;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 40px 5px 40px;
    margin-left: 10px;
}

/* -------- TITLE AREA -------- */ 

.section2 {
    padding: 10px 10px 10px 10px;
}

.section2 .title {
    background-image: url(imgs/STEP2.png);
    background-repeat: no-repeat;
    padding: 10px 20px 10px 0px;
}

.section2 .title h1 {
    color: #3C3C3C;
    font-family: Arial, Sans-Serif;
    font-size: 3em;
    font-weight: 400;
    margin-top: 40px;
}

.section2 .title p {
    font-family: Arial, Sans-Serif;
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: -5px;
}

/* -------- SHOP AREA -------- */ 

.section3 {
    padding: 40px 10px 60px 10px;
}

.section3 .card {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgba(0, 0, 0, 0.19);
    padding: 30px 10px 30px 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.section3 .card .title {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 5px;
    height: 10vh;     
}

.section3 .card .price {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 5px;
    height: 5vh;    
}

.section3 .cardview1 {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgba(0, 0, 0, 0.19);
    padding: 30px 10px 30px 10px;
    text-align: center;
    margin-bottom: 20px;  
}

.section3 .cardlandscapeview1 {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgba(0, 0, 0, 0.19);
    padding: 30px 10px 30px 10px;
    text-align: center;
    margin-bottom: 20px;  
}

.section3 .cardview1 .cardlandscapeview1 .title {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    height: 10vh;     
}

.section3 .cardview1 .cardlandscapeview1 .price {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 5px;
    height: 5vh;    
}

.cartbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #6CC184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
}

.cartbtn:hover {
    color: #FFFFFF;
    background-color: #6CC184;
    text-decoration: none;
    border-color: #6CC184;
}

.successbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #6CC184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
}

.successbtn:hover {
    color: #FFFFFF;
    background-color: #6CC184;
    text-decoration: none;
    border-color: #6CC184;
}

.warningbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #FF8800;
    color: #FF8800;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FF8800;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
}

.warningbtn:hover {
    color: #FFFFFF;
    background-color: #FF8800;
    text-decoration: none;
    border-color: #FF8800;
}

.dangerbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #AD3535;
    color: #AD3535;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
}

.dangerbtn:hover {
    color: #FFFFFF;
    background-color: #AD3535;
    text-decoration: none;
    border-color: #AD3535;
}

.defaultbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    fill: #959595;
    color: #959595;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959595;
    border-radius: 10px 10px 10px 10px;
    margin-left: 10px;
}

.defaultbtn:hover {
    color: #FFFFFF;
    background-color: #959595;
    border-color: #959595;
}

.strongbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #FFFFFF;
    background-color: #6CC184;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 30px 10px 30px;   
    margin-left: 10px;
}

.strongbtn:hover {
    
    color: #6CC184;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #6CC184;
}


/* -------- BOTTOM NAV -------- */ 

.botnav {
    padding: 0px 10px 50px 10px;
}

.backbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    fill: #959595;
    color: #959595;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959595;
    border-radius: 10px 10px 10px 10px;
    margin-left: 10px;
}

.backbtn:hover {
    color: #FFFFFF;
    background-color: #959595;
    border-color: #959595;
}

.addbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    fill: #959595;
    color: #6cc184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color:  #6cc184;
    border-radius: 10px 10px 10px 10px;
    margin-left: 10px;
}

.addbtn:hover {
    color: #FFFFFF;
    background-color: #6cc184;
    border-color: #6cc184;
}

.checkoutbtn {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: 300;
    fill: #959595;
    color: #6cc184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color:  #6cc184;
    border-radius: 10px 10px 10px 10px;
    margin-left: 10px;
}

.checkoutbtn:hover {
    color: #FFFFFF;
    background-color: #6cc184;
    border-color: #6cc184;
}

/* -------- FORMS -------- */
.formcontainer {
    padding: 20px 0px 20px 0px;
}

.formtitles {
    font-family: Arial, Sans-Serif;
    font-size: 1.5em;
    font-weight: 300;
    padding-top: 15px;
}

.formtitlessmaller {
    font-family: Arial, Sans-Serif;
    font-size: 1.1em;
    font-weight: 300;
    padding-top: 5px;
}

.form-control {
    height: 40px;
    font-size: 14px;
    color: #555;
    background-color: #f4f4f4;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
}

.formradio .card {
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formradio .card-default>.card-header {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.formradio .card-header {
    padding: 10px 0px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.formradioopts {
    font-family: Arial, Sans-Serif;
    font-size: 1em;
    font-weight: 300;
}

/* -------- FOOTER -------- */

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  color: white;
  text-align: center;
}


/* -------- LOADING ANIMATION -------- */



.modal-container {
  margin: 60px auto;
  padding-top: 0px;
  position: relative;
  width: 160px;
}

.modal-container .modal-btn {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #446CB3;
  font-size: 22px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
}

.modal-container .modal-btn:hover {
  background: #365690;
}

.modal-container .modal-content,
.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}

.modal-container .modal-close {
  color: #aaa;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-top: 3px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modal-container .modal-close:hover {
  color: #333;
}

.modal-container .modal-content-btn {
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 20px;
  right: 30px;
  background: #446CB3;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  height: 32px;
  padding-top: 9px;
  font-weight: normal;
}

.modal-container .modal-content-btn:hover {
  color: #fff;
  background: #365690;
}

.modal-container #modal-toggle {
  display: none;
}

.modal-container #modal-toggle.active ~ .modal-backdrop, .modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
  opacity: 1;
  background-color: #fff;
  max-width: 400px;
  width: 400px;
  height: 280px;
  padding: 10px 30px;
  position: fixed;
  left: calc(50% - 200px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

@media (max-width: 400px) {
  .modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
    left: 0;
  }
}
