/* 
    Created on : 12.8.2016, 13:06:14
    Author     : Losert Jiří
*/


/*****************************
** CART PAGE
******************************/
.woocommerce-cart .entry-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
}

.cart-extra-info .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px;
}
.cart-extra-info .col-lg-4::after {
    border-right: 5px solid #f4f4f4;
    content: "";
    height: 275px;
    position: absolute;
    right: -2px;
    top: 90px;
    width: auto;
}
.cart-extra-info .col-lg-4:first-child {
    border: 0;
    padding-left: 0;
}


.cart-title-highlight,
.woocommerce-account .woocommerce h2,
.woocommerce-edit-address .woocommerce h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 45px;
    margin-top: 20px;
}
.woocommerce-order-received .cart-title-highlight {
    margin-top: 30px;
}
.cart-title-highlight::after,
.woocommerce-account .woocommerce h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #B70000;
    height: 2px;
    width: 50px;
}

.col-lg-6.col-1 {
    padding-right: 30px;
    padding-left: 0;
}
.col-lg-6.col-2 {
    padding-left: 30px;
    padding-right: 0;
}


/* Cart Table */
.shop_table {width: 100%;}

.woocommerce-cart .shop_table thead {
    display: none;
}

.woocommerce-cart .shop_table {
    border-collapse: collapse;
}
.woocommerce-cart .shop_table table,
.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
    border: 1px solid #eee;
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
    padding: 20px 0;
    text-align: center;
}

.woocommerce-cart .shop_table .product-thumbnail {
    border-left: 0;
    border-right: 0;
    padding-right: 25px;
    width: 100px;
    text-align: left;
}
.woocommerce-cart .shop_table .product-name {
    text-align: left;
    border-left: 0;
}

.woocommerce-cart .shop_table .product-subtotal {
    border-right: 0;
    position: relative;
}

.woocommerce-cart .shop_table .amount {
    font-weight: 700;
    /*font-size: 18px;*/
}

.shop_table .remove {
    position: absolute;
    bottom: 0;
    right: 0;
}

.woocommerce-cart .shop_table .product-quantity {
    width: 235px;
    padding-left: 35px;
    padding-right: 35px;
    float: right;
}

.single-product .quantity {
    width: 150px;
    margin-right: 20px;
}

.shop_table .product-quantity .input-group {
    display: block;
}

.woocommerce-cart .shop_table .product-quantity,
.single-product .quantity {
    font-size: 18px;
    font-weight: 700;
}

.shop_table .input-group-btn,
.single-product .quantity .input-group-btn {
    font-size: 10px;
    color: #aaa;
    display: block;
    width: 100%;
}

.shop_table .input-group-btn button,
.single-product .quantity .input-group-btn button {
    line-height: 10px;
}

.shop_table .input-qty,
.shop_table .input-group-btn button,
.single-product .quantity .input-qty,
.single-product .quantity .input-group-btn button {
    border: 1px solid #eee;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 20px;
}

.shop_table .input-group-btn button:hover,
.single-product .quantity button:hover {
    background: #eee;
}

.shop_table .input-qty,
.single-product .quantity .input-qty {
    height: 40px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
}

.shop_table .product-name a {
    color: #939393;
    font-style: italic;
}

.shop_table .cart-product-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 7px 0 3px;
    list-style: disc;
}
/*.shop_table .cart-product-title a {
    color: #1f1f1f;
    font-style: normal;
}

.shop_table .cart-product-title a:hover {
    color: #B70000;
}*/

