/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* Dropdown Ok İnceltme */
.w-nav-arrow:before {
    font-weight: 300;
}

.w-dropdown-current .w-dropdown-item:after {
   font-weight: 300;
}

/* Menü İkinci Kademe Stil */
.w-nav.type_desktop .w-nav-list:not(.level_1){
	padding: 15px !important;
}

/* Menü Mobil Stil */
.l-subheader .w-nav.ush_menu_2.type_mobile .w-nav-list.level_1 {
    padding: 2rem !important;
}

/* Sosyal Medya Stil */
.w-socials.style_outlined .w-socials-item-link {
    box-shadow: inset 0 0 0 1px #fff;
	border-radius: 10px;
}

.l-header .w-socials-item-link {
    line-height: 2.4em;
    width: 2.4em;
}

/* Seçim ve Scroll Renkleri */
::selection {
  background-color: var(--color-content-primary);
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background:  var(--color-content-primary);
  border-radius: 0;
}

/* Header Animasyonu */
.header_hor .l-header.sticky_auto_hide{
	transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1) !important;
}

.menu-item > a > .w-nav-title {
  position: relative;
}

.menu-item.level_1 > a > .w-nav-title::before,
.current_page_parent > a > .w-nav-title::before{
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-content-primary);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.current_page_item.level_1 > a > .w-nav-title,
.current_page_parent.level_1 > a > .w-nav-title{
  font-weight: 500;
}

.current_page_item.level_1 .w-nav-title::before,
.current_page_parent.level_1 .w-nav-title::before{
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
  .menu-item.level_1 > a > .w-nav-title:hover::before,
  .current_page_parent.level_1 > a > .w-nav-title:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
}

/* Form Label İnceltme */
.w-form-row-label {
    font-weight: 400 !important;
}

/* Akordiyon Sitili */
.sss .w-tabs-sections{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sss .w-tabs-sections .w-tabs-section {
    border-radius: 8px;
    background: #fff;
    border-width: 1px !important;
}

.sss .w-tabs-sections .w-tabs-section button {
    border-radius: 8px;
}

.sss .w-tabs-section-header>.w-tabs-section-title {
    font-size: 1.1rem !important;
}

/* Kategori Liste Sitili */
.catList .current-menu-item{
    width: fit-content;
    border-bottom: 1px solid var(--color-content-primary);
	margin-right: auto !important;
    margin-left: auto !important;
}

/* İkonlu Adres Sitili */
.contact-field.w-iconbox.style_outlined.color_custom .w-iconbox-icon {
    background: white;
}