/*
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 : 2018-07-17, 10:29:00
    Author     : MarketingArkady
*/
body{
    color: #636c7b;
}
#app{
    min-height: 1000px;
    position: relative;
    padding-bottom: 140px;
}
#promocart{
    min-height: 800px;
}
a{
    color: #c5141c;
}
.btn-link{
    color: #c5141c;
}
h3{
    font-size: 20px;
}
.bg-dark{
    background: #313236;
}
#cart{
    margin-top: 30px;
}
footer{
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#footer-down {
    background: #1d1f20;
    color: #edf1fa;
    padding: 15px 0;
}
#footer-down a {
    color: #c5141c;
}
.social-footer a{
    margin-left: 20px;
}
#banner img{
    margin: 0 auto;
    display: block;
}
.row-hr{
    border-top: 1px solid #b6bbc6;
    margin-top: 20px;
    padding-top: 20px;
}

.alert p{
    margin: 0;
}
#spinner{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: rgba(255,255,255,0.8);
    display: grid;
}
.parameters .collapse, .parameters .collapsing{
    font-size: 14px;
    background: #f6f8fc;
    margin-top: 10px;
    padding: 5px 15px;
}
.method, .speed, .accesoriesPlus{
    text-align: left;
}
.speed .btn-link{
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.dostawa, .koszty, .platnosc, .wpisowe{
    font-size: 14px;
}
.dostawa dt{
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}
h2{
    font-size: 1.4rem;
}
h3, .dostawa h3, .koszty h3, .platnosc h3, .wpisowe h3{
    font-size: 1.2rem;
    color: #3b3c41;
    text-transform: uppercase;
}
.row-cart:nth-child(even){
    /*background: #edf1fa;*/
}
.row-cart:first-child{
    border-top: 1px solid #b6bbc6;
}
.row-cart{
    /*border-top: 1px solid #b6bbc6;*/
    padding: 10px 0 10px;
    margin: 0px;
    -webkit-transition: background 1s; /* Safari */
    transition: background 1s;
}
.row-cart:hover{
    background: #edf1fa;
}
.btnAdd{
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
}
.koszty .text-right{
    padding-left: 0px;
}
.star{
    color: #c5141c;
}
#form .checkbox{
    font-size: 14px;
}
#zgody{
    margin-top: 30px;
}
dl dt, dl dd{
    font-size: 14px;
}
dt{
    text-transform: uppercase;
}
.steps{
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    color: #3b3c41;
}
.steps span{
    display: inline-block;
    background: #3b3c41;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50%;
    font-size: 1.4rem;
    width: 46px;
    height: 46px;
}
.steps .step-active span{
    background: #c5141c;
}
/* cart */
#pre-eskk-cart{
    padding-top: 30px;
}
#pre-eskk-cart .row{
    padding: 0px;
    margin: 0px;
}
#eskk-cart{
    margin-bottom: 10px;
}
#eskk-cart a{
    color: #636c7b;
}
.product-title a{
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
.product-title a strong{
    display: inline-grid;
}
.product-title a span{
    font-size:12px;
    text-align: left;
    font-weight: normal;
    display: inline-grid;
}
.price-now{
    color: #c5141c;
    font-size: 1.2rem;
}
.green{
    color: #4ac55e;
}
.all-price{
    font-size: 1.3rem;
    padding:0px;
    margin:0px;
    line-height: 1;
}
.dt-bottom{
    vertical-align: bottom;
    padding-top: 4px;
}
.btn-grey{
    background: #3b3c41;
    border: 1px solid #3b3c41;
}
.btn-grey:hover{
    background: #edf1fa;
    color: #3b3c41;
    border-color: #3b3c41;
}
.btn-red, .btn-red.disabled, .btn-red:disabled{
    background: #c5141c;
    border: 1px solid #c5141c;
}
.btn-red:hover{
    background: #f5232c;
    border: 1px solid #f5232c;
}
.btn-order{
    font-size: 1.4rem;
}
.btn-order .small{
    font-size: 14px;
}
.btn-back{
    background: #3b3c41;
    border: 1px solid #3b3c41;
    color: #fff;
    border-color: #3b3c41;
}
.btn-back:hover{
    background: #edf1fa;
    color: #3b3c41;
}
.btn-del{
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #f5232c;
    font-weight: bold;
}
.btn-del:hover{
    background: #ffffff;
    border: 1px solid #f5232c;
    color: #f5232c;
}
.method .btn-sm{
    background: #2d9447;
    border-color: #2d9447;
    font-size: 0.8rem;
    padding: 1px 5px 2px;
    line-height: 1;
}
.method small{
    font-size: 12px;
}
.price-before, .price-now{
    padding-top: 4px;
}
.popover{
    border-radius: 6px;
}
.parameters{
    position: relative;
}
.btn-collapse{
    border:0;
    cursor: pointer;
    position: aboslute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#collapseBon{
    max-width: 285px;
}
.btn-collapse.hidden{
    display: none;
}
.text-min{
    font-size: 12px;
    display: block;
}
.fs-08{
    font-size: 0.8rem;
}
/*form*/
#form label{
    font-size: 0.9rem;
}
#form .form-group{
    margin-bottom: 0.5rem;
}
#form .form-control{
    border-color: #c5cecc;
}
.form-group {
	width:66%;
}

