﻿.col-12 {
    width: 100%;
}
.box {
    padding-top: 10px;
    padding-bottom: 10px;
}
.box, .col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.row::before, .row::after {
    content: '';
    display: table;
}
.row::after {
    clear: both;
}
.p-right, .box.p-right, .col.p-right {
    padding-right: 0;
}
.p-left, .box.p-left, .col.p-left {
    padding-left: 0;
}
.row.mb {
    margin-bottom: 10px;
}
.fl, .btn.fl {
    float: left;
}
.ease, .btn, .form-control, a, input, select, textarea, button {   
    transition-duration: 0.2s;
}
input, select, textarea, button {
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
.whiteBg {
    background-color: #fff;
}

.posiRel {
    position: relative;
}
.image-wrapper {
    padding-bottom: 100%;
}
@media screen and (min-width: 769px)  {
    .image-wrapper {
        height: 0;
    }
}
.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.productDiscount {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 72px;
    height: 45px;
    line-height: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
    background: #d81a1a;
    z-index: 333;
    text-transform: uppercase;
}
    .productDiscount span {
        display: block;
        font-size: 16px;
        line-height: 34px;
        font-weight: bold;
    }
.imgInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
}
.image-wrapper img {
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    margin: 0 auto;    
    transition-duration: 0.2s;
}
.productHover {
    position: absolute;
    top: 0;
    height: 100%;
    background-color:#96bd1f42;
    display: none;
}
.vitBasket {
    background: url(/theme/v4-arifoglu/sub_theme/vitrin/v4/user_vitrinyeni2/detaySepet.png) no-repeat 20px #006340;
    width: 70%;
    height: 45px;
    margin-top: 45%;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    float: none;
    display: inline-block;
    border-radius: 30px;
    padding-left: 30px;
    font-weight: bold;
}
.posiRel2 {
    overflow: hidden;
}

.posiRel {
    position: relative;
}
.productDetails {
    position: relative;
}

.loaderWrapper {
    position: relative;
}
.productDescription {
    line-height: 21px;
    font-size: 15px;
    color: #404040;
    text-align: center;
    height: 58px;
}
.variantOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    z-index: 999;
    display: none;
}
.variantWrapper {
    position: relative;
    background: #fff;
}

.tooltipWrapper {
    position: relative;
}
.productPrice {
    /*height: 28px;*/
    line-height: 28px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    display: table-cell;
    vertical-align: middle;
}
.priceWrapper {
    text-align: right;
}
.discountedPrice {
    line-height: 14px;
    font-size: 14px;
    color: #927d50;
    text-decoration: line-through;
    height: 14px;
}
.a-center {
    text-align: center;
}
.discountedPrice + .currentPrice {
    line-height: 23px;
}

.currentPrice {
    line-height: 28px;
    font-size: 21px;
    color: #96bd1f;
    font-weight: 700;
}
/*.col-3 {
    width: 25%;
}*/
.productItem2:hover {
    transition: inherit;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(117,117,117,1);
    -moz-box-shadow: 0px 0px 21px 0px rgba(117,117,117,1);
    box-shadow: 0px 0px 21px 0px #92a02c;
    background: #b3d8879c;
}

.vitIncele {
    background: url(/Content/img/vitrinInceleBtn.png) no-repeat center #96bd1f;
    height: 22px;
    width: 22px;
    position: absolute;
    right: -7px;
    bottom: -5px;
    border-radius: 34px;
    padding: 24px;
    /*display: none;*/
    background-size: 50%;
}