#products figure {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 76.66667%;
	overflow: hidden;
	margin-bottom: 10px;
}

#products figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    z-index: 1;
}

#products h2 {
    margin-bottom: 20px;
    padding-left: 10px;
	color: #417948;
	font-size: 20px;
	text-transform: uppercase;
}
.product-list {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
}

.product-list .item {
	padding: 0 10px;
	margin-bottom: 20px; 
}

.categories {
   /* background: url(../images/underline.webp) bottom/auto 2px repeat-x;*/
    padding-bottom: 2px;
}

 .categories h2 {
    padding: 16px 30px 16px 20px;
    text-transform: uppercase;
    color: #417948;
 }
 .categories ul {
    padding-left: 20px;
 }
.categories ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
}

button.expand-filters {
    display: block;
    background: 0 0;
    text-indent: -9999px;
    width: 51px;
    height: 35px;
    padding: 0;
    position: absolute;
    left: -30px;
    top: 10px;
    transition-property: color;
    transition-duration: .4s;
    border: none;
}
button.expand-filters::before {
    background-image: url(../images/sprites.png);
    background-size: 5332px auto;
    background-repeat: no-repeat;
    display: block;
    background-position: -1243px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

button.expand-filters span {
    background-image: url(../images/sprites.png);
    background-size: 5332px auto;
    background-repeat: no-repeat;
    transition-property: opacity;
    transition-duration: .4s;
    background-position: -904px 0;
    height: 10px;
    width: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    display: block;
}






.card {
    margin: auto;
    margin-bottom: 50px
}

fieldset.active {
    display: block !important
}

fieldset {
    display: none
}

.pic0 {
    width: 100%;
    padding-left: 70px;
    margin-right: auto;
    display: block
}

.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

.thumbnails {
    position: absolute
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}

.tb-active {
    opacity: 1
}

.thumbnail-img {
    width: 60px;
    height: 60px
}

.product-info-details h1 {
	font-size: 20px;
	margin: 0px 0 10px 0;
	color: #417948;
	text-transform: uppercase;
}

.product-info-details .description {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 15px 5px 20px 0;
    border-bottom: 1px dotted #ceb9a8;
    border-top: 1px dotted #ceb9a8;
}

.product-info-details .description td {
	padding: 2px;
}
.product-info-details .product-description td span {
    font-weight: 500;
    padding: 2px;
}
.product-info-details .description .description-right {
    
    padding-left: 50px;

}

.stock_msg {
    display: block;
    padding: 10px 0 0 5px;
    text-transform: capitalize;
    font-weight: 500;
}
#button-cart {
    padding: 9px 60px;
    background: #417948;
    color: #fff;
    margin-bottom: 20px;
}

.product-tab {
    background: url(../images/underline.webp) bottom/auto 2px repeat-x;
    margin-bottom: 30px;
}

.expandable h3 {
    transition-property: color;
    transition-duration: .4s;
    background: url(../images/underline.webp) top/auto 2px repeat-x;
    font-size: 15px;
    line-height: 22.5px;
    text-transform: uppercase;
    color: #49864d;
    padding: 15px 25px 15px 0;
    margin: 0;
    position: relative;
}
.expandable h3:hover {
    cursor: pointer;
    color: #e55e4c;
}
.expandable h3:after {
	background-image: url(../images/sprites.png);
	background-size: 5332px auto;
	background-repeat: no-repeat;
    transition-property: transform;
    transition-duration: .4s;
    background-position: -761px 0;
    height: 8px;
    width: 14px;
    transform: rotate(0deg);
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}