/*-------------------
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 */
/*-------------------*/
html, body, * {
  font-family: 'Eurostile', sans-serif !important;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free" !important;
}
.btn.primary, .btn.secondary {
  border-radius: 50px;
}
.form-control, .btn-dark:disabled, .btn-dark.disabled {
  border-radius: 20px;
}
textarea.form-control {
  border-radius: 12px;
}
.btn-check:focus + .btn, .btn:focus, .form-control:focus {
  box-shadow: none;
}
.select-area, .form-select {
  border-radius: 50px;
  overflow: hidden !important;
}
.form-select {
  padding: 6px 18px;
}
.select-area.thumbnail {
  border-radius: 0;
}
.select2-container--bootstrap4 .select2-selection {
  border-radius: 17px !important;
  overflow: hidden !important;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-radius: 17px !important;
  overflow: hidden;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 6px 18px;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-radius: 17px;
  overflow: hidden !important;
  border-color: #ced4da !important;
  border-bottom: 1px solid #ced4da !important;
  box-shadow: none !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding: 0px 18px;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-radius: 17px;
  overflow: hidden !important;
  border-color: #e4e4e4 !important;
}
.carousel-caption {
  left: 0;
  text-align: center;
}
.btn.primary, .btn.secondary:not(.rounded-pill) {
  padding: 8px 18px;
}
.form-control {
  padding: 8px 16px;
}
i.fa.fa-solid.fa-eye {
  right: 18px;
  bottom: 12px;
}
.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.row.border.border-top-0 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-top: 1px solid #dee2e6 !important;
}
.login-container .row.border.border-top-0 {
  border-top-left-radius: 0 !important;
}
.border {
  border-radius: 20px;
}
.dropdown-menu {
  border-radius: 10px;
}
.nav-tabs .nav-link {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .btn {
  border-radius: 0 20px 20px 0;
  padding: 8px 14px;
}
/*-------------------*/
/* TOP NAV */
/*-------------------*/

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

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.navbar-container .dropdown-menu, .category-container .dropdown-menu {
  border-radius: 0 0 8px 8px;
}
/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/
.product-thumbnail {
  border-radius: 20px;
  padding: 20px;
}
/*-------------------*/
/* PRODUCT */
/*-------------------*/
.product-page-main .main-img-container {
  border-radius: 20px;
}
.product-page-main .images-wrapper ul li {
  border-radius: 12px;
}
.product-option-thumb, .logo-location-thumb {
  border-radius: 10px !important;
  overflow: hidden;
}
/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
.cart-item .img-thumbnail {
  border-radius: 8px;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/

/*-------------------*/
/* ACCOUNT */
/*-------------------*/
.account-nav-menu ul {
  border-radius: 15px 0px 0px 15px;
}
#account-main > .content-area {
  border-radius: 0px 15px 15px 15px;
}
.modal-content {
  border-radius: 25px;
}
.order-details-bg-primary:first-child {
  border-radius: 10px 10px 0 0;
}
.order-details-bg-primary > div:last-child {
  border: none;
}
.border.order-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.order-details-bg-primary:last-child {
  border-radius: 0 0 10px 10px;
}
.order-details-bg-primary > div {
  border: none !important;
}
.pagination {
  border-radius: 6px !important;
  overflow: hidden;
  margin-top: 15px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.recent-orders-wrapper {
  border-radius: 15px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
/*-------------------*/
/* 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){

}