/* Genesis Sample WooCommerce
Loaded on WooCommerce pages */
/* WooCommerce Globals
---------------------------------------------------------------------------- */
.entry.product {
    padding: 0;
}

.woocommerce abbr.required, .woocommerce ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 0 0 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title_main {
    display: block;
}

.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product .price {
    display: none;
}

.woocommerce ul.products li.product a img {
    border-radius: 8px;
}

.woocommerce span.onsale {
    background-color: #0073e5;
    border-radius: 0;
    line-height: 1.75;
    min-height: auto;
}

.woocommerce fieldset {
    margin-bottom: 20px;
}

.woocommerce .products .star-rating {
    padding: 10px;
}

.woocommerce p.stars a, .woocommerce p.stars a:focus, .woocommerce p.stars a:hover {
    outline: 0;
}

.woocommerce .woocommerce-LoopProduct-link {
    display: block;
    flex-shrink: 0;
    /* IE 11 height fix */
}

/* WooCommerce Blocks
---------------------------------------------------------------------------- */
ul.wc-block-grid__products {
    padding-left: 0;
}

ul.wc-block-grid__products > li {
    list-style-type: none;
}

/* WooCommerce Product Gallery
---------------------------------------------------------------------------- */
.woocommerce .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce .woocommerce-product-gallery__trigger {
    border-width: 0;
}

.woocommerce .woocommerce-product-gallery {
    overflow: hidden;
}

.woocommerce .woocommerce-product-gallery .flex-control-nav {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* WooCommerce Shop Page
---------------------------------------------------------------------------- */
.woocommerce-page .content-sidebar-wrap {
    padding: 70px 0;
}

.woocommerce .content .entry {
    border-bottom: 0;
}

.woocommerce .content .entry::after, .woocommerce .content .entry::before, .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce ul.products .product::after, .woocommerce ul.products .product::before {
    display: none;
}

.woocommerce a.added_to_cart {
    line-height: 1;
}

.woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after, .woocommerce #respond input#submit.loading::after {
    top: 1em;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-right: 0;
    width: 100%;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .price .from {
    color: #000;
}

.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product .price {
    color: #0073e5;
}

/* MS Edge Bug Fix */
.woocommerce ul.products li.product a {
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}

.woocommerce nav.woocommerce-pagination {
    clear: both;
    margin: 40px 0;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin-left: 2px;
    margin-right: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    padding: 8px 12px;
    text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #333;
    color: #fff;
}

/* WooCommerce Product
---------------------------------------------------------------------------- */
.woocommerce div.product div.images img {
    border: 1px solid #9D9D9C;
    border-radius: 8px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li {
    padding: 10px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav li img {
    border: 1px solid #9D9D9C;
}

.woocommerce ul.products li.product {
    align-items: self-start;
    display: block;
    justify-content: space-between;
    padding: 17.5px;
    margin: 0;
    width: 25%;
}

.woocommerce div.product .product-title {
    padding-bottom: 30px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #333;
    line-height: 1.0;
    font-size: 35px;
    margin: 0 0 50px;
}

.woocommerce div.product p.price .woocommerce-Price-amount, .woocommerce div.product span.price .woocommerce-Price-amount {
    color: #e53322;
    font-weight: bold;
}

.woocommerce div.product form.cart .variations {
    table-layout: fixed;
}

.woocommerce .woocommerce-variation-price {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .cart-quantity-label:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    clear: both;
    margin-bottom: 15px;
}

/* WooCommerce Product Tabs
---------------------------------------------------------------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 1px solid #eee;
    background-color: #fff;
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 0.5em 1em;
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #0073e5;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    content: "\f147";
    display: block;
    float: right;
    font-family: dashicons;
    /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
}

/* WooCommerce Checkout
---------------------------------------------------------------------------- */
.woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
    list-style-type: none;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text, .woocommerce-checkout table.cart td.actions .coupon input.input-text, #add_payment_method table.cart td.actions .coupon input.input-text {
    width: auto;
}

.woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
    margin-bottom: 0;
    padding: 40px 0 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    margin-top: 20px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 10px;
}

/* WooCommerce Cart Page
---------------------------------------------------------------------------- */
.woocommerce table.shop_table, .woocommerce table.shop_table td, .woocommerce table.shop_table tbody, .woocommerce table.shop_table tfoot, .woocommerce table.shop_table tr {
    border: 0;
    border-radius: 0;
    line-height: 1.4;
    word-break: normal;
    padding: 0 0 10px;
    display: block;
    overflow: hidden;
    width: 100%;
}

.woocommerce.woocommerce-cart table.shop_table {
    padding: 0;
}

.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals, .woocommerce-checkout table.shop_table tr.order-total {
    border-top: 1px solid #9D9D9C;
    padding-top: 40px;
    margin-top: 15px;
}

.woocommerce-checkout table.shop_table tr.order-total .column:first-child {
    font-weight: bold;
}

.woocommerce-checkout table.shop_table tr.order-total .column:last-child * {
    color: #e53322;
    font-size: 24px;
}

.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #9D9D9C;
    margin-bottom: 15px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: 0;
}

