/*****************************************************/
/******** WOO CART / CHECKOUT / ACCOUNT PAGES ********/
/*****************************************************/

/*** MAIN FORMS BACKGROUND COLOR ***/
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment,
#customer_details, 
h3#order_review_heading,
form.woocommerce-EditAccountForm.edit-account {
    border: 0 !important; /* you can add a border if you prefer */
    background: rgb(0, 0, 0, 0.3); /* this is the main background color for all forms */
}
/*** FORM AND OTHER PADDING ***/
#customer_details,
form.woocommerce-EditAccountForm.edit-account,
h3#order_review_heading {
    padding: 30px 20px;
}
/*** ADJUST FORM ROUNDED EDGES ***/
#customer_details {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.woocommerce-checkout-review-order table.shop_table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*** THIS COMPENSATES FOR FIELDS NOT ALIGNING ***/
h3#ship-to-different-address {
    margin-top: -3px; 
}
/*** ALL WOO BUTTONS ***/
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt,
.woocommerce a.button, 
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button {
    text-transform: capitalize !important;
    border: 2px solid #f36100;
    background:  #f36100 !important;
    color: #fff !important;
} 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover,
.woocommerce a.button:hover, 
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
    background: rgba(243, 97, 0, 0.8) !important;
    color: #fff !important;
}
/*** PAYMENT BOX ON CHECKOUT ***/
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    background-color: #f36100;
    color: #fff;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #f36100;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
}
/*** BORDERS AND TABLES ***/
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    border: 0;
}
.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th, 
.woocommerce-checkout #main-content .cart-subtotal td {
    border-top: 1px solid #fff;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
}
.woocommerce-checkout #content-area table th,
.woocommerce-checkout #content-area table td {
    padding-left: 20px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    font-size: 16px;
}
/*** COUPON / EXISTING ACCOUNT / ERROR BOXES BACKGROUND COLOR ***/
.woocommerce-message, 
.woocommerce-error, 
.woocommerce-info {
    background: rgba(0,0,0, 0.5) !important;
    color: #fff;
    border-top-color: #f36100;
}
/*** ORDER NOTES ON CHECKOUT ***/
.woocommerce-checkout .woocommerce form .form-row textarea {
    height: 150px; /* height of optional notes box */
}
/*** STATE DROPDOWN SELECT COLOR ***/
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #f36100;
}
/*** QUANTITY BOX ***/
.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty {
    color: #fff !important;
    background: rgba(0,0,0, 0.5) !important;
    height: 37px; /* you may need to change this based on your font size */
    border-width: 1.5px;
    padding-left: 2px;
    border-radius: 5px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 150px;
}

/*other customization*/
/*wc single product page*/
.single-product div.product {
    margin: 50px 0;
}
.single-product div.product div.images {
    width: 35%;
}
.single-product div.product div.images.woocommerce-product-gallery {
    text-align: center;
}
.single-product div.product div.images.woocommerce-product-gallery a {
    display: inline-block;
    text-align: center;
}
.single-product div.product div.summary {
    width: 60%;
}
.single-product div.product p.price, .woocommerce div.product span.price {
    color: #fff;
    opacity: 1;
    font-size: 30px;
    margin: 30px 0;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
    border: none;
    color: #555;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #555;
}
.woocommerce .related.products .product-features h5 {
    display: none;
}
.single-product .related.products .product-features {
    height: 172px;
}

/*wc cart page*/
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    height: 50px;
    width: auto;
}
.woocommerce table.shop_table td.product-name a,
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-name:before,
.woocommerce table.shop_table td.product-subtotal:before,
.woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce table.shop_table tr.order-total td {
    color: #ABABAB;
}
.woocommerce table.shop_table tr.cart_item:hover td.product-name a {
    opacity: 1;
}
.woocommerce .return-to-shop {
    opacity: 1;
}

