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

/* Header Bottom Border */
.l-subheader.at_middle{
	border-bottom: 1px solid #edebeb;
}

/* CF7 Responsive */
.w-form-h {
    flex-wrap: wrap;
}

.w-form-row.cols_2{
    margin-bottom: 20px;
}

/* Preloader */
.g-preloader.type_custom img[src*=".svg"] {
    width: 14rem;
}

/* Ürün kartı sarı çizgi */
.under-yellow-line{
	background: #ddd;
	height: 10px;
	width: 120px;
}
.layout_318 .w-grid-item-h:hover .under-yellow-line,
.layout_657 .w-grid-item-h:hover .under-yellow-line{
	background: #f2b806;
}

/* Gölge Yön Değiştirme */
.l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08) !important;
}

/* Paragraf içi linkleri öne çıkar */
p a{
	border-bottom: 1px solid;
}

/* Menu Link Hover */
.menu-item > a > .w-nav-title {
  position: relative;
}

.menu-item > a:not(.level_2) > .w-nav-title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  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 .w-nav-title::before {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
}

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

/* Menü ikon inceltmesi */
.w-nav-arrow:before {
    font-weight: 300;
	font-size: 1.1em;
}

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

/* Menü submenü iyileştirmesi */
.w-nav.type_desktop .w-nav-list:not(.level_1){
	padding: 15px !important;
	box-shadow: none;
	border: 2px solid #ebebeb;
	border-top: none;
	color: #000;
	background-color: #fff;
}

.w-nav.type_mobile .w-nav-list:not(.level_2) {
    padding: 60px 0 !important;
}

/* 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;
}

/* 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;
}

/* Sarı Yatay Sitili */
.yellow-line-divider:after{
    content: " ";
    position: absolute;
    right: 0;
    bottom: -9px;
    height: 20px;
    width: 250px;
    background-color: var(--color-deckon-dark-yellow);
}

.blue-line-divider:after{
    content: " ";
    position: absolute;
    left: 0;
    right: auto;
    bottom: -9px;
    height: 14px;
    width: 50px;
    background-color: var(--color-deckon-blue);
}

@media (max-width: 600px){
    .yellow-line-divider:after{
        bottom: 0;
        height: 12px;
        width: 100px;
    }
	.blue-line-divider:after{
        left: auto;
        right: 0;
        bottom: 0;
        height: 12px;
        width: 100px;
    }
}

/* Doküman İndirme Alanı */
.pdf_list{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px;
}

.pdf_file{
	display: flex;
	width: 100%;
}

.pdf_file span{
	display: flex;
	align-items: center;
	gap: 10px;
}

.pdf_file a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: .3rem;
	cursor: pointer;
	position: relative;
}

.pdf_file .pdf_name{
	font-size: 1rem;
	color: #000;
}

.pdf_file img{
	width: 25px;
}

.pdf_file .pdf_size{
	font-size: 0.9rem;
	color: #aaa;
	white-space: nowrap;
}

.pdf_file .pdf_size strong{
	text-transform: uppercase;
}

.pdf_file .fa-download,
.pdf_file .fa-lock{
    color: #aaa;
    font-size: 1.1rem;
}

@media (max-width:600px){
	.pdf_file{
		width: 100%;
	}
	.pdf_file .pdf_name{
		line-height: 1;
		font-size: 14px;
	}
}
/* İç Slider */

.royalSlider .rsArrow {
	text-shadow: none;
	font-size:2.5rem;
	line-height: 3.5rem;
	height: 3.5rem;
    width: 3rem;
}

.royalSlider .rsArrow:after {
    font-weight: 100;
    background-color: white;
    color: black;
}

.royalSlider .rsArrow:hover:after {
    background-color: var(--color-content-primary);
    color: black;
	transition: all .3s cubic-bezier(.78,.13,.15,.86);
}

@media (max-width: 600px){
	.royalSlider .rsArrow {
		font-size:1.5rem;
		line-height: 2.5rem;
		height: 2.5rem;
		width: 2rem;
	}
}