.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals > td > span, .woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals ul#shipping_method {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    text-align: left !important;
}

.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals ul#shipping_method {
    text-align: right;
    /* text-transform:uppercase; */
    font-weight: normal;
}

.woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals ul#shipping_method li {
    padding: 0;
    margin-bottom: 0;
}

.woocommerce-checkout table.shop_table td .column {
    float: left;
    width: 60%;
}

.woocommerce-checkout table.shop_table td .column:last-child {
    width: 40%;
    text-align: right;
}

.woocommerce-cart .woocommerce-cart-form {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #848c92;
    margin-bottom: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
    float: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.button.alt {
    margin: 20px 0 0;
}

.woocommerce-cart table.cart {
    line-height: 1.75;
    border: 0;
}

.woocommerce-cart button[name="update_cart"] {
    /* position:absolute; */
    /* left:0; */
    /* bottom:0; */
}

.woocommerce-cart button[name="update_cart"]:disabled {
    display: none;
}

.woocommerce-cart .product-remove a {
    color: #8C97A1;
    font-weight: normal;
}

.woocommerce-cart .product-remove a:hover, .woocommerce-cart .product-remove a:focus {
    text-decoration: underline;
    color: #e53322;
}

.woocommerce-cart table.cart .column {
    width: 20%;
    float: left;
    padding: 17.5px 35px 17.5px 0;
}

.woocommerce-cart table.cart .column:last-child {
    width: 80%;
    padding-right: 0;
}

.woocommerce-cart table.cart .inner-column {
    width: 70%;
    float: left;
}

.woocommerce-cart table.cart .inner-column:last-child {
    text-align: right;
    width: 30%;
}

.woocommerce-cart table.cart .column img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #6c757d;
}

.woocommerce-cart table.cart .product-subtotal, .woocommerce-cart table.cart .product-name {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.tm-cart-edit-options {
    display: none;
}

.tc-epo-metadata {
    font-size: 18px;
    margin: 5px 0 0;
}

.tc-epo-metadata * {
    font-size: 18px;
}

.tc-epo-metadata dt, .tc-epo-metadata dd {
    display: inline-block;
    font-style: italic;
    margin: 0;
}

.woocommerce-cart table.cart .product-subtotal {
    font-weight: bold;
}

.woocommerce-cart table.cart label {
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
}

.woocommerce-cart table.cart td {
    padding: 0;
    border: 0;
}

.woocommerce table.shop_table .order-number {
    min-width: 75px;
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 56px;
}

.woocommerce-cart table.cart th.product-name {
    min-width: 140px;
}

.woocommerce-cart table.cart th.product-price, .woocommerce-cart table.cart th.product-quantity, .woocommerce-cart table.cart th.product-subtotal, .woocommerce-checkout-review-order-table th.product-total {
    min-width: 110px;
}

.woocommerce table.shop_table td.actions {
    padding-top: 5px;
    padding-bottom: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 18px;
}

.woocommerce-cart td.product-name dl.variation dd {
    margin-left: 20px;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
    vertical-align: middle;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals table, .woocommerce .cart-collaterals table tr, .woocommerce .cart-collaterals td, .woocommerce .cart-collaterals th {
    border: 0;
    padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    padding: 10px 0;
}

.woocommerce .cart-collaterals .cart_totals td {
    text-align: right;
}

.woocommerce .cart-collaterals .woocommerce-shipping-totals {
    /* border-top:1px solid #838c91; */
    border-bottom: 1px solid #838c91;
    display: block;
    margin: 0px 0 20px;
    padding: 0px 0 20px;
}

.woocommerce .cart-collaterals .woocommerce-shipping-totals td {
    display: block;
    text-align: left;
}

.woocommerce ul#shipping_method {
    margin-top: 0;
    display: block;
    overflow: hidden;
    float: right;
    width: 50%;
    text-align: right;
    font-size: 28px;
    line-height: 1.4;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    display: block;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator {
    /* display: none; */
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row .select2-container, 
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row.woocommerce-validated input.input-text, 
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row.woocommerce-validated select, 
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row.woocommerce-validated .select2-container {
    border:1px solid #ddd;
    border-radius:200px;
}

.woocommerce .woocommerce-shipping-calculator .form-row:not(#calc_shipping_country_field) {
    display:none;
}

/* WooCommerce Payment
---------------------------------------------------------------------------- */
.woocommerce-cart #payment, .woocommerce-checkout #payment, #add_payment_method #payment {
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 30px;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
    background-color: #eee;
}

.woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before, #add_payment_method #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods::before {
    content: "Payment Method";
    display: block;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 40px;
}

.woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, #add_payment_method #payment ul.payment_methods {
    border-color: #eee;
    border: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    width: 48%;
    float: left;
}

