body {
  font-weight: 400;
  font-family: Roboto, Noto Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.sub-title {
  display: inline-block;
}
.sub-title img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.sub-title span {
  padding-left: 33px;
}
.sub-title-content p {
  display: block;
  align-items: center;
  text-align: center;
  padding-top: 33px;
}
.image img {
  height: 400px;
  border-radius: 5%;
}
.main-info {
  list-style-type: none;
}
.link-social {
  display: inline-block;
}
.link-social ul {
  list-style: none;
}
.elementor-element {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}
.box-cat-products {
  text-align: center;
}
.box-cat-products .cat-item {
  display: inline-block;
  padding: 10px;
}
.box-cat-products .cat-item a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #fff;
  color: #dd5903;
  box-shadow: 0 0 5px #d7bcbc;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.products-col {
  display: flex;
  flex-wrap: wrap;
}
.products {
  width: calc(25% - 30px);
  margin: 15px;
  padding: 20px;
  list-style: none;
  text-align: center;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
  position: relative;
}
.products-inner {
  text-align: center;
}
.product-meta-box {
  position: relative;
}
.meta-product {
  position: absolute;
  right: 0;
  top: -17px;
  z-index: 9;
}
.meta-product a {
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  background: #dd5903;
  padding: 3px 15px;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  box-shadow: rgba(100, 100, 111, 0.15) 0px 7px 29px 0px;
}
.product-img img {
  height: 250px;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.product-name {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  color: #231f40;
  margin-bottom: 5px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-name a {
  color: #231f40;
}
.lang {
  font-size: 16px;
  font-weight: 300;
  min-width: 50px;
  text-transform: uppercase;
}
.lang ul {
  display: none;
  padding: 10px 20px;
  width: 66px;
  z-index: 0;
  position: absolute;
}
.lang ul li {
  display: block;
  margin: 5px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.currLang {
  text-decoration: none !important;
}

/* Change color of dropdown links on hover */
.lang ul li:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.lang:hover ul {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.lang:hover .dropbtn {
  background-color: #3e8e41;
}

.contact-body .content-body {
  width: 100%;
  display: block;
  position: relative;
}
.content-body .input-label {
  margin-bottom: 0.5rem;
  float: left;
}
.input-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-control {
  height: auto;
}

.radius-2 {
  border-radius: 8px;
}

.radius-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.text-two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.card-product {
  box-shadow: 0px 0px 8px 0px #01004329;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.card-product:hover {
  box-shadow: 0px 0px 20px 0px rgba(1, 0, 67, 0.25);
  transition: all 0.7s;
}

.card-product:hover img {
  transition: all 0.4s;
  transform: scale(1.1);
}

.img-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  transition: all 0.7s;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.title-product {
  min-height: 48px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.des-product {
  min-height: 48px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.price-product {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #14b8a6;
}

.section {
  width: 100%;
  margin: auto;
}

body{
    font-family: inherit;
}
.bgi-none{
    background-image: none!important;
}

.block-form-auth{
    background: rgb(243 244 246);
    width: 50%;
    border-radius: 0.75rem;
}

.px-a{

}

.form-control-custom {
    border: 0;
    background-color: #ffffff;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0.75rem;
    height: 56px;
    line-height: inherit;
    display: block;
    width: 100%;
    font-weight: inherit;
    color: #495057;
    background-clip: padding-box;
    font-size: 100%;
    padding: 1rem 1.5rem;
    &::placeholder {
        color: #b7b3b3;
    }
    &:focus-visible{
        border: 2px solid #000;
    }
}

.form-group {
    label.label-custom {
        color: black!important;
    }
}

.f-2_875{
    font-size: 2.875rem;
}

.btn-lg-custom{
    font-size: 1.875rem;
    padding: 1.5rem 2.5rem;
    font-weight: 400;
    border-radius: 0.75rem;
}

.btn-primary {
    &:hover{
        opacity: 1;
        background-color: rgb(15, 118,110) !important;
    }
}

@media (min-width: 576px) {
  .section {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .section {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .section {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .section {
    max-width: 1140px;
  }
}

.new-item-wrap {
  background-color: #fff;
}

.title-section {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

/* Product Card Styles */
.product-image-link {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.product-image-link:hover {
    transform: scale(1.05);
}

.product-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title-link:hover {
    color: #e74c3c;
}

/* Product Detail Page Styles */
.breadcrumb {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.breadcrumb-item a {
    color: #6c757d;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #e74c3c;
}

.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-detail-image {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.product-detail-image:hover {
    transform: scale(1.05);
}

.product-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
}

.product-author,
.product-publisher,
.product-isbn,
.product-published {
    color: #7f8c8d;
    font-size: 1.1rem;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e74c3c;
}

.description-content {
    color: #34495e;
    line-height: 1.6;
    font-size: 1.1rem;
}

.product-actions .btn {
    padding: 12px 24px;
    font-size: 1.1rem;
    font-weight: 600;
}

.product-stock .badge {
    font-size: 1rem;
    padding: 8px 16px;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 2rem;
    }
    
    .price-amount {
        font-size: 2rem;
    }
    
    .product-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}
