#order-form, #shopping-cart {
    display: inline-block;
    vertical-align: top;
}
#terms {
    display: none;
}
#order-form {
    width: 670px;
    margin-right: 25px;
}

#shopping-cart  {
    width: 285px;
}
#input_fields {
    color: #574e29;
    padding: 35px;
    box-sizing: border-box;
}

#input_fields .jur {
    display: none;
}
.field-labels, .field-inputs {
    display: inline-block;
    vertical-align: top;
}
.field-labels {
    width: 190px;
    text-align: right;
    margin-right: 18px;
}
.field-labels div {
    line-height: 32px;
    margin: 10px 0;
}
.field-inputs {
    width: 280px;
}
.field-inputs input[type="text"], .field-inputs textarea,  .field-inputs select  {
    width: 257px;
    border: 1px #cdc6b0 solid;
    height: 32px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 5px 0;

    -webkit-box-shadow: inset 0px 5px 13px -5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    inset 0px 5px 13px -5px rgba(50, 50, 50, 0.35);
    box-shadow:         inset 0px 5px 13px -5px rgba(50, 50, 50, 0.35);

}
.field-inputs textarea {
    height: 80px;
}
.field-inputs input.invalid {
    border: 1px #ff0000 solid;
}
.field-labels .first {
    margin-bottom: 36px;
    line-height: 15px;
    margin-top: 0;
}

.field-labels .textarea-label {
    margin-top: 22px;
}

.field-labels textarea:focus, .field-labels input:focus{
    outline: 0;
}

.field-inputs .big-top {
    margin-top: 25px;
}
.field-labels div.big-top {
    margin-top: 30px;
}

#country_id, #delivery-country-label {
    display: none;
}

#accept-rules-link {
    text-decoration: none;
}
.rules p a {
    color: #fff;
}
.process-btn {
    margin: 30px 0;
}
#process-order {
    padding: 7px 32px;
    background: #c1a95f;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.process-btn.disabled #process-order {
    background: #c6c6c6;
}
.process-btn.disabled  #process-order:hover {
    cursor: default
}
.info_msg {
    display: none;
}

.info_msg .big {
    color: #fff;
    font-size: 25px;
}

.info_msg .big.order {
    margin-top: 50px;
    line-height: 30px;
}

.cart-product {
    padding: 20px 0;
    border-bottom: 1px #607695 dotted;
}
 .cart-product:first-child{
    padding-top: 0px;
}

.cart-product .image, .cart-product .product-info  {
    display: inline-block;
    vertical-align: top;
}
.cart-product .image {
    position: relative;
    width: 97px;
    height: 75px;
}

.cart-product .image  .remove-product {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background:  url('images/new/cart-del.png') no-repeat center;
}

.cart-product .product-info  {
    margin-left: 15px;
    width: 160px;
}
.cart-product .product-info  a {
    color: #fff;
    font-family: "Roboto-Slab";
    font-size: 16px;
    text-decoration: none;
    margin-top: -3px;
    display: block;
    line-height: 16px;
}

.cart-product .price-label{
    opacity: 0.5;
    margin-top: 1px;
    margin-bottom: 5px;
}
.cart-totals {
    margin-top: 20px;
    font-size: 16px;
    font-family: "Roboto-Slab";
}
.cart-totals .headers, .cart-totals .values {
    display: inline-block;
    vertical-align: top;
    width: 115px;
}
.cart-totals  p.full {
    font-size: 21px;
    margin-top: 15px;
}
#accept-rules-notice, .delivery_error {
    display: none;
    color: #ff0000;
    font-weight: bold;
    line-height: 15px;
    padding-bottom: 15px;
}
#accept-rules-notice.visible, .info_msgdelivery_error.visible {
    display: block;
}
#accepted-rules-popup-link {
    display: block;
    margin: 20px 0;
    text-align: center;
}
#accepted-rules-popup-link:hover {
    text-decoration: none;
}
.product-total {
    margin-left: 115px;
    opacity: 0.5;
    font-size: 12px;
}
.required-indicator {
    position: absolute;
    margin-left: 1px;
    color: #ff0000;
}
.order_price_error, .order_free_sample_limit {
    color: #ff2c2c;
    margin-top: 25px;
}
.order_free_sample_limit {
    font-size: 12px;
    line-height: 15px;
}


.selectboxit-container .selectboxit {
    width: 257px !important;
    margin-top: 12px;
}

.selectboxit-btn {

    color: #574e29;
    background: #fff;
    width: 257px;
    border: 1px #cdc6b0 solid;
    height: 32px;
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 9px 0;
    -webkit-box-shadow: inset 0px 5px 13px -5px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: inset 0px 5px 13px -5px rgba(50, 50, 50, 0.35);
    box-shadow: inset 0px 5px 13px -5px rgba(50, 50, 50, 0.35);
}
.selectboxit-container .selectboxit {
    border-radius: 0;
}
/*
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {*/
.selectboxit-arrow-container{
    background: url(images/new/select-arrow.png) no-repeat right 10px center;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.selectboxit-default-arrow {
    display: none;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
    background: #fff;
}
#delivery_statusSelectBoxItContainer .selectboxit.big-top {
    margin-top: 0!important;
}

.delivery-type-block, .omniva-delivery-fields, .dpd-delivery-fields {
    display: none;
}
#dpd_addressSelectBoxItText {
    width: 200px;
}

/*
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    width: 200px;
}
.selectboxit-option-icon-container {
    width: auto !important;
}*/

#omniva_addressSelectBoxItText {
    width: 220px;
}
.selectboxit-container.invalid .selectboxit   {
    border: 1px #ff0000 solid;
}