@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html{
    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden !important;
    min-height:100vh !important;
    
}
body{
    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden !important;
    min-height:100vh !important;
}
.giris{
    color:#E7A80E !important;
    font-weight:500 !important;
}
.urunsecenekler h6{
    color:#E7A80F;
    font-size:14px;
    font-weight:500;
    margin-top:5px;
    margin-bottom:10px;
}
.urunsecenekler{
    margin-top:10px;
}
.urunsecenekler a{
    color:#333;
    display:block;
    font-weight:500;
    margin-bottom:7px;
    font-size:12.6px;
}
.main-image-wrapper {
    position: relative;
    width: 100%;
}
#main-image {
    width: 100%;
    cursor: zoom-in;
}
#thumbnails {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
#thumbnails img {
    width: 80px;
    height: 53px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}
#thumbnails img.active {
    border-color: blue;
}
#bildirim {
  position: fixed;
  top: 40px;
  right: 40px;
  background-color: green;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size:13.7px;
  font-weight:500;
  z-index: 99;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#bildirim.goster {
  opacity: 1;
  transform: translateY(0);
}
#bildirim.kapat {
  opacity: 0;
  transform: translateY(-20px);
}
.pad0{
    padding:0px !important;
}
.footer2{
    border-top:1px solid #D9D9D9;
    padding-top:12px;
    padding-bottom:6px;
}
.footer2 h5{
    color:#1C1C1C;
    font-family:'Montserrat',sans-serif;
    font-size:13px;
    line-height:14px;
    margin-top:6px;
    margin-bottom:9px;
}
.footer2 span{
    color:#F6C243;
}
.footer a{
    font-family:'Montserrat',sans-serif !important;
    font-size:13.6px;
    color:#1C1C1C;
    font-weight:500;
    line-height:20px;
    display:block;
    margin-bottom:21px;
    transition:0.3s ease-in;
}
a{
    text-decoration:none !important;
}
.footer a:hover{
    color:#F6C243;
    transform:scale(1.03);
}
.footer img{
    width:150px;
    height:auto;
    object-fit:contain;
    margin-bottom:20px;
}
.footer h4{
    font-family:'Montserrat',sans-serif !important;
    font-size:15.6px;
    margin-bottom:27px;
    color:#1C1C1C;
}
.dotspan{
    display:inline-block !important;
    background-color:#F6C243;
    width:8px;
    height:8px;
    border-radius:50%;
}
.footer span{
    color:#F6C243;
    margin-right:10px;
}
::placeholder{
    color:rgba(51,51,51) !important;
    font-size:12.7px;
    font-weight:400;
    padding-left:6px;
    font-family:'Montserrat',sans-serif;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.bin{
    width:1350px;
    margin:auto !important;
}
.footer2 img{
    width:100%;
    height:40px;
    object-fit:contain;
}
.Textdetail{
    padding-top:40px;
    padding-bottom:40px;
}
.textleftlinks{
    border-right:1px solid #D9D9D9;
}
.textleftlinks a{
    background-color:#FFF;
    color:#1C1C1C;
    font-size:13.3px;
    line-height:30px;
    border-radius:10px;
    display:block;
    font-weight:500;
    transition:0.3s ease-in;
    margin-bottom:10px;
}
.textleftlinks a:hover{
    color:#F6C243;
    transform:scale(1.05);
}
.Textdetail span{
    margin-left:7px;
    transition:0.3s ease-in;
    color:#1C1C1C;
    font-size:14px;
}
.Textdetail .act{
    color:#F6C243;
}
.Textdetail a:hover span{
    color:#F6C243 !important;
}
.Textdetail .act > span{
    color:#F6C243 !important;
}
.Textdetail h3{
    font-size:15px;
    color:#1342EC;
    line-height:26px;
    font-weight:500;
}
.Textdetail li{
    font-size:14px;
    color:#1C1C1C;
    line-height:26px;
    font-weight:400;
}
.Textdetail hr{
    width:100%;
    height:1px;
    border:none !important;
    background-color:#D9D9D9;
    margin-top:14px;
    margin-bottom:14px;
}
.kurumsalheader2{
    color:#000;
    margin-top:8px;
    font-weight:500;
    font-size:13.6px;
    margin-bottom:8px;
}
.Textdetail p{
    font-size:13.4px;
    color:#000;
    line-height:26px;
    font-weight:400;
}
.Anakatsyeni{
    margin-top:15px;
    margin-bottom:15px;
    text-align:center;
    padding-bottom:13px;
    border-bottom:1px solid #D9D9D9;
}
.Anakatsyeni h6{
    color:#000;
    text-align:center;
    display:block;
    margin-top:17px;
    margin-bottom:17px;
    font-size:16px;
    font-weight:500;
}
.Anakatsyeni img{
    width:85px !important;
    height:85px !important;
    display:block !important;
    margin:auto !important;
    object-fit:cover !important;
    border-radius:50% !important;
}
.Anakatsyeni h5{
    color:#000;
    margin-top:10px;
    font-weight:500;
    font-size:14px;
}
.Anakats h1{
    color:#000 !important;
    font-size:16px;
    margin-bottom:4px;
    font-weight:500;
}
.Anakats p{
    font-size:13.2px;
    color:#000;
    line-height:24px;
    font-weight:400;
}
.Textdetail h1{
    color:#1C1C1C;
    font-size:19px;
    font-weight:600;
    margin-bottom:13px;
    font-weight:500;
}
.Textdetail h2{
    color:#000;
    font-size:19px;
    margin-bottom:10px;
    font-weight:500;
}
.Textdetail h6{
    font-size:13.4px;
    font-weight:500;
    margin-bottom:10px;
    color:#434343 !important;
}
.kurumsalheader h6{
    font-size:21px;
    font-weight:500;
    line-height:23px;
    color:#000;
}
.kurumsalheader span{
    font-weight:500;
    font-size:13.5px;
    display:block !important;
    margin :0px !important;
    padding:0px !important;
    color:#E7A80D;
}
.accordion {
    font-family:'Montserrat',sans-serif;
    font-weight:500;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14.6px;
    transition: 0.4s;
    border:1px solid #D9D9D9;
    margin-bottom:7px;
    border-radius:5px;
    background-color:#FAFAFA;
}
.accordion:hover{
    background-color:#F6C243;
    color:#FFF;
}
.panel {
    padding: 0 18px;
    padding-top:6px !important;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.block992{
    display:none !important;
}
.block767{
    display:none !important;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.content{
    height:100vh !important;
}
.social-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    color: #F6C243 !important;
    font-size: 20px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.social-icons a:hover {
    background-color: #F6C243 !important;
    border-color: #F6C243 !important;
    color:#FFF !important;
}
.Iletisim{
    margin-top:40px;
    margin-bottom:40px;
}
.Iletisim h3{
    font-size:18px;
    color:#000;
    margin-bottom:25px;
    font-weight:600;
}
.Iletisim iframe{
    width:100%;
    height:450px;
    border:none;
}
.contact-card {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
}
.contact-card:hover{
    border:3px solid #E6A80D;
}
.contact-icon {
    font-size: 30px;
    color: #E6A80D;
    margin-right: 25px;
}
.contact-info h6 {
    font-size:13.2px;
    font-weight: 500;
    color: #434343;
    margin-bottom: 10px;
}
.contact-info a {
    margin: 0;
    color: #000;
    font-size:13.2px;
    font-weight:500;
}
.Breadcrumb{
    padding-top:15px;
    padding-bottom:15px;
    background-color:#E7A80D;
}
.Breadcrumb a{
    font-size:13.2px;
    font-weight:400;
    color:#FFF;
    display:inline-block !important;
}
.Breadcrumb .active{
    font-weight:600;
    color:#FFF;
}
.Breadcrumb h2{
    font-size:30px;
    color:#000;
    margin-top:3px;
    margin-bottom:13px;
    font-weight:500;
}
.Blogtop{
    padding-top:25px;
    padding-bottom:25px;
    background-color:#FAFAFA;
}
.Blogtop h3{
    font-size:21px;
    font-weight:600;
    margin-bottom:10px;
    color:#E6A80D;
    line-height:23px;
}
.Blogtop span{
    font-size:14.5px;
    display:block !important;
    color:#434343;
}
.Blogtop p{
    font-size:13.5px;
    color:#000;
    line-height:24px;
    font-weight:400;
}
.nav-pills a{
    display:inline-block;
    background-color:#FFF;
    border:1px solid #D9D9D9;
    text-align:Center;
    padding-left:25px;
    padding-right:25px;
    line-height:44px;
    font-weight:500;
    font-size:13.3px;
    border-radius:5px;
    color:#000;
    margin-right:6px;
    margin-left:6px;
    margin-bottom:9px !important;
}
.nav-pills .active{
    background-color:#F6C243;
    color:#FFF;
}
.Blog{
    margin-top:40px;
    margin-bottom:40px;
}
.Hizmetlerimiz{
    margin-top:40px;
    margin-bottom:40px;
}
.Hizmetlerimiz img{
    width:100%;
    height:auto;
    object-fit:contain !important
}
.Hizmetlerimiz h1{
    font-size:21px;
    color:#262626;
    font-weight:600;
    margin-top:13px;
    margin-bottom:13px;
}
.Hizmetlerimiz a{
    background-color:#F6C243;
    color:#FFF;
    font-weight:500;
    font-size:14.5px;
    display:inline-block;
    text-align:center;
    margin-right:12px;
    width:180px;
    line-height:45px;
}
.Hizmetlerimiz p{
    font-size:14.5px;
    color:#1C1C1C;
    line-height:26px;
    font-weight:400;
}
.yorumbox{
    border:1px solid #D9D9D9;
    padding:12px;
    border-radius:5px;
}
.yorumbox i{
    color:#E6A80D;
    font-size:13.4px;
    margin-right:6px;
}
.yorumbox h3{
    margin-top:10px;
    font-size:15px;
    font-weight:500;
    color:#000;
}
.yorumbox p{
    font-size:13.3px;
    color:#1C1C1C;
    line-height:24px;
    font-weight:400;
}
.Yorumlar{
    padding-left:15px;
    padding-right:15px;
    margin-top:10px;
    margin-bottom:12px;
}
.Videolar{
    background-color:#FAFAFA;
    padding-top:35px;
    padding-bottom:35px;
}
.Videolar video{
    width:100%;
    height:400px;
    object-fit:cover;
    display:block;
    margin:auto !important;
}
.blogdetail2 h1{
    font-size:16px;
    color:#262626;
    font-weight:600;
    margin-top:13px;
    margin-bottom:13px;
}
.blogdetail2 img{
    width:100%;
    height:210px;
    object-fit:cover;
}
.solgorsel{
    display:block !important;
    width:100%;
    height:100%;
    object-fit:cover;
}
.siparis-kutusu {
    background-color: #e7a80f;
    border-radius: 10px;
    padding: 24px;
    width:100%;
}
.siparis-kutusu h3 {
    font-size: 17.2px;
    font-weight: 600;
    color:#FFF;
    margin-bottom: 16px;
}
.indirim-kodu {
    margin-bottom: 24px;
}
.indirim-kodu label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}
.indirim-kodu form {
    display: flex;
    gap: 10px;
}
.indirim-kodu input {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-size: 14px;
}
.indirim-kodu button {
    background-color: #d98c97;
    border: none;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}
.fiyat-detay {
    font-size: 13.7px;
    font-weight:500;
    color:#FFF;
    margin-bottom: 25px;
}
.fiyat-detay div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.toplam {
    border-top: 1px solid #FFF;
    padding-top: 12px;
    margin-bottom: 16px;
}
.toplam .label {
    font-size: 18px;
    font-weight: 600;
}
.toplam .tutar {
    font-size: 20px;
    font-weight: 700;
}
.sozlesme {
    font-size: 13.5px;
    color: #FFF;
    margin-bottom: 16px;
}
.sozlesme a {
    color: #FFF;
    text-decoration: none;
}
.odeme-btn {
    background-color: #FFF;
    color: #e7a80f;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 13.7px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
}
.cart-list-section {
    width: 100%;
}
.cart-list-header2,
.cart-list-row2 {
    display: grid;
    grid-template-columns: 100px 1fr 150px 120px;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e0e0e0;
}

.cart-list-header,
.cart-list-row {
    display: grid;
    grid-template-columns: 100px 1fr 120px 150px 120px;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e0e0e0;
}
.cart-list-header2 {
    font-weight: 500;
    font-size:13.5px;
    color: #444;
}
.cart-list-header {
    font-weight: 500;
    font-size:13.5px;
    color: #444;
}
.cart-product-img img {
    width: 60px;
    height: auto;
    object-fit:contain;
}
.cart-product-info {
    font-size: 13.5px;
    color: #000;
    font-weight:500;
}
.cart-quantity-control {
    font-size: 13.5px;
    color: #000;
    font-weight:500;
}
.cart-unit-price,
.cart-total-price {
    font-weight: 500;
    font-size: 13.5px;
    color: #000;
}
.cart-quantity-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.cart-btn {
    background-color: transparent;
    color: #FF0000;
    font-size: 14px;
    font-weight:500;
    border: none;
    cursor: pointer;
}
.cart-qty {
    font-size: 14.6px;
    font-weight:500;
    margin-left:7px;
    margin-right:7px;
}
.Sepet{
    margin-top:40px;
    margin-bottom:40px;
}
.checkout-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 30px auto;
    padding: 0 15px;
    padding-bottom:25px;
    border-bottom:1px solid #d9d9d9;
}
.step {
    text-align: center;
    flex: 1;
    position: relative;
}
.step::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -50%;
  height: 2px;
  width: 100%;
  background-color: #e0e0e0;
  z-index: 0;
}
.step:last-child::after {
    content: none;
}
.step-number {
    background-color: #ccc;
    color: white;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.step.active .step-number {
    background-color: #F6C243; 
}
.step-label {
    margin-top: 8px;
    font-size: 13.2px;
    color: #444;
    font-weight: 500;
}
.odemeform h6{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-top:10px;
    margin-bottom: 10px;
}
.odemeform select {
    width: 100%;
    height:45px;
    border: 1px solid #D9D9D9;
    font-size: 13.1px;
    outline: none;
    padding:5px;
    transition: border-color 0.3s;
}
.odemeform select:focus {
    border:2px solid #F6C243;
}
.odemeform input {
    width: 100%;
    height:45px;
    border: 1px solid #D9D9D9;
    font-size: 13.1px;
    padding:5px;
    outline: none;
    transition: border-color 0.3s;
}
.odemeform input:focus {
    border:2px solid #F6C243;
}
.odemeform button{
    width:100%;
    text-align:center;
    color:#FFF;
    font-weight:500;
    font-size:13.5px;
    height:45px;
    border:none;
    text-transform:uppercase;
    background-color:#F6C243;
    border-radius:5px;
    margin-top:12px;
}
.Kullanicibilgileri h6{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-top:10px;
    margin-bottom: 11px;
}
.Kullanicibilgileri select {
    width: 100%;
    padding: 12px 40px 12px 10px;
    border: 1px solid #D9D9D9;
    font-size: 13.5px;
    outline: none;
    transition: border-color 0.3s;
}
.Kullanicibilgileri select:focus {
    border:2px solid #F6C243;
}
.Kullanicibilgileri input {
    width: 100%;
    padding: 12px 40px 12px 10px;
    border: 1px solid #D9D9D9;
    font-size: 13.5px;
    outline: none;
    transition: border-color 0.3s;
}
.Kullanicibilgileri input:focus {
    border:2px solid #F6C243;
}
.Kullanicibilgileri button{
    width:160px;
    text-align:center;
    color:#FFF;
    font-weight:600;
    font-size:13.5px;
    height:45px;
    border:none;
    background-color:#F6C243;
    border-radius:5px;
    margin-top:12px;
}
.Kullanicibilgileri{
    margin-top:40px;
    margin-bottom:40px;
}
.Kullanicibilgileri h3{
    margin-bottom:15px;
    font-size:15px;
    font-weight:500;
    margin-top:15px;
    color:#333;
}
.kulleft h2 > span{
    color:#F6C243;
    font-size:15px;
    display:block;
    font-weight:500;
}
.kulleft h2{
    color:#1C1C1C;
    font-weight:500;
    margin-bottom:20px;
    font-size:26px;
}
.Kulbreadcrumb{
    background-color:#E6A80D;
    padding-top:15px;
    padding-bottom:15px;
}
.Kulbreadcrumb h2{
    font-size:24px;
    font-weight:600;
    line-height:25px;
    color:#FFF;
}
.Kulbreadcrumb h6{
    margin-top:7px;
    color:#FFF;
    line-height:14px;
    font-size:14px;
    font-weight:500;
}
.kulleft a{
    display:inline-block;
    line-height:45px;
    font-weight:500;
    border-radius:5px;
    font-size:13.2px;
    border:1px solid #D9D9D9;
    color:#1C1C1C;
    padding-left:21px;
    padding-right:21px;
    margin-bottom:12px;
}
.kulleft a:hover{
    background-color:#F6C243;
    color:#FFF;
}
.red{
    color:red !important;
}
.kul-links .act{
    background-color:#F6C243;
    color:#FFF !important;
}
.kul-links a:hover{
    background-color:#F6C243;
    color:#FFF !important;
}
.kul-links span{
    color:#F6C243;
    margin-right:10px;
}
.kul-links .act > span{
    color:#FFF !important;
}
.kul-links a:hover > span{
    color:#FFF !important;
}
.siparisbox{
    width:100%;
    padding:10px;
    border:1px solid #D9D9D9;
    margin-top:12px;
}
.siparisbox h4{
    color:#838383;
    font-size:13px;
    margin-bottom:8px;
}
.siparisbox h4 > span{
    display:block !important;
    color:#000;
    font-size:16.4px;
    font-weight:500;
}
.siparisgorsel{
    padding:7px;
    width:100%;
    height:80px;
    background-color:#FAFAFA;
    border:1px solid #D9D9D9;
}
.siparisgorsel img{
    width:65px;
    object-fit:contain;
    display:inline-block;
    height:65px;
}
.siparisbox h6{
    color:#000;
    font-size:15px;
    margin-bottom:17px;
    font-weight:600;
}
.siparisbox span{
    color:#F6C243;
}
.Ustmenu3{
    border-bottom:1px solid #D9D9D9;
    border-top:1px solid #D9D9D9;
}
.blogdetayimg{
    width:35%;
    height:auto;
    object-fit:contain;
    margin-bottom:20px;
}
.blogbox {
    transition:0.3s ease-in;
    display: flex;
    align-items: flex-start; 
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 12px;
    gap: 16px; 
}
.blogbox:hover{
    transform:scale(1.02);
}
.blogbox .imgbox {
    width: 400px;
    flex-shrink: 0;
}
.blogbox .imgbox img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.blogbox .textbox {
    flex: 1; 
}
.blogbox p {
    font-size: 13.2px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.blogbox h6{
    color:#E6A80D;
    font-weight:500;
    font-size:13.6px;
    margin-bottom:8px;
    margin-top:12px;
}
.blogbox h2 {
    font-size: 16.5px;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
    margin-top: 10px;
}

.Ustmenu3 a{
    color:#020204;
    line-height:60px;
    font-weight:500;
    font-size:13.6px;
    display:inline-block;
    margin-right:10px;
    transition:0.3s ease-in;
}
.Ustmenu3 .btn{
    color:#020204;
    line-height:60px;
    font-weight:500;
    font-size:13.6px;
    padding:0px !important;
    display:inline-block;
    margin-right:10px;
    margin-top:-1px;
    transition:0.3s ease-in;
}
.Ustmenu3 a:hover{
    color:#F6C243;
    transform:scale(1.03);
}
.Ustmenu3 .dropdown{
    display:inline-block !important;
}
.Ustmenu3 .dropdown-menu{
    padding:0px !important;
    border-radius:0px !important;
    min-width:300px;
    border:1px solid #D9D9D9 !important;
}
.tumkatdrop{
    margin-right:20px;
    width:300px;
    background-color:#E7A80E;
}
.tumkatdrop .btn{
    display:block !important;
    color:#FFF;
    font-weight:600;
    font-size:13.6px;
    text-align:center;
}
.Ustmenu3 .dropdown-menu a{
    line-height:17px !important;
    border-bottom:1px solid #D9D9D9;
    padding-top:14px;
    padding-bottom:14px;
    padding-left:15px !important;
    font-size:13px !important;
    font-weight:500;
    color:#020204;
    background-color:transparent;
}
.Ustmenu3 .dropdown-menu a:last-child{
    border:none !important;
}
.Ustmenu3 .dropdown-menu a:hover{
    background-color:#F6C243;
    color:#FFF;
}
.Ustmenu3 .btn:hover{
    color:#F6C243;
    transform:scale(1.03);
}
.Ustmenu1 h4{
    color:#FFF;
    font-size:12.6px;
    font-weight:500;
    padding-top:15px;
}
.ustmenu1left{
    display:inline-block !important;
    padding-bottom:0px !important;
}
.ustmenu1right{
    display:inline-block !important;
    float:right;
    text-align:right !important;
    padding-bottom:0px !important;
}
.ustmenu1right a{
    font-size:12.6px;
    color:#FFF;
    font-weight:500;
    display:inline-block;
    padding-left:12px;
    padding-right:12px;
    line-height:45px;
}
.borright{
    border-right:1px solid rgba(255,255,255,0.5) !important;
}
.Ustmenu1{
    background-color:#42484E;
    padding-bottom:0px !important;
}
.Ustmenu2 img{
    width:150px;
    height:auto;
    object-fit:contain;
}
.Ustmenu2{
    padding-top:5px;
    padding-bottom:5px;
}
.Ustmenu2 input{
    width:100%;
    border-radius:4px;
    height:45px;
    color:#1C1C1C;
    padding-left:10px;
    padding-right:10px;
    border:1px solid rgba(0,0,0,0.4);
    font-size:13px;
    margin-top:17px;
    font-weight:500;
    transition:0.3s ease-in;
}
.Ustmenu2 input:focus {
    border:2px solid #F6C243 !important;
}
.modal-body{
    padding:20px;
    background-color:#FFF;
}
.modal-body h3{
    color:#1C1C1C;
    margin-top:6px;
    margin-bottom:25px;
    font-weight:500;
    font-size:19px;
}
.modal-body input{
    width:100%;
    border:1px solid #D9D9D9;
    border-radius:5px;
    font-size:13.5px;
    height:42px;
    margin-bottom:11px;
    color:#000;
    padding-left:5px;
    transition:0.3s ease-in;
    padding-right:5px;
    font-weight:500;
}
.sifrebut span{
    margin-left:0px !important;
    margin-right:12px;
    color:#F6C243;
}
.modal-body .sifrebut button{
    text-align:left !important;
    width:100%;
    background-color:transparent;
    color:#1C1C1C;
    height:40px;
    border-radius:5px;
    font-weight:500;
    font-size:13.4px;
    border:none !important;
}
.modal-body input:focus {
    border:2px solid #F6C243;
}
.modal-body h6{
    font-size:13px;
    color:#1C1C1C;
    font-weight:500;
    margin-bottom:8px;
}
.modal-body .submitbuts button{
    width:100%;
    background-color:#E6A80D;
    color:#FFF;
    height:40px;
    border-radius:5px;
    font-weight:500;
    font-size:13.4px;
    border:none !important;
}
.kayitbutton{
    margin-top:30px;
}
.kayitbutton hr{
    width:100%;
    height:1px;
    border:none !important;
    background-color:#D9D9D9;
}
.kayitbutton span{
    color:#E6A80D;
}
.kayitbutton button{
    font-size:13.6px;
    font-weight:500;
    color:#1C1C1C;
    background-color:transparent;
    border:none !important;
    border-radius:0px;
    
}
.adresbox{
    width:100%;
    padding:5px;
    border:1px solid #D9D9D9;
    margin-top:15px;
}
.adresbox a{
    color:red;
    display:inline-block;
    margin-top:5px;
    margin-bottom:10px;
    font-size:14px;
    font-weight:500;
}
.adresbox h6{
    color:#838383;
    font-weight:600;
    font-size:13.6px;
    margin-bottom:8px;
}
.adresbox h4{
    color:#3E3D3D;
    font-weight:500;
    font-size:13.6px;
}
.Urunler{
    margin-top:40px;
    margin-bottom:40px;
}
.urunbox{
    height:430px;
    transition:0.3s ease-in;
    text-align:center;
}
.urunbox img{
    width:100%;
    object-fit:contain;
    height:300px;
}
.urunbox:hover{
    transform:scale(1.02);
}
.disnonall{
    display:none !important;
}
.urunbox h5{
    margin-top:12px;
    font-size:12.4px;
    color:#E6A80D;
    font-weight:500;
}
.urunbox h1{
    font-size:13.3px;
    color:#000;
    font-weight:500;
    margin-top:6px;
    margin-bottom:6px;
}
.urunbox h6{
    color:#1C1C1C;
    font-size:13.6px;
    margin-top:10px;
    font-weight:500;
}
.katgorsel{
    width:100% !important;
    margin-bottom:15px !important;
    height:auto;
    object-fit:contain !important;
}
.filterselect{
    margin-bottom:10px;
}
.filterselect label{
    font-size:13.5px;
    line-height:15px;
    font-weight:500;
    color:#000;
}
.filterselect select{
    border:none !important;
    color:#333;
    line-height:15px;
    font-size:13px;
    padding-left:10px;
    padding-right:10px;
    font-weight:500;
}
.Katheader{
    background-color:#000;
}
.Katheader h3{
    color:#FFF;
    text-align:center;
    font-size:14px;
    font-weight:500;
    padding-top:18px;
    padding-bottom:12px;
}
.kats h3{
    font-size:15px;
    margin-bottom:14px;
    font-weight:500;
    color:#333;
}
.kats h2{
    font-size:21px;
    font-weight:600;
    margin-bottom:20px;
    color:#333;
}
.blockheader{
    font-size:21px;
    font-weight:600;
    margin-bottom:20px;
    color:#333;
}
.altkatsef{
    color:#000;
    font-size:13.5px;
    font-weight:400;
    display:block;
    width:100%;
    margin-bottom:10px;
    transition:0.3s ease-in;
}
.altkatsef span{
    color:#F6C243;
}
.altkatsef:hover{
    transform:scale(1.03);
}
.mobile-filter-panel {
    display:none;
}
.header-user-cart {
    display: flex;
    align-items: center;
    font-family: sans-serif;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
}
.user-info img{
    width:30px;
    height:30px;
    object-fit:contain;
}
.martopspecial{
    margin-top:-10px !important;
}
.user-icon {
    color: #F6C243;
    font-size: 24px;
}
.cart-icon {
  font-size: 24px;
  color: #000;
}
.user-text span {
    font-size: 13.4px;
    font-weight:500;
    color:#333;
}
.divider {
  width: 1px;
  height: 32px;
  background: #ddd;
  margin: 0 12px;
}
.divider2{
    display:none !important;
}
.but{
    display:none !important;
}
.cart-info {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.cart-icon-wrapper {
  position: relative;
}
.cart-icon {
  font-size: 24px;
  color: #000;
}
.cart-badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background-color: #E6A80D;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 18px;
  text-align: center;
  font-weight: bold;
}
.cart-total {
  font-size: 13.4px;
  font-weight: 500;
}
.kayit{
    display:block !important;
}
.sepbut{
    background-color:transparent !important;
    border:none !important;
    text-align:left !important;
}
.live-search-box {
    position: relative;
    width: 100%;
}
.live-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}
.filterarama h1{
    font-size:14.2px;
    font-weight:500;
    color:#333;
    margin-top:10px;
}
.filterarama img{
    width:100%;
    height:70px;
    object-fit:contain;
}
.filterarama h6{
    margin-top:12px;
    color:#404040;
    font-weight:500;
    font-size:13.5px;
}
.Digerurunler h6{
    color:#000;
    font-size:17.5px;
    font-weight:500;
    margin-bottom:20px;
}
.bagurs img{
    width:100%;
    height:100%;
    transition:0.3s ease-in;
    object-fit:cover
}
.uyariyazisi {
    margin-top:15px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #007BFF;
    background-color: #f4f9ff;
    border-left: 5px solid #007BFF;
    padding: 15px 15px 15px 10px;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}
.uyari-ikon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #007BFF;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-right: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.Ekbolumler{
    padding-bottom:50px;
    border-bottom:1px solid #D9D9D9;
}
.uyariyazisi p {
    margin: 0;
}
.Refustgorsel{
    width:100%;
}
.Refustgorsel img{
    width:100%;
    height:auto;
    max-height:420px;
    object-fit:cover;
}
.Referanslarimiz{
    margin-top:40px;
    margin-bottom:40px;
}
.Referanslarimiz video{
    width:100%;
    height:auto;
    object-fit:contain;
}
.pilsec{
    background-color:#E6A80D;
}
.tab-content p{
    font-size:13.4px;
    line-height:24px;
    color:#1C1C1C;
    font-weight:400;
    margin-top:12px;
}
.tab-content h3{
    color:#1C1C1C !important;
    font-weight:500 !important;
    margin-bottom:13px !important;
    font-size:17.6px !important;
    margin-top:17px !important;
}
.renksecenekleriheader{
    font-size:14px;
    color:#000;
    margin-top:12px;
    margin-bottom:12px;
    font-weight:500;
}
.bagurs img:hover{
    transform:scale(1.03);
}
.bagurs{
    display:inline-block;
    width:70px;
    height:70px;
    margin-right:8px;
}
.Digerurunler{
    background-color:#FAFAFA;
    padding-top:40px;
    padding-bottom:10px;
}
.Urundetay p{
    font-size:13.5px;
    color:#000;
    line-height:24px;
    font-weight:400;
}
.Urundetay h1{
    color:#1C1C1C;
    font-size:19px;
    margin-bottom:15px;
    font-weight:500;
}
.Urundetay{
    margin-top:40px;
    margin-bottom:40px;
}
.Urundetay h6{
    color:#E6A80D;
    font-weight:500;
    font-size:14.5px;
}
.toplamfiyat{
    font-size:17.5px;
    font-weight:500;
    color:#000 !important;
    margin-top:9px;
}
.Urundetay h4{
    color:#E6A80D;
    font-size:13.4px;
    font-weight:500;
}
.fiyathesaplama{
    background-color:#FAFAFA;
    border:1px solid #D9D9D9;
    padding:10px;
}
.fiyathesaplama h4{
    font-size:15px;
    margin-bottom:17px;
    margin-top:5px;
    font-weight:500;
    color:#000;
}
.fiyathesaplama h5{
    font-size:13.5px;
    font-weight:500;
    color:#000;
}
.fiyathesaplama select{
    width:100%;
    height:43px;
    padding:4px;
    color:#000;
    font-size:13.4px;
    font-weight:500;
    margin-bottom:6px;
}
.Urundetay h3{
    font-size:17px;
    font-weight:500;
}
.Urundetay .accordion {
    font-family:'Montserrat',sans-serif;
    font-weight:500;
    color: #000;
    cursor: pointer;
    padding: 0px;
    padding-bottom:15px;
    width: 100%;
    border:none;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    margin-bottom:7px;
    border-radius:0px;
    background-color:transparent;
}
.gallery-thumb {
    cursor: zoom-in;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.gallery-thumb:hover {
    transform: scale(1.02);
}
.modal-content {
    background-color: rgba(0, 0, 0, 0.85);
}
.Urundetay .accordion:hover{
    background-color:transparent !important;
    color:#000;
}
.Urundetay .panel {
    padding: 0 0px;
    padding-top:0px !important;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.pushy .panel a{
    margin-left:0px !important;
    padding-left:0px !important;
    font-size:13.4px !important;
}
.sepetebutton2{
    margin-top:8px;
    margin-bottom:8px;
}
.sepetebutton2 button{
    border:1px solid #000;
    border-radius:5px;
    height:45px;
    width:100%;
    font-weight:500;
    font-size:13.7px;
    text-align:center;
    color:#333;
    background-color:transparent;
}
.sepetebutton{
    margin-top:8px;
    margin-bottom:8px;
}
.sepetebutton button{
    border:none;
    border-radius:5px;
    height:45px;
    width:270px;
    font-weight:600;
    font-size:13.5px;
    text-align:center;
    color:#FFF;
    background-color:#F6C243;
}
.pushy{
    width:30% !important;
}
.sepetpushurunler img{
    width:100%;
    height:90px;
    object-fit:contain;
}
.sepetpushurunler h1{
    font-size:13.4px;
    color:#000;
    margin-bottom:5px;
}
.sepetpushurunler h4{
    color:#000;
    font-size:13.2px;
    margin-top:5px;
    font-weight:500;
    display:inline-block;
    margin-right:13px !important;
    margin-left:0px !important;
    padding-left:0px !important;
}
.sepetpushurunler span{
    color:#E7A80F !important;
    font-weight:500;
}
.sepetpushurunler h6{
    color:#535353;
    font-size:13.2px;
    margin-top:5px;
}
.sepetpushurunler{
    border-bottom:1px solid #D9D9D9;
    margin-bottom:13px;
    padding-bottom:13px;
}
.sepetheader{
    font-size:20px;
    font-weight:500;
    color:#333;
}
.total h5{
    font-size:16px;
    color:#F6C243;
    font-weight:400;
}
.total span{
    color:#1C1C1C;
    font-weight:500;
    font-size:21.5px;
}
.gocart{
    display:block;
    width:100%;
    background-color:#F6C243;
    line-height:45px;
    color:#FFF;
    text-align:center;
    font-weight:600;
    margin-top:18px;
    font-size:14px;
}
.pushbuttons button{
    color:#FF0000 !important;
    font-weight:500;
    font-size:13.4px;
    padding-left:0px !important;
    margin-left:0px !important;
    background-color:transparent;
    width:auto;
    height:20px;
    border:none
}
.pushbuttons h4{
    line-height:40px;
    text-align:center;
    font-size:13.5px;
    color:#000;
}
.pushy a{
    display:block;
    width:100%;
    line-height:45px;
    color:#333;
    font-family:'Montserrat',sans-serif;
    font-weight:500 !important;
    font-size:14px;
}
.fa-chevron-right{
    color:#F6C243 !important;
}
.pushy .accordion {
    font-family:'Montserrat',sans-serif;
    font-weight:500 !important;
    color: #333;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    height:45px;
    outline: none;
    font-size: 14px !important;
    transition: 0.4s;
    border-radius:0px;
    background-color:transparent;
}
.pushy .panel {
    padding: 0 18px;
    padding-top:6px !important;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.mobilmenu img{
    width:170px;
    height:auto;
    margin-top:15px;
    margin-bottom:25px;
    object-fit:contain;
}
.Giris img{
    width:100%;
    height:auto;
    object-fit:contain;
}
.Anakats{
    margin-top:10px;
    margin-bottom:10px;
}
.anacarouselheader{
    text-align:center;
    font-size:19px;
    font-weight:500;
    margin-bottom:13px;
    padding-bottom:20px;
    border-bottom:1px solid #D9D9D9;
}
.Anakats img{
    width:100%;
    height:auto;
    margin-bottom:20px;
    object-fit:contain;
}
.kucukfoto{
    display:none !important;
}
.Anaurunler{
    margin-top:30px;
    margin-bottom:30px;
}
.anaheader{
    margin-bottom:35px;
    letter-spacing:1px;
    font-size:24px;
    text-align:center;
    color:#333;
    font-weight:500;
}
del{
    color:red !important;
    margin-right:6px !important;
}
.Giriskategoriler{
    margin-top:40px;
    margin-bottom:40px;
    margin-left:30px;
    margin-right:30px;
}
.anakategorigorsel img{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:5px;
    transition:0.3s ease-in;
}
.anakategorigorsel img:hover{
    transform:scale(1.03);
}
.Giriskategoriler h3{
    margin-top:14px !important;
    text-align:center;
    font-size:17px;
    color:#333;
}
.pushy .panel{
    padding:0px !important;
    margin:0px !important;
    margin-top:0px !important;
}
.speciallink2{
    border:1px solid rgba(28,28,28,0.1);
    background-color:#E6A80D;
    line-height:46px;
    font-size:13.5px;
    font-weight:500;
    color:#FFF;
}
.speciallinks{
    margin-top:20px;
}
.speciallinks a{
    display:block;
    width:100%;
    text-align:center;
    border-radius:10px !important;
    margin-bottom:12px;
}
.speciallink1 span{
    margin-right:10px;
    font-size:18px;
}
.speciallink1{
    background-color:#60D669;
    line-height:46px;
    font-size:13.5px;
    font-weight:500;
    color:#FFF;
}
.footer3{
    padding-top:20px;
    background-color:#f9bf3b !important;
}
.info-icon {
    background: white;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.info-icon img {
    width: 24px;
    height: 24px;
}
.info-box h5 {
    font-weight: 600;
    font-size: 14.5px;
    color:#FFF;
}
.info-box p,
.info-box a {
    margin: 0;
    color: white;
    font-size: 13.6px;
    font-weight:500;
    display: block;
}
.info-item {
    display: flex;
    align-items: flex-start;
}
.footer{
    padding-top:25px;
}
.header-user-cart .btn{
    text-align:left !important;
    padding:0px !important;
    margin:0px !important;
    background-color:transparent !important;
}
.fotorama__fullscreen-icon {
    transform: scale(3);
    opacity: 0.8;
}

.Ekbolumler .nav-pills a{
    display:inline-block;
    background-color:transparent;
    border:none;
    text-align:Center;
    padding-left:25px;
    padding-right:25px;
    line-height:55px;
    font-weight:500;
    font-size:13.3px;
    border-radius:0px;
    color:#FFF;
    border-right:1px solid #D9D9D9;
    margin-left:0px;
    margin-bottom:0px !important;
}
.Ekbolumler .nav-pills .active{
    background-color:transparent;
    color:#FFF;
}
.cart-product-options select{
    width:90% !important;
    font-size:13.2px;
    border:1px solid #e7a80f;
    font-weight:500;
    border-radius:5px;
    height:40px;
    color:#000;
}
.cart-product-options h3{
    font-weight:500;
    font-size:12.6px;
    color:#000;
    margin-bottom:7px;
}
.mainfilter label{
    font-size:12.6px;
    color:#434343;
    font-weight:500;
}
.mainfilter h6{
    margin-bottom:10px !important;
    margin-top:6px !important;
    color:#000 !important;
    font-size:14px !important;
    font-weight:500 !important;
}
.mainfilter button{
    border:none;
    background-color:transparent;
    margin-bottom:10px !important;
    margin-top:6px !important;
    color:#434343 !important;
    font-size:14px !important;
    font-weight:500 !important;
}
@media screen and (max-width: 1400px) {
    .bin{
        width:96%;
    }
}
@media screen and (max-width: 1200px) {
    .footer img{
        width:100%;
        height:auto;
        object-fit:contain;
        margin-bottom:20px;
    }
}
@media screen and (max-width: 1250px) {
    .urunbox{
        height:400px;
        transition:0.3s ease-in;
        text-align:center;
    }
    .urunbox img{
        width:100%;
        object-fit:contain;
        height:250px;
    }
}
@media screen and (max-width: 1150px) {
    .tumkatdrop{
        margin-right:15px;
        width:250px;
        background-color:#E7A80E;
    }
    .Ustmenu3 a{
        color:#020204;
        line-height:60px;
        font-weight:500;
        font-size:13.2px;
        display:inline-block;
        margin-right:10px;
        transition:0.3s ease-in;
    }
    .Ustmenu3 .btn{
        color:#020204;
        line-height:60px;
        font-weight:500;
        font-size:13.2px;
        padding:0px !important;
        display:inline-block;
        margin-right:10px;
        margin-top:-1px;
        transition:0.3s ease-in;
    }
    .tumkatdrop .btn{
        display:block !important;
        color:#FFF !important;
        font-weight:600;
        font-size:13.2px;
        text-align:center;
    }
}
@media screen and (max-width: 1080px) {
    .blogbox .imgbox {
        width: 310px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 1040px) {
    .pushy{
        width:45% !important;
    }
}
@media screen and (max-width: 992px) {
    .urunbox{
        height:370px;
        transition:0.3s ease-in;
        text-align:center;
        border:1px solid #D9D9D9;
        margin-bottom:10px;
    }
    .urunbox img{
        width:100%;
        object-fit:contain;
        height:250px;
    }
    .kurumsalheader{
        display:none !important;
    }
    .divider2{
        display:inline-block !important;
        width: 1px;
        height: 32px;
        background: #ddd;
        margin: 0 12px;
    }
    .but{
        height:32px;
        background-color:#F6C243;
        border:none !important;
        color:#FFF;
        width:32px;
        font-size:13.4px;
        display:inline-block !important;
    }
    .Ustmenu3{
        display:none !important;
    }
    .tumkatdrop{
        margin-right:10px;
        width:200px;
        background-color:#E7A80E;
    }
    .disnon992{
        display:none !important;
    }
    .kul-links {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .kul-links a {
        max-width:150px;
        line-height:50px;
        text-align:center;
        background-color:#FAFAFA;
        display: inline-block;
    }
    .disnon992{
        display:none !important;
    }
    .block992{
        display:block !important;
    }
    .live-search-box input{
        width:100%;
        border-radius:4px;
        height:45px;
        color:#1C1C1C;
        padding-left:10px;
        padding-right:10px;
        border:1px solid rgba(0,0,0,0.4);
        font-size:13px;
        margin-top:17px;
        font-weight:500;
        transition:0.3s ease-in;
    }
    .live-search-box input:focus {
        border:2px solid #F6C243 !important;
    }
    .blogbox .imgbox {
        width: 280px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 767px) { 
    .cart-product-options select{
        width:100% !important;
        font-size:13.2px;
        border:1px solid #e7a80f;
        font-weight:500;
        border-radius:5px;
        height:40px;
        color:#000;
        margin-bottom:9px;
        text-align:center;
    }
    .cart-product-options h3{
        font-weight:500;
        font-size:12.6px;
        color:#000;
        text-align:center;
        margin-bottom:7px;
    }
    .urunbox h5{
        margin-top:12px;
        font-size:12.3px;
        color:#E6A80D;
        font-weight:500;
    }
    .urunbox h1{
        font-size:13.3px;
        color:#000;
        margin-top:6px;
        margin-bottom:6px;
    }
    .urunbox h6{
        color:#1C1C1C;
        font-size:13px;
        margin-top:10px;
        font-weight:500;
    }
    .blogbox h6{
        color:#E6A80D;
        font-weight:500;
        font-size:13.6px;
        margin-bottom:8px;
        margin-top:0px;
    }
    .blogbox {
        flex-direction: column;
    }
    .blogbox .imgbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .anaheader{
        margin-bottom:30px;
        letter-spacing:0.6px;
        font-size:19px;
        text-align:center;
        color:#333;
        font-weight:500;
    }
    .pushy{
        width:60% !important;
    }
    .Urundetay h4{
        margin-top:15px;
    }
    .Ustmenu2{
        border:1px solid #D9D9D9;
    }
    .disnon767{
        display:none !important;
    }
    .mobile-filter-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9999;
        padding: 20px;
        display: none;
        overflow-y: auto;
    }

    .kats h3{
        font-size:15px;
        margin-bottom:10px;
        font-weight:500;
        color:#333;
    }
    .mobile-filter-panel.active {
        display: block;
    }
    .mobile-filter-inner h5{
        font-size:17.5px;
        font-weight:500;
        margin-bottom:20px;
    }
    .mobile-filter-inner {
        max-height: 90vh;
        overflow-y: auto;
    }

    .kats h3 a {
        font-size: 14.5px;
    }

    .altkatsef {
        display: block;
        padding-left: 15px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .cart-list-header {
        display: none; 
    }
    .cart-list-row2 {
        grid-template-columns: 1fr; 
        padding: 15px 10px;
        gap: 10px;
    }
    .cart-list-row {
        grid-template-columns: 1fr; 
        padding: 15px 10px;
        gap: 10px;
    }
    .cart-product-img {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .cart-product-img img {
        width: 80px;
    }
    .cart-quantity-control{
        text-align: center;
        font-size: 14px;
    }
    .cart-product-info {
        text-align: center;
        font-size: 14px;
    }
    .cart-unit-price,
    .cart-total-price {
        text-align: center;
        font-size: 14px;
        margin-top: 5px;
    }
    .cart-quantity-control {
        justify-content: center;
        margin-top: 8px;
    }
    .checkout-steps {
        display:none !important;
    }
    .footer img{
        margin-top:10px;
        margin-bottom:20px;
    }
    .footer{
        margin-bottom:15px;
    }
    .footer img{
        width:200px;
        height:auto;
        object-fit:contain;
        margin-bottom:20px;
    }
    .disnon767{
        display:none !important;
    }
    .block767{
        display:block !important;
    }
    .Ustmenu1 h4{
        color:#FFF;
        font-size:13px;
        font-weight:600;
        padding-top:16px;
        padding-bottom:8px;
    }
}
@media screen and (max-width: 576px) {
    .urunbox h5{
        margin-top:12px;
        font-size:12px;
        font-weight:500;
    }
    .urunbox h1{
        font-size:13.2px;
        color:#000;
        margin-top:6px;
        margin-bottom:6px;
    }
    .urunbox h6{
        color:#1C1C1C;
        font-size:13.5px;
        margin-top:10px;
        font-weight:500;
    }
    .urunbox{
        height:310px;
        transition:0.3s ease-in;
        text-align:center;
        margin-bottom:15px;
    }
    .urunbox:hover{
        transform:scale(1.02);
    }
    .urunbox img{
        width:100%;
        object-fit:contain;
        height:180px;
    }
    .kucukfoto{
        display:block !important;
    }
    .buyukfoto{
        display:none !important;
    }
    .pushy{
        width:100% !important;
    }
    .Ustmenu2 img{
        width:170px;
        height:auto;
        margin-top:3px;
        object-fit:contain;
    }
    .cart-icon {
      font-size: 17px;
      color: #000;
    }
    .cart-total{
        display:none !important;
    }
    .giris{
        display:none !important;
    }
    .kayit{
        display:none !important;
    }
    .ustmenu1right a{
        font-size:12.7px;
        color:#000;
        font-weight:500;
        display:inline-block;
        padding-left:13px;
        padding-right:13px;
        line-height:45px;
    }
    .Ustmenu1 h4{
        color:#FFF;
        font-size:12.7px;
        font-weight:600;
        padding-top:15px;
    }
    .Breadcrumb h2{
        font-size:26px;
        color:#000;
        margin-top:3px;
        margin-bottom:13px;
        font-weight:500;
    }
    .Maps iframe{
        width:100%;
        min-height:300px;
        height:auto;
        border:none !important;
    }
    .user-info{
        margin-top:-5px;
    }
    .user-info .btn{
        padding:0px !important;
        margin:0px !important;
        margin-right:-5px !important;
    }
    .user-info img{
        width:24px;
        height:24px;
        object-fit:contain;
    }
    .footer2{
        border-top:1px solid #D9D9D9;
        padding-top:12px;
        padding-bottom:6px;
        margin-top:0px;
    }
    .footer h4{
        
        font-size:16px;
        margin-bottom:21px;
        color:#170F49;
    }
}
