.grecaptcha-badge {display:none!important;}
/* telefon & whatsapp */

.whatsapppopup {
	position:fixed;
	overflow:hidden;
	background-color:#fff;
	border-radius:5px;
	z-index:99999999;
	right:38px;
	bottom:89px;
	width:220px;
	display:none;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.095) !important
}
.whatsapppopup .whatsapppopupbaslik {
	text-align:left;
	background-color:#00A500;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-weight:700
}
.whatsapppopup .whatsapppopupbaslik a {
	float:right;
	color:#fff;
	font-size:16px
}
.whatsapppopup .listitem {
	padding:5px 10px;
	font-size:13px;
	border-bottom:1px solid #f1f2f6;
	position:relative
}
.whatsapppopup .listitem a {color:#333;font-size:14px;}
.whatsapppopup .listitem i {
	color:#00A500;
	font-weight:700;
	font-size:16px;
	position:absolute;
	right:9px;
	top:9px
}
.whatsapppopup .listitem:hover {
	background-color:rgba(0,165,0,0.2)
}
.whatsapppopup .listitem .listitemname {display:block;font-weight:bold;}



.telefonpopup {
	position:fixed;
	overflow:hidden;
	background-color:#fff;
	border-radius:5px;
	z-index:99999999;
	left:20px;
	bottom:83px;
	width:220px;
	display:none;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.095) !important
}
.telefonpopup .telefonpopupbaslik {
	text-align:left;
	background-color:#e32845;
	padding:10px;
	color:#fff;
	font-size:16px;
	font-weight:700
}
.telefonpopup .telefonpopupbaslik a {
	float:right;
	color:#fff;
	font-size:16px
}
.telefonpopup .listitem {
	padding:5px 10px;
	font-size:13px;
	border-bottom:1px solid #f1f2f6;
	position:relative
}
.telefonpopup .listitem a {color:#333;font-size:14px;}
.telefonpopup .listitem i {
	color:#e32845;
	font-weight:700;
	font-size:16px;
	position:absolute;
	right:9px;
	top:9px
}
.telefonpopup .listitem:hover {
	background-color:rgba(227,40,69,0.2)
}
.telefonpopup .listitem .listitemname {display:block;font-weight:bold;}


.whatsapp-yeni {
	position:fixed;
	overflow:hidden;
	background-color:#4dc247;
	right:15px;
	bottom:10px;
	border-radius:40px;
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;
	width:264px;
	z-index:999
}
.whatsapp-yeni a {
	display:flex;
	width:100%;
	align-items: center;
    justify-content: space-between;
	padding:5px;
}
.whatsapp-yazi {
	font-weight:700;
	color:#fff;
	font-size:16px;
}
.whatsapp-ikon img {
	width:40px;
    height:auto!important
}
.whatsapp-online {
	font-size: 12px;
    background-color: #00a500;
    border-radius: 14px;
    padding: 1px 10px;
    color: #fff;
	margin-right:5px;
}


.form-call-wrapper * {
    transition: .5s
}
.form-call-wrapper {
    position: fixed;
    left: 26px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
    cursor: pointer
}
.form-call-wrapper:after,
.form-call-wrapper:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    transform-origin: center center;
    box-sizing: border-box;
    z-index: 9;
    transition: .5s
}
.form-call-wrapper:after {
    background: #e74c3c;
    animation: lexprofitBackAnim 3s linear infinite
}
.form-call-wrapper:before {
    border: 1px solid #e74c3c;
    animation: lexprofitBorderAnim 3s -.5s linear infinite
}
.form-call-wrapper .form-call-btn {
    z-index: 10;
    position: absolute;
    background-color: #e74c3c;
    border-radius: 100%;
    width: 100%;
    height: 100%
}
.form-call-wrapper .form-call-btn i {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 100%
}
.form-call-wrapper:hover .form-call-btn {
    background-color: #e74c3c
}
.form-call-wrapper:hover:after {
    background-color: #e74c3c
}
.form-call-wrapper:hover:before {
    border-color: #e74c3c
}
.form-call-wrapper:hover .form-call-btn {
    animation: lexprofitBoundingAnim 1s linear infinite
}
@keyframes lexprofitBackAnim {
    0% {
        transform: scaleX(.7) scaleY(.7)
    }
    25% {
        transform: scaleX(1.2) scaleY(1.2)
    }
    50% {
        transform: scaleX(1.5) scaleY(1.5)
    }
    65% {
        transform: scaleX(1.2) scaleY(1.2);
        opacity: .7
    }
    100% {
        transform: scaleX(.7) scaleY(.7);
        opacity: 0
    }
}
@keyframes lexprofitBorderAnim {
    0% {
        transform: scaleX(1) scaleY(1)
    }
    50% {
        transform: scaleX(1.5) scaleY(1.5)
    }
    100% {
        transform: scaleX(2) scaleY(2);
        opacity: 0
    }
}
@keyframes lexprofitBoundingAnim {
    0% {
        transform: rotate(0)
    }
    15% {
        transform: rotate(15deg)
    }
    30% {
        transform: rotate(0)
    }
    45% {
        transform: rotate(-15deg)
    }
    60% {
        transform: rotate(0)
    }
}

