ul a {
  text-decoration: none;
  list-style: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.cart-section {
  padding: 0;
  margin-top: 148px !important;
}

.cart-title {
  padding: 47px 20px 20px 20px;
  margin: 0;
  background: #fff;
  text-align: center;
}

.cart-title h1 {
  margin-bottom: 30px;
  color: blue;
  font-weight: 400;
}

.cart-title .text-muted {
  font-weight: 400;
}

.cart-section .prod-bx {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px 0 20px;
}

.cart-section .prod-bx img {
  width: 50%;
}

.cart-prod-title {
  font-size: 12px;
}

.row-title {
  display: flex;
}

.cart-col {
  width: 20%;
  text-align: center;
}

.color-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled {
  opacity: 0.5;
}

.row-title img {
  width: 150px !important;
  height: 150px !important;
  padding: 15px 10px 15px 10px;
}

.cart-prod-title {
  margin-top: 2%;
  font-size: 18px;
  text-align: left;
  padding: 10px 13px 10px 10px;
  font-weight: 400;
}

.color-var {
  text-align: left;
  font-size: 15px;
  padding: 0 20px 0 20px;
}

.color-dropdown {
  width: 100%;
  margin: auto;
  height: 30%;
  font-size: 13px;
}

.cart-responsive-bx {
  display: none;
}

.prod-bx .form-label {
  margin-bottom: 0;
  font-size: 13px;
}

.prod-col {
  width: 32%;
}

.size-col {
  width: 10%;
  padding: 0 8px 0 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quantity-col {
  width: 20%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.quantity-bx {
  text-align: center;
}

.quantity-col .input-group {
  width: 100%;
  margin: 0;
  padding: 0 22px 0 22px;
}

.quantity-col span {
  background: #fff;
  border-radius: 0;
}

.quantity-col .form-control {
  width: 30% !important;
  margin-bottom: 0 !important;
}

.minus {
  background: rgb(255, 255, 255);
  cursor: pointer;
}

.plus {
  background: rgb(255, 255, 255);
  cursor: pointer;
}

.upload-col {
  width: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-bx {
  text-align: left;
}

.del-col {
  width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.del-col a {
  color: #000;
}

.del-col a:hover {
  color: red;
}

.prod-bx .size-col {
  text-align: left;
}

.prod-bx .form-control {
  font-size: 14px;
  width: 90%;
  margin-bottom: 4px;
  border-radius: 2px;
}

.wrapper {
  height: 120px;
  min-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wrapper span {
  width: 100%;
  text-align: center;
  font-size: 55px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
.wrapper span.num {
  font-size: 50px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.proceed-bx {
  background: #fff;
  margin-top: 12px;
  padding: 10px;
}

.proceed-bx .btn {
  border-radius: 0;
  width: 200px;
}

.customer-details-bx {
  background: #fff;
  margin-top: 12px;
  padding: 12px 12px 0 12px;
  border-bottom: blue solid 3px;
}

.customer-details-bx p {
  margin: 0;
  text-align: center;
  font-size: 30px;
  color: blue;
}

.details-form {
  background: #fff;
  margin-top: 12px;
  padding: 30px 60px 30px 60px;
}

.details-form label {
  font-size: 14px;
}

.form-submit {
  font-size: 14px;
  width: 160px;
  padding: 10px;
  border-radius: 0;
}

.you-may-also-liked-bx {
  margin-top: 16px;
}

.you-may-also-liked-bx h6 {
  letter-spacing: 2px;
  font-size: 14px;
  color: rgb(80, 78, 78);
}

.you-may-also-liked-bx a {
  color: #000;
  text-decoration: none;
}

.you-may-also-liked-bx .card-bx {
  border-radius: 0;
  border: solid #fff 1px;
  background: #fff;
}

.you-may-also-liked-bx .card-bx .card-body {
  height: 20%;
  padding: 3%;
}

.you-may-also-liked-bx .card-bx .card-title {
  font-size: 13px;
  font-weight: 400;
}

.you-may-also-liked-bx .card-bx .card-text {
  font-size: 18px;
  color: rgb(0, 0, 230);
  font-weight: 400;
  margin-top: 15px;
}

.you-may-also-liked-bx .card-img-top {
  border-radius: 0;
  border: solid rgb(179, 175, 175) 1px;
}

.you-may-also-liked-bx .card-footer {
  background: none;
  border: none;
  align-items: center;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0;
  padding-right: 0;
}

.you-may-also-liked-bx .heart {
  font-size: 12px;
}

.you-may-also-liked-bx .ratings-wrapper {
  margin-left: 78px;
}

.you-may-also-liked-bx .ratings-wrapper .ratings {
  font-size: 12px;
  color: rgb(255, 174, 0);
}

.you-may-also-liked-bx .price-tag small {
  color: #000;
  font-size: 14px;
  text-align: left;
}

.you-may-also-liked-bx .footer {
  margin-top: 500px;
  bottom: 0;
  background: rgba(224, 223, 223, 0.808);
}

@media (max-width: 1399px) {
  .you-may-also-liked-bx .heart {
    font-size: 12px;
  }

  .you-may-also-liked-bx .ratings-wrapper {
    margin-left: 48px;
  }

  .you-may-also-liked-bx .ratings-wrapper .ratings {
    font-size: 12px;
    color: rgb(255, 174, 0);
  }

  .you-may-also-liked-bx .price-tag small {
    color: #000;
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .cart-section {
    margin-top: 110px !important;
  }

  .cart-title {
    padding: 17px 20px 17px 20px;
  }

  .cart-title h1 {
    margin-bottom: 0;
  }

  .cart-section .cart-title .row-title {
    display: none;
  }

  .prod-bx {
    display: none;
  }

  .cart-responsive-bx {
    display: block;
    margin-top: 15px;
  }

  .cart-responsive-bx .card {
    max-width: 100%;
    padding: 12px;
  }

  .cart-responsive-bx .card .col-md-3 {
    margin: auto;
    text-align: center;
  }

  .cart-responsive-bx .card img {
    max-width: 150px;
  }

  .cart-responsive-bx .card-body {
    padding: 8px;
  }

  .cart-responsive-bx .card h5 {
    /* margin-top: 5px; */
    margin-bottom: 0;
    font-size: 16px;
  }

  .cart-responsive-bx .card-body .var-bx {
    position: relative;
    width: 100%;
    margin-top: 6px;
  }

  .cart-responsive-bx .card-body .var-bx .var-list {
    background: rgb(212, 211, 211);
    padding: 3px;
    border-radius: 3px;
  }

  .cart-responsive-bx .card-body .var-list:hover {
    cursor: pointer;
  }

  .cart-responsive-bx .card-body .size-wrapper {
    margin-top: 10px;
  }

  .cart-responsive-bx .card-body .size-wrapper label {
    font-size: 14px;
    margin-bottom: 0;
  }

  .cart-responsive-bx .card-body .size-wrapper .form-control {
    width: 100%;
    height: 50%;
  }

  .cart-responsive-bx .card-body .size-wrapper .width {
    width: 50%;
    margin-right: 10px;
  }

  .cart-responsive-bx .card-body .size-wrapper .heights {
    width: 50%;
  }

  .cart-responsive-bx .card-body .sets-upload-bx {
    width: 100%;
  }

  .cart-responsive-bx .card-body .sets-upload-bx .sets-bx {
    width: 50%;
  }

  .cart-responsive-bx .card-body .sets-upload-bx .upload-bx {
    width: 50%;
  }

  .cart-responsive-bx .card-body .sets-bx label {
    margin-bottom: 8px;
  }

  .cart-responsive-bx .card-body .sets-bx .input-group {
    width: 80%;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .you-may-also-liked-bx .ratings-wrapper {
    margin-left: 90px;
  }
}

@media (max-width: 575px) {
  .you-may-also-liked-bx {
    padding: 15px;
  }

  .you-may-also-liked-bx .col {
    margin-top: 15px;
  }

  .d-grid {
    display: inline !important;
  }

  .form-submit {
    width: 110px;
    font-size: 12px;
    margin: 0 5px 0 0;
  }

  .you-may-also-liked-bx .card-footer {
    margin-left: 10px;
    line-height: 33px;
  }

  .you-may-also-liked-bx .ratings-wrapper .ratings {
    font-size: 18px;
    color: rgb(255, 174, 0);
  }

  .you-may-also-liked-bx .price-tag {
    display: block !important;
  }

  .you-may-also-liked-bx .ratings-wrapper {
    margin-left: 0;
    display: block !important;
  }
}

@media (max-width: 353px) {
  .d-grid {
    display: inline !important;
  }

  .form-submit {
    width: 90px;
    font-size: 10px;
    margin: 0 5px 0 0;
  }
}

#progressBar {
  background-color: #3e6fad;
  width: 0px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
