
/* k.s.s :) */
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway.woff2");
  font-weight: bold;
  font-style: normal;
}
.font-relaway{
	font-family: 'Raleway';
}
.btn{
	font-family: inherit;
	font-size: .9rem;
}
/* body{
	font-family: 'Brown Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} */
.ltn__currency-menu ul li ul {
    min-width: 40px;
}
.ltn__main-menu > ul > li > a {
    font-family: 'Brown Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6{
    color: #000;
    font-family: 'Playfair Display';
	/* font-family: 'Brown Light', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	/* font-size: 1.5em; */
	font-weight: lighter !important;
	text-transform: none !important;
}
.sa_font p{
	font-family: 'Playfair Display';
}
:root{
	--ltn__secondary-color: #d2ae6d;
}
body p {
    font-family: 'Brown Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
}
p a{
	color: #d2ae6d;
}
.relative{
	position: relative;
}
.w-auto{
	width: auto !important;
}
.bg-white{
	background: #ffffff !important; 
}
.font-inherit{
	font-family: inherit !important;
}
.s-1-2{
	font-size: 1.2em;
}
.max-w-650{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-850{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
/*--brocco--*/
.cover-img, .cover-img2{
	position: relative;
}
.cover-img2{
	border-radius: 5px;
}
.cover-img:before,
.cover-img2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    inset: 0;
    background: linear-gradient(to bottom right, 
		rgba(255, 255, 255, 1) 18%,
		rgba(255, 255, 255, 0.6) 68%, 
		rgba(255, 255, 255, 0) 100% 
	);
}
.cover-img2:before {
	transition: .5s;
	z-index: 1;
    background: linear-gradient(to bottom right, 
		rgba(255, 255, 255, 0.6) 18%,
		rgba(255, 255, 255, 0.3) 68%, 
		rgba(255, 255, 255, 0) 100% 
	);
}
.sslider .slick-dots{
	margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    bottom: 14px;
}
.sslider .slick-dots li{
	margin-right: 0;
	margin:0 5px;
}
.ltn__widget-title-border{
	padding-left: 0;
}
.ltn__widget-title-border::before,
.ltn__widget-title-border::after{
	display: none;
}
.ltn__utilize-mobile-menu li a .fa{
	display: none;
}
.ltn__language-menu .dropdown-toggle::before{
    font-size: 10px;
    top: 56.1%;
}
.ltn__main-menu > ul > li > a {
    font-size: 15px;
}
.ltn__product-item-3 .product-title {
    font-size: 20px;
}
.ltn__product-item-3 .product-price {
    font-size: 16px;
    color: var(--ltn__secondary-color);
    font-weight: normal;
}
.product-hover-action li {
    height: auto;
    width: auto;
    line-height: 1.2;
}
.ltn__product-item-3 .product-hover-action ul li a {
    border-radius: 5px;
    padding: 12px 70px;
    opacity: .88;
}
.ltn__product-item-3 .product-hover-action {
    top: 100%;
	z-index: 5;
}
.product-badge{
	z-index: 5;
}
.ltn__product-item-3:hover .product-hover-action {
    top: 80%;
}
.ltn__product-details-menu-2 ul.list{
	display: block;
}
.ltn__product-details-menu-2 .nice-select .option{
	display: block;
	margin-top: 0;
    white-space: normal;
    margin-right: 0;
	min-height: unset;
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-product-info h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.ltn__product-details-menu-2 ul {
    display: flex;
    align-items: anchor-center;
}

.p-mb-8 p{
	margin-bottom: 8px;
}

.sidebar a.nav-link.active,
.sidebar a.nav-link:focus{
    color: var(--ltn__secondary-color);
}

.wtsp-sat, .wtsp-sat-s{
    padding: 8px 40px;
    border-radius: 4px;
}
.site-logo img{
	position: absolute;
	height: 85px;
}
.sticky-active .site-logo img {
    height: 70px;
}
.page-item .page-link {
    color: #071c1f;
	padding: inherit;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d2ae6d;
    border-color: #d2ae6d;
}

/*--brocco--*/
.footers{
	/* background: #24533d; */
	background: #597a5c;
}
footer.footers .up-footer {
    border-bottom: none;
}
.footers h2{
	color: #eee
}
.footers ul{
	margin: 0;
	padding: 0;
}
.footers ul li{
	list-style: none;
}
.footers ul li a{
	color: #ddd;
}
.footers ul li a:hover{
	color: #d2ae6d;
}
footer.footers .down-footer a.go-top,
footer.footers .up-footer .footer-widget ul.social-icons li a{
	background: rgba(255,255,255,.1);
	border-radius: 3px;
}
footer.footers .down-footer a:hover.go-top,
footer.footers .up-footer .footer-widget ul.social-icons li a:hover{
	background: #d2ae6d;
    color: white;
}
footer.footers .up-footer .footer-widget ul{
	display: flex;
	justify-content: center;
}
footer.footers .up-footer .footer-widget ul.social-icons li{
	float: none;
	display: inline;
}
.dds.dropdown{
    width: 50px;
	margin-top: 0;
	margin-right: 5px;
	visibility: unset;
    opacity: unset;
	background: transparent;
	top: 0;
    right: 0;
    left: unset;
	position: absolute;
}
.dds .dropdown-item{
	padding: .25rem 13px;
}
.dds .dropdown-toggle:after{
	display: none;
}
.dds .dropdown-menu-right{
	min-width: auto;
	left: unset;
	right: 0;
}
.navbar-togglers .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.just-cent{
	display: flex;
	justify-content: center;
	align-items: center;
}
.border-top{
	border-top: 1px solid #f1f1f1;
}
.title-section h1 {
    color: #212121;
    padding-top: 25px;
    padding-bottom: 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    margin: 0;
}
.standart-post .post-image a.category {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: unset;
}
.news-post{
	margin-bottom: 3rem;
}
.author, .author a{
	color: rgba(255,255,255,.4);
}
h1 a{color: #212121}
h1 a:hover, .news-post--:hover a{
	color: #d2ae6d;
}
.post-image{
	overflow: hidden;
}
.standart-post{
	text-align: center;
}
.post-image a img{
	transition: all .3s ease-in-out;	
}
.standart-post:hover .post-image a img:not(.no-zoom),
.post-image:hover a img:not(.no-zoom){
	transform: scale(1.2);
}

.twice-img .post-image{
	/* width: 350px; */
	height: 350px;
}
.twice-img .product-img{
	height: 250px;
}
.twice-img .post-image a img.no-zoom,
.twice-img .tws img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.6s ease;
}
.twice-img .post-image a img.no-zoom.top-image,
.twice-img .tws img:first-child {
	opacity: 1;
	z-index: 2;
}
.twice-img .post-image:hover a img.no-zoom.top-image,
.twice-img .ltn__product-item:hover .tws img:first-child {
    opacity: 0;
}
.twice-img .post-image:hover a img.no-zoom.bottom-image,
.twice-img .ltn__product-item:hover .tws img:last-child {
	opacity: 1;
	z-index: 1;
}


.gonder{
	cursor: pointer;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-bottom-color: var(--bs-danger);
    box-shadow: unset;
	outline: 0;
}


.parsley-errors-list{
	display:none !important;
}

.parsley-success{
	border-bottom-color: green !important;
	
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(.375em + .1875rem) center !important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem) !important
}

.parsley-error{
	border-bottom-color: red !important;
}

.parsley-errors-list.filled{
	color: red;
	position: absolute;
}


div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
	display:none;
}

