#expand {
    cursor: pointer;
}

#coolstuff {
    display: none;
}

#container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
	font-size: 13px;
}

ul {
    text-align: left;
}

hr {
    border-color: white;
    border-bottom: 0;
}

table {
    width: 100%;
    margin: auto;
    text-align: center;
}

tr {
    padding: 0;
    margin: 0;
    border: 0;
}

td {
    no-border-top: 1px solid white;
    padding: 5px 2px;
}

.image {
    width: 35px;
}

.image > a > img {
    width: 100%;
    background: white;
    border-radius: 2px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.4);
    a-border: 1px solid black;
}

.amount {
    width: 50px;
}

.amount > input {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    color: #cf2120;
    font-size: 16px;
    background: transparent;
    border: none;
    width: 100%;
    text-align: center;
    outline: none;
}

.remove {
    width: 30px;
}

.remove > div {

    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 2px;
    transition: background .3s, border .3s, transform .3s;
    cursor: pointer;
    text-align: center;
    margin: auto;
	font-size: 11px;
}

.remove.hey > div {
    background: red;
    border-color: red;
    transform: scale(1.3);
}

.remove:hover > div {
    color: rgb(207, 33, 32);
}

.big {
    font-size: 2em;
    font-weight: bold;
}

#checkout {
    padding: 10px;
    font-size: 16px;
    color: white;
    display: inline-block;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
    transition: background 0.2s;
    background: #0a8f6c;
    cursor: pointer;
}

#checkout > span {
    width: 0;
    display: inline-block;
    overflow: hidden;
    transition: width .3s;
    text-align: right;
}

#checkout:hover > span {
    width: 20px;
}

#footer {
    opacity: 0.6;
    border-top: 1px solid white;
    padding-top: 10px;
    text-align: center;
    margin-top: 15px;
}

#footer a {
    color: white;
}

.qty-wrapper .box-qty {
    border: 1px solid #e0e0e0;
    display: inline-block;
    position: relative;
    width: 55px;
}

.qty-wrapper .qty {
    border: medium none;
    color: #5f5f5f;
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    padding: 0 0 0 16px;
    text-align: left;
    width: 100% !important;
}

.input-text.qty{
    background-color: #fff;
}

.qty-wrapper .qty-arrows {
    float: left;
    width: 100%;
}

.add-to-cart input.qty-decrease {
    margin-top: 0;
    position: absolute;
    right: 0px;
    top: 16px;
    border-left: 1px solid #e0e0e0 !important;
    border-top: 1px solid #e0e0e0 !important;
}

.add-to-cart input.qty-increase {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e0e0e0 !important;
}

.add-to-cart input.qty-decrease, .add-to-cart input.qty-increase {
    width: 17px;
    height: 16px;
    display: block;
    border: none;
    background: #fff;
    font-size: 13px;
    color: #444;
    text-transform: uppercase;
    line-height: 16px;
}

input.qty-increase:hover, input.qty-decrease:hover{
    cursor: pointer;
    background-color: #CF2120;
    color: #fff;
}

li.ui-tabs-active.ui-tabs-active .ui-tabs-anchor {
    border: none;
    padding: 7px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #cf2120;
    background: #cf2120;
}

p.pay_block{
    display: inline-block;
    padding: 10px;
}

p.fiz_payment, p.yur_payment, p.yur_contact, p.fiz_contact, p.fiz_full_address textarea, p.yur_full_address textarea{
    padding: 5px;

}

.hide.fiz_full_address, .hide.yur_full_address {
    width: 400px;
    padding: 6px;
    margin: auto;
    text-align: left !important;
	    margin-top: 10px;
}


.hide.fiz_full_address textarea, .hide.yur_full_address textarea {
	    width: 400px;
		    height: 45px;
}


.pay_field{
    border: 1px solid rgba(204, 0, 0, 0.5);
    padding: 20px;
    margin: 20px 0;
}

.pay_field legend{
    padding: 0 10px;
	font-weight:600;
}

#yur_submit, #fiz_submit{
    color: #fff; /* цвет текста */
    text-decoration: none; /* убирать подчёркивание у ссылок */
    user-select: none; /* убирать выделение текста */
    background: rgb(207, 33, 32); /* фон кнопки */
    padding: 7px 25px; /* отступ от текста */
    outline: none; /* убирать контур в Mozilla */
	border-radius: 11px;
}

#yur_submit:hover, #fiz_submit:hover{
    background: #00B050;
}

#yur_submit:active, #fiz_submit:active{
    background: rgb(152,15,0);
}

#cart_tabs{
    margin-top: 20px;
}

.hide{
    display: none;
}

.map, .addr{
    margin: 20px;
}

ymaps{
    margin: 0 auto;
}

.nostore_mess, .yur_curier_service_mess, .fiz_curier_service_mess, .addr{
    line-height: 1.5em;
    padding-top: 10px;
	font-weight: 600;
    font-style: italic;
	font-size: 12px;
}


.fiz_contact input, .fiz_contact textarea, .yur_contact input, .yur_contact textarea, p.fiz_full_address textarea, p.yur_full_address textarea {
	color: #999;
    width: 240px;
    padding: 1px;
}

.fiz_contact, .yur_contact {
	    width: 240px;
    margin: 0 auto;
    text-align: left;
}

.fiz_contact input:focus, .fiz_contact textarea:focus, .yur_contact input:focus, .yur_contact textarea:focus, p.fiz_full_address textarea:focus, p.yur_full_address textarea:focus {
    color: #222;
}

/*Олег добавил*/

span.realtotal {
	font-weight: 600;
	
}

#cart_itog {
	font-size:16px;
	text-align:right;
	padding-right:64px;
}

td.pricesubtotal {
    text-align: right;
    padding-right: 20px;
}

td.name {
    text-align: left;
    padding-left: 30px;
}

td.sum {
    text-align: right;
    padding-right: 30px;
}