.shop_table .cart-star-rating {
    margin-top: -5px;
}
/* Cart Total Table */
.cart_totals table,
.shop_attributes {
    width: 100%;
}
.cart_totals tr,
.shop_attributes tr {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.cart_totals th,
.shop_attributes th {
    color: #1f1f1f;
    font-weight: normal;
}
.cart_totals td,
.shop_attributes td {
    color: #666;
}

.cart_totals th,
.cart_totals td,
.shop_attributes th,
.shop_attributes td {
    padding: 8px 0;
}

.shop_attributes p {
    margin-bottom: 0;
}

.cart_totals tr.cart-subtotal,
.shop_attributes tr:first-child {
    border: 0;
}
.cart_totals tr.cart-subtotal th,
.cart_totals tr.cart-subtotal td {
    padding-top: 0;
}

.shop_attributes .posted_in {
    font-style: normal;
    font-family: Open Sans,​Helvetica,​Roboto,​Arial,​sans-serif;
    font-size: 15px;
}

.cart_totals tr.shipping th,
.cart_totals tr.shipping td {
    padding-bottom: 30px;
}

.cart_totals tr.order-total,
.woocommerce-checkout .shop_table .order-total {
    border: 0;
    /*background: #333;*/
    color: white;
    text-transform: uppercase;
}
.cart_totals td {
    padding-left: 10%;
}
.cart_totals tr.order-total th,
.cart_totals tr.order-total td,
.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .order-total td {
    color: white;
}
.cart_totals tr.order-total th,
.woocommerce-checkout .shop_table .order-total th {
    padding: 8px 0 8px 12px;
    font-weight: 700;
    background: #333333 none repeat scroll 0 0;
    border-radius: 3px 0 0 3px;
}
.cart_totals tr.order-total td,
.woocommerce-checkout .shop_table .order-total td{
    background: #333333 none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
}
.shipping-calcuOpen Sansr-form {
    display: block !important;
}
.cart-extra-info .form-group {
    margin-bottom: 30px;
}
.cart-extra-info .bootstrap-select .btn, .cart-extra-info .form-control {  
    font-size: 15px;  
    height: 40px;
    text-transform: capitalize;
}

/* 'Update Cart' & 'Checkout' buttons */
.cart-update-cart {
    margin-top: 40px;
    margin-bottom: 35px;
}

.wc-proceed-to-checkout{
    border-top: 1px solid #eeeeee;
    margin-top: 50px;
    padding-top: 45px;
}
.cart-extra-info {
    padding-top: 40px;
    margin-top: 10px;
    /*border-top: 1px solid #eee;*/
}

.fancy-button,
.cart-update-cart input[type="submit"],
.wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout-payment .place-order input[type="submit"],
.woocommerce-checkout .woocommerce input[type="submit"] {
    background: #B70000;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 900;
    -webkit-user-select: none;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    transition: 250ms opacity;
}

.single_add_to_cart_button.button.alt.fancy-button.left.green {
    background: #AACB00;
}

.fancy-button-blk {
    background: #444;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 900;
    -webkit-user-select: none;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    transition: 250ms opacity;
}
.fancy-button-blk:hover, .fancy-button-blk:focus {
    background: rgba(0,0,0,0.8);
}
.wc-proceed-to-checkout .checkout-button i {
    margin-right: 10px;
}

.fancy-button:hover,
.fancy-button:focus,
.cart-update-cart input[type="submit"]:hover,
.cart-update-cart input[type="submit"]:focus,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout-payment .place-order input[type="submit"]:hover,
.woocommerce-checkout-payment .place-order input[type="submit"]:focus,
.woocommerce-checkout .woocommerce input[type="submit"]:hover,
.woocommerce-checkout .woocommerce input[type="submit"]:focus {
    opacity: 0.8;
}



/*****************************
** CHECKOUT
******************************/
form.woocommerce-checkout {
    /*margin-top: 50px;*/
}
.woocommerce-checkout-review-order {
    margin-top: 50px;
}
.woocommerce-checkout .shop_table {
    width: 100%;
    color: #222;
}

.woocommerce-checkout .shop_table thead th {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.woocommerce-checkout .shop_table tbody {
    color: #999;
    padding-top: 20px;
}

.woocommerce-checkout .shop_table tbody .product-name {font-weight: 700;}

.woocommerce-checkout .shop_table tbody td {padding: 3px 0;}
.woocommerce-checkout .shop_table tbody tr:first-child td {padding-top: 20px;}
.woocommerce-checkout .shop_table tbody tr:last-child td {padding-bottom: 20px;}

.woocommerce-order-received .shop_table tbody tr:first-child td,
.woocommerce-order-received .shop_table tbody tr:last-child td {padding: 0;}


.woocommerce-checkout .shop_table tfoot tr {
    border-top: 1px solid #eee;
}
.woocommerce-checkout .shop_table tfoot th,
.woocommerce-checkout .shop_table tfoot td {
    padding: 8px 0;
}
.woocommerce-checkout .shop_table tfoot .shipping td,
.woocommerce-checkout .shop_table tfoot .shipping th {
    padding-bottom: 30px;
}

.woocommerce-checkout-review-order h4 {margin-bottom: 40px;}
.woocommerce-checkout-payment-inner {position: relative;}

.woocommerce-checkout-payment li {margin-bottom: 20px;}
.woocommerce-checkout-payment label {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 14px;
}
.woocommerce-checkout-payment .payment_box {
    margin-left: 30px;
    color: #999;
}
.woocommerce-checkout-payment .payment_box p {margin: 0;}


.woocommerce-checkout-review-order .border, .col2-set .border {
    padding-left: 30px;
    padding-right: 30px;
}
.woocommerce-checkout-review-order .border::before, .col2-set .border::before {
    border-left: 5px solid #f4f4f4;
    content: "";
    height: 85%;
    position: absolute;
    left: -2px;
    top: 90px;
    width: auto;
}

.form-row-first,
.form-row-last {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.form-row-first {
    padding: 0;
    padding-right: 15px;
}

.woocommerce-checkout .create-account {
    overflow: hidden;
}
.woocommerce-checkout .create-account input {
    float: left;
    margin-right: 14px;
    margin-top: 6px;
}
.woocommerce-checkout .create-account label {
    margin: 0 0 5px;
    cursor: pointer;
}

#ship-to-different-address label {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}

.woocommerce-checkout form.login  input[type="submit"] {
    margin-right: 20px;
    min-width: 140px;
}

.woocommerce-checkout .lost_password {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.woocommerce-order-received table.order_details {
    margin-bottom: 50px;
}

.woocommerce-checkout .shop_table tbody tr:first-child td
.woocommerce-order-received .shop_table tbody tr td {
    padding: 0;
}

.woocommerce-account .my_account_orders {
    margin-bottom: 50px;
}

.woocommerce-account .woocommerce table {color: #666}
.woocommerce-account .woocommerce thead th,
.woocommerce-account .woocommerce thead td {
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #222;
}

.woocommerce-account .woocommerce tbody th,
.woocommerce-account .woocommerce tbody td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}





/*****************************
** FORM ELEMENTS ON CART, CHECKOUT
******************************/
.shipping-calcuOpen Sansr-form p {
    margin-bottom: 0;
}

.woocommerce-checkout .select2-container .select2-choice,
.woocommerce-account .select2-container .select2-choice {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: #ebebeb;
    margin-bottom: 15px;
}

form .required {
    color: red;
}

.woocommerce-checkout .woocommerce label,
.woocommerce-account .woocommerce label,
.single-product .variations label {
    font-weight: 700;
    color: #222;
}

.cart-extra-info input[type="text"],
.cart-extra-info select,
.single-product .variations select,
.woocommerce-checkout select,
.woocommerce-checkout .woocommerce input[type="text"],
.woocommerce-checkout .woocommerce input[type="email"],
.woocommerce-checkout .woocommerce input[type="tel"],
.woocommerce-checkout .woocommerce input[type="password"],
.woocommerce-checkout .woocommerce textarea,
.woocommerce-account .woocommerce input[type="text"],
.woocommerce-account .woocommerce input[type="email"],
.woocommerce-account .woocommerce input[type="tel"],
.woocommerce-account .woocommerce input[type="password"] {
    border: 1px solid #ebebeb;
    color: #666;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}


.single-product .variations td {
    padding-bottom: 20px;
}
.single-product .variations .label {
    text-transform: uppercase;
    width: 80px;
    margin: 0;
    vertical-align: top;
    padding-top: 6px;
}

.single-product .variations select {
    margin: 0;
    float: left;
}

.single-product .variations .reset_variations {
    display: inline-block;
    float: left;
}

.cart-extra-info input[type="text"]:focus,
.woocommerce-checkout .woocommerce input[type="text"]:focus,
.woocommerce-checkout .woocommerce input[type="email"]:focus,
.woocommerce-checkout .woocommerce input[type="tel"]:focus,
.woocommerce-checkout .woocommerce input[type="password"]:focus,
.woocommerce-account .woocommerce input[type="text"]:focus,
.woocommerce-account .woocommerce input[type="email"]:focus,
.woocommerce-account .woocommerce input[type="tel"]:focus,
.woocommerce-account .woocommerce input[type="password"]:focus {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.cart-extra-info input[type="submit"] {
    text-transform: uppercase;
    color: white;
    min-width: 130px;
    background: #333;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    border: 0;
}

.cart-extra-info input[type="submit"]:hover,
.cart-extra-info button:hover,
.cart-extra-info input[type="submit"]:active,
.cart-extra-info button:active {
    opacity: 0.8;
}

.cart-coupons #coupon_code {
    margin-bottom: 20px;
}





