@charset "UTF-8";

.shipping-methods .shipping-title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  padding: 1.1rem 0 0.3rem;
}
.shipping-methods .custom-radio {
  line-height: 2.7;
}
.shipping-methods .custom-radio label {
  letter-spacing: 0;
  padding-left: 2.5rem;
}
.shipping-methods .custom-radio .custom-control-label::after {
  color: #ccc;
  padding-top: 1px;
}

.shipping-destination {
  font-size: 1.5rem;
  margin-bottom: 2.2rem;
}

.shipping-calculator-form .form-group {
  margin-bottom: 1.5rem;
}
.shipping-calculator-form .form-group .form-control {
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #666;
  border-color: #000;
}
.shipping-calculator-form button {
  margin-bottom: 2.5rem;
  border-width: 1px;
}

.shipping-address .form-control,
.shipping-address .select-box {
  background-color: #fff;
  margin-bottom: 2rem;
}
.shipping-address .form-control {
  padding: 1.15rem 1.2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  border-color: #eee;
  color: #999;
}
.shipping-address label {
  color: #333;
  text-transform: uppercase;
}

.shop-table {
  text-align: start;
}
.shop-table tbody {
  border-bottom: 1px solid #eee;
}
.shop-table td {
  padding: 2rem 0 2rem 0;
  border-top: 1px solid #000;
  font-size: 1.4rem;
}
.shop-table tbody td:not(:first-child),
.shop-table thead th:not(:first-child) {
  padding-left: 1rem;
}
.shop-table .product-thumbnail {
  width: 11rem;
  padding-right: 1rem;
}
.shop-table .product-name {
  white-space: normal;
  word-break: break-word;
}
.shop-table .product-thumbnail a {
  position: relative;
}
.shop-table th {
  padding: 1.7rem 0 1.3rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  line-height: 1.6;
  letter-spacing: 0;
}
.shop-table img {
  display: block;
  max-width: 100px;
}
.shop-table .product-thumbnail > div {
  display: block;
  max-width: 10rem;
  width: 100%;
}
.shop-table .btn-close {
  position: absolute;
  padding: 0;
  background: #fff;
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  top: -14px;
  right: -8px;
}
.shop-table .btn-close i {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  margin-left: 0;
}
.shop-table .btn-close:hover {
  background-color: #fff;
}
.shop-table .btn-close:hover i {
  color: #336699;
}

.shop-table.cart-table th {
  padding: 1rem 0 1.2rem;
  letter-spacing: -0.025em;
}
.shop-table.cart-table .product-price {
 text-align: right;;
}
.shop-table.cart-table .product-quantity {
 text-align: center;
}
.shop-table.cart-table .product-subtotal {
 text-align: right;;
}
.shop-table.cart-table .product-name {
  color: #333;
  text-align: left;
}
.shop-table.cart-table .product-quantity .input-group {
  max-width: 120px;
}
.shop-table.cart-table .btn-close {
  top: -8px;
  right: -7px;
}
.shop-table.cart-table td.product-subtotal {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.05em;
}
.shop-table.cart-table td.product-price {
  font-weight: 400;
  font-size: 1.6rem;
}

.sepetToplamTable
{
  width:300px;
  border: 1px solid #ddd;
    margin-bottom: 1rem;
}

.sepetToplamTable td
{
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
}

@media (max-width: 767px) {
  .cart-table td.product-subtotal {
    text-align: center;
  }
  .cart-table.shop-table .product-quantity {
    width: auto;
  }
  .cart-table.shop-table .product-subtotal {
    width: auto;
  }
}
@media (max-width: 575px) {
  .cart .breadcrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

