﻿.left-menu {
    position: relative;
    border-radius: 3px;
    padding: 2rem;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 3px;
    background: #fff;
    margin-bottom: 15px;
}

.left-menu ul ul{
    margin-left:10px
}

.left-menu ul li a{
    color:#000;
    font-size:16px;
}

.left-menu ul ul li {
    padding:5px;
    border-bottom:1px solid rgb(238 238 238)
}

.fixed-back{
    background-image:url(/Images/Genel/0dort.jpg);
     background-size:cover;
     background-repeat:no-repeat;
     background-attachment:fixed;
     background-position:center center
}

.fixed-back .auto-container{
    min-height:450px;
    background:rgba(0,0,0,0.4);
}

.fixed-back .auto-container *{
    color:#fff
}

/***** products *****/
.products .item img {
    width: 100%;
    max-width: unset !important;
    height: 180px;
    object-fit: contain;
    border-radius:5px 5px  0 0;
    transition:all 1000ms;
}

.products .row{
    margin-left:-5px;
    margin-right:-5px;
}

.products .col-md-4{
    margin-right:-5px;
    margin-left:-5px
}

.products .item {
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 3px;
}

.products .item .header{
    overflow:hidden;
    background:#fff;
}

.products .item .body{
    background:#fff;
    padding:15px;
    border-radius:0 0 5px 5px;
}

.products .item:hover img{
    transform:scale(1.5)
}

.products .item .text{
    height:55px;
    overflow:hidden
}

.products .item .price{
    font-weight:bold;
    font-size:24px;
    text-align:center;
    height:27px;
}

.products p{
    font-weight:bold;
    font-size:14px;
}

/***** Product Detail *****/
.product-detail {
    margin: 0 0 2em 0;
    border: 1px solid #dedede;
    background: #fff;
}

.product-detail .img-product {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.product-info {
    border-left: 1px solid #dedede;
}

.product-info .content {
    padding: 30px 30px 10px 30px;
    position: relative;
}

.product-info strong{
    margin-right:10px;
    width:100px;
    display:inline-block;
}

.product-detail .line{
    padding:5px 0;
}

.product-detail .price-wrapper {
    margin: 51px 0;
}

.price-wrapper .sale-regular .sale{
    font-size: 2rem;
    color: #00b7eb;
    font-weight: 500;
    margin-right: 1.2rem;
}

.price-wrapper .sale-regular .regular{
     font-size: 1.3rem;
    color: #c4baba;
    text-decoration: line-through;
}

.price-wrapper .sale-regular ul{
    display:flex;
    align-items:center;
}

.price-wrapper .sale-regular ul li {
   margin-right:15px;
}

.price-earning {
    display: inline-block;
    border: 1px solid #efefef;
    background-color: #f9f9f9;
    font-family: Barlow-Bold;
    text-align: center;
    background: url(//st2.myideasoft.com/idea/cb/13/themes/selftpl_5d4d5644df40b/assets/images/icon-earning.svg?revision=7.1.5.0-1-1627648597) no-repeat top 5px center;
    padding: 49px 15px 15px 15px;
    width: 100%;
}

.quantity-controls {
    display: inline-flex;
    border: 1px solid #eaeaea;
    height: 50px;
    margin-right: 15px;
    border-radius: 3px;
}

.quantity-controls button{
     border: 0;
    background: transparent;
    outline: none;
    width: 25px;
    font-size: 1.5rem;
}

.quantity-controls input{
    border: 0;
    width: 50px;
    outline: none;
    text-align: center;
    font-size: 1.5rem;
}

.cart-button div{
    float:left
}


.product-detail h1{
    font-size:22px;
}

.fa-star{
    color:#00b7eb
}



/***** buttons *****/
.btnn {
    width: 100%;
    text-align: center;
    border-radius: 2px;
    color: #fff!important;
    display: inline-block;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    font-family:sans-serif;
}

.btnn-danger {
    background: #00b7eb;
}

.btnn-dark{
    background:#1b384a
}


.nav-btn {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    background-image: linear-gradient(to right, rgb(140, 190, 51), rgb(79, 105, 77));
    min-width: 7rem;
    padding: 0px 0.75rem;
    border-radius: 1.25rem;
    text-align: left;
    color: #fff !important;
    padding: 7px 8px;
    text-align: center;
    justify-content: center;
    font-family: 'Barlow';
    font-weight: 100;
}

/***** product slider *****/
.product-slider {
    text-align: center;
    background: rgb(238 238 238);
}

.product-slider .item{
    
    width:100%;
    text-align:center;
}

.product-slider img{
    display:inline-block!important;
    max-width:100%;
    min-height:200px;
    object-fit:cover;
}

/***** tab menu *****/
.tab-menu ul{
    display:inline-block;
    margin-bottom:0;
}

.tab-menu ul li{
    float:left;
    padding:15px;
}

.tab-menu ul li a{
    text-decoration:none;
    font-size:16px;
}

.tab-menu ul li.active{
    border-bottom:3px solid #000
}

.tab-menu ul li.active a{
    font-weight:bold;
}

.tab-content{
    display:none;
    padding:25px;
}

.tab-content.active{
    display:block;
}


/***** search banner *****/
.search-section {
    background-image: url(/Images/Genel/SearchBg.jpg);
    background-size: cover;
    background-position: center;
    min-height: 350px;
    padding-top: 100px;
}

.search-section p{
    color: #fff;
    font-size: 66px;
    font-family: SansPro;
    font-weight: 700;
}

.search-section #pnlSearchBox{
    position:relative;
    display:inline-block;
    width:100%;
    max-width:700px;
}

.search-section #pnlSearchBox input[type=text]{
    max-width: 700px;
    color: #fff;
    background-color: #666666;
    border: 0px;
    font-size: 26px;
    margin-top: 10px;
    height: 80px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 20px;
    width:100%;
    padding:0 15px;
}

.search-section #pnlSearchBox button{
    height: 80px;
    top: 20px;
    width: 145px;
    font-size: 27px;
    font-family: SansPro;
    font-weight: bold;
    background: var(--danger);
    color: #fff;
    position:absolute
}

.search-section #pnlSearchBox input[type=text]::-webkit-input-placeholder { /* Edge */
    font-size:18px;
}

.search-section #pnlSearchBox input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size:18px;
}

.search-section #pnlSearchBox input[type=text]::placeholder {
     font-size:18px;
}

.img-grid img{
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    margin-bottom:15px
}


/***** language selection ******/
.language-selection .language-list {
    background: #fff;
    border-radius: 4px;
    margin-top: 5px;
    width: calc(100% - 30px);
    z-index: 9999;
    border: 1px solid #e7e7e7;
    position: absolute;
    text-align: left;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 8%);
    display: none;
}

.language-selection .language-list li {
    padding: 5px 10px;
}

.language-selection .current-language {
    background: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    position: relative;
}

.current-language::after {
    content: "\f102";
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--text-color2);
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 68%;
    right: 5px;
    transform: translateY(-55%) rotate(90deg);
}

.language-selection * {
    color: var(--text-color2)
}

.language-selection img {
    width: 25px;
    margin-right: 5px
}

.language-selection .label {
    padding-left: 0;
}