/*-------------------
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 */
/*-------------------*/

#homepage-carousel > div.carousel-inner > div > div > p.mb-0 > a {
background: white;
color: black;
border: 1px solid white;
}

#homepage-carousel > div.carousel-inner > div > div > p.mb-0 > a:hover {
background: #E1261C !important;
color: white !important;
border: 1px solid #E1261C !important;
}


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

/*-------------------*/
/* PRODUCT */
/*-------------------*/
#edit_website_product > div.total-info.clrfix > div.add-to-cart-area > input.btn.secondary {
min-width: 250px !important;
font-size: 17px !important;
justify-content: center;
align-items: center;
text-transform: capitalize !important;
width: 100%;
}

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.hidden { display: none; }
/*-------------------*/
/* 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){

}
