.checkout-mobile {
  padding: 20px;
  display: none;
}

.checkout-desktop {
  padding: 20px;
}

.mdl-card__media {
  display: none !important;
}

.total-wrapper {
  background-color: #F3F3F3;
  margin-bottom: 50px;
  text-align: center;
  padding: 20px;
}

.checkout-desktop .total-wrapper {
  padding: 30px;
}

.checkout-desktop .title, .wishlist-page .title {
  font-size: 2.3em;
  color: #717171;
  text-decoration: underline;
  margin-bottom: 30px;
}

.total-wrapper .total {
  font-size: 1.2em;
  color:#000;
}

.checkout-btn {
  background-color: #717171;
  width: 70%;
  margin-left: 15%;
  color: #FFF;
  margin-top: 30px;
  cursor: pointer;
}

.checkout-btn a, .checkout-btn a:visited, .checkout-btn a:focus {
  color: #FFF;
}

.checkout-desktop .total-wrapper .checkout-btn {
  width: 150px;
  margin: 0 auto;
}

.checkout-btn p {
  padding: 10px;
  font-size: 1.2em;
}

.checkout-product img, .wishlist-page-product img{
  width: 100%;
}

.checkout-product .prod-img, .wishlist-page-product .prod-img {
  width: 100px;
}

.checkout-product .prod-name, .wishlist-page-product .prod-name{
  color: #717171;
  font-size: 1.2em;
}

.checkout-product .number{
  font-size: 1em;
  color: #979797;
}
.checkout-product .color {
  font-size: 1.1em;
  color: #979797;
}
.checkout-product .price, .wishlist-page-product .price{
  font-size: 1.1em;
  color: #000;
}
.wishlist-page-product .prod-price {
  color: #000;
}
.checkout-product input {
  width: 60px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #717171;
}

.remove-cart-item, .remove-cart-item:visited, .remove-cart-item:hover, .remove-cart-item:active{
  color: #717171;
}

.poiter{
  cursor: pointer;
}

.desktop-checkout img{
  width: 100%;
}

.desktop-checkout .checkout-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}

.mdl-card__supporting-text {
  width: 100% !important;
}

.showcoupon {
  color: #717171;
  cursor: pointer;
}

.showcoupon:hover {
  text-decoration: underline;
}

.form-row.woocommerce-invalid input.input-text  {
  border: none;
  border: 2px solid #EC4A4A !important;
}

.form-row.woocommerce-invalid label {
  color: #EC4A4A !important;
}

#customer_details {
  width: 60%;
  margin-left: 20%;
}

.checkout-header-title {
  font-size: 1.5em;
}

@media screen and (min-width: 1450px) {
  #customer_details {
    width: 50%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 1175px) {
  #customer_details {
    width: 70%;
    margin-left: 15%;
  }
}

@media screen and (max-width: 800px) {
  #customer_details {
    width: 90%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 500px) {
  #customer_details {
    width: 98%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 839px) {
  .checkout-mobile {
    display: block;
  }
  .checkout-desktop {
    display: none;
  }
}
