/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/


/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}

.featured-products .product-list {justify-content: center}
.product-thumbnail .thumbnail-img-container {border-radius: 0px!important; border: 2px solid #79a440; }
.thumbnail-description-container {padding: 10px;}
.product-thumbnail {transform: translateY(0px); transition: all ease 0.25s; }
.product-thumbnail:hover {transform: translateY(-6px);}
.card-title {transition: all ease 0.25s;}
.product-thumbnail:hover .card-title {color: #79a440}
.header-links .dropdown-toggle span, .header-links .dropdown-item span, .header-links .nav-link span {display: none!important;}

