

/* Radio Button */
/* ---------------------------- */

/* The container */
.radio-button-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-button-container:before{
  display: table;
  content: " ";
}

.radio-button-container:after{
  display: table;
  content: " ";
  clear: both;
}



/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-button-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* ---------------------------- */


.errorH{
  color: red;
}

.cart-items-resume{
  font-weight: 200;
  font-size: 14px;
}

.cart-items-totals-resume h4{
  font-weight: 200;
  font-size: 14px;
  border-top: 1px solid #74a9ce !important;
  padding-top: 2px !important;
}


.cart-shipping-resume h3{
  font-weight: 200;
  font-size: 20px;
  margin-left: 10px;
}

.cart-shipping-resume h4{
  font-weight: 200;
  font-size: 18px;
  margin-left: 10px;
  color: #006396;
}

.cart-shipping-resume h5{
  font-weight: 200;
  font-size: 16px;
  margin-left: 10px;
  color: #006396;
  margin-top: -8px;line-height: normal;
}

.cart-payment-resume-card-data{
  padding: 0 10px 0 5px !important;
}

.activePanel{
  display: block !important;
}


.shop-panel{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #76abcd;
  width: 100%;
  border-radius: 7px;
  margin-top: 15px !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.shop-panel-title{
  background-color: #f0f4f9 !important;
  border-bottom: 1px solid #74a9ce !important;
  padding: 0 5px 0 10px !important;
  width: 100%;
  border-radius: 5px 5px 0 0;
  cursor:pointer;
}

.shop-panel-title:hover{
  background-color: #909090 !important;
  border-bottom: 1px solid #0c77c1 !important;
  color: white !important;
}

.shop-panel-title:hover h2{
  color: white !important;
}

.shop-panel-title:hover span{
  color: white !important;
  background-color: gray;
}

.shop-panel-title span{
  vertical-align: super;
  border: 5px solid #ced1d6;
  color: #536374;
  font-size: 15px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 24px;
  border-width: 3px;
}

.shop-panel-title h2{
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}

.shop-panel-title > .fa-sort-down{
  float: right;
  margin: 15px 15px 0 0;
  cursor: pointer;
  font-size: 20px;
}

.shop-panel-body{
  width: 100%;
  padding: 5px 5px 5px 10px !important;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.8s;
}

.shop-panel-body li{
  text-indent: 0px !important;
  line-height: inherit !important;
  color: #4e4e4e;
}

.shop-panel-footer{
  background-color: #f0f4f9 !important;
  border-top: 1px solid #74a9ce !important;
  padding: 0 5px 0 10px !important;
  width: 100%;
  border-radius: 0 0 5px 5px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.8s;
}

.shop-panel-footer h3{
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}

.card-expl{
  width: 100%;
  margin-bottom: 40px !important;
}


.card-expl div.credit {
  background-image: url(../assets/cards1.png);
  border-bottom: 1px solid #ccc;
  margin-left: 35px;
  width: 180px;
  background-position: left 35px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  padding-top: 10px;
}

.card-expl div.debit {
  background-image: url(../assets/cards2.png);
  background-position: left 40px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px !important;
  height: 70px;
  padding-top: 10px;
  margin-left: 20px;
  width: 100%;
  background-size: contain;
}

.cvv-image{
  width: 100%;
  text-align: center;
}

.cardpay {
  float: none;
  height: 120px;
  margin-top:20px !important;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 5px !important;
}

.cardpay div.logo {
  background-image: url(../assets/.png);
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  font-weight: 400;
  height: 60px;
  width: 100%;
  padding: 0 10px 0 0 !important;
  margin-left: 5px !important;
}

.shield {
  border-top: 1px solid #ccc;
  padding-top: 5px !important;
  background-image: url(../assets/security.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: 400;
  padding-left: 40px !important;
  margin-left: 5px !important;
  margin-top: 10px !important;
  width: 100%;
}

.sctn-row{
  width: 100%;
  text-align: right;
  margin-top: 30px !important;
  margin-bottom: 50px !important;
}


.edit-customer-address-icon{
  color: #0f94f6;
  font-size: 22px;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  background-color: white;
  padding: 4px;
  position: absolute;
  margin-top: -100px;
  right: 0;
  padding-left: 9px;
  border-radius: 30px;
}



.edit-customer-address-icon:hover{
  color: blue;
  background-color: gray;
  border-color: gray;
}


.deletePictureDiv-xs{
  float: right;
}

.pictureLoading{
  float: center;
}


.deletePictureDiv{
  background-color: rgba(183, 92, 92, 0.96);
  width: 20px;
  float: right;
  border-radius: 18px;
}

.marginDiv{
  margin: 25px;
  text-align: center !important;
}

.pictureinputfile{
  width: 136px;
  height: 136px;
  overflow: hidden;
  border-radius: 18px;
  margin-top: -3px;
}

.pictureinputready{
  min-width: 150px;
  height: 150px;
  line-height: 136px;
  border: 7px solid #808080;
  border-radius: 25px;
  text-align: right;
}


.pictureinput{
  min-width: 150px;
  height: 150px;
  line-height: 136px;
  border: 7px solid #808080;
  border-radius: 25px;
  text-align: center;

}

.pictureinput:hover,
.pictureinput:focus{
  border: 7px solid #000;
}

span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.inputfile1 {

	opacity: 0;

	position: absolute;

}

.inputfile1 + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #808080;
    display: inline-block;
    cursor: pointer;
}

.inputfile1:focus + label,
.inputfile1 + label:hover {
    color: #000;
}


.inputfile1:focus + label {
	outline: 1px;
}

.inputfile1 + label * {
	pointer-events: none;
}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #808080;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    color: #000;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
	outline: 1px;
}