.woocommerce-checkout #payment div.form-row {
    float: right;
    width: 48%;
}

.woocommerce-checkout #payment {
    background-color: transparent;
    padding: 40px 0;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    display: none;
}

/* WooCommerce Order Details
---------------------------------------------------------------------------- */
.woocommerce-order-received .woocommerce ul.order_details {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce-order-received .woocommerce ul.order_details li, .woocommerce-order-received .woocommerce ul.order_details li strong {
    font-size: 24px;
    text-transform: capitalize;
    border: 0;
    line-height: 1.4;
}

.woocommerce-order-received .woocommerce ul.order_details li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #9D9D9C;
    padding: 10px 0;
}

.woocommerce-order-received .woocommerce ul.order_details li.total strong {
    color: #e53322;
}

.woocommerce-order-received .woocommerce ul.order_details li strong {
    width: auto;
    display: inline-block;
    text-align: right;
    float: right;
}

.woocommerce-order-received .woocommerce ul.order_details li:before {
    display: none;
}

.woocommerce-order-received .woocommerce-order-details {
    margin-top: 40px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody, .woocommerce-order-received .woocommerce table.shop_table tfoot, .woocommerce-order-received .woocommerce table.shop_table th, .woocommerce-order-received .woocommerce table.shop_table td, .woocommerce-order-received .woocommerce table.shop_table tr {
    display: inline-block;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
}

.woocommerce-order-received .woocommerce .woocommerce-order-details__title {
    font-weight: bold;
}

.woocommerce-order-received .woocommerce table.shop_table tr {
    width: 100%;
    display: block;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr {
    border-bottom: 1px solid #9D9D9C;
    padding: 10px 0;
    margin: 0 0;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td {
    width: 100%;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #9D9D9C;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot th, .woocommerce-order-received .woocommerce table.shop_table td {
    width: 50%;
    float: left;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td {
    text-align: right;
}

/* WooCommerce Forms
---------------------------------------------------------------------------- */
.woocommerce button.button:disabled[disabled], .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button[type="submit"], .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt {
    background-color: #e53322;
    border: 0;
    border-radius: 200px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

.woocommerce button.button:disabled[disabled] {
    padding: 14px 20px !important;
}

.woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover, .woocommerce button.button:focus, .woocommerce button.button:hover, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce input.button:focus, .woocommerce input.button:hover, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input[type="submit"]:focus, .woocommerce input[type="submit"]:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover {
    color: #fff;
    background: rgba(229, 51, 34,.8);
}

.woocommerce #reviews #comment {
    height: 150px;
}

.woocommerce .quantity .qty {
    font-size: 20px;
    line-height: 1.5;
    margin-right: 5px;
    padding: 12px 5px;
    width: 87px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    line-height: 1.5;
    padding: 8px 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce #reviews #comments .star-rating, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, #add_payment_method table.cart td.actions .coupon .input-text {
    border-color: #eee;
    padding: 5px 20px;
    width: 150px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce form .form-row .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select, .woocommerce form .form-row.woocommerce-validated .select2-container {
    border-color: #eee;
    border-radius: 0;
}

.woocommerce-cart table.cart input, .woocommerce-checkout table.cart input, #add_payment_method table.cart input {
    vertical-align: top;
}

.woocommerce .coupon {
    line-height: 1;
}

.woocommerce .coupon .input-text {
    height: 48px;
}

.woocommerce input.button, .woocommerce input.button[type="submit"], .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
}

/* WooCommerce Disabled Buttons
---------------------------------------------------------------------------- */
.woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled] {
    background-color: #000;
    color: #fff;
    padding: 16px 24px;
}

.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover {
    background-color: #eee;
    color: #000;
}

/* WooCommerce Account Page
---------------------------------------------------------------------------- */
.woocommerce-account .woocommerce-Address-title h3 {
    font-size: 26px;
}

.woocommerce-account .woocommerce-Address {
    margin-bottom: 20px;
}

.woocommerce-account table.order_details th.product-total {
    min-width: 110px;
}

.woocommerce-MyAccount-navigation {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
    margin-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    line-height: 1.2;
    list-style-type: none;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
    color: #333;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-right: 0;
    width: 100%;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul, .sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation ul {
    text-align: center;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation li, .sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation li {
    display: inline-block;
    margin: 0 10px;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-content, .sidebar-content.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce table.my_account_orders .button {
    margin: 5px;
}

/* WooCommerce Breadcrumb
---------------------------------------------------------------------------- */
.woocommerce .woocommerce-breadcrumb {
    font-size: 18px;
    margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
    color: #000;
}

.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:focus, .woocommerce .woocommerce-breadcrumb a:hover {
    color: #0073e5;
}

/* WooCommerce Reviews
---------------------------------------------------------------------------- */
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    background: transparent;
    border: 0;
    margin: 0 16px 24px 0;
    padding: 0;
    position: relative;
    width: 60px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-color: #eee;
    border-radius: 0;
    margin-left: 80px;
}

.woocommerce .entry-content #reviews ol > li {
    list-style-type: none;
}

/* WooCommerce Misc
---------------------------------------------------------------------------- */
.entry-content ul.woocommerce-error {
    padding: 10px 70px 20px;
    margin-left: 0;
}

.entry-content .woocommerce-error li {
    padding: 5px 0;
    margin: 0;
}

.entry-content .woocommerce-error li:before {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #e53322;
    border-top-color: #e53322;
    color: #fff;
    line-height: 1.0;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    clear: both;
    margin-bottom: 20px !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #fff;
}

div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
    width: 48%;
}

.woocommerce-message a {
    color: #fff;
}

.woocommerce-message .button.wc-forward {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    float: none;
    text-align: left;
}

.woocommerce-message .button.wc-forward:hover, .woocommerce-message .button.wc-forward:focus {
    text-decoration: underline;
}

/* WooCommerce Widgets
---------------------------------------------------------------------------- */
/* Woo Search
-------------------------------------------------- */
.woocommerce-product-search {
    overflow: hidden;
    width: 100%;
}

.woocommerce-product-search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Woo Shopping Cart
-------------------------------------------------- */
.woocommerce .widget_shopping_cart ul.cart_list li, .woocommerce.widget_shopping_cart ul.cart_list li {
    padding-top: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 15px;
}

.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #eee;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-bottom: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty, .woocommerce.widget_shopping_cart .cart_list li.empty {
    padding-left: 0;
}

/* Woo Product Lists
-------------------------------------------------- */
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
}

