.wrapper-checkout{
  margin-top:5rem;
}
.nav-checkbox{
}
.nav-checkbox .col-3{
  padding:0;
}
.nav-checkbox a{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #888888;
  padding: 10px 0 20px;
  border-bottom: 1px solid #dee2e6;
  line-height: 24px;
}
.nav-checkbox a span{
  display:block;
}
.nav-checkbox a.active{
  color:#222;
  border-bottom: 1px solid #000;
}
.shopping-form{
  margin: 0 0 100px;
}
.shopping-form .logo{
    padding-top: 50px;
    margin: 0 0 30px 0;
}
.breadcrumb ul ,.breadcrumb ul li{
    margin:0 auto;
    padding:0;
}
.breadcrumb ul li{
    display:inline-block;
    position: relative;
    margin: 0 5px 0 0;
}
.breadcrumb ul li:after{
    content:">";
    font-size: 12px;
    margin: 0 0 0 10px;
}
.breadcrumb ul li a {
    color:#666;
    font-size:14px;
}
.breadcrumb ul li.past a{
    color:#0b9247;
}
.breadcrumb ul li.past:after{
    color:#0b9247;
}
.breadcrumb ul li.active a{
    color:#222;
}
.breadcrumb ul li:last-child:after{
    content:none;
}

/* checkbox */
.checkbox-wrapper-21 .control {
    display: block;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    color: #707070;
  }
  .checkbox-wrapper-21 .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .checkbox-wrapper-21 .control__indicator {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border-radius: 1px;
    border: var(--bs-border-width) solid var(--bs-border-color);
  }
  .checkbox-wrapper-21 .control:hover input ~ .control__indicator,
  .checkbox-wrapper-21 .control input:focus ~ .control__indicator {
    background: #ccc;
    border: 0;
  }
  .checkbox-wrapper-21 .control input:checked ~ .control__indicator {
    background: #0b9247;
    border: 0;
  }
  .checkbox-wrapper-21 .control:hover input:not([disabled]):checked ~ .control__indicator,
  .checkbox-wrapper-21 .control input:checked:focus ~ .control__indicator {
    background: #08843f;    
    border: 0;
  }
  .checkbox-wrapper-21 .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
  }
  .checkbox-wrapper-21 .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
  .checkbox-wrapper-21 .control input:checked ~ .control__indicator:after {
    display: block;
  }
  .checkbox-wrapper-21 .control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .checkbox-wrapper-21 .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
  }
/* end checkbox */

.form-cover{
    margin: 60px 40px 0;
}
.form-group {
    margin-bottom: 50px;
}
.form-group label{
    /* font-size:14px; */
}
.form-group h5 label{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
}
.form-group p{
    font-size:12px;
    color: #666;
    /* text-align: right; */
    margin: 7px 0 0 0;
}
.form-group p a{
    color:#0b9247; 
}
.form-control::placeholder{
    font-size:12px;
}
.form-control{
  padding:10px 0;
  border: 0;
  border-bottom: 1px solid #888;
  border-radius: 0;
}
select.form-control{
  font-size: 12px;
  padding: 19px 10px 6px;
}
select.form-control span{
  position: absolute;
  content: "&#xf107;";
  padding: 3px;
  right: 10px;
  top: 35%;
}
.form-control:focus {
  border-color: #0b9247;
  box-shadow: none;
}



