.wpmenucart-icon-shopping-cart-0 {
	color: #7A7A7A;
	font-size: 12px;
	margin-bottom: 10px;	
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
	color: black !important;
}

.cart-empty {
	border-width: 1px;
	border-top-color: black;
	background-color: #fef4eb;
}

.cart-empty::before {
	color: black;
}

.return-to-shop > a {
	background-color: black !important;
	color: white !important;
	font-size: 13px !important;
	font-family:  "Inter Tight", Sans-serif !important;
	font-weight: 500 !important;
	
}

.woocommerce-message {
	border-width: 1px;
	border-top-color: black;
}

.woocommerce-message::before {
	content: "\e015";
  color: #000000;
}

.woocommerce-message,
.woocommerce-NoticeGroup ul,
.woocommerce-notices-wrapper ul {
	background-color: #fef4eb;
	color: black;
	font-family: "Inter Tight", Sans-serif;
}

.product-thumbnail {
	display: block !important;
}

.product-thumbnail::before {
	content: '' !important;
}

.woocommerce-message a.button,
.woocommerce-message a.button:hover{
	background-color: black;
	color: white;
	font-size: 13px;
	border-radius: 0px;
	font-weight: 300;
	font-family: "Inter Tight", Sans-serif;
}

.hfe-menu-item:hover:after {
    height: 1px !important;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
	display: none;
}

.sub-menu li a:hover {
	text-decoration: underline !important;
}

.cartcontents {
		color: #7A7A7A;
		margin-left: 5px;
		margin-right: 25px;
		font-size: 13px
}

.select_option_colorpicker.select_option,
.select_option_colorpicker.select_option > span,
.select_option_image.select_option,
.select_option_image.select_option > img{
	border-radius: 50%;
}

.select_option_label.select_option,
.select_option_label.select_option > span{
	border-radius: 10%;
	font-size: 12px;
	text-align: center;
	width: auto;
	min-width: 25px;
}

.select_option span {
	border-color: #fef4eb;
}


.select_option_colorpicker.select_option{
	width: 18px;
	height: 18px;
}

.select_option_colorpicker.select_option > span {
	width: 16px;
	height: 16px;
}


table.variations td {
	display:block;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td, table tbody tr:hover>th{
	background-color: transparent;
}

.price .woocommerce-Price-amount{
	    color: black;
    font-family: "Inter Tight", Sans-serif;
}

/* .elementor-location-archive .type-product .amount,
.elementor-location-archive .woocommerce-loop-product__buttons{
	display: none;
} */

pre {
	font-family: "Inter Tight", Sans-serif;
}

@media (max-width: 1024px) {
.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products  {
   grid-template-columns: repeat(1,1fr);
}
	
}

