﻿.about-img-back {
    position: absolute;
    right: -23px !important;
    top: 0;
    z-index: 1;
}



.container.pd50 {
    padding-left: 50px;
    padding-right: 50px;
}

@font-face {
    font-family: 'AbakuTLSymSansRegular';
    src: url('../fonts/abakutlsymsans.eot');
    src: url('../fonts/abakutlsymsans.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/abakutlsymsans.woff') format('woff'),
        url('../fonts/abakutlsymsans.ttf') format('truetype'),
        url('../fonts/abakutlsymsans.svg#AbakuTLSymSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


span.TL {
    font: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

span.TL:before {
    font-family: "AbakuTLSymSansRegular", serif;
    font-size: 24px;
    content: "t";
    padding-right: 5px;
}


td.calendar-hour {
    text-align: center;
    padding: 0;
    padding-bottom: 0;
    cursor: pointer;
}


label.pointer {
    cursor: pointer;
}


td.calendar-hour.active {
    background: green;
    color: #fff;
}


.modal-xl {
    max-width: 1140px !important;
}


li.list-group-item.list-group-item-action.price-items {
    border: none !important;
    background: none;
    font-size: 16px;
}

label.pointer.price-title {
    font-size: 21px;
    margin: 0 !important;
    
}


input.price-box {
    width: 26px;
    height: 18px;
    line-height: 18px;
}

.table td.product-col .appointment {
    padding-top: 0px !important;
    padding-bottom: 0px !important;




}

.wishlist.appointment {
    display: none;
}

@media only screen and (max-width: 600px) {
    .wishlist.appointment {
        display: block;
        font-weight:bold;
    }
}

@media only screen and (max-width: 500px) {
    .wishlist.phone {
        display: none !important;
    }
}