@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../vendor/remixicon/remixicon.css');
@import url('../vendor/bootstrap/css/bootstrap.css');

:root {
    --custom-black-color: #121f33;
    --custom-brown-color: #121f33;
    --custom-white-color: #ffffff;
    --custom-text-color: #5e5e5e;
    --custom-grey-color: #dddddd;
    --custom-grey-two-color: #8f8f8f;
    --custom-grey-bg:#f2f2f2;
    --custom-secondary-font:'Poppins', sans-serif;
    --custom-menu-font-size-16:15px;
    --custom-menu-font-size-19:19px;
    --custom-menu-font-size-24:24px;
    --custom-menu-font-size-38:38px;
}


/****************** RESET.CSS ***********************/

*,
*::before,
*::after {
    box-sizing: inherit;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, button, input {
    outline: none;
}
ol, ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
b{
    font-weight: 600;
    color: var(--custom-black-color);
}
iframe{
    width: 100%;
    border: none;
    display: block;
}
p {
    margin: 0 0 15px;
}
button:focus {
    outline: none;
    outline: none;
}

*::-moz-selection {
    background: #007bff;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #007bff;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #007bff;
    color: #fff;
    text-shadow: none;
}
button:focus{
    box-shadow: none;
}

body {
    font-family: var(--custom-secondary-font);
    font-weight: 400;
    font-size: var(--custom-menu-font-size-16);
    line-height: 26px;
    color: var(--custom-text-color);
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5 {
    color : var(--custom-black-color);
    margin-bottom: .5rem;
    font-family: var(--custom-secondary-font);
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

a {
    color: var(--custom-black-color);
    transition: 250ms all;
}
a:hover {
    color: var(--custom-brown-color);
}
img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
pre {
    background-color: whitesmoke;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
    background-image: -webkit-linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 70px 70px;
    border: 1px solid #d4d4d4;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
}
/* = 1.0 WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.gallery-caption { }
.bypostauthor {  }

/****************** Theme Kısayolları ***********************/
.custom-container{
    max-width: 1710px;
    width: 1710px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
.p60{
    padding: 60px 0;
}

header.header{
    background: #282f3c;
    color: #fff;
    padding: 15px 0px;
}
.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    flex: 1;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rrmenu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rrmenu li {
    margin-right: 10px;
}

.rrmenu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    position: relative;
	font-weight: 300;
	font-size:18px;
}

.rrmenu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #5abcd9;
    transition: width 0.3s ease-in-out;
}

.rrmenu li a:hover::before {
    width: 100%;
}
.header-left-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-left-menu li {
    margin-right: 10px;
}

.header-left-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 0;
    position: relative;
	font-weight: 300;
	font-size: 18px;
}

.header-left-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #5abcd9;
    transition: width 0.3s ease-in-out;
}

.header-left-menu li a:hover::before {
    width: 100%;
}
.header-logo img {
    height: 80px;
}
.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #5abcd9;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.cart-button i {
    color: #fff;
    font-weight: 400;
}

.header-shopping-cart a{
    display: block;
    position: relative;
}
.header-shopping-cart a i{
    font-size: var(--custom-menu-font-size-38);
}
.header-shopping-cart a span{
    position: absolute;
    top: -16px;
    right: -9px;
    background-color: #5abcd9;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 14px;
}
/****************** HERO BANNER ***********************/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.hero-banner{
    max-height: 690px;
    height: 690px;
    width: 100%;
}
.home-slider {
    position: relative;
    max-height: 690px;
    height: 690px;
    width: 100%;
}
.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li {
    margin: 0 10px;
}

.home-slider .slick-dots {
    list-style: none;
    max-width: 100%;
    margin: -70px auto;
    padding: 0 30px;
}
@media only screen and (max-width : 480px) {
    .home-slider .slick-dots {
        margin: -30px auto;
    }
}
.home-slider .slick-dots li {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}
.home-slider .slick-dots li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--custom-brown-color);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 3px;
}
.home-slider .slick-dots li button {
    background: none;
    border: none;
    outline: none;
    text-indent: -999px;
    overflow: hidden;
}
.home-slider .slick-dots li.slick-active {
    border: 1px solid var(--custom-brown-color);
}