@media (max-width: 1000px) {
    /*
    .telefonpopup {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
        bottom:150px;
    }
    .whatsapppopup {
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;
    }
    */
    .whatsapp-yazi {
        display:none;
    }
    .whatsapp-online {
        display:none;
    }
    .whatsapp-yeni {
        width:50px;
    }
}
/* telefon & whatsapp */
.kutu-arkaplan {
background-repeat:no-repeat;
background-size:cover;

}
.icerik-yok {
font-size:30px;
text-align:center;
}

.background-image {
background-repeat:no-repeat;
background-size:cover;
background-position:top center;
width:100%;
}
.background-image-2 {
background-repeat:no-repeat;
background-size:contain;
background-position:top center;
}
.background-image-3 {
background-repeat:no-repeat;
background-size:cover;
background-position:center;
width:100%;
}


/* cookie */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    z-index:99999999;
    }
    #gdpr-cookie-message h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #000;
    font-size: 13px;
    line-height: 18px
    }
    #gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
    }
    #gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
    }
    #gdpr-cookie-message a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight:bold;
    margin-top:5px;
    display:inline;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
    color: #000;
    border-bottom-color: #000;
    transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
    border: none;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
    background: rgba(231, 76, 60,1.0);
    transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
    
    }
    #gdpr-cookie-message button:disabled {
    opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 0;
    display:inline-block;
    }
    #gdpr-cookie-types {
    margin-bottom:15px;
    }
    #gdpr-cookie-types label {
    color:#000;
    display:inline;
    }
    #gdpr-cookie-types label:before {
    display:none;
    }
    
    #gdpr-cookie-types input[type=checkbox] ~ label::after {
        display:none!important;
    }
    #gdpr-cookie-types input[type=checkbox] ~ label {
        padding-inline-start:0;
    }
    /* cookie */

.urun-bolum-ozet {
    max-width: 420px;
    margin: 0 auto 28px;
    color: rgba(255,255,255,.62);
    font-size: 16px;
    line-height: 1.5;
}
body:not(.theme-dark) .urun-bolum-ozet {
    color: #6b6b6b;
}

.product-area.product-modern {
    overflow: visible;
}
.product-area.product-modern .urun-sekme {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    border: 0;
}
.product-area.product-modern .urun-sekme .nav-link {
    border: 1px solid rgba(193,159,95,.28);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    padding: 8px 18px;
    font-size: 14px;
}
.product-area.product-modern .urun-sekme .nav-link.active,
.product-area.product-modern .urun-sekme .nav-link:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #111;
}

.urun-kart {
    display: flex;
    flex-direction: column;
    height: calc(100% - 24px);
    margin-bottom: 24px;
    background: #141414;
    border: 1px solid rgba(193,159,95,.16);
    border-radius: 18px;
    overflow: hidden;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
body:not(.theme-dark) .urun-kart {
    background: #fff;
    border-color: rgba(0,0,0,.08);
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
.urun-kart:hover {
    transform: translateY(-6px);
    border-color: rgba(193,159,95,.55);
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
}
.urun-kart-gorsel {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #111;
}
.urun-kart-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.urun-kart:hover .urun-kart-gorsel img {
    transform: scale(1.06);
}
.urun-kart-incele {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -8px);
    opacity: 0;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--color-primary);
    color: #111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
}
.urun-kart:hover .urun-kart-incele {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.urun-kart-gorsel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.28);
    opacity: 0;
    transition: opacity .3s ease;
}
.urun-kart:hover .urun-kart-gorsel::after {
    opacity: 1;
}
.urun-kart-incele {
    z-index: 2;
}
.urun-kart-bilgi {
    padding: 16px 16px 18px;
    text-align: center;
}
.urun-kart-baslik {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: none;
}
.urun-kart-baslik a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: inherit;
}
.urun-kart-fiyat {
    margin-top: 8px;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 575px) {
    .urun-kart {
        height: auto;
    }
}
    