.sidebar ul.product_list_widget li {
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 15px 0 0;
}

.sidebar ul.product_list_widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
}

/* Woo Filter
-------------------------------------------------- */
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #eee;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle, .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #0073e5;
}

.woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a::before, .woocommerce .widget_rating_filter ul li.chosen a::before {
    color: #0073e5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.28em;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce.widget_price_filter .price_slider_amount .button {
    font-size: 16px;
}

/* Woo Active Filters
--------------------------------------------- */
.woocommerce.widget_layered_nav_filters ul li {
    margin: 0 20px 20px 0;
}

/* Woo Recent Reviews
-------------------------------------------------- */
.woocommerce.widget_recent_reviews .reviewer {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 840px) {
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display:none;
    }

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce-cart table.cart .inner-column:last-child, .woocommerce-order-received .woocommerce table.shop_table tfoot td, .woocommerce-order-received .woocommerce table.shop_table tfoot th, .woocommerce-order-received .woocommerce table.shop_table td, .woocommerce ul#shipping_method .amount, .woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals ul#shipping_method, .woocommerce-checkout table.shop_table td .column:last-child, .woocommerce-checkout table.shop_table td .column, .woocommerce-cart table.cart .column:last-child, .woocommerce-cart table.cart .column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        font-size: 18px;
    }

    .woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals ul#shipping_method, .woocommerce ul#shipping_method, .woocommerce-order-received .woocommerce ul.order_details li strong , .woocommerce-order-received .woocommerce ul.order_details li, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .woocommerce-shipping-totals .heading-s02 {
        text-align: left;
        display: block;
        float: none;
        font-size: 18px;
        width: 100%;
    }

    .woocommerce-order-received .woocommerce ul.order_details li strong , .woocommerce-order-received .woocommerce ul.order_details li {
        padding: 5px 0;
    }

    .woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals ul#shipping_method, .woocommerce ul#shipping_method {
        padding: 10px 0 0;
    }

    .woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals span, .woocommerce-checkout table.shop_table tr.woocommerce-shipping-totals ul#shipping_method {
        display: inline-block;
        float: left;
        width: auto;
        font-size: 18px;
    }

    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td, .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
        text-align: left !important;
    }

    .woocommerce-cart .wc-proceed-to-checkout {
        float: left;
    }

    .woocommerce-checkout .col2-set .col-2, .woocommerce-page-checkout .col2-set .col-2 {
        margin-top: 20px;
    }

    .woocommerce-checkout #payment div.form-row, .woocommerce-checkout #payment ul.payment_methods {
        width: 100%;
        float: none;
    }

    .woocommerce-checkout #payment ul.payment_methods::before {
        padding-bottom: 20px;
    }

    .woocommerce-checkout #payment {
        padding-bottom: 0;
    }

    .woocommerce-order-received .woocommerce table.shop_table tfoot {
        padding: 0;
    }
    .woocommerce-tabs .wpb_column {
        padding-bottom:30px !important;
    }
    .woocommerce-tabs .wpb_column:last-child {
        padding-bottom:0 !important;
    }
}

