section.shop-cart-tires .btn.btn-set-page {
	padding: 12px 11px;
	font-size: 13px;
	letter-spacing: 2px;
}
section.shop-cart-tires .table-wrapper .table tbody tr th {
	text-align: center;
	vertical-align: text-bottom;
	font-size: 14px;
	color: #343436;
	font-family: "poppins";
	font-weight: 400;
}
section.shop-cart-tires .cancle-axe i {
	color: #373737;
	border: 1px solid black;
	border-radius: 50%;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.shop-cart-tires h4.bags a {
	color: #373737;
	font-size: 15px;
	font-family: "Oswald-Medium";
}
section.shop-cart-tires a.view-detail {
	color: #08a9e6;
	font-size: 14px;
	font-family: "poppins-Bold";
	text-decoration: underline;
	text-transform: capitalize;
}
section.shop-cart-tires img.image-table-wrapper {
	width: 62%;
	height: 81px;
	object-fit: scale-down;
}
section.shop-cart-tires .table-wrapper .table thead tr th {
    border-bottom: none;
    border-top: none;
    text-align: center;
    padding: 12px 9px 22px 9px;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--bold-font-family);
    font-size: 18px;
    color: #fff;
}
section.shop-cart-tires .quantity-nav button {
	background: #09a0f7 !important;
	border: none !important;
	padding: 7px 15px;
}
section.shop-cart-tires .quantity-nav button:hover {
	background: #454545 !important;
}
section.shop-cart-tires .table-wrapper .table tbody tr td {
	text-align: center;
	vertical-align: text-bottom;
	font-size: 16px;
	border: none;
	vertical-align: middle;
	color: #373737;
	padding: 11px 10px;
	text-transform: capitalize;
}
section.shop-cart-tires {
	padding: 100px;
}
section.shop-cart-tires h4.bags {
	margin-bottom: 6px;
}
section.shop-cart-tires button.quantity-button.quantity-down {
	background: transparent;
}
section.shop-cart-tires button.quantity-button.quantity-up {
	background: transparent;
}
section.shop-cart-tires .table-wrapper .table thead {
	color: #cfccd2;
	border-radius: 0px;
	padding: 0 0;
}

section.shop-cart-tires table.table {
	border-collapse: separate;
	border-spacing: 0 15px;
	border-top: 10px;
	border-bottom: 10px;
}
section.shop-cart-tires .table-wrapper1 .table thead tr th {
	border-bottom: none;
	border-top: none;
	text-align: center;
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 400;
	font-family: "poppins";
	color: #cfccd2;
}

section.shop-cart-tires .table-wrapper1 .table tbody tr td span img {
	border: 1px solid #e1e1e1;
	width: 110px;
	padding: 10px 0px;
}
section.shop-cart-tires .table-wrapper1 .table tbody tr {
	border: 1px solid #c7c7c7 !important;
	outline: 1px solid #c7c7c7;
}

section.shop-cart-tires table.table {
	border-collapse: collapse;
	border-spacing: 0 14px;
	border-top: 10px;
	border-bottom: 10px;
}
section.shop-cart-tires img.image-table-wrapper {
	width: 62%;
	height: 81px;
	object-fit: scale-down;
}
section.shop-cart-tires a.btn.btn-wrapper-carty {
	width: 100%;
	margin-left: 10px;
	background: transparent;
	border: 1px solid #09a0f7;
	border-radius: 6px;
	color: #6f6f6f;
}
section.shop-cart-tires .quantity-nav input {
	border: 1px solid #d5d8dc;
	text-align: center;
	width: 50px;
	border-radius: 4px;
}
section.shop-cart-tires table.table tr {
	border-bottom: 1px solid #d5d8dc;
}
section.shop-cart-tires tr.border-none {
	border-bottom: none !important;
	background: #09a0f7;
}
section.shop-cart-tires .tire-image-detail img {
	height: 70px;
	width: 70px;
	object-fit: scale-down;
}
section.shop-cart-tires .tire-image-detail {
	background: #f7f6fb;
	text-align: center;
	padding: 10px;
	width: 90px;
	border-radius: 10px;
	height: 90px;
}
section.shop-cart-tires .quantity-nav button {
	color: #fff;
}
section.shop-cart-tires .quantity-nav input {
	border: transparent;
	text-align: center;
	width: 50px;
	border-radius: 4px;
}
section.shop-cart-tires .product-name-dollar h6 {
	font-weight: 400 !important;
}
.btn-wrapper-main-shop-cart {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 100%;
	justify-content: end;
}
a.resfresh {
	display: flex;
	align-items: center;
	justify-content: start;
	color: #000;
	text-decoration: none;
}
.btn-wrapper-main-shop-cart .btn {
	width: 200px;
}
a.resfresh span i {
	font-size: 20px;
	margin-right: 10px;
}
@media (max-width: 576px) {
	.responsive-table {
		overflow: auto;
	}
	.quantity-nav {
		display: flex;
	}
	img.image-table-wrapper {
		width: 61px;
		height: 61px;
		object-fit: scale-down;
	}
}
@media (max-width: 576px) {
	section.shop-cart-tires {
		padding: 30px 0;
	}
	.btn-wrapper-main-shop-cart {
		display: flex;
		align-items: start;
		gap: 20px;
		height: auto;
		justify-content: end;
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	section.shop-cart-tires .table-wrapper .table thead tr th {
		padding: 12px 30px 22px 20px;
		font-size: 15px;
	}
}