.home-slider .item .img.active {
    transform: scale(1.1);
    transition: transform 10s linear, opacity 2s linear;
}
.home-slider .item .img.active[aria-hidden="false"] {
    opacity: 1;
}
.home-slider .item picture {
    display: block;
    width: 100%;
    height: calc(100vh - 85px);
}
.home-slider .item picture img {
    object-fit: cover;
    height: 690px;
}
.home-slider .item picture img.active {
    transform: scale(1.1);
    transition: transform 10s linear, opacity 2s linear;
}
.home-slider .item picture img.active[aria-hidden="false"] {
    opacity: 1;
}
.home-slider .item .cap {
    position: absolute;
    top: 20vh;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    font-size: 20px;
}

.home-slider .item .cap .line2 {
    font-size: 21px;
    line-height: 30px;
    font-family: var(--custom-secondary-font);
    color: var(--custom-black-color);
    font-weight: 500;
}
.home-slider .item .cap .line2>span{
    color: var(--custom-brown-color);

}
@media only screen and (max-width : 992px) {
    .home-slider .item .cap .line2 {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-height:415px) {
    .home-slider .item .cap .line2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width : 480px) {
    .home-slider .item .cap .line2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
.home-slider .item .cap .line1 {
    font: 54px 'Poppins';
    line-height: 55px;
    margin: 15px 0;
    color: var(--custom-black-color);
    text-transform: uppercase;
    font-weight: 700;
}

.home-slider .item .cap .line3 {
    max-width: 550px;
    margin: 0 0 30px;
}
@media only screen and (max-width : 992px) {
    .home-slider .item .cap .line3 {
        margin: 0 0 30px;
    }
}
@media (max-height:415px) {
    .home-slider .item .cap .line3 {
        margin-top: 10px;
        font-size: 13px;
        display: none;
    }
}
@media only screen and (max-width : 480px) {
    .home-slider .item .cap .line3 {
        margin-top: 10px;
        font-size: 13px;
        display: none;
    }
}
/*.home-slider .item:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: black;*/
/*    z-index: 1;*/
/*    opacity: 0.3;*/
/*}*/
.btn-custom-border {
    margin-top: 50px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    background: #5abcd9;
    transition: 250ms all;
}
.btn-custom-border:hover {
    background: #5abcd9;
    color:#fff;
}

header .mobil-navbar {
    padding: 10px 0;
    margin: 17px 0;
}
header .mobil-navbar span:first-child {
    width: 23px;
}
header .mobil-navbar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    margin: 7px 0;
}
.urundesc {
    display: none;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    width: 100%;
}
header .mobil-navbar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    margin: 7px 0;
}
header .mobil-navbar span:last-child {
    width: 14px;
}
header .mobil-navbar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    margin: 7px 0;
}
header .menu {
    display: none;
}
#panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 100%;
    display: none;
}
#panel .menu {
    list-style: none;
    padding: 30px 0 0;
    margin: 0;
}
#panel .menu li {
    font: 19px 'Poppins Regular';
    position: relative;
}
#panel .menu li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 25px;
    transition: 0.4s;
    position: relative;
}
#panel .menu li a img {
    vertical-align: revert;
}
#panel .menu li .submenu {
    position: fixed;
    top: 0;
    padding: 25px 0;
    right: -100%;
    background: #fff;
    width: 100%;
    z-index: 999;
    height: 100%;
}
#panel .menu li .submenu .back {
    padding: 0 25px;
    margin: 0 0 20px;
}
#panel .menu li .submenu .back:before {
    content: "";
    display: inline-block;
    background: url("../images/arrow-more.svg") no-repeat 0 0;
    padding: 10px;
    width: 32px;
    height: 22px;
    transform: rotate(180deg);
    vertical-align: sub;
    margin-right: 10px;
}
#panel .menu li .submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#panel .menu li .submenu ul li {
    float: none;
}
#panel .menu li .submenu ul li a {
    transition: 0.4s;
}
#panel #mobil-search {
    margin: 20px;
    position: relative;
}
#panel #mobil-search i {
    background: url("../images/search.svg") no-repeat 0 0;
    display: block;
    padding: 11px;
    position: absolute;
    top: 0;
    left: 0;
}
#panel #mobil-search form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
#panel #mobil-search form label {
    width: 100%;
}
#panel #mobil-search form label input {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: inherit;
    width: 100%;
    height: 40px;
}
#panel #mobil-search form button {
    position: absolute;
    top: 8px;
    right: 10px;
    background: url("../images/search.svg") no-repeat 0 0;
    padding: 11px;
    border: none;
}
#panel .mob-close {
    padding: 20px;
    margin: 10px 0 0;
}
#panel .mob-close span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    transform: rotate(-45deg) translateY(0.5px) translateX(-0.5px);
}
#panel .mob-close span:nth-child(2) {
    transform: rotate(45deg) translateY(-1.5px) translateX(-1.5px);
}
.sdb{
    display: none;
}

