figure.product-media {
	height:180px !important;display: flex;justify-content: center;overflow: hidden; 
}
figure.product-media > a > img {
	flex-shrink: 0;min-width: 100%;min-height: 100%;
}
.product-details {
  position: relative;
  padding: 15px 7px 0px 7px;
}
.product-details .product-name {
	margin-bottom: -0.6rem;
}
.product-details .sku {
	font-size: 12px;
	margin-bottom: 0.7rem;
}
.product-price p {margin-bottom: 0 !important;}

.product-price span {font-size: 12px;}

.btn-product-icon {
	border: 0 !important;
}
.btn-product-icon:hover {
	color: red;
	background: none;
	border: 0 !important;	
}
.product-action-vertical {
	top: 7px;
	right: 7px;
}
.product-action-vertical > a.wishlist {
	margin-right: 0 !important;
}
.page-header {
    height: 180px;
    position: relative;
}
.page-header .breadcrumb {
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
}
.page-header .breadcrumb li, .page-header .breadcrumb li a {
	color: #FFF;
}
.autocomplete-suggestion img {
	max-width: 60px;
	max-height: 60px;
}
.product-label-group {
	top: 5px;
	left: 5px;
}
.product-label.label-sale {
  background: #e80000;
 }
#cart figure.product-media > a > img {
	min-width: 80px;min-height: 80px;
	height: 80px;
	width: 80px;
}
#cart figure.product-media {
	height:80px !important;
}
#ccart figure.product-media > a > img {
	min-width: 120px;min-height: 120px;
	height: 120px;
	width: 120px;
}
#ccart figure.product-media {
	height:120px !important;
}
#ccart .btn-close {
	right: 0 !important;
}
.btn-cart2 {
	border: 0;
flex: 1;
min-width: 13rem;
font-size: 1.4rem;
border-radius: 0.3rem;
background-color: #fabf00;
transition: background-color 0.3s;
color: #fff;
cursor: pointer;
max-width: 20.7rem;
height: 4.5rem;
}
.btn-cart2 i {
	padding-right: 7px;
}
.step-by .title.title-step:not(:last-child):after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -3rem;
    top: 52%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.7rem;
    background-color: #fff;
    color: #ccc;
}
.form-control {
	border-radius: 5px;
}
.ts-control {
	border-radius: 5px !important;
	height: 45px;
}
.ts-control > input {
}
.totals span,.totals strong {
	color: #666;
}
.widget-body li.active {
	color: #fabf00;
	font-weight: bold;
}
#favicon {
    position: relative;
}
.wishlist-count {
    position: absolute;
right: -10px;
top: -8px;
width: 1.5rem;
height: 1.5rem;
font-size: 0.9rem;
line-height: 1.7;
text-align: center;
border-radius: 50%;
background-color: #fabf00;
color: #fff;
z-index: 1;
}
.wishlist-count:empty {
    display: none;
}
p.hide-empty-a:has(> a:empty) {
    display: none;
}
#product-history-list {
	clear: both;
}
#product-history-list li {
	width: 100px;
	height: 100px;
	border: 1px solid #CCC;
	padding: 3px;
	border-radius: 3px;
	margin: 5px;
	float: left;
	list-style-type: none;	

	display: flex;
	justify-content: center;
	text-align: center;	
	overflow: hidden;
}
#product-history-list li a {	
	height: 100%;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;	
}
#product-history-list li:hover {	
	border-color: #999;
}
#product-history-list li img {
    display: inline-block;
    vertical-align: middle;

    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}
ol.ol-list {
	padding-left: 50px;
}
ol.ol-list > li {
	padding: 7px 0;
}
.invert {
	-webkit-filter: invert(100%);
}
/*
.categmenu {
	padding: 10px !important;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.categmenu > li {
	border: 1px solid #666;
	margin-bottom: 7px;	
	border-radius: 3px;
	padding: 0 !important;
}
.categmenu > li:hover {
	border: 1px solid #fabf00;
}
.categmenu > li > a {
	padding: 5px 0 5px 10px !important;	
	width: 230px;
	display: block;
}
.categmenu > li > a > img {
	padding-right: 10px;
}
*/

#product-tab-specs li  {
	position: relative;
	padding-left: 20px;
}
#product-tab-specs li:before, .card-description li:before {
    position: absolute;
    display: block;
    left: 3px;
    top: 2px;
    content: "";
    font-family: "riode";
    font-weight: 700;
    font-size: 1.2rem;
    color: #222;
}