/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.05.2018, 10:03:13
    Author     : Юрий
*/
body{
    position: relative;
    padding-bottom: 70px;
}
.fa-trash-alt{
    cursor: pointer;
}
.delete_product{
    clear: both;
    padding: 6px 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.cart p{
    clear: both;
}
.selected_cart{
    position: relative;
    z-index: 999999;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 1.75rem;
}
.red{
    color: red;
    font-size: 1.75rem;
    font-weight: bold;
}
.form-control{
	font-size: 1.25rem;
}
.cart{
    padding: 20px 0;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgb(255,255,255, 0.7);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
#loader-wrapper{
    display: none;
}
.swal2-popup .swal2-actions {
    display: block !important;
    align-items: normal; 
    justify-content: normal; 
    margin: 1.25em 0 0 0;         
}
.swal2-confirm.btn{
    float:right;
    display: block;
}
ul.glass{
   display: block; 
   margin: 20px 0 0 0;
   padding: 0;
   height: 60px;
}
.glass li{
    list-style: none;
    display: block;
    float: left;
    text-align: left;
    margin: 0;
    line-height: 40px;
}
.glass label{
    cursor: pointer;
    display: block;
    border: 1px solid #007bff;
    padding: 5px;
    border-radius: 30%;
}
.glass input:checked + label{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.glass input[type="radio"]{
    display: none;    
}
.bg-white.border-bottom.box-shadow{
    position: absolute;
    width: 100%;
    bottom: -15px;
}
.card-deck{
    display: block;
}
.card-deck.card .card{
    width: 25%;
    min-width: 100px;
}
.card .card-header{
    cursor: pointer;
}
body{
    background: url("/img/fon.jpg") center center repeat-y;
}
body > .container{
    min-height: 100%;
}
.row > .col-3,
.row > .col-6,
.row > .col-12{
    background: white;
}
html{
   /*overflow: hidden;*/
}
.card-deck .card {
    display: inline-block;
    width: 100%;
}
.col-6{
    width: 50%;
    overflow: hidden;
}
.form-group{
    clear: both;
}
.form-group .card-header{
    width: 30%;
    margin: 10px 1.5%;
    float: left;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
    z-index: 100;
}
.form-group .card-header h4{
    text-align: center;
    
}
.form-check .form-check-label{
    width: 45%;
    font-size: 18px;
}
.line.glass span{
    display: block;
    border: 1px solid #007bff;
    width: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    border-radius: 3px;
    cursor: pointer;
}
.line.glass input{
    border: 0px solid #007bff;
    width: 50px;
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}
.add_yogo{
    height: 150px;
}
.nav{
    display: block;

}
.nav-item{
    display: block;
        float: left;
    width: 50%;
}
.cart .card-header{
       border: 0px solid transparent;
}
.cart .card-header .nav-item a{
    padding: 20px 10px;
}