select {
  /* styling */
  background-color: white;
  border: thin solid #000;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  font-size:12px;
}
select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, #c2c2c2 50%),
    linear-gradient(135deg, #c2c2c2 50%, transparent 50%),
    linear-gradient(to right, #c2c2c2, #c2c2c2);
  background-position:
    calc(100% - 20px) calc(1.3em + 2px),
    calc(100% - 15px) calc(1.3em + 2px),
    calc(100% - 40px) 0.8em;
    
  background-color:transparent;
  background-size:
    5px 5px,
    5px 5px,
    1px 2em;
  background-repeat: no-repeat;
  
  border-bottom: 1px solid #b7b7b7;
  height: 44px;
  padding-top: 21px;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #0b9247 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #0b9247 50%),
    linear-gradient(to right, #c2c2c2, #c2c2c2);
  background-position:
    calc(100% - 15px) 1.5em,
    calc(100% - 20px) 1.5em,
    calc(100% - 40px) 0.8em;
  background-color:transparent;
  background-size:
    5px 5px,
    5px 5px,
    1px 2em;
  background-repeat: no-repeat;
  border-color: #0b9247;
  outline: 0;
}


.shipping-txt{
  position: absolute;
  top: 5px;
  margin: 0;
  left: 3px;
  font-size: 10px;
  color: #888;
}
.arrow-down i{
  font-size: 16px;
  color: #c2c2c2;
  line-height: 10px;
  position: absolute;
  top: 13px;
  margin: 0;
  padding-bottom: 7px;
  right: 10px;
  border-left: 1px solid #cbcbcb;
  padding-left: 10px;
}
a.btn-back{
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.5px;

}
button.btn{
  border-radius: 1px;
  font-size: 14px;
  padding: 15px 40px;
}


/* title-tip down */

.question-circle{
  position: absolute;
  top: 10px;
  margin: 0;
  right: 10px;
}
.question-circle i{
  font-size: 16px;
  color: #838383;
  line-height: 10px;
  margin: 0;
  padding-bottom: 7px;
}
.title-tip[title]:hover {
  position: absolute;
}
.title-tip[title]:hover:before {
  position: absolute;
  top: 100%;
  right: -50px;
  z-index: 9;
  content: attr(title);
  padding: 10px 10px;
  width: 120px;
  overflow: hidden;
  word-wrap: break-word;
  color: #FFF;
  text-align: center;
  background-color: #222;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 10px;
  font-weight: 300;
  border-radius: 6px;
  line-height: 13px;
  font-family: 'BeVietnamPro', sans-serif;
}
.title-tip[title]:hover:after {
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 9;
  content: '';
  margin-left: 0;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid #222;
  font-size: inherit;
}

/* title-tip-up */
.title-tip-up[title]:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.title-tip-up[title]:hover:after {
  /* top: auto; */
  bottom: 100%;
  border: 0.35em dashed transparent;
  border-top: 0.35em solid #222;
}



/* Shop List */
.shop-list{
  height:100%;
  padding: 0 50px;
  border-left: 1px solid;
  /* background: #fcfcfc; */
}
.shop-list ul{
  margin:0;
  padding:0;
} 
.shop-list ul li{
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
} 
.cart-box{
  display: grid;
  grid-template-columns: 24% 72%;
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.cart-box img{
  width: 115px;
  height: auto;
  max-height:140px;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
.cart-number {
  font-size: 11px;
  text-align: left;
  color: #969696;
}
.cart-remove, .header .item-right a.cart-remove{
  margin: 0 3px;
}
.cart-action {
  position: relative;
  text-align: right;
  bottom: auto;
  right: 0;
}

.shopping-form ul{
  width: 96%;
  margin: 0 auto;
}
.shopping-form .cart-box{
  width: 98%;
  margin: 20px auto;
  grid-template-columns: 27% 71%;
}
.shopping-form .cart-box img{
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 250px;
}
.shopping-form h4{
  margin: 35px auto 30px;
  width: 94%;
  font-size: 15px;
}
.shopping-form .detail-box {
  line-height: 25px;
}

.shop-image{
    position: relative;
    width: 16%;
    display: inline-block;
    margin-right: 3%;
    border-radius: 3px;   
    vertical-align: top;
}
.shop-image img{
    width:100%;
    height:auto;    
    border-radius: 3px;
    display: block;
}
.shop-quantity{
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #898989;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 22px;
}
.shop-name{
  width: 58%;
  display: inline-block;
  margin-right: 3%;
}
.shop-name a{
  display: block;
  height: 45px;
  font-size: 12px;
  color:#222;
}
.shop-size{
  display: block;
  font-size: 12px;
  color: #838383;
}
.shop-price{
  width: 18%;
  display: inline-block;
  font-size: 12px;
}
.total-money h6 ,.total-money p{
  margin:0;
}
.total-money h5{
  font-size: 15px;
}
.total-money span{
  display: block;
  color: #989898;
  font-size: 10px;
}
hr{
  border-top-color: #b4b4b4;
  margin: 25px 0;
}
button.btn-apply{
  background: #bdbdbd;
  padding: 11px 30px;
  margin-left: 15px;
  color: #fff;
}
button.btn-apply:hover, button.btn-apply:focus {
  background: #0b9247;
  color: #fff;
}
.total-price {
  font-size: 22px;
}
.total-price small{
  font-size:12px;
  color: #838383;
  vertical-align: middle;
  margin-right:5px;
}
.shop-list h4{
  margin: 0px 0 50px;
  font-size: 15px;
  padding-top: 35px;
}
.shop-list-name h6{
  font-size: 12px;
  margin: 0 0 30px 0;
  color: #989898;
}
.shop-list-name p{
  font-size: 12px;
  margin: 0 0 20px 0;
  color: #989898;
}
.shop-list-name input{
  border: 0;
  border-bottom: 1px solid #989898;
  border-radius: 0;
  height: 20px;
  width: 190px;
  text-align: right;
  padding: 0;
  margin-top: -5px;
  font-size: 12px;
}
.shop-list-name input::placeholder{
  color:#989898;
}

.wrap-payment{
  margin: 60px 40px 0;
}
.cover-description{
  position:relative;
  margin:0 0 50px 0;
}
.cover-description h5{
  line-height: 16px;
  margin: 0 0 20px 0;
  font-size: 12px;
}
.cover-description h5 a, .cover-description h6 a{
  float:right;
  text-align: right;
  font-size:10px;
  position: relative;
}
.cover-description h6{
  line-height: 16px;
  margin: 0 ;
  font-size: 11px;
  color: #989898;
}
.cover-description p{
  font-size: 12px;
  margin: 0;
  color: #989898;
  line-height: 22px;
  position: relative;
}
.cover-description h5 a:after,
.cover-description h6 a:after {
  content: "";
  display: block;
  background: #000;
  width: 0;
  height: 1px;
  transition: all 0.2s;
}
.cover-description h5 a:hover:after,
.cover-description h6 a:hover:after {
  width: 100%;
  height: 1px;
}


@media  (min-width: 769px) {
  .nav-checkbox a span br{
    display:none;
  }
}
@media  (max-width: 768px) {
  .form-cover {
    margin: 60px 0 0;
  }
  select.form-control {
    margin: 15px 0;
  }
  input[placeholder="First name"]{
    margin-bottom:15px;
  }
  .shop-list {
    padding: 30px 20px;
    margin-top: 50px;
    height: auto;
    border-left:0;
  }
  .shop-name {
    width: 51%;
  }
  .shop-name a {
    font-size: 12px;
    margin-bottom: 3px;
    height: auto;
  }
  .shop-size{
    font-size:12px;
  }
  .shop-price {
    width: 24%;
    font-size: 12px;
    font-weight: 500;
  }
  .cart-box img, .shopping-form .cart-box img{
    width:100%;
  }
  .total-price {
    font-size: 24px;
  }
  a.btn-back {
    text-align: center;
    display: block;
  }
  button.btn {
    float: none !important;
    margin: 20px auto 20px;
    display: block;
  }
  button.btn-apply{
    margin:0;
  }
  .wrap-payment {
    margin: 60px 20px 0;
  }
  .nav-checkbox a{
    padding:10px 0 10px;
  }
  .nav-checkbox a span {
    line-height: 16px;
    min-height: 32px;
  }
}



