﻿*
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

body
{
    overflow: auto;
    overflow-x: hidden;
    background-color: rgb(255, 255, 255);
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

.social-media .fa
{
    color: #45403d;
    padding: 4px 8px;
    font-size: 16px;
    transition: all 1000ms;
    border-radius: 2px;
}

.fa-facebook:hover
{
    background: #3B5998;
    color: white;
}

.fa-twitter:hover
{
    background: #55ACEE;
    color: white;
}

.fa-instagram:hover
{
    background: #125688;
    color: white;
}

.active
{
    background: #f6f6f6;
    border-radius: 5px;
}

h1
{
    color: #45403d;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-style: normal;
    font-family: Arial;
    text-transform: uppercase;
}

h2
{
    /*color: #FE980F;*/
    font-family: 'Roboto' , sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h4
{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

h5
{
    font-size: 14px;
    font-weight: 600;
    color: #5B5B5B;
}

.span-title
{
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.span-icon
{
    font-size: 20px !important;
}

.genel-row
{
    padding: 0px;
}

.item-span
{
    font-size: 12px;
    color: #45403d;
    font-weight: 600;
}

.top-row
{
    padding: 10px 15px 5px 15px;
    background-color: #F0F0E9;
}

#lblSepet
{
    padding: 3px 5px;
    color: #ffffff;
    background-color: #0084b4;
    font-weight: 600;
    margin-left: -14px;
    margin-top: 9px;
    position: absolute;
}

.whatsapp-siparis-icon
{
    width: 100%;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    background: #25D366;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.orange-color
{
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.mavi-color
{
    color: #0084b4;
}

.green-color
{
    color: #1e7e34;
}

.orange-background
{
    background: #F0F0E9;
}

.orange-transparent
{
    background: #F0F0E9; /*background:#eeeeee;*/
}

.gray-background
{
    background: white;
}

.white-background
{
    background: #fff;
}

.col-padding
{
    padding: 2px 15px;
}

.element-before::before
{
    display: inline-block;
    content: "";
    width: 15px;
    height: 3px;
    background: rgb(21, 192, 96);
    margin: 0px 10px 5px 0px;
}

/*grid items in repeater*/
.item-row
{
    padding: 15px;
}

.item-row .item-col
{
    margin-bottom: 30px;
}

.item-col > div
{
    border: 1px solid #ddd;
    padding: 5px;
}
.item-col .item-img
{
    height: 160px;
    width: 178px;
    overflow: hidden;
    position:relative;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

.item-col .item-img img
{
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.item-col p
{
    color: #0084b4;
    margin-bottom: 0;
    display: block;
}

.item-col span
{
    font-size: 1.75em;
    font-weight: 200;
}

.item-col h6
{
    margin-bottom: 10px;
    margin-top: 10px;
}


/*field labels*/
.field
{
    position: relative;
    margin-bottom: 15px;
}

.field label::before
{
    content: attr(title);
    position: absolute;
    top: 5px;
    left: 15px;
    line-height: 40px;
    font-size: 14px;
    color: #777;
    transition: 300ms all;
}

.field input
{
    width: 100%;
    line-height: 40px;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.field select
{
    width: 100%;
    line-height: 40px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    color: #777;
}

.field textarea
{
    width: 100%;
    line-height: 40px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    color: #777;
}

.field input:focus
{
    outline: 0;
    border-color: #ff8900;
}

.field input:valid + label::before
{
    line-height: 20px;
    font-size: 12px;
    top: -10px;
    background: #fff;
    padding: 0 6px;
    left: 9px;
    content: attr(data-title);
}

.field input:focus + label::before
{
    line-height: 20px;
    font-size: 12px;
    top: -10px;
    background: #fff;
    color: #ff8900;
    padding: 0 6px;
    left: 9px;
}

/*pagenation*/
.pagination
{
    display: inline-block;
}

.pagination a
{
    color: black;
    float: left;
    padding: 4px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 0;
    background: #ffffff;
    cursor: pointer;
}

.active-page
{
    background-color: #4CAF50;
    color: white;
}

/*breadcrump*/
.breadCrumb
{
}

.breadCrumb ul li
{
    float: left;
    padding: 5px;
}

.breadCrumb ul li a
{
    color: #fff;
    text-decoration: none;
}

.pagination a:hover:not(.active)
{
    background-color: #ddd;
}

/*breadcrump*/
.bread-crumb ul li
{
    float: left;
    padding: 5px;
}

.bread-crumb ul li a
{

    color: #9e9e9e;
    font-weight: normal;
}

.footer
{
    margin-top: 40px;
    border-top: 4px solid gray;
    min-height: 400px;
    background-color: #3f3e3e;
    padding: 15px;
}

.parca-ara
{
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: rgba(59, 130, 246, 0.45);
    padding: 15px 30px;
    height: 370px;
}

.parca-ara-title
{
    width: 100%;
    text-align: center;
    background: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    padding: 10px 0;
}

.parca-ara-title img
{
    display: none;
    width: 70%;
}

.gunun-firsatlari
{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    height:370px;
}

.searchCategory
{
    display: none;
    transition: all 500ms ease;
    padding: 10px 5px;
}

.kategoriler
{
    max-height: 450px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 15px 30px;
    transition: all 500ms ease;
    margin-top: 8px;
    overflow-y: scroll;
}

.kategoriler .kategoriler-title
{
    width: 100%;
    text-align: center;
}

.kategoriler ul li
{
    padding: 7px 0;
    border-bottom: 1px solid #e6e9ed;
}

.kategoriler ul li:hover
{
    margin-left: 5px;
    transition: all 500ms ease;
}

.kategoriler ul li a
{
    padding-left: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* width */
.kategoriler::-webkit-scrollbar
{
    width: 5px;
}

/* Track */
.kategoriler::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

/* Handle */
.kategoriler::-webkit-scrollbar-thumb
{
    background: #888;
}

/* Handle on hover */
.kategoriler::-webkit-scrollbar-thumb:hover
{
    background: #555;
}

.positionRightOrleft
{
    text-align: right;
}

a
{
    color: #000000;
    cursor: pointer;
}

a:hover
{
    text-decoration: none;
    color: #2B2348;
}

ul li
{
    text-decoration: none;
    list-style: none; /*display:inline-block;*/
}

.menuLi
{
    font-size: 16px;
    display: inline-block; /*margin-right:50px;*/
}

.menuA
{
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 10px;
    letter-spacing: 1px;
    width: 140px;
    display: inline-block;
    text-align: center;
    border-bottom: 4px solid transparent;
}

.menuA:hover
{
    border-bottom: 4px solid #60B238;
    color: #ffffff;
}

.topMenu
{
    padding: 0px 15px 0 0;
    margin-bottom: 5px;
}

.topMenu .topMenuItem
{
    padding: 0;
    border: 1px solid #e6e9ed;
    text-align: center;
}

.topMenu .topMenuItem a
{
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 20px;
    font-weight: 600;
    color: #7b7b7b;
    transition: all 0.3s ease;
}

.search-tags-wrap
{
    height: 36px;
    border-radius: 5px 0 0 5px;
    margin-top: 2.5px;
}

.search-container
{
    outline: none;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
    position: relative;
    overflow: visible;
}

.txtArama
{
    border: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    padding: 12px 10px;
    display: block;
    color: #999;
    font-size: 16px !important;
}

.txtArama:focus.search-container
{
    border: 1px solid #ff6a00;
}

#btnAra
{
    height: 25px;
    margin-top: 7px;
    padding-right: 5px;
}

.searchResults
{
    position: absolute;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    z-index: 999;
    top: 55px;
    left: -2px;
    display: none;
}

.searchResults a .row
{
    border: 1px solid transparent;
}

.searchResults a .row:hover
{
    background: #eeeeee;
}

.search-row
{
    box-shadow: 0 8px 6px -6px rgba(240, 240,233,0.7);
    margin-bottom: 7px;
}

.user-menu a
{
    margin-right: 10px;
}

.user-menu .fa-align-justify
{
    color: #45403d;
    float: right;
    line-height: 50px;
    display: none;
}

.campaign-carosel > .slick-arrow
{
    display: none !important;
}

.campaign-carosel
{
    padding: 5px;
    text-align: center;
}

.campaign-carosel span
{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    max-height: 52px;
    color: #434a54;
    margin-top: -2px !important;
    overflow: hidden;
}

.campaign-carosel-title
{
    text-align: center;
    display: inline-block;
    margin: 0 0 18px;
    width: 100%;
}

.campaign-carosel-title span
{
    color: #7b7b7b;
    font-size: 17px;
}

.txtGenel
{
    outline: none;
    border-radius: 4px;
    background: #f5f5f5;
    border: none;
    padding: 7px 5px 7px 10px;
    border: 1px solid transparent;
    width: 100%;
    margin-bottom: 10px;
}

.txtGenel:focus
{
    border: 1px solid #ff6600;
    background: #fff;
}

.txtSepet
{
    outline: none;
    background-color: #eeeeee;
    border: 2px solid #0084b4;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}

.txtSepet:focus
{
    background-color: #ffffff;
    border: 2px solid #ff6a00;
    user-select: all;
}

.tekSatir
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
}

.dortSatir
{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.altMenu
{
    display: none;
    position: absolute;
    text-align: left;
    z-index: 9999;
    border: 2px solid #60B238;
    border-radius: 4px;
}

.menuSecim:hover > .altMenu
{
    display: block;
}

.acilirMenuA
{
    font-size: 16px;
    padding: 7px;
    display: inline-block;
    font-weight: 600;
}

.acilirMenuA:hover
{
    color: #60B238;
}

.sepetArtiEksi
{
    outline: none;
    background-color: #dddddd;
    padding: 5px;
    width:21px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    border-radius: 0px;
}

.sepetArtiEksi:hover
{
    background-color: #bbbbbb;
}

.pageLoad
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250,250,250,0.8);
    z-index: 9999;
    display: none;
}

.pageLoad img
{
    max-width: 50px;
    position: relative;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
}

.siparisTamamlama
{
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

footer h4
{
    color: #999;
}

footer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li
{
    padding: 5px;
}

footer ul li a
{
    list-style: none;
    color: #999;
    font-size: 14px;
}

footer p
{
    color: #999;
    font-size: 14px;
}

footer ul li a:hover
{
    color: #fff;
}

footer .etiketler a
{
    color: #fff;
    background: #999;
    text-decoration: none;
    padding: 5px;
    border-radius: 2px;
    float: left;
    margin: 2px;
    border: 1px solid transparent;
}

footer .etiketler a:hover
{
    background: #414141;
    border: 1px solid #999;
}

/*Odeme Turu*/
.odeme-turu
{
    padding: 0 15px 15px 15px;
}
.odeme-turu span
{
    color: #9e9e9e;
    font-size: 12px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

/*Message Box*/
.divMessage
{
    position: fixed;
    left: 50%;
    top: 10px;
    margin-left: -225px;
    width: 35%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    transition: all 500ms;
}

.divMessage .spnMessageClose
{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #66757f;
    cursor: pointer;
}

.divMessage .spnMessageClose:hover
{
    color: #dc0d17;
}

.divMessage .spnMessageTitle
{
    font-size: 16px;
    color: #66757f;
    position: relative;
    top: 10px;
    left: 10px;
    font-weight: 600;
}

.divMessage .divMessagFooter
{
    position: absolute;
    bottom: 0;
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: 5px 10px 10px 10px;
    border-top: 1px solid #ddd;
}

.divMessage .divMessagFooter input
{
    padding: 5px 20px;
    border-radius: 3px;
}

.messageContainer
{
    width: 500px;
    height: 100px;
    background: #B22222;
    padding: 10px;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    z-index: 10000;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.messageContainer span
{
    position: relative;
    top: 50%;
    color: #fff;
    font-size: 14px;
}

/*Default.aspx Sepet İçin Popup*/
.custom-popup
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}

.custom-popup-section
{
    background: #fff;
    border-radius: 5px;
    width: 60%;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -30%;
    margin-top: 10%;
    padding: 20px;
}

/*vitrin arac markalar*/
.oto-yedek-parca-col img
{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.oto-yedek-parca-col a.model
{
    width: 100%;
    padding: 15px 5px;
    display: inline-block;
    color: #333;
}

/*berat*/
.oto-yedek-parca-col a.model:nth-child(2n+1){background:rgb(238,238,238);}

/*Products.aspx aracBilgileri*/
.aracBilgileri select
{
    border: 1px solid #fff; /*color: #ff0000;*/
    color: #000;
    background: #ffffff;
    padding: 10px 4px;
    font-size: 15px;
    width: 100%;
    outline: none;
    margin-bottom: 19px;
    text-align: center;
}

.visibility
{
    display: none;
}

.btn-parca-ara
{
    padding: 8px 5px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    width: 100%;
    font-weight:bolder;
    display: inline-block;
    background: rgba(59, 130, 246);
    text-align: center;
    border: 0;
    cursor: pointer;
}

.products-about
{
    margin: 15px 0;
    padding: 10px;
    border: #dddddd solid 1px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.3em;
    color: #525355;
    display: inline-block;
    width: 100%;
}

.products-about span
{
    color: #45403d;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.product-desc > p:not(:first-child)
{
    display: none;
}

.urun-row
{
    padding: 0 0;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 5px; /*box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);*/
}

.urun-row a
{
    max-height: 180px;
    overflow: hidden;
}

.urun-row img
{
    width: 100%;
    object-fit: contain;
    max-height: 110px;
}

.urun-row .urun-bilgileri
{
    padding-top: 10px;
}

.arac-uyumluluk
{
    width: 100%;
    padding: 2px;
    border-radius: 1px;
    background: #4CAF50;
    border: 1px solid #4CAF50;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.arac-uyumluluk span
{
    font-size: 26px;
    color: #fff;
    position: relative;
    top: 3px;
}

/*product details*/
.product-detail-row
{
    padding: 0 0 0 20px;
    border-bottom: 1px solid #ddd;
}

.produt-detail-left-col
{
    padding: 15px 5px;
    text-align: center;
    margin:auto;
}

.produt-detail-left-col img
{
    width: 100%;
    max-height: 430px;
    object-fit: contain;
}

.produt-detail-right-col
{
    background: #f5f5f5;
    padding: 15px;
}

.produt-detail-right-col div
{
    margin-bottom: 6px;
}

.produt-detail-right-col .detail-title
{
    font-size: 1.1rem;
    color: #404954;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.sepeteEkle
{
    font-size: 10px;
    font-weight:bolder;
    width: 100%;
    background: rgb(59 130 246 / var(--tw-bg-opacity, 1));
    color: #fff;
    margin-bottom: 5px;
    border: 0;
    height: 30px;
    width: 48%;
}

.btnHemenAl
{
    font-size: 10px;
    width: 48%;
    background: #F0F0E9;
    color: #45403d;
    margin-bottom: 5px;
    border: 0;
    height: 30px;
}

.btnHemenAl:hover
{
    font-size: 10px;
    width: 48%;
    background: #09bdff;
    color: #fff;
    margin-bottom: 5px;
    border: 0;
    height: 30px;
}

.btn-kayit-giris
{
    background: #FE980F;
    color: #fff;
    font-family: 'Roboto' , sans-serif;
    border: 0;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-radius: 2px;
}

.btn-mavi
{
    background: #0084b4;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    display: inline-block;
    font-weight: 400;
}

/*Alıcı Bilgileri*/

.teslimat-adresi
{
    cursor: pointer;
    padding: 5px 0;
}

.fatura-teslimat-adresi-check
{
    width: 20px;
    height: 20px;
    border: 2px solid #ff6600;
    display: block;
    float: left;
}

/*Custom Pupup*/
.custom-pupup-container
{
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
}

.custom-pupup-inner
{
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-pupup-header
{
    position: relative;
}

.custom-pupup-header .fa-close
{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    padding: 2px;
    cursor: pointer;
}

.custom-pupup-title
{
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    display: block;
    color: orange;
    text-transform: uppercase;
}

.custom-pupup-section
{
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 10px;
}

.custom-pupup-item
{
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 5px;
}

.custom-pupup-item img
{
    width: 100%;
}

/* width */
.custom-pupup-container::-webkit-scrollbar
{
    width: 2px;
}

/* Track */
.custom-pupup-container::-webkit-scrollbar-track
{
    background: rgba(0,0,0,0.2);
}

/* Handle */
.custom-pupup-container::-webkit-scrollbar-thumb
{
    background: rgba(0,0,0,0.2);
}

/* Handle on hover */
.custom-pupup-container::-webkit-scrollbar-thumb:hover
{
    background: rgba(0,0,0,0.2);
}

/*Custom Box*/
.custom-box
{
    border: 1px solid #3c8dbc;
    padding: 10px;
    margin-top: 35px;
}

.custom-box-durum
{
    background: #28a745;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.custom-box-durum span
{
    color: #fff !important;
}

/*login*/
.login-row
{
    padding: 50px 30px;
}

.login-col div
{
    margin-bottom: 10px;
    width: 100%;
}

.login-col h5
{
    margin-bottom: 20px;
}

.login-col input[type=text], input[type=password]
{
    width: 100%;
    height: 40px;
    color: #9e9e9e;
}

.txtAliciBilgileri
{
    background: #F0F0E9;
    font-size: 14px;
    font-weight: 300;
}

.txtAliciBilgileri:focus
{
    border: 1px solid #ff6600;
    background: #fff;
}

.btnGiris
{
    background: #FE980F;
    border-radius: 2px;
    color: #fff;
    font-family: 'Roboto' , sans-serif;
    border: 0;
    padding: 5px 20px;
    font-size: 15px;
    cursor: pointer;
}

.login-col .item-span
{
    float: right;
    margin-top: 5px;
    font-size: 12px;
}

.btnGiris:hover
{
    background: #ff6600;
}

/*iletişim*/
.contact-info p
{
    margin-bottom: 0;
    color: #696763;
    font-size: 16px;
    line-height: 25px;
}

@media screen and (max-width:900px)
{
    .markalarBenner
    {
        padding: 10px 0 0 0;
    }
    .custom-popup
    {
        overflow-y: scroll;
        overflow-x: hidden !important;
    }

    .custom-popup-section
    {
        background: #fff;
        border-radius: 5px;
        width: 90%;
        height: auto;
        position: relative;
        margin-left: -45%;
        margin-top: 10%;
        padding: 20px;
        overflow-x: hidden !important;
    }

    /*Message Box*/
    .divMessage
    {
        position: fixed;
        left: 50%;
        top: 10px;
        margin-left: -45%;
        width: 90%;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        transition: all 500ms;
    }
}

@media screen and (max-width:768px)
{
    /*product details*/
    .product-detail-row{padding: 0;}

    h1{font-size: 12px;}

    /*grid items in repeter*/
    .item-row .item-col{margin-bottom: 3px;padding: 3px;}

    .item-col .item-img{overflow: hidden;text-align: center;}
    
    .item-col .item-img img{max-height: 160px;max-width: 160px;overflow: hidden;text-align: center;}

    .kategoriler{display: none;max-height: 200px;}

    #urunler{border: 1px solid #ddd;}

    #urunler .urunlerImg, .urunlerBilgiler, .urunlerBtn{border: 0;}

    .GenelBaslik{font-size: 16px;margin-top: 15px;}

    .topMenu{display: none;}
    
    .parca-ara-grid{padding: 0;}

    .parca-ara{padding: 5px;margin-bottom: 10px;}

    .col-padding-0{padding: 10px 0;}

    .top-row{padding: 10px 0 5px 0;background-color: #F0F0E9;}

    .sepeteEkle{width: 100%;}

    .btnHemenAl{width: 100%;}

    .bread-crumb{padding:0;}
    
    .oto-yedek-parca-row {display:none;}
    
    .element-before {display:none;}
}

@media screen and (max-width:767px)
{
    .parca-ara
    {
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
    }
}
