/*
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 : 5-mar-2015, 10.47.12
    Author     : Dev-Olga
*/

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
    margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
    margin-left: 10px;
    font-size: 17px;
    line-height: 24px;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {
    //float: left;
    //width: 60%;
}

.cart-top-block {
    display: inline-block;
    width: 100%;
}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    width: 100%;
}

.crosssell {
    position: relative;
    margin-bottom: 30px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 20px;
    border: 1px solid #e2d9c8;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 30px;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}
.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}
.display-both-prices .crosssell {
    clear: right;
    float: right;
}

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.checkout-cart-index .page-title {
}
.checkout-cart-index .page-title h1 {
    padding-bottom: 10px;
}

.checkout-types {
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}
.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}
.checkout-types li:after {
    content: "";
    display: table;
    clear: both;
}
.checkout-types li img {
    display: inline;
    vertical-align: top;
}
.checkout-types li:first-child {
    margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}
.checkout-types.top li {
    display: inline-block;
}
.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}
.checkout-types.top .bml_button img {
    display: block;
}
.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
    display: block;
}
.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
    margin: 0px;
    width: 150px;
    display: block;
    text-align: center;
    float: right;
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}

.checkout-cart-index .btn-checkout {
    margin: 20px 0 20px;
    min-width: 100px;
    height: 46px;
}
.checkout-cart-index .btn-checkout span {
    line-height: 46px;
    height: 46px;
}

.cart-table {
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
    border: 1px solid #e2d9c8;
    vertical-align: middle;
}
.data-table tfoot td {
    border: 0 none;
}
.cart-table h2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
    text-transform: none;
    background-color: transparent;
    padding: 10px;
}
.cart-table thead th {
    font-size: 16px;
    border-left: 0 none;
    border-right: 0 none;
}
.cart-table thead th.first-cell {
    border-left: 1px solid #e2d9c8;
}
.cart-table thead th.last-cell {
    border-right: 1px solid #e2d9c8;
}
.cart-table tbody td {
    font-size: 20px;
}
.cart-table tbody td .price {
    font-size: 20px;
}
.cart-table tfoot tr {
    background: none;
    border-bottom: none;
}
.cart-table tfoot tr > td:after {
    content: "";
    display: table;
    clear: both;
}
.cart-table span.or {
    font-size: 13px;
    padding: 0 5px;
    text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}
.cart-table .product-cart-actions .qty-wrapper {
    display: inline-block;
}
.cart-table .product-cart-image {
    padding: 0;
}
.cart-table .product-cart-image img {
    margin: 0 auto;
}
.cart-table .product-cart-image a.cart-edit {
    display: none;
}
.cart-table .product-cart-sku {
    font-style: italic;
    margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
    font-weight: 600;
}
/*.cart-table .btn-empty {*/
/*float: left;*/
/*}*/
.cart-table .btn-empty,
.cart-table .btn-update {
    font-size: 16px;
    font-weight: 700;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
    font-size: 25px;
}
.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}
.cart-table .cart-tax-total:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #693935;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #693935;
    border-bottom: none;
    right: -15px;
    top: 6px;
}
.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 17px;
}
.cart-table .cart-links > li > a {
    display: block;
}
.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}
.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}
.cart-table .product-cart-actions .qty {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    height: 70px;
    width: 50px;
    border: 0 none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.cart-table .product-cart-actions .qty-buttons .plus,
.cart-table .product-cart-actions .qty-buttons .minus {
    height: 29px;
    width: 29px;
    line-height: 34px;
}
.cart-table .product-cart-actions .qty-buttons .plus {
    margin-bottom: 8px;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}
.cart-table .item-options {
    padding-left: 15px;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
    font-weight: bold;
    margin: 0 0 5px;
}
.shipping select {
    width: 100%;
    height: 30px;
    display: block;
    border: 1px solid #e2d9c8;
    background-color: #ffffff;
}
.shipping select.validation-failed {
    border-color: red;
}
.shipping .shipping-desc {
    display: none;
}
.shipping .buttons-set {
    border: none;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    width: 13%;
}
#shipping-zip-form {
    white-space: nowrap;
}
.shipping .form-list {
    display: inline-block;
    vertical-align: top;
    width: 87%;
}
.shipping .form-list:after {
    content: "";
    display: table;
    clear: both;
}
.shipping .form-list li {
    float: left;
    margin: 0 8% 15px 0;
}
.shipping .form-list .shipping-country {
    width: 32%;
}
.shipping .form-list .shipping-region {
    width: 27%;
}
.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}
.shipping .form-list .input-box {
    padding-top: 0;
    padding-bottom: 0;
}
.shipping .form-list input {
    height: 30px;
    margin-top: 1px;
}
.shipping .form-list label {
}
.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}
.shipping .sp-methods dd {
    margin: 0 0 15px;
}
.sp-methods dt {
    margin: 0 0 5px;
}
.shipping .sp-methods li {
    padding: 5px 0;
}
.shipping .sp-methods label {
    min-width: 100px;
}
.shipping .sp-methods label span {
}
.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}