/*wc checkout page*/
.woocommerce-checkout .col2-set .col-1 {
    flex: unset;
    max-width: unset;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.woocommerce-checkout .col2-set .col-2 {
    display: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper form .form-row {
    margin-bottom: 10px;
}
.woocommerce form .form-row label {
    margin-bottom: 0.2rem;
    /*width: 40%;*/
}
.woocommerce-checkout form span.woocommerce-input-wrapper {
    width: 60%;
    margin-left: auto;
}
.woocommerce-billing-fields__field-wrapper .form-row-first .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .form-row-last .woocommerce-input-wrapper {
    width: 100%
}
.woocommerce-checkout form .form-row input.input-text, 
.woocommerce-checkout form .form-row textarea {
    width: 100%;
    padding: 3px 6px;
    line-height: 30px;
}
.woocommerce-checkout form .form-row textarea {
    line-height: 20px;
}
.woocommerce-checkout #order_review_heading {
    margin-bottom: 0;
    margin-top: 20px;
}

/*wc my-acoount page*/
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
    margin-bottom: 10px;
    background: #333;
    border-radius: 3px;
    width: 80%;
    transition: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: #f36100;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 5px 15px;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    background: rgba(0,0,0, 0.3);
    padding: 10px 20px;
}
.woocommerce-account .woocommerce-Addresses .col-1.woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .col-2.woocommerce-Address {
    flex: unset;
    max-width: unset;
}
.woocommerce-account .addresses .title h3 {
    font-size: 1.3rem;
    width: 100%;
}
.woocommerce-account .form-row .input-text {
    padding: 6px 12px;
}
.woocommerce-account .woocommerce-EditAccountForm p {
    opacity: 1 !important;
    padding: 3px !important;
}




/*-------------------------------
my custom woocommerce style
-------------------------------*/
.woocommerce-page .content-area {
    margin: 70px 0 50px;
}