span.urunmiktarmin {
    border: 1px solid #ddd;
    background: none;
    padding: 5px 10px;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    margin-right: 4px;
}
span.urunmiktarmin .minus {
    background: none;
}
span.urunmiktarpls {
    border: 1px solid #ddd;
    background: none;
    padding: 5px 10px;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
}
span.urunmiktarpls .plus {
    background: none;
}
.woocommerce div.product .entry-summary .cart div.quantity {
    float: none;
    margin: 0;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px 5px;
    border-radius: 5px;
    padding: 5px 0px;
    height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce div.product .entry-summary .cart div.quantity{
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    margin-left: 15px;
}
#coupon_code {
    width: 50%; /* Alanın genişliği */
}
dd.tc-value.variation- {
    display: none;
}
.single_add_to_cart_button {
    background-color: var(--custom-brown-color) !important; /* Siyah arka plan rengi */
    color: #ffffff; /* Beyaz yazı rengi */
}
span.tc-price-wrap {
    display: none;
}

.contactpages .c-item {
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 #0000000c;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    padding: 48px 12px 88px;
    color: #000;
    line-height: 34px;
    position: relative;
    z-index: 999;
}
.contactpages .c-item .title {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -0.96px;
}
.contactpages .c-item .icon {
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.contactpages .c-item .icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    display: block;
}
.contactpages .sidebar-form {
    background-color: var(--custom-brown-color);
    padding: 56px 24px 32px;
}
.contactpages .sidebar-form .circle-area .text {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.button-white:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
}
.button-white {
    cursor: pointer;
    border: 0;
    border: 1px solid transparent;
    color: #212121;
    display: block;
    padding: 15px 50px;
    transition: all ease 0.3s;
    width: 100%;
    font-family: 'Axiforma';
    font-size: 20px;
    font-weight: bold;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border: none !important;
    box-shadow: none !important;
}
.anasayfaurunler{
    background: #e1e1e1;
    padding: 60px 0;
}
.urunresim a{
    border: 3px dashed #1a2334;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uruntitle {
    padding: 10px 0px 0px 0px;
    height: 60px;
}
.uruntitle h3 a{
    margin: 0;
    font-size: 16px;
    text-align: left;
    color:#121f33;
    transition: 250ms all;
}
.uruntitle h3 a:hover{
    color:#e84818;
}
.urundesc {
    padding: 10px 0px;
    color: #121f33;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: 60px;
}
.urunfiyat span.woocommerce-Price-amount.amount {
    font-size: 23px;
    font-weight: 700;
    color: #121f33;
    margin-right: 15px;
}
.urunfiyat {
    height: 35px;
    margin-top: 10px;
}
a.addcartbuttons {
    background: #5abcd9;
    margin-top: 20px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}
a.addcartbuttons:hover {
    background: #5abcd9;
    color: #fff;
}
.anasayfacallbanner {
    padding: 60px 0px;
}
.calbannerleft {
    color: rgb(255,255,255,0.8);
    padding-top: 80px;
}
.calbannerleft h3 {
    color: rgb(255,255,255,0.8);
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 700;
}
.calbannerleft ul {
    margin-left: 20px;
    margin-top: 35px;
}
.calbannerleft a{
    background: #5abcd9;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.calbannerleft a:hover {
    background: #5abcd9;
    color: #fff;
}


