﻿.cart_block {
    float: left;
    width: 20%;
    background-color: #fff;
    padding-left: 20px;
    font-family: 'Open Sans';
}

.cart_items_block {
    float: left;
    width: 78%;
    font-family: 'Open Sans';
}

.cart_user_block {
    display: block;
    padding: 30px;
    background-color: #52575b;
    text-align: center;
}

.cart_user_hello {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.cart_user_name {
    display: block;
    margin-top: 10px;
    color: #c7a11a;
    font-size: 20px;
}

.cart_subtotal {
    display: block;
    color: #52575b;
    font-weight: bold;
    margin: 15px 0;
}

.cart_breakdown {
    background-color: #f4f3f8;
    padding: 10px;
    display: block;
}

.cart_breakdown_header {
    width: 50%;
    text-align: right;
    margin-top: 10px;
    float: left;
    font-size:15px;
}

.cart_breakdown_value {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 15px;
}

.cart_breakdown_divider {
    margin: 10px 0;
    height: 1px;
    display: block;
    background-color: #52575b;
}

.cart_breakdown_total {
    display: block;
    color: #52575b;
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
}

.checkout_btn_inactive {
    background-color: #cecece;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.cart_breakdown_checkout {
    background-color: #2ebf52;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

    .cart_breakdown_checkout:hover {
        background-color: #c7a11a;
        cursor: pointer;
    }

.cart_items_top {
    display: block;
    margin: 0 0 20px 0;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.cart_items_top_txt {
    display: inline-block;
    margin: 0 auto;
}

.cart_items_top_count {
    color: #c7a11a;
    display: inline-block;
    margin: 0 auto;
}

.cart_items_meaning {
    display: block;
    text-align: center;
    font-size: 25px;
    margin: 0 0 20px 0;
}

.cart_items_divider {
    display: block;
    height: 1px;
    background-color: #000;
    margin: 20px 0 0 0;
}

.cart_item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.cart_item_cancel:hover, .cart_item_favorite:hover {
    cursor:pointer;
}

.cart_item_block {
    float: left;
    height: 100px;
}

.cart_item_block_left {
    width: 45%;
}

.cart_item_block_right {
    width: 40%;
}

.cart_item_options {
    float: right;
}

.cart_item_divider {
    height: 100px;
    width: 1px;
    background-color: #000;
    float: left;
    margin: 0 30px;
}

.cart_item_option_image {
    float: right;
    margin-top: 10px;
}

.cart_item_image {
    float: left;
    border: 1px solid #52575b;
    width: 100px;
    height: 100px;
}

    .cart_item_image img {
        width: 100px;
        height: 100px;
    }

.cart_item_data {
    float: left;
    margin-left: 20px;
    width: 70%;
}

.cart_item_type {
    float: left;
}

.cart_item_stock {
    float: right;
    color: #c7a11a;
    font-weight: bold;
}

.cart_item_series {
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
    text-align:left;
}

.cart_item_size {
    display: block;
    margin-top: 5px;
    text-align: left;
}

.cart_item_style {
    display: block;
    margin-top: 5px;
    text-align: left;
}

.cart_item_pricing_left {
    float: left;
    width: 220px;
    font-size:15px;
    text-align:left;
}

.cart_item_pricing_right {
    float: left;
    width: 180px;
    font-size: 15px;
    text-align:left;
}

.cart_item_option_qty {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.cart_item_option_input {
    float: left;
    padding: 3px;
    border: 1px solid #c7a11a;
}

    .cart_item_option_input input {
        border: 0;
        background-color: #fff;
        width: 20px;
    }

.shipping_address {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight:600;
}

.shipping_address_data {
    display: none;
    text-align: center;
}

.shipping_address_data_block {
    display: inline-block;
    margin: 0 auto;
}

.shipping_header {
    width: 100px;
    text-align: left;
    margin-top: 22px;
    margin-left: auto;
    font-weight:600;
    float: left;
}

.shipping_input {
    margin-left: 15px;
    margin-top: 15px;
    margin-right: auto;
    float: left;
}

    .shipping_input input {
        border: 1px solid #52575b;
        line-height: 30px;
        width: 520px;
    }

    .shipping_input select {
        border: 1px solid #52575b;
        height: 30px;
    }

.place_order {
    margin: 30px auto 0 auto;
    width: 160px;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    background-color: #c7a11a;
    cursor:pointer;
}

.ship_method {
    display: none;
    margin-top: 30px;
    text-align: center;
}

.ship_method_header {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background-color: #c7a11a;
}

.ship_method_option {
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    cursor: pointer;
}

.ship_method_name {
    float: left;
}

.address_option {
    width:120px;
    text-align:center;
    display:inline-block;
    background-color:#cecece;
}

.address_option:hover {
    cursor:pointer;
}

.sample_ship_notice, .fetch_freight, .ship_to_confirm {
    display: none;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #000;
}

.sample_ship_notice div, .fetch_freight, .ship_to_confirm {
    font-family: Montserrat;
}

.popup_back {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #fff;
    opacity: 0.6;
    display:none;
}

.btn_ship_notice {
    display: inline-block;
    width: 150px;
    padding: 15px 0;
    border: 1px solid #000;
    margin: 20px auto 0 auto;
}

.btn_ship_notice:hover {
    cursor: pointer;
    background-color: #c7a11a;
    color: #fff;
}

.chevron_down, .chevron_up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    cursor:pointer;
}

.chevron_down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}

.chevron_up::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(225deg);
    left: 4px;
    top: 2px
}

.processing_back {
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    opacity: 0.6;
    display: none;
}

.processing {
    z-index: 500;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #000;
    display: none;
}

.enter_address {
    float: left;
    margin-left: 50px;
    text-align:center;
    width: 230px;
    background-color: #fff;
    border:1px solid #000;
    color: #000;
    padding: 3px 0;
}

    .enter_address:hover {
        cursor: pointer;
        background-color: #c7a11a;
        color: #fff;
    }

.residential, .checkout_type, .palletjack {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 100;
    position: absolute;
    display:none;
}

.residential_header, .checkout_type_header {
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight:600;
}

.residential_subheader {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Open Sans';
}

.residential_option_wrapper {
    display: inline-block;
    margin: 20px auto 0 auto;
    font-family: 'Montserrat';
    font-weight: 600;
}

.residential_option {
    float: left;
    padding: 20px;
    border: 1px solid #000;
    background-color: #fff;
    margin: 0 auto;
}

.checkout_type_option {
    display:block;
    text-align:center;
    font-family:Montserrat;
    font-weight: 600;
    background-color: #cecece;
    padding: 15px 0;
    color: #fff;
    margin-top: 20px;
}

    .checkout_type_option:hover {
        cursor: pointer;
        background-color: #c7a11a;
    }

.residential_option:hover {
    cursor: pointer;
    background-color: #c7a11a;
    color: #fff;
}

.calculator_wrapper {
    display: block;
    color: #fff;
    background-color: #a0a0a0;
    border-left: 1px solid #d4d4d4;
    padding: 10px;
}

.calc_header {
    display: block;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat;
}

.calc_totals {
    float: right;
    margin-top: 10px;
    color: #fff;
}

.calc_input {
    width: 40px;
    padding: 5px;
    border: 2px solid #cba828;
    margin: 5px auto 0 auto;
    background-color: #fff;
}

    .calc_input input {
        width: 40px;
        height: 20px;
        border: 0;
    }

.btn_calculate, .btn_addtocart {
    float: right;
    padding: 10px 10px 7px 10px;
    border: 1px solid #000;
    background-color: #cbcbcb;
    color: #666d73;
}

.btn_calculate {
    margin-left: 50px;
}

.btn_addtocart {
    margin-right: 10px;
}

    .btn_calculate:hover, .btn_addtocart:hover {
        cursor: pointer;
        color: #fff;
        background-color: #c7a11a;
    }

.btn_apply {
    display: block;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
    background-color: #cbcbcb;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.btn_cart, .btn_sample, .btn_cart_calc, .btn_cart_add {
    width: 40%;
    background-color: #ebebeb;
    padding: 10px;
    font-family: 'Open Sans';
}

.btn_cart {
    margin-left: 20px;
    float: left;
}

.btn_sample {
    margin-right: 20px;
    float: right;
}

    .btn_cart:hover, .btn_sample:hover, .btn_cart_calc:hover, .btn_cart_add:hover {
        color: #fff;
        background-color: #c7a11a;
        cursor: pointer;
    }

.btn_cart_selected, .btn_sample_selected {
    color: #fff;
    background-color: #c7a11a;
}

.item_order_wrapper {
    margin-top: 330px !important;
    background-color: #777;
    border: 2px solid #fff;
    width: 95%;
    margin: 0 auto;
}

.full_sample_box {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 25px;
    float: left;
}

.card_sample_box {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin-right: 25px;
    float: left;
}

.card_sample_inner_box {
    width: 8px;
    height: 8px;
    border: 3px solid #777;
    margin-left: 3px;
    margin-top: 3px;
}

.cut_sample_box {
    height: 20px;
    width: 10px;
    margin-right: 30px;
    background-color: #fff;
    margin-left: 5px;
    float: left;
}

.sample_title {
    color: #fff;
    font-size: 15px;
    width: 150px;
    float: left;
    font-weight: normal;
    margin-top:10px;
}

.sample_value_title {
    width: 35px;
    font-weight: bold;
    margin-top:10px;
}

.sample_input {
    font-size: 15px;
    border: 2px solid #c7a11a;
    background-color: #fff;
    padding: 5px 5px;
    margin-left: 10px;
    float: left;
}

    .sample_input input {
        background-color: #fff;
        border: 0;
        width: 25px;
        padding: 3px;
        float: left;
    }

.unit_cost {
    font-size: 20px;
    float: left;
    margin-left: 10px;
    width: 250px;
}

.fv_page_link {
    float: right;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    padding: 12px 10px 12px 10px;
}

    .fv_page_link:hover {
        cursor: pointer;
        background-color: #c7a11a;
    }

.fetching {
    top: 200px;
    position: fixed;
    width: 200px;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    background-color: green;
    border: 1px solid #fff;
    display: none;
    z-index: 500;
    font-family: Montserrat;
}

.fetching_back {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 400;
    display:none;
}