/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
.loop_price_add_to_cart_wrap .price{
    display:none !important;
}
.onsale{
    display:none !important;
}
/************ MINICART ***************/
.cart-popup ul {
	height: auto;
	max-height: 383px;
	overflow-y: auto;
	overflow-x: hidden;
	display: block !important;
	padding: 0px;
	list-style: none;
}
.cart-popup ul li {
    width: 100%;
    display: table !important;
    padding: 10px 3px;
    border-bottom: 1px solid #ccc;
}
.cart-popup ul li:last-child{   
    border-bottom: 0px solid #ccc;
}
.cart-popup ul > li > a{
	display:table-cell;
	background:none !important;
}
.cart-popup ul > li > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.cart-popup .variation ul li{
	padding: 1px 0px;
    font-size: 9px;
    margin: 0px 0px;
	text-align: left;
}
.header-right-area .cart-popup .variation p{
	font-size: inherit;
}
.cart-popup ul > li > div.pthumb{
	width:57px;
	padding-right:15px;
}
.cart-popup ul > li > div.pthumb img {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 42px !important;
    height: 42px !important;
    object-fit: cover !important;
}
.cart-popup {
    width: 330px;
    margin-left: 0;
    padding: 10px;
    margin-top: 12px;
    left: auto;
    right: 0px;
}
.p-qut{
	display:table;
	width:100%;
}
.p-qut > div{
	display:table-cell;
}
.pm-t {
    font-size: 10px;
    line-height: 15px;
	/*width: 100%;*/
}
.pm-t a{
	color:#000;
	font-weight:bold;
}
.cart-popup .total-cart.woocommerce-mini-cart__total.total {
    padding: 8px;
    border-top: 1px solid #ccc;
}
.cart-popup .woocommerce-mini-cart__buttons.buttons a{
	width:calc(50% - 16px);
	margin:8px 0px 0px;
	user-select: none;
    -moz-user-select: none;
    background: #ec8951 !important;
    border: medium none !important;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    padding: 11px 15px !important;
    border-radius: 5px;
    font-family: inherit;
    font-style: normal;
    text-transform: unset;
    transition: all .5s;
	text-decoration:none !important;
}

.cart-popup .woocommerce-mini-cart__buttons.buttons a:hover{	
    background: #000 !important;
}
.cart-popup .woocommerce-mini-cart__buttons.buttons a.checkout{	
    background: #000 !important;
}
.cart-popup .woocommerce-mini-cart__buttons.buttons a.checkout:hover{	
    background: #ec8951 !important;
}
.cart-list .empty {
    text-align: center;
    margin: 0px;
    border-bottom: 0px;
}
.cart-list .empty div{
	display:block;
}
.woocommerce-mini-cart__buttons a.button.checkout{
    display: inline-block !important;
    float: right !important;
}
.added_to_cart.wc-forward{
    display:none !important;
}
.basic-product .cart-info button span, .basic-product .cart-info a span {
  display: block !important;
  color: #ec8951;
}
.basic-product.theme-product-1 .cart-info button {
  opacity: 1 !important;
}
.basic-product.theme-product-1 .cart-info a {
  opacity: 1 !important;
}