div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}


#bar-fixed.stickIt {
	position: sticky;
	top: 100px;
}

/* Preloader stil */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #d2ae6d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.parallax-section {
  position: relative;
  background-image: url('https://new.pakhlali.az/M0/menu/3/20250730_220551_1753898751_26f151bc7a.jpg'); /* Burada öz şəkil URL-in ola bilər */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.parallax-content {
  background-color: rgba(0, 0, 0, 0.5); /* arxa fonun üzərinə yarı şəffaf overlay */
  padding: 40px 20px;
  border-radius: 12px;
  max-width: 800px;
}

.parallax-content h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: white !important;
}

.parallax-content p {
  font-size: 18px;
  margin: 0;
  color: white !important;
}
.modal-dialog{
	margin-top: 1.75rem;
}
	
.ltn__utilize.ltn__utilize-mobile-menu{
	padding-top: 15px;
}


@media screen and (min-width: 1950px) and (max-width: 1940px){



}

@media screen and (min-width: 2250px){



}

@media screen and (max-width: 991px){
	
	.navm{
		position: static;
	}
	.navm .navbar-toggler{
		position: absolute;
		top: 0;
		margin: 10px;
	}
	.navbar-collapse {
        max-height: unset;
		overflow: unset
	}
	header.active .navm .navbar-toggler{
		top: -50px;
	}
	header.active .dds.dropdown{
		top: 10px;
	}
	header.active .top-line {
		height: 50px;
		padding: 0;
		position: fixed;
		top: 0;
		z-index: 999;
		left: 0;
		right: 0;
	}
	header.active .navm{
		margin-top: 50px
	}
	header.active .lh-50{
		line-height: 50px;
	}
	
	header.style-2 .navbar-nav > li.active > a, header.style-2 .navbar-nav > li:hover > a, .dropdown > li > a:hover {
		color: rgba(0, 0, 0, .5) !important;
	}
	
	.main_slider img,
	.main_slider2.single-post-gal .flexslider img{
		width: auto;
	}
	
	.main_slider2 .flexslider .slides>li{
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
	}


}

