/** @format */
.ps-home-social__header {
  margin-top: 40px;
}
.ps-home-social__header h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1em;
  color: #000;
  font-weight: 600;
}
.ps-home-social__item p {
  text-align: center;
  height: 100px;
  background-color: #e7e6e4;
}

.home__customer .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
}
.home__customer .owl-prev,
.home__customer .owl-next {
  position: absolute;
}
.home__customer .owl-prev i::before,
.home__customer .owl-next i::before {
  color: #e74012;
  font-size: 16px;
}
.home__customer .owl-prev {
  position: absolute;
  left: 10px;
}
.home__customer .owl-next {
  position: absolute;
  right: 10px;
}

.ps-section__content {
  position: relative;
}

.page__header-img {
  height: 250px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.page__title {
  font-size: 50px;
  padding-top: 90px;
  color: white;
}
.page__title:before {
  content: "";
  width: 5px;
  height: 40px;
  position: relative;
  background: #e74012;
  display: inline-block;
  left: -10px;
}
.page__detail {
  padding-bottom: 50px;
  background-color: #e3e4e6;
}
.page__detail-content {
  margin-top: -50px;
  background-color: white;
  box-shadow: 0px 3px 6px -3px #7d7d7d;
  width: 100%;
  line-height: 2;
  font-size: 16px;
}

.ps-product__offer a {
  padding: 10px 20px;
  margin-right: 20px;
  font-weight: 600;
  width: 160px;
  display: inline-block;
}

.ps-product__offer .whatsapp {
  background-color: #008e01;
}

.ps-product__offer .phone {
  background-color: #f2bf47;
}

.header__left a {
  color: white;
}
.header__left a span {
  margin: 0 10px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.text-xs {
  font-size: 12px;
}

.ps-block--category-2 {
  overflow: hidden;
}

.ps-block--category-2 img {
  transition: transform 0.4s ease-in-out;
}

.ps-block--category-2:hover img {
  transform: scale(1.08);
}

.product-items {
  gap: 20px;
}

.product-item {
  width: calc(33.3% - 20px);
  box-shadow: 0 0 11px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.product-item:hover {
  box-shadow: 0 0 1px 2px #f2bf47;
}

@media (max-width: 992px) {
  .product-item {
    width: calc(50% - 20px);
  }
}
.ps-product .ps-product__thumbnail {
  position: relative;
}

.ps-product .ps-product__thumbnail img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 479px) {
  .ps-product .ps-product__thumbnail img {
    height: 160px;
  }
}
.ps-product:hover .ps-product__thumbnail img {
  transform: scale(1.05);
}

.ps-product {
  padding: 20px 15px 0;
  margin-bottom: 10px;
}
@media (max-width: 426px) {
  .ps-product {
    padding: 10px 5px 0;
  }
}
.ps-product .ps-product__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 600;
  border-top: 1px solid rgba(241, 242, 246, 0.6);
  border-bottom: 1px solid rgba(241, 242, 246, 0.6);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}
.ps-product .ps-product__code {
  text-align: left;
  padding: 10px 7px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #85878b;
  border-bottom: 1px solid rgba(241, 242, 246, 0.6);
}
.ps-product .ps-product__code span {
  font-size: 14px;
  font-weight: 600;
  color: #273c75;
}
.ps-product .ps-product__price-null {
  font-size: 16px;
}
.ps-product .ps-product__price-null .fa-phone {
  font-size: 22px;
}
.ps-product .ps-product__price {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  padding: 10px 7px;
  display: block;
  font-weight: 600;
  text-align: left;
}

.menu.menu--technology {
  margin-bottom: 20px;
  justify-content: space-around;
}

.header--autopart .menu > li > a {
  padding: 10px 15px;
  font-weight: 600;
  color: #5f6674;
  transition: 0.3s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  height: 37px;
}
.header--autopart .menu > li > a:hover {
  color: #000;
}
.header--autopart .menu > li > a:hover::before {
  bottom: 0;
  height: 37px;
  color: #000;
  padding-top: 8px;
  opacity: 1;
}
.header--autopart .menu > li > a::before {
  content: attr(data-hover);
  width: 100%;
  height: 37px;
  position: absolute;
  bottom: -80%;
  left: 0;
  transition: 0.2s ease-in-out;
  text-align: center;
  opacity: 0;
}

.ps-home-referans {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ps-home-referans .owl-carousel .owl-stage-outer {
  padding: 20px 0;
}

.ps-home-referans .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.ps-home-referans .owl-item.center img {
  box-shadow: 1px 1px 14px 0 #d8d8d8;
  border: 3px solid #f2bf47;
  scale: 1.2;
}

.ps-home-category-menu {
  width: 320px;
  margin-right: 5px;
}

.ps-home-banner {
  display: block;
  overflow-x: hidden;
}

.home-child-category-list {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
  width: 880px;
  background-color: #fff;
  display: none;
  min-height: 364px;
  padding: 15px 40px;
  list-style: none;
  border: 5px solid #f2bf47;
}

.home-parent-category-list {
  width: 320px;
  max-height: 364px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0;
  margin-bottom: 0;
}

.ps-home-category-menu .all-products {
  background-color: #f0f0f1;
  padding-left: 10px;
  color: #85878b;
  width: 320px;
}

.wrapper {
  position: relative;
  background-color: transparent;
  width: 320px;
  height: 0;
}

.ps-home-category-menu .home-parent-category-list > li > a {
  display: block;
  padding: 15px 22px 15px 15px;
  font-size: 16px;
  white-space: nowrap;
}
.ps-home-category-menu .home-parent-category-list > li > a::after {
  font-family: FontAwesome;
  content: "\f054";
  display: inline;
  width: 16px;
  height: 16px;
  color: #f7f1e3;
  position: absolute;
  right: 7px;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.ps-home-category-menu .home-parent-category-list > li {
  color: #f7f1e3;
  height: 57px;
  list-style: none;
  background-color: #4b4b4b;
  transition: background-color 0.2s ease-out;
}
.ps-home-category-menu .home-parent-category-list > li:hover {
  background-color: #f2bf47;
}
.ps-home-category-menu .home-parent-category-list > li:hover a::after {
  right: 3px;
}

.header .header__top {
  background-color: #4b4b4b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.header--standard .ps-form--quick-search button {
  background-color: #4b4b4b;
  color: #fff;
}

.ps-home-social__item {
  overflow: hidden;
  width: 380px;
  aspect-ratio: auto 341/427;
  margin-bottom: 15px;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.ps-home-social__item img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(85%);
  transition: all 0.3s ease;
}
.ps-home-social__item:hover img {
  filter: brightness(100%);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
}
.ps-home-social__item:hover .social-play-icon {
  font-size: 54px;
}
.ps-home-social__item .social-play-icon {
  position: absolute;
  font-size: 48px;
  color: #fff;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: 0.2s font-size ease-in;
}

.ps-home-social__header {
  margin-bottom: 50px;
}

.category-list {
  display: flex;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.category-list:hover {
  box-shadow: 0 0 7px 2px #c3c3c3;
}

.home-hero__slider img {
  width: 100vw;
  height: calc(100vh - 213px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .home-hero__slider .splide__slide {
    height: auto !important;
  }
  .home-hero__slider img {
    height: auto;
  }
}
.ps-footer {
  background-color: #efefef;
}
.ps-footer .widget_footer p {
  line-height: 2em;
}
.ps-footer__copyright {
  display: flex;
  align-items: center;
}
@media (max-width: 425px) {
  .ps-footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 25px;
  }
  .ps-footer__copyright img {
    max-width: 240px !important;
  }
}

.ps-list--categories li a {
  font-weight: 500;
}

.all-view a {
  color: #3c3c3c;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #3c3c3c;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.all-view a:hover {
  background-color: #3c3c3c;
  color: #fff;
  border-color: #3c3c3c;
}
.ui-autocomplete{
    width:650px !important;
    max-height:650px;
    overflow-y:auto;
    overflow-x:hidden;
    padding:15px;
    border:none;
    border-radius:18px;
    box-shadow:0 10px 40px rgba(0,0,0,.15);
    background:#fff;
    z-index:99999;
}

.ui-autocomplete li{
    list-style:none;
    margin-bottom:12px;
}

.search-card{
    display:flex;
    align-items:center;
    text-decoration:none !important;
    border:1px solid #ececec;
    border-radius:15px;
    overflow:hidden;
    transition:.25s;
    background:#fff;
}

.search-card:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    border-color:#4b4b4b;
	border-radius:15px !important;
}

.search-image{
    width:120px;
    min-width:120px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fafafa;
	margin-left:10px;
	border-radius:15px;
}

.search-image img{
    width:100px;
    height:100px;
    object-fit:contain;
}

.search-content{
    padding:18px;
    flex:1;
}

.search-content h6{
    margin-bottom:12px;
    font-size:17px;
    color:#222;
    font-weight:600;
}

.search-price{
    color:#0b9444;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

.search-link{
    display:inline-block;
    color:#0d6efd;
    font-size:14px;
    font-weight:600;
}

.ui-state-active{
    background:none !important;
    border:none !important;
}
/*# sourceMappingURL=style2.css.map */