.pt-footer .pt-nav-vertical>li>a:hover {
    background: #0000001a !important;
}

.plt-related {    
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

.btn svg{   vertical-align: middle;}

.pt-empty-mini-cart .btn {
    font-size: 16px !important;
    border-radius: 8px !important;
}

.pt-active-filters .pt-clear-filters {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 30px;
}

.header-line {
  width: 100%;
  height: 200px;
  position: relative;
  background: transparent; /* یا هر رنگ دلخواه */
}

.header-line::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;           /* ضخامت خط */
    background: rgba(0, 0, 0, 0.25);
  transform: translateY(0%);
}

.aabed-footer .pt-button-wrapper a, .aabed-hero-btn .pt-button-wrapper a, .aabed-mobile .pt-button-wrapper a {
    padding: 0 18px !important;
}

.promo-banner .wrapper-content-banner {
    padding: 20px !important;
}

.promo-banner.pt-with-link .wrapper-content-banner {
    border: none;
    box-shadow: none;
}

.home-cat .pt-carousel {padding-bottom:40px}



.pt-title-style-bordered .liner-continer:before, .pt-title-style-bordered .liner-continer:after {
border-bottom-color: rgb(205 205 205 / 54%) !important;
}

    .btn-size-large {
        --btn-height: 46px !important;
    }


/* DESKTOP */

@media (min-width: 1025px) {

.pt-sub-menu li {
    border-bottom: 1px dashed #ddd;
    padding: 2px 20px;
    border-radius: 5px;
}


.pt-sub-menu li:last-child {
    border-bottom: none;
}

.pt-sub-menu li:hover {
	background:#f9f9f9
}

.pt-sub-menu li a {
	color:#555
}

.pt-sub-menu li a:hover {
	color:#000
}

.pt-buy-now-btn {
        min-height: 46px !important;
}

.pt-nav>li:is(.pt-has-children,.menu-item-has-children)>a:after {
    font-size: 24px !important;
    content: "\e06f" !important;
}

}


/* TABLET */

@media (min-width: 768px) and (max-width: 1024px) {}


/* MOBILE LANDSCAPE */

@media (min-width: 481px) and (max-width: 767px) {}


/* MOBILE PORTRAIT */

@media (max-width: 480px) {}