
/*input:invalid + span::after {
  color: red;
  font-size: 0.9rem;
  content: "✖";
  padding-left: 5px;
}

input:valid + span::after {
  color: green;
  font-size: 0.9rem;
  content: "✓";
  padding-left: 5px;
}*/

.webShopCartRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*border: 1px solid black;*/
	padding-bottom: 10px;
}

.webShopCartColumn5 {
  float: left;
  width: 5%;
  border: 0px solid black;
  /* background-color:#ccc;  gray*/
  background-color:white;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.webShopCartColumn10 {
  float: left;
  width: 10%;
  background-color:white;
  padding: 0px;
}

.webShopCartColumn25 {
	float: left;
	width: 25%;
	background-color: white;
	padding: 0px;
	font-size: 0.8rem;
}

.webShopCartColumn30 {
	float: left;
	width: 30%;
	background-color: white;
	padding: 0px;
	font-size: 0.8rem;
}

.webShopCartColumn40 {
	float: left;
	width: 40%;
	background-color: white;
	padding: 0px;
	font-size: 0.8rem;
}

.webShopCartRow50 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 50px;
}

.webShopCartColumn70 {
	float: left;
	width: 70%;
	background-color: white;
	padding: 0px;
	/*border: 1px solid red;*/
}

.webShopCartColumn90 {
  float: left;
  width: 90%;
  background-color:white;
  padding: 0px;
  margin: 0px;
}

.divwebShopCartProductName {
	padding-left: 5px;
	margin-top: -6px;
	font-size: 0.8rem;
	font-weight: bold;
}

 /*******************************
* FSB MODAL AS RIGHT SIDEBAR
* Add "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
#fsb *,
#fsb ::after,
#fsb ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
  
/* ---------------------------------------------------------*/  
/*                   The Close Button                       */
/* ---------------------------------------------------------*/
.fsb-close {
	color: gray;
	display: block;
	/* font-size: 1.8em; */
	font-weight: bold;
	float: right;
	font-size: 1.7rem;
	margin-top: 2px;
	/*   line-height: 30px; */
}

.fsb-close:hover, .fsb-close:focus {
  color: #000;
  cursor: pointer;
}

.btnCloseCart {
  color: gray;
  font-weight: bold;
  float: right;
  font-size: 1.7rem;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  margin-top:-8px;
}

.btnCloseCart:hover, .btnCloseCart:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.btnCloseCart:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.btnCloseCart {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btnCloseCheckOut {
  color: white;
  font-weight: normal;
   font-size: 35px;
  opacity: 1;
  text-shadow: 0 1px 0 #ffff99;
}

.btnCloseCheckOut:hover, .btnCloseCheckOut:focus {
  color: brown;
  text-decoration: none;
  cursor: pointer;
}

.btnFontSize {
	font-size: 0.9rem;
}
 
/* Add Animation right sheet */
@-webkit-keyframes fsb-rs_slideIn {
  from {
    opacity: 1;
    right: -50%; }
  to {
    opacity: 1;
    right: 0; }
}

@keyframes fsb-rs_slideIn {
  from {
    opacity: 1;
    right: -50%; }
  to {
    opacity: 1;
    right: 0; }
}

@-webkit-keyframes fsb-rs_revslideIn {
  from {
    opacity: 1;
    right: 0; }
  to {
    opacity: 1;
    right: -50%; }
}

@keyframes fsb-rs_revslideIn {
  from {
    opacity: 1;
    right: 0; }
  to {
    opacity: 1;
    right: -50%; } 
}
  
 /*******************************
* MODAL AS RIGHT SIDEBAR
* Add "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
  
.modal-header {
	padding-bottom: 0;
	position: sticky;
	top: 0;
	background-color: inherit;
	z-index: 1055;
}

.modal-title {
	font-size: 1.1rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
  
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: fsb-rs_slideIn;
	animation-name: fsb-rs_slideIn;
	background-color: #fefefe;
	bottom: 0;
	-webkit-box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
			box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.2), -6px 0 20px 0 rgba(0, 0, 0, 0.19);
	height: 100%;
	position: fixed;
	right: 0;
	overflow-y: auto;
}
	
.modal.right .modal-body {
	padding: 15px 15px 15px;
}

        
/*Right*/
.modal.right.fade .modal-dialog {
		right: 0px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
}
	
.modal.right.fade.in .modal-dialog {
	right: 0;
}

.modal-footer-WebShopCart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: center;
	padding: 0.5rem;
	border-top: 1px solid #e9ecef;
	position: sticky;
	bottom: 0;
	background-color: inherit;
	z-index: 1055;
}

.modal-title-total {
	/* font: 1.2rem "Lato", Arial, sans-serif; */
	font-size: 1.1rem;
	padding-left: 4px;
}

.cartInputValue {
	/* font: 0.8rem "Lato", Arial, sans-serif; */
	font-size: 0.8rem;
	height: 1.3rem;
	width: 95%;
	text-align: right;
	padding-right: 0px;
	float:right;
	margin-top: 8px;
	margin-right: 3px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.cartMoney {
	/* font: 0.9rem "Lato", Arial, sans-serif; */
	font-size: 0.8rem;
	border: 0px solid black;
	vertical-align: text-bottom !important;
	bottom: 0px;
	margin-top: 8px;
	text-align: right;
}

.cartMoneyTotal {
	/* font: 0.9rem "Lato", Arial, sans-serif; */
	font-size: 0.8rem;
	border: 0px solid black;
	vertical-align: text-bottom !important;
	bottom: 0px;
	margin-top: 8px;
	text-align: right;
}

.cartInfo {
	display: block;
	font-size: 1rem;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (min-width: 576px) {
	.divwebShopCartProductName {
		font-size: 1.1rem;
	}

	.webShopCartColumn25 {
		font-size: 1.1rem;
	}

	.webShopCartColumn30 {
		font-size: 1.1rem;
	}

	.webShopCartColumn40 {
		font-size: 1.1rem;
	}

	.cartMoney {
		font-size: 1.1rem;
	}

	.cartMoneyTotal {
		font-size: 1.1rem;
	}

	.modal-title {
		font-size: 1.4rem;
	}

	.modal-title-total {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 400px) {
	.modal.right .modal-dialog {
		width: 90%;
	}

	.divwebShopCartProductName {
		font-size: 1rem;
	}

	.webShopCartColumn25 {
		font-size: 1rem;
	}

	.webShopCartColumn30 {
		font-size: 1rem;
	}

	.webShopCartColumn40 {
		font-size: 1rem;
	}

	.cartMoney {
		font-size: 1rem;
	}

	.cartMoneyTotal {
		font-size: 1rem;
	}

	.modal-title {
		font-size: 1.3rem;
	}

	.modal-title-total {
		font-size: 1.3rem;
	}
}

@media screen and (min-width: 200px) {
	.modal.right .modal-dialog {
		width: 100%;
	}
}
