.close-btn-crt{
	font-weight: bold;
	color: #000;
}
.close-btn-crt:hover{
	color: #f00;
}
.tbl-brdr{
	border: 1px solid #dee2e6;
}
.table {
    width: 100%;
    margin-bottom: 0rem !important;
    color: #333;
}
.table-responsive.tbl-brdr {
  width: 100%;
}
.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
    border-top: none !important;
}
.shop_table.table--responsive.cart.table {
  width: 100%;
  text-align: center;
}

.shop_table.table--responsive.cart.table th,
.shop_table.table--responsive.cart.table td {
  vertical-align: middle;
  text-align: center;
}

.product-quantity {
  justify-content: center;
  align-items: center;
}

.product-thumbnail img {
  display: block;
  margin: 0 auto;
}

.product-remove {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sony-lens{
	color: #000;
}
.sony-lens{
	color: #000;
}
.sony-lens:hover{
	color: #ff871d;
	text-decoration: none;
}
.amount{
	color: #00000063;
}
.cart-update {
    margin: 20px 10px 20px 0;
    display: inline-block;
}
.cart-update input[type=submit] {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 65px;
    border: none;
    background-color: #111111;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    letter-spacing: .2em;
    font-weight: 500;
    position: relative;
    border-radius: 0;
    transition: .3s;
}
.cart-update input[type=submit]:hover {
    background: #ff871d;
}
.continue-shopping-1 a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border: none;
    background: #ff871d;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    letter-spacing: .2em;
    font-weight: 500;
    position: relative;
    border-radius: 0;
    transition: .3s;
}
.continue-shopping-1 a:hover {
    background: #111111;
    color: #fff;
    text-decoration: none;
}
.continue-shopping-1 {
    /*margin: 20px 0 20px 10px;*/
    display: inline-block;
}
.total-checkout {
    border-top: 1px solid #e3e3e3;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.cart-label {
    padding: 17px 0;
    font-size: 16px;
    line-height: 30px;
    color: #111111;
    font-weight: 400;
}
.cart-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #111111;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Jost;
    padding: 17px 20px 17px 0;
}
.checkout-button {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border: none;
    background-color: #ff871d;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    letter-spacing: .2em;
    font-weight: 500;
    position: relative;
    border-radius: 0;
    transition: .3s;
}
.checkout-button:hover {
    background: #111111;
    color: #fff;
    text-decoration: none;
}
.cart-check {
    border: 1px solid #e3e3e3;
    padding: 40px 20px;
    overflow: hidden;
    margin: 30px 0;
}
.js-qty {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    margin-right: 15px;
    width: fit-content;
}

.js-qty input[type=text] {
    width: 45px;
    border: none;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #111111;
    font-weight: 500;
    border-right: 1px solid #ddd;
    border-radius: 0;
}
.heading-content-1{
    text-align: center;
}
.heading-content {
    font-family: Jost;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #a8a8a8;
}
.qty-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.qty_minus, .qty_plus {
    width: 50px;
    height: 50%;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    padding: 3px;
}

.qty_plus:hover {
    color: #ff871d;

.qty_minus {
    border-top: 1px solid #ddd;
}
.js-qty__num:focus {
    outline: none;
    box-shadow: none;
}