
.clickable {
    cursor: pointer;
}

#checkout #step_2 {
}

.contact-form h4 {
    padding-left: 0;
}

.shipping_address .address_data {
    display: none;
}

.shipping_address .ignore:not(.important) {
    display: none;
}

#step_1 .address_box {
    border: 1px solid black;
    clear: both;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

#checkout #step_2 .address_box,
#invoice .address_box {
    margin-bottom: 20px;
}

.modal .address_box {
    border: 1px solid #333333;
    padding: 15px;
    margin-top: 10px;
    position: relative;
}

.address_box .x {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #ccc;
}

.address_boxes {
    margin: 5px;
    width: calc(50% - 10px);
}

#checkout .contact-form input.form-control[type='checkbox'],
#checkout .contact-form input.form-control[type='radio'] {
    float: left;
    height: 23px;
    margin-right: 10px;
    margin-left: 1px;
    margin-top: 0;
    width: auto;
}

#checkout #checkout_form .control-label {
    opacity: 1;
    position: relative;
    top: 0;
    bottom: 0;
    /*line-height: 1.2em;*/
    left: 0;
    right: 0;
}

.btn + .btn {
    margin: 0 10px;
}

#checkout_form a {
    color: #a99b6c !important;
}

#shop .pricing-table img {
/ / max-width: 100 px;
}

.pricing-table .border-8px {
    border-width: 3px;
}

.pricing-table .price .price {
    float: right;
    font-size: 22px !important;
}

.pricing-table .price .price2 {
    float: right;
    font-size: 20px !important;
    margin-top: -12px !important;
    margin-bottom: 5px !important;
}

.btn-add-to-cart-wrapper,
.btn-product-view-details {
    bottom: 15%;
}

.product-thumb:hover > .overlay {
    background: rgba(50, 50, 50, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.products .product,
.products .product:hover {
    border: none;
}

form.cart.add-item table td {
    vertical-align: middle;
    line-height: 45px !important;
    padding-left: 0;
}

form.cart.add-item .quantity .qty,
.product .product-summary .cart-form-wrapper form.cart.add-item .quantity .qty {
    height: 45px;
}


@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio: 0) {
    @media {
        form.cart.add-item .quantity .qty,
        .product .product-summary .cart-form-wrapper form.cart.add-item .quantity .qty {
            height: 47px;
        }
    }
}

.product .price.shop-price .amount {
    font-size: 25px !important;
}

.product .product-summary .product-title {
    line-height: 1em;
}


@media only screen and (max-width: 1200px) {
    .pricing-table img {
        max-width: 120px;
    }
}

table#cart.table tbody td > span.mobile {
    display: none;
    float: left;
}

.shop_table .product-name > a,
.shop_table .product-price > span,
.shop_table .product-quantity > span,
.shop_table .product-name > span,
.shop_table .product-subtotal > span {
    color: #000;
}

@media screen and (max-width: 767px) {
    /*#cart .cart_photo > img {*/
    /*display: none;*/
    /*}*/
    table#cart.table thead {
        display: none;
    }

    ​
    table#cart.table tbody tr {
        border-bottom: 2px solid #ddd;
    }

    ​
    table#cart.table tbody tr:not(.coupon) td {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: none;
        text-align: right;
    }

    ​
    table#cart.table tbody td.cart_name,
    table#cart.table tbody td.cart_photo {
        text-align: center;
    }

    ​
    table#cart.table tbody td .quantity {
        float: right;
        text-align: left;
    }

    ​
    table#cart.table tbody td.cart_photo > img {
        text-align: center;
        display: inline-block;
    }

    ​
    table#cart.table tbody tr:not(.coupon) td:first-child {
        float: left;
        width: 50px;
        position: absolute;
        left: 16px;
        text-align: center;
        line-height: 46px;
    }

    ​
    table#cart.table td.checkout:first-child {
        display: none;
    }

    ​
    table#cart.table tr.coupon td {
        display: none;
    }

    ​
    table#cart.table tr.coupon td:first-child {
        display: table-cell;
        width: 100%;
        position: relative;
        left: 0;
        text-align: left;
    }

    ​
    table#cart.table tbody td > span.mobile {
        display: block;
    }

    ​
    table#cart.table tfoot th {
        display: inline-block;
        float: left;
        width: 50%;
    }

    ​
    table#cart.table tfoot tr:first-child th {
        padding-top: 40px;
    }

    ​
    table#cart.table thead th:first-child,
    table#cart.table thead th:last-child {
        display: none;
    }

    ​
    table#cart.table tbody tr.empty td {
        width: 100% !important;
        display: table-cell;
        border: none !important;
        position: relative !important;
    }
}


@media only screen and (max-width: 991px) {
    #shop .product .product-thumb .thumb {
        text-align: center;
        width: 100%;
    }

    ​
    #shop .pricing-table img {
        max-width: 150px;
    }
}