@media only screen and (min-width: 600px) {
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce #reviews #comments .star-rating {
        float: left;
        width: 47%;
    }

    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
        float: right;
        width: 47%;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        margin-right: auto;
        width: auto;
    }

    .woocommerce input.button, .woocommerce input.button[type="submit"], .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: auto !important;
    }

    .woocommerce-message .button.wc-forward {
        margin-bottom: 0;
        width: auto;
        padding: 0;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 860px) {
    .full-width-content .woocommerce ul.products .full-width-content.woocommerce ul.products {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 960px) {
    .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0 0 0 1em;
    }

    .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
        background-color: #f5f5f5;
        display: inline-block;
        margin: 0 -5px;
    }

    .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background-color: #fff;
        border-bottom: 1px solid #fff;
    }

    .full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
        display: none;
    }
}

@media only screen and (min-width: 1140px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0 0 0 1em;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        background-color: #f5f5f5;
        display: inline-block;
        margin: 0 -5px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background-color: #fff;
        border-bottom: 1px solid #fff;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
        display: none;
    }
}

@media only screen and (min-width: 1140px) {
    .content-sidebar .woocommerce ul.products, .sidebar-content .woocommerce ul.products, .content-sidebar.woocommerce ul.products, .sidebar-content.woocommerce ul.products {
        justify-content: flex-start;
    }
}


.woocommerce-tabs .vc_column-inner > .wpb_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

.woocommerce-tabs .vc_column-inner > .wpb_wrapper .product-blocks {
    padding: 32px;
    background-color: #F0F0F0;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    margin-bottom: 17.5px;
}

@media (min-width: 960px) {
.woocommerce-tabs .vc_column-inner > .wpb_wrapper .product-blocks:last-child {
    margin-bottom: 0;
}
}

.quantity-form-wrap .minus, .quantity-form-wrap .plus {
    border-radius: 50%;
    height: 44px;
    width: 44px;
    border: solid 1px #6c757d;
    background-color: transparent;
    color: transparent;
    line-height: 0;
    padding: 0;
    position: relative;
}

div.quantity-form-wrap .minus:before, div.quantity-form-wrap .plus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    border-top: 1px solid;
    margin-top: -0.5px;
    margin-left: -7.5px;
    color: #333;
}

div.quantity-form-wrap .plus:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 15px;
    border-left: 1px solid;
    margin-top: -7.5px;
    margin-left: -0.5px;
    color: #333;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
}

.woocommerce div.quantity-form-wrap .quantity .qty {
    border-radius: 25px;
    height: 44px;
    width: 88px;
    margin: 0 14px;
    border: solid 1px #6c757d;
    padding: 0px;
    line-height: 1.0;
    text-align: center;
    -webkit-appearance: none;
}

div.quantity-form-wrap button, div.quantity-form-wrap .quantity {
    float: left;
}

div.quantity-form-wrap {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.woocommerce-cart .quantity-form-wrap {
    margin-bottom: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}