﻿@charset "UTF-8";
@import url("reset.css");

body {
    font-family: 'Montserrat';
    font-weight: 300;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}


.top-bar {
    background: #f0f2f5;
    width: 100%;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    line-height: 45px;
    height: 45px;
}

.navbar.navbar-default {
    background: linear-gradient(90deg, #00aec9 0%, #0071c7 64%, #02859c 100%) !important;
}

.dropdown:hover,
.dropdown-item:hover {
    background: #04091c !important;
    color: #00aebc;
}

.dropdown-toggle:hover {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    display: flex;
    align-items: center;
    height: 54px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 0 10px;
    text-align: center;
}

.headerWrapper {
    margin-top: 25px;
}

.dropdown-submenu li {
    display: block;
    padding-left: 20px;
    width: 100%;
}

.top-cerceve {
    display: flex;
    align-items: center;
}

.top-cerceve img,
.top-cerceve i {
    max-width: 21px;
}

.LogoAramaSepet,
.mobileSearch {
    padding-top: 5px;
}


.LogoAramaSepet .form-control,
.mobileSearch .form-control {
    border: 0px;
    line-height: 50px !important;
    min-height: 50px !important;
    border-radius: 5px 0 0 5px;
    border: 3px solid #f5f5f5;
    border-right: 0px;
    padding-left: 20px;
}

.LogoAramaSepet .go,
.mobileSearch .go {
    border-radius: 0 5px 5px 0 !important;
    border: 0px;
    height: 50px !important;
    color: var(--firstColor);
    border: 3px solid #f5f5f5;
    border-left: 0px;
    font-size: 19px;
    background: #f9f9f9;
    padding: 0 11px;
}

.LogoAramaSepet .btn:hover {
    color: #000;
}


.LogoArama a {
    display: flex;
}

.LogoArama a i {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 1rem;
}


.tr-tabs {
    margin-top: 25px;
    color: #666;
}

.tr-tabs .tr-nav-link {
    font-size: 19px;
    font-weight: 500;
    margin-right: 5px;
    border: 2px solid #ebebeb;
    background: #ebebeb;
    cursor: pointer;
    padding: 20px;
    display: inline-block;
    margin-bottom: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tr-tabs .tr-nav-link.active {
    background: var(--firstColor);
    border-color: var(--firstColor);
    color: #fff;
}

.tr-tabs-content {
    padding: 20px;
    border: 2px solid var(--firstColor);
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 200px;
}

.tr-tabs-content .tr-tab-content {
    display: none;
}

.tr-tab-content .show {
    display: block;
}


/*PRODUCT STYLE BEGIN*/
.products {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #ebebeb;
}

.products .col-sm-2,
.products .col-sm-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.products>li {
    float: left;
}


.product,
.relatedProduct {
    display: block;
    line-height: 20px;
    transition: all 0.2s ease-in-out 0s;
    padding: 10px;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background:#fff;
}



.product:hover,
.product:focus {
    border-color: var(--firstColor);
    /*box-shadow: 0px 0px 5px #cdcdcd;*/
}

.product .pic {
    height: 230px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;

}

.product .pic a {
    width: 100%;
  height: 100%;
  display: block;
  border-radius: 11px !important;
  overflow: hidden;
}

.product .pic a img {
    max-height: 100%;
    max-width:100%;
}



.product .caption {
    min-height: 101px;
}

.product .caption .captionWrapper {
    min-height: 65px;
    padding: 10px 0;
}

.product .caption .name {
    max-height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product .caption .name a {
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}

.product .caption .mindesc {
    font-size: 12px;
    height: 46px;
    line-height: 23px;
    margin-bottom: 5px;
}

.product .caption .price {
    color: #5fc18e;
    font-size: 19px;
    font-weight: 700;
}

.product .caption .price s {
    color: #666;
  font-weight: 200;
  font-size: 12px;
  margin-right: 10px;
  display:block;
}

.product .caption .features {
    height: 46px;
    overflow: hidden;
}

.product .btn {
    width: 49%;
}

.product .urunOzellikleri {
    height: 21px;
    overflow: hidden;
    display: block;
}



.product .hizliSepet{display:none;}

.product .hizliSepet a {
    margin: auto;
  font-size: 12px;
  border-radius: 6px;
  background: #ebebeb;
  color:#000;
}


.product .hizliSepet a:hover {
    margin: auto;
  font-size: 12px;
  border-radius: 6px;
  color: #ebebeb;
  background:#000;
}







.secenekPaneli h1 {
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 15px;
}

.secenekPaneli h2 {
    font-size: 17px;
    font-weight: bold;
    clear: both;
    /*font-family: 'Roboto' !important;*/
    color: #000;
}

.secenekPaneli h3 {
    color: #777;
    margin-bottom: 15px;
    font-size: 15px;
}



.secenek-list-container .urun-list-row {
    display: flex;
    align-items: baseline;
    padding: 4px 0;
    font-weight: 500;
}

.secenek-list-container .urun-list-row .urun-list-title {
    flex: 0 0 auto;
    width: 30%;
}

.secenek-list-container .urun-list-row .urun-list-content {
    flex: 1 1 auto;
    display: flex;
    align-items: baseline;
    word-break: break-word;
}

.secenek-list-container .urun-list-row .urun-list-content::before {
    content: ":";
    margin-right: 16px;
}



.urun-price-row {
    display: flex;
    align-items: center;
}


.urun-price-row .urun-price-title {
    position: relative;
    width: 140px;
    font-size: 1.6rem;
    font-weight: 600;
}

.urun-price-row .urun-price-title::after {
    content: ":";
    position: absolute;
    right: 0;
}

.urun-price-row .urun-price-content {
    padding-left: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.urun-price-container {
    display: flex;
    align-items: flex-end;
    margin-left: -5px;
    margin-right: -5px;
}

.sosyalMedyaPaylasim a {
    font-size: 15px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 7px;
    background: #f9f9f9;
    text-align: center;
}



.label-default {
    padding: 5px 15px;
    border-radius: 4px;
    background: #fff;
    margin-right: 4px;
    border: 1px solid #dbe1eb;
    line-height: 35px;
}

/*PRODUCT STYLE END*/

/* BLOCK BANNER BEGIN*/

.home h1 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}

.lSSlideOuter {
    border-radius: 15px !important;
}

.homeBanners {
    /*margin-top: 20px;*/
}

.homeBanners,
.homeSlaytBlokBanners {
    text-align: center;
}

.homeBanners img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}



.homeSlaytBlokBanners img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

/* BLOCK BANNER END */

.footer {
    margin-top: 25px;
    font-weight: 200;
    color: #000;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin-bottom: 10px;
}


.footer h3 {
    border-bottom: 2px solid #f0f2f5;
    font-size: 21px;
    padding-bottom: 5px;
    margin: 0 0 20px 0;
    display: inline-block;
}

.footer hr {
    border-bottom: 1px solid #f0f2f5;
}

.footer .footerUstBilgi {}

.footerBilgi {
    padding: 50px 0;
}

.footerUstBilgi {
    padding: 20px 0px;
    background: #f0f2f5;
}

.footerUstBilgi a {
    color: var(--color) !important;
}

.footerUstBilgi a i {
    color: #fff !important;
}

.footerUstBilgi h3 {
    color: #000 !important;
}

.footerUstBilgi .sosyalMedyaIcons {
    text-align: right;
}

.footerUstBilgi .sosyalMedyaIcons a {
    color: #fff;
}

.seperator-vertical {
    width: 1px;
    height: 40px;
    margin: 0 20px;
    background-color: #dbe1eb;
}

.d-flex {
    display: flex !important;
    float: right;
}


.homeBlockShowcase {
    background: #fafafa;
    padding: 55px;
}


.basket .card {
    border: 1px solid #ebebeb;
}

.basket .card .card-head {
    padding: 15px;
    background: #f9f9f9;
    margin-bottom: 0px;
}

.basket .card .card-footer {
    padding: 15px;
    background: #f9f9f9;
}

.basket .card .card-body {
    padding: 15px;
}

.table td {
    padding: 0px !important;
}

.table th {
    display: none;
}

.btnBasketRowUpdate {
    background: transparent;
    border: 0px;
    font-size: 15px;
    color: #555;
}



.basketRow {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 10px;
    margin: 0px;
}

.basketRow:hover {
    background: #f9f9f9;
}

.basketRow .btn-dark {
    color: #666;
    background: #fff;
    padding: .3rem .6rem;
    border: 1px solid #eee;
    font-size: 1.1rem;
    margin-top: 10px;
}

.basketRow .btn-dark:hover {
    border-color: #eee;
    color: #4b4b4b;
    background: #f5f5f5;
}

.basketRow .rowPrice {
    text-align: right;
}

.basketRow .rowTotalPrice {
    font-weight: bold;
    font-size: 1.7rem;
}

.basketRow .rowProductImage img {
    max-height: 100px;
    max-width: 100%;
}

.basketRow .rowProductName a {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    .mobileHeader {
        display: none;
    }

    .mobileLeftCategoriesList {
        display: none;
    }

    .mobileSearch {
        display: none;
    }
}

@media screen and (max-width:768px) {

    .wTop,
    .top-bar {
        display: none;
    }

    .mobileHeader {
        display: block;
        padding: 10px;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 999;
        width: 100%;
    }



    .mobileHeader i {
        font-size: 21px;
        border: 1px solid #dbe1eb;
        border-radius: 3px;
        background: #fbfbfb;
        padding: 10px;
    }

    .mobileSearch {
        display: block;
    }



    .mobileLeftCategoriesList {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100%;
        background-color: #fff;
        z-index: 1001;
        transition: all .2s ease-in-out;
        padding: 0px;
        overflow-y: auto;
    }


    .mobileLeftCategoriesList .leftMenuTop {
        background: var(--firstColor);
        position: relative;
        width: 100%;
        min-height: 45px;
        display: block;
        box-sizing: border-box;
        padding: 10px;
        font-size: 15px;
    }

    .mobileLeftCategoriesList .leftMenuTop .btnMenu {
        color: #fff;
        position: absolute;
    }

    .mobileLeftCategoriesList .leftMenuTop i {
        margin-right: 10px;
    }

    .mobileLeftCategoriesList .leftMenuTop .btnClose {
        color: #fff;
        position: absolute;
        right: 0;
    }


    .mobileLeftCategoriesList ul {
        list-style: none;
        margin: 0px;
        padding: 10px;
    }

    .mobileLeftCategoriesList ul li {
        border: 1px solid #f1f1f1;
        margin-bottom: 3px;
    }



    .mobileLeftCategoriesList ul li a {
        display: block;
        padding: 10px;
        clear: both;
        color: #000;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 600;
        background: #fafafa;
    }

    .mobileLeftCategoriesList ul li a:hover {
        background: #ebebeb;
    }



    .mobileLeftCategoriesList .subMenuList {
        padding: 0 0 0 15px;
    }

    .mobileLeftCategoriesList .subMenuList li a {
        color: var(--firstColor);
        background: #fff;
        overflow: hidden;
    }


    .tr-tabs .tr-nav-link {
        font-size: 11px;
        letter-spacing: -1px;
        margin-right: 0px;
        border: 0;
        cursor: pointer;
        padding: 15px 5px;
        border-top-left-radius: 0;
    }



    .LogoAramaSepet {
        padding: 5px 0 0 0;
    }






    .footer .footer-kargo-takip {
        text-align: center;
    }

    .footer-bottom .fast-links {
        display: block;
    }

    .footer-bottom .fast-links ul {
        display: block;
    }





    .homeBlockShowcase {
        padding: 35px 0px;
    }




    .product,
    .relatedProduct {
        padding: 10px;
    }



    .product .caption .name a {
        font-size: 11px;
        height: 31px;
        line-height: 15px;
    }

    .product .caption .price s {
        display: block;
        line-height: 2rem;
    }

    .product .hizliSepet a {
        font-size: 12px;
    }

    .indirimorani {
        font-size: 12px;
    }


    .basketRow {
        text-align: center !important;
    }

    .basketRow .rowPrice {
        text-align: center !important;
    }


    .product .pic {
        height: 200px;}
}