@media screen and (max-width: 1200px){
	
	.top-bar-right.text-right{
		display: flex !important;
		justify-content: flex-end;
		align-items: center;
	}
	
	.site-logo img {
		position: static;
		height: 60px;
	}


}


@media screen and (max-width: 767px){
	
	.m-hide{
		display: none !important;
	}
	
	.top-bar-right.text-right{
		justify-content: space-between;
	}
	.ltn__top-bar-menu ul li {
        margin: 0;
    }
	.ltn__header-5 .ltn__header-middle-area {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.ltn__drop-menu ul li ul {
        left: unset;
        right: -30px;
		min-width: 70px;
	}
	
	.markets .slider-news-fullwidth .flexslider .slider-caption{
		padding-left: 0;
	}
	.header-banner-place a.navbar-brand img{
		height: 95px;
	}
	
	.ltn__product-item-3 .product-hover-action ul li a {
		padding: 12px 45px;
	}
	
	.ltn__product-gutter .slick-dots{
		display: none !important;
	}
	
}

@media screen and (max-width: 575px) {
    
	.col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	h1, h2, h3, h4, h5, h6,
	.main_slider .banner_info h3, .main_slider2 .banner_info h3{
		font-size: 1.4em
	}
	body p{
		font-size: 15px;
	}
	.main_slider img, .main_slider2 img {
		max-height: 220px;
		min-height: 150px;
	}
	.pagination{
		display: block !important;
	}
	.twice-img .tws img{
		object-fit: contain;
		object-position: center center;
	}
	.ltn__product-item-3{
	}
	.product-info{
		padding-top: 5px;
	}
/* 	.ltn__product-item-3 .product-title {
		font-size: 14px;
	} */
	.twice-img .product-img {
		height: 188px;
	}
	.ltn__product-item .product-price {
		margin-bottom: 0;
	}
	.ltn__product-item-3 .product-info {
        padding: 10px;
    }
	.ltn__product-item-3 .product-title {
		font-size: 20px;
		height: 55px;
	}
	
}