﻿.loader {
    display: none;
    margin: auto;
    margin-top:130px;
    border: 5px solid #bcd3c7;
    width: 40px;
    height: 40px;
    border-top-color: #8f4000;
    border-bottom-color: #8f4000;
    border-radius: 50%;
    animation-name: spin;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
    .loader.priceLoader {
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left:auto;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes appear {
    100% {
        opacity: 1;
    }
}
.ticket {
   width : 100% !important;
}
@media (min-width:450px){
    .ticket {
        min-width: 30rem !important;
    }
}


.count-box .input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
}

.count-box .input-number,
.count-box .input-number-decrement,
.count-box .input-number-increment {
    border: 1px solid #ccc;
    height: 40px;
    user-select: none;
}

.count-box .input-number-decrement,
.count-box .input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: #f1f1f1;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .count-box .input-number-decrement:active,
    .count-box .input-number-increment:active {
        background: #ddd;
    }

.count-box .input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.count-box .input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}
/*.back-product-img{
    height:293px ;
}
*/