.inputfile + label * {
	pointer-events: none;
}

.orders-pictureinputready{
  min-width: 120px;
  height: 120px;
  line-height: 106px;
  border: 8px solid #808080;
  border-radius: 25px;
  text-align: right;
}


.orders-pictureinput{
  min-width: 120px;
  height: 120px;
  line-height: 106px;
  border: 8px solid #808080;
  border-radius: 25px;
  text-align: center;
}

.orders-deletePictureDiv {
    background-color: rgba(183, 92, 92, 0.96);
    width: 40px;
    float: right;
    border-radius: 18px;
}

.order-payment-report{
  margin: 15px 0 15px 20px;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 2px !important;
  border-radius: 10px;
  padding-left: 20px;
  text-align: left;
}

.paymentPending{
  border: 2px solid #fd9800;
  box-shadow: 4px 5px 0 rgba(253, 152, 0, 0.3);
  background-color: #ffe0bb38;
}

.paymentApproved{
  border: 2px solid #5cb75c;
  box-shadow: 4px 5px 0 rgb(219, 255, 219);
  background-color: #e9ffe945;
}

.order-payment-title{
  border-bottom: 1px solid #808080;
  margin-right: 20px;
}

.order-payment-title h3{
  font-weight: 200;
  font-size: 16px;
  margin-right: 0px;
  margin-top:10px !important;
}

.order-payment-desc{
  margin-top: 10px;
  /* width: 50%; */
  margin-right: 20px;
}

.order-payment-desc h1{
  color: #037100;
  font-size: 16px;
  font-weight: 300;
  margin-top:10px !important;
}

.order-payment-desc h2{
  font-weight: 200;
  font-size: 14px;
  display: inline-block;
  margin-right: 0px;
  margin-top:10px !important;
}

.order-payment-desc h3{
  font-weight: 200;
  font-size: 14px;
  display: inline-block;
  color: #39b145fc;
  margin-left: 0px;
  margin-top:10px !important;
}

.order-payment-desc h4{
  font-weight: 200;
  font-size: 14px;
  color: #0000ff;
  margin-top:10px !important;
}

.profile-info{
  text-align: center;
}

.profile-picture{
  height: 200px;
  width: 200px;
  margin: 20px auto;
  display: table;
  border: 3px solid gray;
  border-radius: 100px;
  font-size: 62px;
  color: gray;
  margin-bottom: 0px;
}

.profile-edit-bar{
  border: 0;
  border-bottom: #296989;
  border-style: solid;
  border-bottom-width: 1px;
  width: 80%;
  margin: 0 auto;
}

.profile-info-title h3{
  color: #037100;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}

.profile-edit-button{
  border-color: #000;
  display: inline-block;
  float: right;
  margin-top: -20px;
  height: 40px;
  border-radius: 40px;
  width: 40px;
  background: #2a6989;
  color: #ffffff;
  line-height: 15px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.29);
}

.profile-edit-button:hover{
  background: #b0cbde;
  color: #296989;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.77);
}


.profile-user-data{
  width: 80%;
  text-align: center;
  margin: 30px auto;
}

.profile-address-edit-bar{
  border: 0;
  border-bottom: blue;
  border-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.profile-address-edit-button{
  display: inline-block;
  float: right;
  margin-top: -20px;
  height: 40px;
  border-radius: 40px;
  width: 40px;
  background: #51518c;
  color: #fbfbfb;
  line-height: 15px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.29);
}

.profile-address-edit-button:hover{
  background: #d1d1f9;
  color: #000000;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.77);
}

.profile-user-address{
  text-align: left;
  font-weight: 300;
  padding: 20px;
}

.profile-user-address h1{
  font-size: 18px;
  color: #3e8cbb;
  margin-top: -8px;
  max-width: 85%;
}

.profile-user-address h2{
  font-size: 16px;
  color: #024a00;
  margin-top: -8px;
  font-weight: 400;
}

.profile-user-address h3{
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  margin-top: -8px;
  line-height: normal;
}

.animate-control{
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}


.loading-form-icon {
    color: #039a99 !important;
}


.inputError{
  border-color: #e96666;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}





@media screen and (max-width: 767px) {

  .blueline{
    margin-bottom: 10px;
  }

  .pictureinputready{
    width: 120px;
    height: 120px;
    line-height: 136px;
    border: 3px solid #808080;
    border-radius: 25px;
    text-align: right;
  }


  .pictureinput{
    /*max-width: 120px;*/
    height: 120px;
    line-height: 106px;
    border: 3px solid #808080;
    border-radius: 25px;
    text-align: center;

  }


}

.space-24,[class*=vspace-24]{max-height:1px;min-height:1px;overflow:hidden;margin:24px 0 23px}
.space-12,[class*=vspace-12]{max-height:1px;min-height:1px;overflow:hidden;margin:12px 0 11px}
.space-2,[class*=vspace-2]{max-height:1px;min-height:1px;overflow:hidden;margin:2px 0 1px}
