/**
* Theme Name: Minimalin Child
* Description: This is a child theme of Minimalin, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/marino-themes">Marino Themes</a>
* Template: minimalin
* Version: 1.1
*/

.best-selling-css .section__title h2.te-title {
    position: absolute;
}
.best-selling-css .best__selling .row {
    display: flex;
    padding: 0px 0px 50px;
}

.best-selling-css .best__selling > .row {
    display: block;
}

.best-selling-css .best__selling > .row .col-12{
    width: 100%;
}

.best-selling-css .best__selling__tab .best__selling__tab__wrap {
    justify-content: start;
}
.best-selling-css .best__selling__tab__wrap {
  display: inline-block;
  justify-content: center;
  border-radius: 8px;
  margin: 25px auto 0px;
  border: 1px solid #333;
}

.best-selling-css .best__selling__tab__wrap .nav-item {
  margin: 0;
  border-right: 1px solid #000;
}
.best-selling-css .best__selling__tab__wrap .nav-item:last-child {
  margin: 0;
  border-right: 0px solid #000;
}
.best-selling-css .best__selling__tab__wrap .nav-item:first-child .bn-tabs-btn.active {
    border-radius: 8px 0px 0px 8px;
}

.best-selling-css .best__selling__tab__wrap .nav-item:last-child .bn-tabs-btn.active {
    border-radius: 0px 8px 8px 0px;
}
.best-selling-css .best__selling__tab__wrap .nav-item:last-child .bn-tabs-btn{
    border-right: 0px solid #000;
}
.best-selling-css .best__selling__tab__wrap .nav-item:first-child .bn-tabs-btn:hover {
    border-radius: 8px 0px 0px 8px;
    border-right: 0px solid #000;
}

.best-selling-css .best__selling__tab__wrap .nav-item:last-child .bn-tabs-btn:hover {
    border-radius: 0px 8px 8px 0px;
    border-right: 0px solid #000;
}

.best-selling-css .best__selling__tab__wrap .product__tap__link.bn-tabs-btn {
  padding: 5px 28px;
  margin: 0 0px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background: transparent;
  border: 1px solid #444444;
  border-radius: 0px;
  transition: all 0.2s ease;
  position: relative;
}

.best-selling-css .best__selling__tab__wrap .product__tap__link.bn-tabs-btn:hover {
  background: #2a2a2a;
  color: white;
  border-color: #666;
}

.best-selling-css .best__selling__tab__wrap .product__tap__link.bn-tabs-btn.active {
  background: #0f0f0f;
  color: white;
  border-color: #555;
  z-index: 1;
}

.best-selling-css .best__selling__tab__wrap .nav-item + .nav-item .product__tap__link.bn-tabs-btn {
  margin-left: -5px;
}
.headerarea__logo{
    padding: 10px 0 0;
}
.trust-features {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
    padding: 0px 0px;
    flex-wrap: wrap;
}

.tf-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.tf-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.tf-item.highlight {
  font-weight: 600;
}

.tf-icon {
  font-size: 20px;
  color: #f5a623;
  width: 20px;
  text-align: center;
}

.footer{
    background:#FFF !important;
}

.footer__inner .row .col-xl-3:first-child {
  width: 50%;
}
.footer__inner .row .col-xl-3:first-child h4 {
    font-size: 30px;
    letter-spacing: 2px;
}
.footer__inner .row .col-xl-3:last-child img{
  width: 60%;
}
.footer__inner .row .col-xl-3:last-child .footer-widget{
    display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
}
.footer__inner .row .col-xl-3:last-child h4{
    order: 2;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
}
.footer__inner .row .col-xl-3:last-child img{
  order: 1;
  width: 60%;
}

.text-footer-contact{
    font-size:20px;
}
.footer__inner_middle{
    margin: -50px 0px 30px;
}
.footer__inner_middle .widget_media_image{
    width: 38px;
    float: left;
    margin-right: 10px;
}
.footer__inner_middle .socialshare{
    
}
/* Your existing media query (unchanged) */
@media (max-width: 768px) {
  .best-selling-css .best__selling__tab__wrap {
    flex-wrap: wrap;
    padding: 8px;
    gap: 4px;
  }
 
  .best-selling-css .best__selling__tab__wrap .product__tap__link.bn-tabs-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Optional: make columns stack on mobile for better readability */
@media (max-width: 768px) {
  .trust-features {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  
  .row-group {
    width: 100%;
    max-width: 400px;
    align-items: center;
  }
  
  .tf-item {
    justify-content: center;
  }
}
