.category-wall{
    margin:0 0 20px 0;
}
.category-wall__grid{ display:grid; gap:16px; grid-template-columns:repeat(2,1fr); }
@media (min-width:576px){ .category-wall__grid{ grid-template-columns:repeat(3,1fr); } }
@media (min-width:768px){ .category-wall__grid{ grid-template-columns:repeat(4,1fr); } }
@media (min-width:992px){ .category-wall__grid{ grid-template-columns:repeat(6,1fr); } }
@media (min-width:1200px){ .category-wall__grid{ grid-template-columns:repeat(8,1fr); } }
.sitemap li a{font-weight:400};
#information-information .row ul {
  padding: 0px 0px 10px 20px;
}
#information-information .row a {
  text-decoration: underline;
}
.thumbnail .caption {
    padding: 25px;
}
#simplecheckout_payment_form {display: none;}

.product-language-links {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.product-language-links p {
    margin: 0;
    padding-right: 10px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.product-language-links ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin: 0;
}

.product-language-links li {
    display: inline-block;
}

.product-language-links a {
    text-decoration: none;
    color: #222;
    font-size: 12px;
    transition: color 0.3s;
}

.product-language-links a:hover {
    color: darkgray;
}

.product-language-links a img {
    margin-right: 5px;
    height: 12px;
    width: 12px;
}

@media (max-width: 768px) {
    .product-language-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-language-links ul {
        flex-direction: column;
    }

    .product-language-links a {
        font-size: 12px;
    }
}

.image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
}

.image-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.image-cell {
    flex: 1;
    max-width: 33%;
    padding: 10px;
}

.image-cell img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .image-row {
        flex-wrap: wrap;
    }
    .image-cell {
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .image-cell {
        max-width: 100%;
    }
}

.sp_text_top p {
    color: #000;
    text-align: center;
	padding: 10px 0;
}
.about_details.col-lg-4.col-md-4.col-sm-12.col-xs-12 a {
text-decoration:underline;
}


tr:nth-child(odd) {
  background-color: #ffffff;
}
td, th {
  text-align: center;
}
.first-child {
  font-weight: bold;
  background-color: #e0e0e0;
}
.cart-icon {
width:30px;
vertical-align:bottom;
}
@media (max-width: 768px) {
    .bordered_content.padded.box.newsletter_module {
        width: 80%;
    }	
}
@media only screen and (min-width: 1024px) {  
  #footer .container {
    width: 970px;
  }
  .toplangmobile {
  display:none!important;
  }
  }
#content .list-item a {
font-size: 20px;
}

#header #search {
padding-top:10px;
}
.payment-email {
color:#cc0000;
font-size:16px;
}
.short-description {
list-style: none;
}
.product-name {
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    color: #333;
}
.footer-name {
    color: #eee;
    font-size: 14px;
    text-transform: uppercase;
	margin: 0;
    padding: 0 0 10px;
    font-weight: 400;
}
.warehousename {
font-size: 11px;
text-decoration: underline;
}
#brandcat {
margin:10px;
}
.col-sm-12 ul {
  padding-left: 20px;
  margin-bottom: 1em;
  list-style-type: disc;
}