/*-------------------
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 v4.6, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/
.btn:not(.btn.rounded-pill), .dropdown-menu, .form-control, .product-thumbnail, .form-select, .accordion-item:first-of-type,
.accordion-item:last-of-type, .nav-tabs .nav-link, .account-nav-menu ul li:first-of-type, .account-nav-menu ul li:first-of-type a,
.account-nav-menu ul li:last-of-type, .account-nav-menu ul li:last-of-type a, #account-main > .content-area, .account-nav-menu ul,
.recent-orders-wrapper, .rounded, .product-thumbnail .thumbnail-img-container {
/*  border-radius: 0 !important; */
}
.discount-container {
  top: 14px;
  left: 14px;
  border-radius: 0;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

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

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

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

body > div.content-container.mx-xl-auto.mx-xxl-auto.my-3 > div > div > div > div > div.featured-products > div {
    justify-content: center !important;
}

body > div.content-container.mx-xl-auto.mx-xxl-auto.my-3 > div > div > div > div > div.featured-products > h1 {
    margin-bottom: 3rem !important;
}
/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

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

#edit_website_product > div.total-info.clrfix > div.add-to-cart-area > input.btn.secondary {
    font-size: 18px !important;
}

body > div.content-container.mx-xl-auto.mx-xxl-auto.my-3 > div > div > div > div > div.featured-products > div > div:nth-child(2):hover, #content > div > div > div.product-list.pt-3 > div:nth-child(2):hover {
  border: 4px solid #EE153F !important;
}

#content > div > div > div.container-fluid.px-0 {
 display: none; 
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/
ul.custom-footer-links > li:last-of-type a {
  padding-right: 0;
}
.footer-container .mobile-copyright-section .social-media li:last-of-type a {
  padding-right: 0;
}
/*-------------------*/
/* 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){

}