.header .main-menu li ul {
    min-width: 225px;
}

.header-logo a img {
width: unset;
}

.box-price {
    display: none;
}

.price {
    display: none;
}

.box-prices {
    display: none;
}

.cart-form{
    display: none;
}

.box-quick-view {
    display: none;
}

.product-item-2 .box-quick-view {
visibility: hidden;
  display: none;
}

.header-cart-button {
  visibility: hidden;
    display: none;
  
}

.text-white.ms-3.header-cart-button {
   visibility: hidden;
  display: none;
 
}

.text-heading-4{
  margin-bottom:10px;
}

.box-categories-link{
  margin-top:30px;
}

.banner-hero.banner-homepage6 .banner-imgs .block-2 img {
    border-radius: 16px;
    box-shadow: none;
}

.language-switcher-container .dropdown .language_bar_chooser li span{
    color: #000;
}

.language-switcher-container .dropdown .dropdown-toggle {
    color: #fff; 
}

.product-description {
max-width: 1120px;
}

.product-description {
    line-height: 1.6; /* Adjusts line spacing for readability */
}

.product-description table {
    width: 760px;
    border-collapse: collapse;
    border: 1px solid lightgray;
}

.product-description thead {
    background-color: darkgray;
    color: white;
}

.product-description th,
.product-description td {
    padding: 8px;
    border: 1px solid lightgray;
}

.product-description tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Light gray for even rows */
}



.productdetail_container {
    display: flex;
    padding: 20px;
}

.productdetail_content {
    flex: 1;
    margin-right: 20px;
}

.productdetail_table {
    width: 100%;
    border-collapse: collapse;
}

.productdetail_table th {
    background-color: #333; /* Dark gray */
    color: white;
    padding: 10px;
}

.productdetail_table td {
    padding: 10px;
    border: 1px solid #ccc; /* Light gray */
}

.productdetail_table tr:nth-child(even) {
    background-color: #f9f9f9; /* Alternating row background */
}

.productdetail_sidebar {
    width: 200px;
}

.productdetail_sidebar h4 {
    margin-bottom: 10px;
}

.productdetail_sidebar ul {
    list-style-type: none;
    padding: 0;
}

.productdetail_sidebar li {
    margin-bottom: 5px;
}

.productdetail_sidebar a {
    text-decoration: none;
    color: #007BFF; /* Link color */
}

.productdetail_sidebar a:hover {
    text-decoration: underline;
}

.banner-hero.banner-1 .container {
  z-index: 0;
}