td {
	padding: 8px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	max-width: 350px;
	margin: 0 auto;
}
.shahkar-cart .woocommerce-cart-form {
	width: 100%;
	max-width: calc(100% - 350px);
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.shahkar-cart {
    padding:15px
}
.product-thumbnail img {
    max-width: 85px;
    max-height: 85px;
    border-radius: 8px;
}
.cart_totals {
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px;
    border-radius: 5px;
    position: sticky;
    top: 0;
}
.cart_totals .shop_table_responsive {
    width: 100%;
    margin-bottom: 15px;

}
.woocommerce table.cart td.actions .input-text {
    width: calc(50% - 10px);
    margin-left: 10px;
}
.woocommerce .quantity .qty {
    width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    position: relative;
    border: none;
    padding: 8px;
    border-radius: 2px;
    background: unset;
}
.product-card__footer .star-rating {
    display: none !important;
}
.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea {
    width: 100%;
    padding: 5px;
    background: #f5f6f7;
    border: 1px solid #eee;
    border-radius: 8px;
}
.select2-container .select2-selection--single {
    height: 35px;
    background-color: #f5f6f7;
    border: 1px solid #eee;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #eee;
}

#shipping_method {
	padding: 0;
}

@media (min-width:769px){
    .shahkar-cart .shop_table tbody tr td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.shahkar-cart .shop_table tbody tr td:last-child{
    	border-left: 1px solid #ccc;
}

}

/* type2 */
.type2.cart_item {
	display: grid;
	grid-template-columns: 116px 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 12px;
	border-bottom: 1px solid #eee;
	padding: 15px;
}
.shahkar-cart-info {
	border: 1px solid #eee;
	border-radius: 8px;
}
.shahkar-cart-info .input-number {
	background-color: #fff;
}
.product-name a {
	color: #262855;
}
.product-name dd {
	margin-right: 4px;
}
.product-name p {
	margin: 0;
		color: #666;
}
.shahkar-cart-info .qty {
	background: #fff;
	border-radius: 8px;
}
.shahkar-product-price .product-price {
	display: none;
}
.product-subtotal .woocommerce-Price-currencySymbol {
	font-size: 12px;
	transform: rotate(-90deg);
	display: inline-block;
	color: #888;
}
#coupon_code {
	width: auto !important;
}

@media (max-width:767px){
    #coupon_code {
	width: 100% !important;
}
}