#form .form-control:focus{
    border-color: #c5141c;
    box-shadow: 0 0 0 .2rem rgba(197,20,28,.25);
}
.vue-tel-input{
    border-color: #c5cecc !important;
}
.vue-tel-input:focus-within, .vue-tel-input:focus{
    border-color: #c5141c !important;
    box-shadow: 0 0 0 .2rem rgba(197,20,28,.25) !important;
}
.help-block{
    font-size: 0.9rem;
}

/* summary */
.row-customer{
    margin-top: 20px;

}
.row-customer h3{
    border-bottom: 1px solid #b6bbc6;
    padding-bottom: 10px;
}
.wysylka dt, .faktura dt{
    font-weight: normal;
}
.customer-data{
    color: #c5141c;
    font-weight: bold;
}
.row-cart-header{
    background: #edf1fa;
}
#summary-cart .row-cart:nth-child(2n) {
    background: none;
}
#summary-cart .row-cart:last-child {
    border-bottom: 1px solid #b6bbc6;
}
#summary-cart a{
    color: #636c7b;
}
.summary-product{
    font-size: 14px;
}
.change-cart{
    opacity: 0;
    transition: opacity 0.2s;
}
.row-cart:hover .change-cart{
    opacity: 1;
} 
.koszty .col-sm-8{
    font-weight: normal;
}
.koszty .col-sm-4{
    font-weight: bold;
}
p.bg-danger{
    color: #fff;
    padding:15px;
    border-radius: 5px;
}
.modal-content{
    color: #636c7b;
}
.modal-content h1{
    font-size: 1.4rem;
}
.modal-content .paragraf{
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.modal-content p{
    font-size: 14px;
}
.modal-content ol{
    font-size: 14px;
}
.modal-backdrop{
    background: rgba(52,58,64,0.8);
}
.modal footer{
    position: static;
}

@media only screen and (max-width: 1000px) {
    .steps{
        font-size: 1rem;
    }
}

@media only screen and (min-width: 768px) {
  .course-select {
   display: none;
  }
}

@media only screen and (max-width: 768px) {
    #app{
        padding-bottom: 200px;
    }
    #cart .input-group-prepend {
     display: none;
    }
    .all-price{
        text-align: center !important;
    }
}

/*.hide {
  display: none;
}*/

.information-bubble {
  width: 20vw;
  position: absolute;
  text-align: left;
  background-color: #f6feff;
  border-radius: 4px;
  display: none;
  z-index: 1;
  bottom:40px;
  padding: 15px;
  left: 0px;
  -webkit-box-shadow: 0px 6px 13px -8px rgba(189,189,189,1);
  -moz-box-shadow: 0px 6px 13px -8px rgba(189,189,189,1);
  box-shadow: 0px 6px 13px -8px rgba(189,189,189,1);
}

@media only screen and (max-width: 767px){
.information-bubble {
  width: 60vw;
   left: -200px;
}
.information-bubble:after {
  
  left: 30vw!important;

}


}
.information-bubble p{
    margin-bottom: 0px;
}

.information-bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 15px;
  bottom: -15px;
  border: 15px solid;
  border-color: #f6feff transparent transparent #f6feff;
}



.information-icon:hover+.information-bubble {
  display: block;
  color: #000;
  font-size: 12px;
}

.information-icon:hover{
    cursor: pointer;
}

.information-icon{
    width: 14px;
    height: 14px;
    background-color: #636c7b;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    font-size: 10px;
    
}

.information-eco{
    display: flex;
    flex-direction: row;
}

.hidden
{
	display: none !important;
}

.w60
{
	width:60px;
}

.summary_payment_alert span
{
	color:#c5141c;
}