/**
* Theme Name:        avanam-portfox
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-portfox
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.bt-review-vote-area {
	display: none;
}

#tmcore-live-viewing-visitors {
	display: none;
}

.check-incart-sold {
	display: none;
}

.site-header-item .header-account-in-wrap {
	display: none;
}

.header-cart-button .base-svg-iconset {
	padding-right: 5px;
}

    #add_payment_method table.cart th.product-name,.woocommerce-cart table.cart th.product-name,.woocommerce-checkout table.cart th.product-name {
        position: static!important;
        left: auto;
    }


@media screen and (max-width: 719px) {
    .woocommerce-page table.shop_table_responsive tbody th,.woocommerce table.shop_table_responsive tbody th {
        display:block!important;
    }
}

.monocheckout-wrapper a {
	padding: 0 20px;
	width: 100%;
}

.monocheckout-wrapper a img {
	width: 100%;
}

.woocommerce-mini-cart__buttons.buttons .button.checkout.wc-forward {
	/*display: none;*/
}

button.button-buy-now {
	/*display: none!important;*/
}

.woocommerce div.product form.cart div.quantity:not(.woosq-popup div.quantity) {
	height: 48px!important;
    margin: 15px 15px 15px 0;
}

.base-sticky-add-to-cart-action-wrap form.cart .quantity {
    margin-right: 15px;	
}

.base-cart-button-large.woocommerce div.product div.summary form.cart .button, .base-cart-button-medium-large.woocommerce div.product div.summary form.cart .button, .base-cart-button-normal.woocommerce div.product div.summary form.cart .button, #base-sticky-add-to-cart .site-container .cart .button  {
    margin: 15px 15px 15px 0;
    border-radius: 8px;
    max-width: 346px;
    height: 48px;
}


form.cart .monocheckout-wrapper a {
	padding-left: 0;
}

#base-sticky-add-to-cart .site-container .cart .monocheckout-wrapper a {
	padding-top: 8px;
}

#customer_details .woocommerce-additional-fields {
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid var(--global-gray-400);
    border-radius: 5px;
}

#customer_details .select2-container .select2-selection--single {
	height: 40px;
}

#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
    width: 38px;
}