﻿/*@brand-layout: #222;

@brand-primary: #06c;
@brand-secondary: #f90;
@brand-tertiary: #888;*/
.checkout {
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.checkout label {
  font-weight: 400;
  font-size: 14px;
}
.checkout input,
.checkout select {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  height: 32px;
}
.checkout span {
  color: #b8b8b8;
  font-size: 14px;
  /* Approximation due to font substitution */
  font-weight: 500;
  line-height: 26px;
  /* Approximation due to font substitution */
  text-align: left;
}
.checkout textarea {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  height: 69px;
}
.checkout .title {
  font-size: 32px;
  /* Approximation due to font substitution */
  font-weight: 700;
  text-align: left;
  margin-left: 15px;
  text-transform: uppercase;
}
.checkout hr {
  margin-top: 5px;
}
.checkout span.btn-success {
  color: #fff;
  margin-bottom: 40px;
  border-radius: 0px;
}
.checkout input[type="radio"] {
  width: 16px;
  height: 16px;
}
.checkout .radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout .radio-container input {
  position: absolute;
  opacity: 0;
}
.checkout .checkmark {
  position: absolute;
  top: 8px;
  left: -10px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.checkout .radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkout .radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkout .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout .radio-container input:checked ~ .checkmark:after {
  display: block;
}
.checkout .radio-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.checkout .subtotal {
  background-color: #f1f1f1;
  padding: 8px 10px 0px;
  text-transform: uppercase;
  overflow: auto;
}
.checkout .p8 {
  padding: 8px;
}
.checkout .shipping-delivery {
  color: #6f6f6f;
  text-align: left;
}
.checkout .payment-icon {
  width: 42px;
  height: 34px;
  background-repeat: no-repeat;
  margin-top: -10px;
}
.checkout .credit-card {
  background-image: url(../../Content/img/credit-card.png);
}
.checkout .paypal {
  background-image: url(../../Content/img/paypal.png);
}
.checkout .bank {
  background-image: url(../../Content/img/bank.png);
}
.checkout .nav-tabs > li {
  width: 33.33%;
}
.checkout .nav-tabs > li.active > a {
  color: #bb3c45;
}
.checkout .nav-tabs > li > a {
  border: 1px solid #eee;
  border-radius: 0px !important;
  height: 75px;
  padding-top: 25px !important;
  padding-left: 50px !important;
  margin-right: 0px;
}
.checkout .nav-tabs {
  margin-bottom: 0px;
}
.checkout .tab-content {
  border: 1px solid #eee;
  clear: both;
  overflow: hidden;
  min-height: 250px;
  padding: 35px;
}
.checkout .checkbox {
  padding-left: 20px;
  margin-top: 30px;
}
.checkout .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkout .checkbox label::before {
  top: 5px;
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkout .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 6px;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 11px;
  color: #555555;
}
.checkout .checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkout .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkout .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkout .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkout .btn-place-order {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #bb3c45;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #bb3c45;
  width: 230px;
  height: 50px;
  float: right;
}
.checkout .btn-place-order:hover {
  background-color: #bb3c45;
  color: #ffffff;
}
.checkout .f-16 {
  font-weight: 400 !important;
}
.checkout .f-26 {
  font-size: 26px;
}
@media only screen and (min-width: 480px) and (max-width: 767.98px) {
  .checkout .f-22 {
    font-size: 22px;
  }
  .checkout .nav-tabs > li {
    width: 33.33%;
  }
  .checkout .nav-tabs > li:hover,
  .checkout .nav-tabs > li.active {
    border: none;
  }
  .checkout .nav-tabs > li.active > a,
  .checkout .nav-tabs > li.active > a > label {
    color: #bb3c45 !important;
  }
  .checkout .nav-tabs > li > a {
    cursor: pointer;
    border: none;
    padding: 0px !important;
    display: block;
    text-align: center;
  }
  .checkout .nav-tabs > li > a:hover,
  .checkout .nav-tabs > li > a:focus {
    background-color: transparent;
    border: none !important;
    border-bottom-color: transparent;
    border-radius: 0px;
  }
  .checkout .nav-tabs {
    margin-bottom: 0px;
  }
  .checkout .tab-content {
    padding: 15px;
  }
  .checkout .btn-place-order {
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .checkout .payment-icon {
    float: none !important;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }
  .checkout .hide-at-480 {
    display: none !important;
  }
}
@media only screen and (min-width: 293.98px) and (max-width: 479.98px) {
  .checkout .payment-icon {
    margin-top: 10px;
  }
  .checkout .hide-at-320 {
    display: none !important;
  }
  .checkout h1.f-18 {
    font-size: 18px;
    font-weight: 700;
  }
  .checkout .f-16 {
    font-size: 16px;
    font-weight: 400;
  }
  .checkout span.btn-success {
    color: #fff;
    margin-bottom: 40px;
    border-radius: 0px;
    float: left !important;
  }
  .checkout .subtotal label {
    float: left !important;
  }
  .checkout .btn-place-order {
    text-align: center;
    float: none;
    display: block;
    margin: 0 auto;
  }
}