.cart .cart-totals {
    text-align: right;
    margin-bottom: 0;
}
.cart .cart-totals:after {
    content: "";
    display: table;
    clear: both;
}
.cart .cart-totals table {
    width: 100%;
}
.cart .cart-totals table td {
    padding: 2px 0px;
    font-size: 16px;
}
.cart .cart-totals table td:first-child {
    padding-right: 30px;
    min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
}
.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 2px 0px;
    vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
}
.cart .cart-totals table tfoot strong {
    font-weight: 400;
    text-transform: uppercase;
}
.cart-forms h6,
.crosssell > h6,
.cart-block-continue-shopping {
    font-size: 16px;
    line-height: 16px;
    background-color: #eae3d7;
    padding: 10px 20px 6px 20px;
    text-transform: uppercase;
}
.discount-form:after,
#giftcard-form:after {
    content: "";
    display: table;
    clear: both;
}
#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}
.cart .giftcard h2 {
    display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
    float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 10px 0 0;
    width: 190px;
}

.cart .giftcard p {
    margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}
.cart .giftcard .check-gc-status > span > span {
    font-size: 24px;
    text-transform: none;
}

.cart-block-continue-shopping {
    width: 100.2%;
}

.title-cart-empty {
    margin-top: 18px;
}
.cart-empty {
    font-size: 16px;
}

/* CROSS SELL */
.crosssell > h6 {
    text-transform: uppercase;
}

#crosssell-products-list > li {
    width: 175px !important;
    padding: 0;
    border: 0 none;
    padding-right: 12px;
    padding-left: 12px;
}
#crosssell-products-list .product-image {
    border: 1px solid #e2d9c8;
    margin-bottom: 15px;
}
#crosssell-products-list .product-image img {
    max-width: 148px;
}
#crosssell-products-list .button.btn-cart span > span {
    padding-left: 22%;
    padding-right: 3%;
    background-position: 6px 6px;
}
#crosssell-products-list .item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#crosssell-products-list .item .product-details {
    display: none;
    background-color: transparent;
    position: absolute;
    width: 100%;
    max-width: 148px;
    top: 0;
    left: 12px;
    /*min-height: 100%;*/
    height: 148px;
    margin: 1px;
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
#crosssell-products-list .item:hover .product-details {
    display: table;
    background-color: rgba(255, 255, 255, 0.8);
}
#crosssell-products-list .product-name {
    display: table-cell;
    width: 100%;
    height: auto;
    overflow: visible;
    vertical-align: middle;
    padding: 0 7px;
    text-align: center;
}
#crosssell-products-list .product-name span {
    display: block;
    margin-top: 15px;
    color: #f49626;
    font-size: 16px;
    background-color: transparent;
}
#crosssell-products-list .product-details a {
    font-size: 16px;
}
#crosssell-products-list .price-box {
    margin: 0 0 12px;
}

.crosssell .crosssell-direction-nav {
    position: absolute;
    top: 5px;
    right: 7px;
    width: auto;
    z-index: 1;
}
.crosssell .crosssell-direction-nav ul {
}
.crosssell .crosssell-direction-nav ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.crosssell .crosssell-direction-nav ul li a {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #f7f4ed;
    color: #693935;
}
.crosssell .crosssell-direction-nav ul li.flex-nav-prev {
}
.crosssell .crosssell-direction-nav ul li.flex-nav-next {
    margin-left: 7px;
}
.crosssell .crosssell-direction-nav ul li a {
    position: static;
    margin: 0;
    opacity: 1;
    text-align: center;
    border: 0 none;
}
.crosssell .crosssell-direction-nav ul li a.flex-prev::before {
    content: "\f104";
    font-size: 21px;
    line-height: 24px;
    margin-left: 0;
}
.crosssell .crosssell-direction-nav ul li a.flex-next::before {
    content: "\f105";
    font-size: 21px;
    line-height: 24px;
    margin-right: 0;
}
.crosssell .crosssell-direction-nav ul li a.flex-disabled {
    opacity: 0.5 !important;
}
.crosssell .flex-viewport {
    border: 1px solid #e2d9c8;
    padding-top: 10px;
    padding-bottom: 10px;
}