footer {
    background-color: #5abcd9;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer .sertifika {
    background-image: url('sertifika-resmi.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    color: #5abcd9;
}
footer .telefon {
    margin-top: 20px;
}
.footer-widgets h5 {
    color: #fff;
    margin-bottom: 28px;
}
.footer-widgets h5 {
    position: relative;
}

.footer-widgets h5::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 15%;
    height: 3px;
    background-color: #5abcd9;
    transition: width 0.3s ease-in-out;
}

.footer-widgets h5:hover::after {
    width: 50%;
}
.footer-widgets ul li a {
    font-size: 15px;
}
.header-social-icon {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}
.header-social-icon a {
    color: #fff;
    font-size: 25px;
}
.footer-top {
    height: 72px;
}
.googlerev {
    background: #e1e1e1;
    padding: 60px 0;
}
.gmbrr.tile .listing li, .gmbrr.tile.center .listing li, .gmbrr.tile.center.bubble .listing li {
    flex: 1 0 calc(10% - 2.6rem) !important;
}
.sdb {
    display: none;
}
header .mobil-navbar {
    padding: 10px 0;
    margin: 17px 0;
}
header .mobil-navbar {
    padding: 10px 0;
    margin: 17px 0;
}
header .mobil-navbar span:first-child {
    width: 23px;
}
header .mobil-navbar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    margin: 7px 0;
}
header .mobil-navbar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    margin: 7px 0;
}
header .mobil-navbar span:last-child {
    width: 14px;
}
header .mobil-navbar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    margin: 7px 0;
}
header .menu {
    display: none;
}
#panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 100%;
    display: none;
}
#panel .menu {
    list-style: none;
    padding: 30px 0 0;
    margin: 0;
}
#panel .menu li {
    font: 19px 'Poppins Regular';
    position: relative;
}
#panel .menu li a {
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px 25px;
    transition: 0.4s;
    position: relative;
	font-family: libertad, sans-serif;
}
#panel .menu li a img {
    vertical-align: revert;
}
#panel .menu li .submenu {
    position: fixed;
    top: 0;
    padding: 25px 0;
    right: -100%;
    background: #fff;
    width: 100%;
    z-index: 999;
    height: 100%;
}
#panel .menu li .submenu .back {
    padding: 0 25px;
    margin: 0 0 20px;
}
#panel .menu li .submenu .back:before {
    content: "";
    display: inline-block;
    background: url("../images/arrow-more.svg") no-repeat 0 0;
    padding: 10px;
    width: 32px;
    height: 22px;
    transform: rotate(180deg);
    vertical-align: sub;
    margin-right: 10px;
}
#panel .menu li .submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#panel .menu li .submenu ul li {
    float: none;
}
#panel .menu li .submenu ul li a {
    transition: 0.4s;
}
#panel #mobil-search {
    margin: 20px;
    position: relative;
}
#panel #mobil-search i {
    background: url("../images/search.svg") no-repeat 0 0;
    display: block;
    padding: 11px;
    position: absolute;
    top: 0;
    left: 0;
}
#panel #mobil-search form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}
#panel #mobil-search form label {
    width: 100%;
}
#panel #mobil-search form label input {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: inherit;
    width: 100%;
    height: 40px;
}
#panel #mobil-search form button {
    position: absolute;
    top: 8px;
    right: 10px;
    background: url("../images/search.svg") no-repeat 0 0;
    padding: 11px;
    border: none;
}
#panel .mob-close {
    padding: 20px;
    margin: 10px 0 0;
}
#panel .mob-close span {
    display: block;
    background: #fff;
    height: 2px;
    width: 31px;
    transform: rotate(-45deg) translateY(0.5px) translateX(-0.5px);
}
#panel .mob-close span:nth-child(2) {
    transform: rotate(45deg) translateY(-1.5px) translateX(-1.5px);
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none !important;
    margin: 0 !important;
    padding: 15px;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 3px dashed #1a2334 !important;
}
.uruntitle h3 {
    line-height: 20px;
}

