.page-id-2413 #main-content .container { padding-top:80px; }
.page-id-2413 #main-content { 
    font-family: initial;
    background-image: url("/wp-content/uploads/Attila.-Photo-V.Baranovsky-5.jpg");
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-id-2413 #main-content .container:before { display: none; }

#post-2413 {
    background-color: #f3f3f3;
    padding: 40px;
    color:black;
}

#left-area {
    width: 100% !important;
}

.page-id-2413 .cart_totals { width: 100% !important; }
.page-id-2413 .product-thumbnail img { display: none; }

.page-id-2413 h1 { font: 2.375em univia_promedium; }

.page-id-2413 input[name=update_cart] {
	
	background-color:#FDC76B;
    font-weight: 700;
    font: 16px/16px univia_problack;
    text-align: center;
    border-radius: 3px;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border:none;
    padding:0.3em 1em !important;
}

.page-id-2413 input[name=update_cart]:hover {background-color:#4348EE; color: #FFFFFF !important; padding:0.3em 1em !important;  border:none !important;}

.page-id-2413 .cart-subtotal, .order-total {display: none; }
.page-id-2413 .recurring-total { display: inherit; }

.page-id-2413 .wc-proceed-to-checkout a, .return-to-shop a{
    background-color:#FDC76B !important;
    font-weight: 700 !important;
    font: 16px/16px univia_problack;
    text-align: center;
    border-radius: 3px !important;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border:none !important;
}

.page-id-2413 .wc-proceed-to-checkout a:hover, .return-to-shop a:hover {
    background-color:#4348EE !important; color: #FFFFFF !important; 
}