/*product shop and single-product page style*/
.woocommerce .wraper-area:before,
.single-product .wraper-area:before {
    display: none;
}
/*.woocommerce #sidebar {
    display: none;
}*/
.woocommerce .woocommerce-products-header {
    text-align: center;
    margin: 10px 0 30px;
}
.woocommerce select.orderby {
    padding: 10px 20px;
    border-radius: 5px;
}
.woocommerce .single-pricing-plan,
.single-product .single-pricing-plan {
    box-shadow: 0 0 10px #233a75;
}
.woocommerce .single-pricing-plan a.woocommerce-LoopProduct-link {
    margin-top: unset;
    display: block;
    padding: unset;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    background: none;
}
.woocommerce ul.products,
.single-product ul.products {
    margin: 0;
    padding-top: 50px;
}
.woocommerce ul.products li.product a img,
.single-product ul.products li.product a img {
    display: block;
    height: 80px;
    width: auto;
    margin: unset;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce ul.products li.product strong,
.single-product ul.products li.product strong {
    display: inline-block;
}
.woocommerce .woocommerce-loop-product__title,
.single-product .woocommerce-loop-product__title {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 28px !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}
.woocommerce ul.products li.product .price,
.single-product ul.products li.product .price {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce ul.products li.product .price span {
    display: inline-block;
    margin-top: 0;
    font-size: 60px;
    color: #f36100;
    font-weight: 600;
}
.woocommerce .products .product-features {
    margin-bottom: 40px;    
    text-align: center;
}
.woocommerce #review_form #respond p {
    opacity: 1;
}
/* .woocommerce a.added_to_cart {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
} */
.woocommerce .product a.button.add_to_cart_button {
    margin: 0 !important;
    font-size: 14px;
    padding: 17px 30px 16px;
    line-height: normal;
    letter-spacing: 1px;
    border: none !important;
    border-radius: 0 !important;
    background: #333 !important;
}
.woocommerce .product .ps-item:hover a.button.add_to_cart_button,
.woocommerce .product .ps-item:hover a.added_to_cart {
    color: #fff;
    background: #f36100 !important;
}
.woocommerce-pagination ul.page-numbers {
    border: none !important;
}
.woocommerce-pagination ul.page-numbers li {
    border: none !important;
    margin: 0 3px !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
    display: block;
    padding: 12px 20px;
    color: #fff;
    background: #f36100;
    border-radius: 5px;
    border: none !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    color: #000;
}

/* wc cart and checkout page */
.woocommerce table.shop_table,
.woocommerce-customer-details address {
    margin-top: 15px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table .woocommerce-Price-amount,
.woocommerce .shop_table tfoot td,
.woocommerce .cart_totals h2,
.woocommerce .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-MyAccount-content table td,
.woocommerce table.shop_table tr.cart_item td.product-name,
.woocommerce-checkout #order_review_heading,
.woocommerce-billing-fields h3 {
    color: #efefef !important;
}

.woocommerce .shop_table .product-quantity,
.woocommerce-customer-details address,
.woocommerce-Address address {
    color: #ababab;
}

.woocommerce .shop_table tfoot td {
    background: #f36100;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
}


/*-------------------------------
woocommerce responsive css
-------------------------------*/
@media (max-width: 991.98px) {
    .woocommerce .woocommerce-loop-product__title,
    .single-product .woocommerce-loop-product__title {
        font-size: 18px !important;
        height: 80px !important;
    }
    .woocommerce ul.products li.product .price,
    .single-product ul.products li.product .price {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .woocommerce .product-features {
        height: 170px;
    }
    .single-product .related.products ul.products li.product {
        width: 30.75%;
    }
    .woocommerce .product-features p,
    .single-product .product-features p {
        margin-bottom: 7px;
    }
    
}

@media (max-width: 767.98px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product,
    .single-product .related.products ul.products li.product {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: none;
    }
    .woocommerce .woocommerce-loop-product__title,
    .single-product .woocommerce-loop-product__title {
        font-size: 18px !important;
        height: auto !important;
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
    .woocommerce .product-features,
    .single-product .product-features,
    .single-product .related.products .product-features {
        height: auto;
    }
    .woocommerce ul.products li.product .price,
    .single-product ul.products li.product .price {
        margin-top: 25px !important;
    }
    .single-product div.product div.summary {
        width: 100%;
    }
    .single-product div.product .product_title,
    .single-product #reviews #comments h2 {
        font-size: 1.4rem;
    }

    .woocommerce table.shop_table tr.cart_item {
        background: rgba(250,250,250, 0.2);
        margin-top: 20px;
    }
    .woocommerce-checkout .woocommerce-billing-fields > h3 {
        font-size: 1.5rem;
    }
    .woocommerce-checkout form span.woocommerce-input-wrapper {
        width: 100%;
        margin-left: unset;
    }
    .woocommerce-checkout form .form-row input.input-text, 
    .woocommerce-checkout form .form-row textarea {
        line-height: 25px;
    }
    .woocommerce-checkout form .form-row textarea {
        line-height: 20px;
    }
}

@media (max-width: 575.98px) {
    .woocommerce .woocommerce-error .button, 
    .woocommerce .woocommerce-info .button, 
    .woocommerce .woocommerce-message .button, 
    .woocommerce-page .woocommerce-error .button, 
    .woocommerce-page .woocommerce-info .button, 
    .woocommerce-page .woocommerce-message .button {
        float: none;
        margin: 10px 0 10px;
    }
    .woocommerce-page .woocommerce-message .button {
        display: block;
    }
    .woocommerce-cart .woocommerce-message::before {
        top: 77px;
    }
    .woocommerce #content table.cart td.actions .coupon .button, 
    .woocommerce #content table.cart td.actions .coupon .input-text, 
    .woocommerce #content table.cart td.actions .coupon input, 
    .woocommerce table.cart td.actions .coupon .button, 
    .woocommerce table.cart td.actions .coupon .input-text, 
    .woocommerce table.cart td.actions .coupon input, 
    .woocommerce-page #content table.cart td.actions .coupon .button, 
    .woocommerce-page #content table.cart td.actions .coupon .input-text, 
    .woocommerce-page #content table.cart td.actions .coupon input, 
    .woocommerce-page table.cart td.actions .coupon .button, 
    .woocommerce-page table.cart td.actions .coupon .input-text, 
    .woocommerce-page table.cart td.actions .coupon input,
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .woocommerce .cart_totals h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #customer_details,
    form.woocommerce-EditAccountForm.edit-account,
    h3#order_review_heading {
        padding: 30px 15px;
    }
    .woocommerce ul.order_details li {
        float: none;
        border-right: none;
        border-bottom: 1px dashed #d3ced2;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}