/*CSS apenas para páginas de E-Commerce*/

.margin-top-0 { margin-top: 0px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-55 { margin-top: 55px; }
.margin-top-60 { margin-top: 60px; }

.push-down-0 { margin-bottom: 0px; }
.push-down-5 { margin-bottom: 5px; }
.push-down-10 { margin-bottom: 10px; }
.push-down-15 { margin-bottom: 15px; }
.push-down-20 { margin-bottom: 20px; }
.push-down-25 { margin-bottom: 25px; }
.push-down-30 { margin-bottom: 30px; }
.push-down-35 { margin-bottom: 35px; }
.push-down-40 { margin-bottom: 40px; }
.push-down-45 { margin-bottom: 45px; }
.push-down-50 { margin-bottom: 50px; }
.push-down-55 { margin-bottom: 55px; }
.push-down-60 { margin-bottom: 60px; }

.checkout-page { background-color: #f3f3f3; }
.checkout-page header { border: none; padding: 40px 0 0 0; }

.checkout-container { background-color: white; -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); padding-bottom: 100px; padding-top: 50px; }

.boxed .checkout-container { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.checkout-steps { 
	position: relative; 
	margin: 20px -20px 30px;
	padding: 30px 40px;
	text-align: center;
}
.checkout-steps:after, .checkout-steps:before { content: ""; position: absolute; left: 0; right: 0; height: 8px; }
.checkout-steps:before { background: -moz-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -webkit-radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center bottom, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); top: 0; }
.checkout-steps:after { background: -moz-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: -webkit-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background: radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); bottom: 0; }
.checkout-steps .step { width: 25%; float: left; position: relative; }
.checkout-steps .step:before { content: ""; position: absolute; top: 10px; left: 0; right: 0; height: 2px; background: #e6e6e6; z-index: 0; }
.checkout-steps .step:first-of-type:before { left: 50%; }
.checkout-steps .step:last-of-type:before { right: 50%; }
.checkout-steps .step.active:last-of-type:before, .checkout-steps .step.done:last-of-type:before { background: #00becc; }
.checkout-steps .step.active .step-badge, .checkout-steps .step.done .step-badge { background-color: #00becc; color: #fff; }
.checkout-steps .step.active { color: #34353e; }
.checkout-steps .step.active:before { background: -moz-linear-gradient(left, #00becc 0%, #00becc 50%, #e6e6e6 50%, #e6e6e6 100%); background: -webkit-linear-gradient(left, #00becc 0%, #00becc 50%, #e6e6e6 50%, #e6e6e6 100%); background: linear-gradient(to right, #00becc 0%, #00becc 50%, #e6e6e6 50%, #e6e6e6 100%); }
.checkout-steps .step.active:first-of-type:before { background: #e6e6e6; }
.checkout-steps .step.done:before { background: #00becc; }
.checkout-steps .step.done:first-of-type:before { background: #00becc; }
.checkout-steps .step-badge { margin: 0 auto; -webkit-border-radius: 99px; -moz-border-radius: 99px; border-radius: 99px; width: 22px; height: 22px; background-color: #e6e6e6; position: relative; z-index: 1; line-height: 22px; margin-bottom: 5px; }

.modal {
    width: 100%;
    max-width: 800px;
    margin-left: 0;
    left: Calc( 50% - 400px );
}

.modal input{
    padding: 13px 15px;
    background: #FFFFFF;
    border: 1px solid #979797;
    width: 100%;
    max-width: 415px;
    display: block;
    margin: 0px auto 20px;
    border-radius: 40px;
    font-size: 16px;
    color: #A3A3A3;
    letter-spacing: 0.69px;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}
.modal .btn{
    background: #5CA9D0;
    padding: 13px 30px;
    display: block;
    margin: 15px auto;
    border-radius: 23px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.09px;
    text-align: center;
    text-transform: uppercase;
}

.modal-header h3 {
    font-size: 20px;
    color: #353535;
    letter-spacing: 2.23px;
    text-align: center;
    font-weight: 800;
}
.modal-header [data-dismiss="modal"] { position: absolute; top: 12px; right: 20px; }

.modal-body { padding: 20px; }
.modal-body .controls .checkbox { padding-top: 0; margin-bottom: 20px; }



.cart-li:hover .open-panel{
    visibility: visible;
    opacity: 1;
	
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.links_topo .open-panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    z-index: 1100;
    right: 0;
    width: 500px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
	cursor: default;
	
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.links_topo .open-panel .item-in-cart {
    padding: 20px 10px;
    border-bottom: 1px dotted #c3c2c4;
}

.links_topo .open-panel .item-in-cart .image {
    width: 15%;
    float: left;
}

.links_topo .open-panel .item-in-cart .image img{
    width: 100%;
}

.links_topo .open-panel .item-in-cart .desc {
    width: 65%;
    margin-left: 5%;
    float: left;
    padding-top: 5px;
	color: #34353e;
}

.links_topo .open-panel .item-in-cart .desc a,
.links_topo .open-panel .item-in-cart .desc .carrinho_remove_item{
	color: #34353e;
}

.links_topo .open-panel .item-in-cart .price {
    padding-top: 5px;
    width: 15%;
    float: left;
    text-align: right;
	color: #34353e;
}

.links_topo .open-panel .summary {
    padding: 10px;
    text-align: right;
	color: #34353e;
}

.links_topo .open-panel .proceed {
    clear: both;
    padding: 10px;
    background-color: #f3f3f3;
    min-height: 0;
	color: #34353e;
	overflow: hidden;
}

.btn{
    background: #5CA9D0;
    padding: 13px 55px;
    margin: 15px 0;
    border-radius: 23px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.09px;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
}

a.btn{
    color: #fff !important;
}

.btn:hover, .btn:focus {
    color: #e9e9e9;
    text-decoration: none;
}


#loginModal .modal-header{
    border: none;
}

#loginModal .modal-body #form_login{
    overflow: hidden;
}

#loginModal .modal-body p{
    font-size: 20px;
    color: #B8B8B8;
    letter-spacing: 2.23px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (max-width: 480px) { 

  .modal { padding: 15px 20px 10px; }
  .modal-body { padding: 10px; }
  .modal-header { padding: 5px 0; }
  
}