/* CSS styles go here */
#cart-icon-container {
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	margin-top: 1rem;
}

.cart-icon {
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
}

#cart-item-count {
	font-size: 12px;
	position: absolute;
	background-color: #d20328;
	color: #fff;
	border-radius: 50%;
	top: -0.7em;
	right: -0.7em;
	min-width: 1.6em;
	height: 1.6em;
	line-height: 1.5em;
	text-align: center;
}
.cart-img,
.woocommerce-page
.cart-img {
	width: 30px;
    height: 30px !important;
	max-width: none;
}

.feedback-container {
	display: none;
}

.feedback-message,
.feedback-container a {
	font-size: 18px;
}

.buy-now-button {
	background-color: #d20128;
	color: #ffffff;
	font: 600 18px "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	padding: 14px 36px;
	margin-bottom: 1rem;
	transition: background-color 0.3s ease, transform 0.3s ease;
	border-radius: 75px;
	border: none;
	width: 100%;
	cursor: pointer;
}

.buy-now-button:hover {
	background-color: #475059;
	transform: scale(1.05);
}

.md-0 {
	margin-bottom: 0;
}

.w-100 {
	display: block;
	width: 100%;
}

.woocommerce-cart table.cart th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th {
	text-transform: capitalize !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table th,
.oxy-woo-cart li label,
.oxy-woo-cart .shipping-calculator-button,
.oxy-woo-cart .woocommerce-shipping-destination,
.woocommerce div.product form.cart .variations label,
.woocommerce form label {
	line-height: 1.4 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.woocommerce .cart_totals h2 {
	font-size: 22px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce a.added_to_cart,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce table.my_account_orders .button,
td a.woocommerce-MyAccount-downloads-file.button.alt,
.oxy-woo-cart .woocommerce a.button.alt,
.woocommerce button.button {
	background-color: #d20128 !important;
	color: #ffffff !important;
	font: 600 16px "Roboto", sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	padding: 14px 36px !important;
	margin-bottom: 1rem !important;
	transition: background-color 0.3s ease, transform 0.3s ease !important;
	border-radius: 75px !important;
	border: none !important;
	cursor: pointer !important;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce table.my_account_orders .button:hover,
td a.woocommerce-MyAccount-downloads-file.button.alt:hover,
.oxy-woo-cart .woocommerce a.button.alt:hover,
.woocommerce button.button:hover {
	background-color: #475059 !important;
	transform: scale(1.05) !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce textarea,
.select2-dropdown,
.woocommerce .select2-selection,
.woocommerce input[type="search"],
.woocommerce input[type="text"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce select {
	font-size: 16px !important;
}

.woocommerce-checkout #payment div.payment_box{
		background: #eff4f7 !important;
}
.woocommerce  input#coupon_code{
	height: 50px;
}
/* Media query for small devices */
@media only screen and (max-width: 767px) {
	/* Styles for small devices go here */

	/* #cart-icon-container {
	    margin-left: 0.8rem;
    	margin-right: -0.4rem;
	} */
	#cart-icon-container{
		position: fixed;
		bottom: 20px;
		left: 20px;
		background-color: #eff4f7;
		color: #fff;
		padding: 10px;
		border-radius: 50%;
		cursor: pointer;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		z-index: 99999;
	}
	.feedback-container a,
	.feedback-container span{
		display: block;
   	    width: 100%;
	}
	.woocommerce  input#coupon_code{
		height: 70px;
	}
  }
  