.fontAwesome{
    font-family: 'Awesome';
}

.justify-center{
    justify-content:center;
}

.newPercentText {
    max-width: 20px;
    margin-right: 4px;
}

.disountNewPercent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
}

.newPercent {
    font-size: 14px;
    margin-top: -4px;
}

.osa {
    background:#e9e9e9;
}
.font16 {
    font-size: 16px;
}
.font14 {
    font-size: 14px;
}

.d-margin-top-30{
    margin-top:30px;
}

.d-margin-bottom-30{
    margin-bottom:30px;
}

.newDiscountPrice {
    font-weight: 700;
    font-size: 15px
}

.oldDiscountPrice {
    color: gray;
    font-weight: 500;
    text-decoration: line-through
}

.colorRed {
    color: red!important
}

.backgroundGray {
    background-color: #efefef;
}

.box-sizing {
    border-box: box-sizing;
    position: relative
}

.favouriteSave {
    position: absolute;
    bottom: 46px;
    right: -10px;
    z-index: 9;
}

.favAdd.fav-added-btn {
    background: url(https://pic.gizia.com/Data/EditorFiles/savedBtn.svg)no-repeat;
    width: 40px;
    height: 40px;
}

.favAdd {
    background: url(https://pic.gizia.com/Data/EditorFiles/saveBtn.svg)no-repeat;
    width: 40px;
    height: 40px;
}

.newPriceDetail {
    font-size: 25px;
    font-weight: 700;
}

@media only screen and (min-width: 769px) {
    #cartFreeDelivery {
        background: #fbfbfb;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #ececec
    }

    #cartFirstPrice {
        display: flex;
        align-items: center;
        background: #fbfbfb
    }

    #cartLetsGo {
        display: flex;
        justify-content: center;
        font-size: 16px
    }

    #cartLetsGo>a {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        border: 1px solid #000;
        box-sizing: border-box;
        position: relative;
        width: 100%
    }

    #cartLetsGo>a>.cartContinueNote {
        position: absolute;
        font-size: 10px;
        left: 5px;
        top: -10px;
        background-color: #fff;
        padding: 5px
    }

    #cart-preview > div:last-child {
        width: 100%;
    }

    .sptPrice {
        border-bottom: 1px solid #f1f1f1;
        padding: 10px;
        box-sizing: border-box;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .pdr-left{
        padding-left:0;
    }
    .pdr-right{
        padding-right:0;
    }
    .altKapsa {
        float: left;
        padding:10px;
        box-sizing: border-box;
    }
    
    .newsletterMain.col.col-12.double {
        width: 100%!important;
        padding: 0px;
    }
    
    #commonTsoft {
        margin-bottom:100px
    }
    
    .sptPrice {
        border-bottom: 1px solid #f1f1f1;
        padding: 30px;
        box-sizing: border-box;
        padding-top: 20px;
    }

    .mf18 {
        font-size: 18px
    }

    #cartFreeDelivery {
        background: #fbfbfb;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #ececec
    }

    #cartFirstPrice {
        display: flex;
        align-items: center;
        background: #fbfbfb
    }

    #cartLetsGo {
        display: flex;
        justify-content: center;
        font-size: 16px
    }

    #cartLetsGo>a {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        border: 1px solid #000;
        box-sizing: border-box;
        position: relative;
        width: 100%
    }

    #cartLetsGo>a>.cartContinueNote {
        position: absolute;
        font-size: 10px;
        left: 5px;
        top: -10px;
        background-color: #fff;
        padding: 5px
    }
}
#mainWrapper > #tsoft-ecommerce-systems{
    display:none!important;
}

#commonTsoft {
    padding-left: 20px;
    font-size: 11px;
}