.products {
    display: flex;
    flex-wrap: wrap;
}

.products li {
    flex-basis: 25%; /* Ürünlerin genişliğini dörtte birine ayarlar */
    box-sizing: border-box;
    padding: 10px;
    width: 25%;
}
.woocommerce ul.products li.product .button {
    display: block;
    margin-top: 1em;
    background: #5abcd9;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    height: 75px;
    font-size: 18px !important;
    text-align: left;
    color: #121f33;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: .857em;
    font-size: 23px;
    font-weight: 700;
    color: #121f33;
    margin-right: 15px;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    /* Ekrana bağlı olarak dört üründen sonra alt satıra geçer */
    .products li:nth-child(4n+1) {
        clear: left;
    }

    /* Ekrana bağlı olarak ürünlerin genişliğini yüzde 33'e düşürür */
    .products li {
        flex-basis: 33.33%;
    }
}

.woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 2px solid #ddd;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}
input[type=email], input[type=date], input[type=search], input[type=number], input[type=text], input[type=tel], input[type=url], input[type=password], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: color .3s,border .3s,background .3s,opacity .3s;
    -o-transition: color .3s,border .3s,background .3s,opacity .3s;
    transition: color .3s,border .3s,background .3s,opacity .3s;
}
.woocommerce-input-wrapper {
    width: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    line-height: 40px;
}
.woocommerce-billing-fields h3 {
    font-size: 18px;
}
h3#ship-to-different-address {
    font-size: 18px;
}
h3#order_review_heading {
    padding: 15px 0;
    font-size: 18px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    display: flex;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 20px;
}
.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
    font-size: 14px;
    line-height: 20px;
    background: #ddd;
    padding: 10px;
}
.deneme {
font-size:100px;
color: red;
}
section.related.products h2 {
    font-size: 19px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
}
.woocommerce .products .star-rating {
    display: none !important;
    margin: 0 0 0.5em;
    float: none;
}
div#reviews {
    padding: 15px 20px;
    border: 1px solid #ddd;
}
h2.woocommerce-Reviews-title {
    display: none;
}
p.form-submit input {
    background: #141f32 !important;
    color: #fff !important;
    font-weight: 500 !important;
}
.summary.entry-summary h1 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 500;
}
span.woocommerce-Price-amount.amount bdi {
    font-size: 21px;
    font-weight: 600;
}
.footer-widgetsimg {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.footer-widgetsimg img {
    width: 120px;
    object-fit: contain;
    height: 120px;
}
.footer-widgets p {
    width: 230px;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    margin-bottom: 0px;
}
.sub-header h1 {
    display: none;
}
.sub-header {
    padding: 15px 0;
}
ol.breadcrumb li a {
    font-size: 18px;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border: 3px dashed #1a2334;
}
section h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
time.woocommerce-review__published-date {
    display: none;
}
span.woocommerce-review__dash {
    display: none;
}
.yorumitem {
    height: 200px;
    overflow-y: scroll;
    background: #ddd;
    padding: 30px;
}
.ybaslik {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}
.yorumitem::-webkit-scrollbar {
    width: 3px; /* Scrollbar genişliği */
}

.yorumitem::-webkit-scrollbar-thumb {
    background-color: #121f33; /* Scrollbar rengi */
}

.yorumitem {
    scrollbar-width: thin; /* Firefox için scrollbar genişliği */
    scrollbar-color: #121f33; /* Firefox için scrollbar rengi */
}

.woocommerce-product-details__short-description{
    height: 350px;
    overflow-y: scroll;
    background: #ddd;
    padding: 30px;
    scrollbar-width: thin;
    scrollbar-color: #121f33;
    margin-bottom: 50px;
}
.woocommerce-product-details__short-description::-webkit-scrollbar {
    width: 3px; /* Scrollbar genişliği */
}

.woocommerce-product-details__short-description::-webkit-scrollbar-thumb {
    background-color: #121f33; /* Scrollbar rengi */
}
/* style.css dosyasına ekle veya özel CSS bölümüne ekleyin */
#billing_tax_id_field,
#billing_tax_number_field {
    display: none !important;
}
