.qty {

	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #232323;
	float: left;
	font-size: 14px;
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: center;
    width: 50px;
	outline: 0
}

.quantity {
	border: 1px solid #e8e8e8;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 50px;
}

.qty-btn {
	color: #232323;
	cursor: pointer;
	float: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 24px
}


.inc {
	height: 48px;
	padding-top: 14px;
	right: 0;
	top: 0
}

.dec {
	height: 48px;
	left: 0;
	padding-top: 14px;
	top: 0
}


.entry-summary .price {
	margin-right: 10px;
	color: #8a400f;
	font-size: 40px;
	font-weight: 700;
	line-height: 30px;
}

.wc-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;

}

.wc-tabs li a {
	border: 0;
	text-transform: uppercase;
	line-height: 30px;
	padding: 10px 15px;
	color: #333;
	margin-right: 2px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	background: #e2e2e2;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.wc-tabs li.active {
	/* background: hsl(var(--base)); */
}

.wc-tabs .active a {
	color: #fff;
	background: hsl(var(--base));
}

.simple-ad {
	display: flex;
	gap: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.product-details-img.product-details-tab ul.product-flag li {
	position: absolute;
	top: 10px !important;
	left: 0;
	display: inline-block;
	color: #fff;
	background: #499f86;
	padding: 0;
	width: 80px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0 30px 30px 0;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 1
}

.woocommerce-Tabs-panel {
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin-top: 20px;
}


.product table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}

.product table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 14px;
	border-top: 1px solid #ddd;
}

.product table tr th:first-child,
.table tr td:first-child {
	border-left: 1px solid #ddd;
}

.product table tr th:last-child,
.table tr td:last-child {
	border-right: 1px solid #ddd;
}

.product table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}

.product table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}

.product table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}

.product table tbody tr {
	background: #F8F8F8;
}

.product table tbody tr:last-child td {
	border-bottom: 1px solid #ddd;
}

.product table tbody tr:last-child td:first-child {
	/* border-radius: 0 0 0 20px; */
}

.product table tbody tr:last-child td:last-child {
	/* border-radius: 0 0 20px 0; */
}

.additi {
	color: #fff;
	padding: 20px;
	font-weight: 700;
}

.tac {
	text-align: center;
}


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

.woocommerce-message {
	margin: 0 auto;
	width: 90%;
	padding: 20px;
	background: #EAF6F6;
	margin-top: 20px;
}

.woocommerce-message a {
	font-weight: 800;
}

.wc-block-components-button__text {
	color: hsl(var(--white));
	font-weight: 500;
	padding: 14px 20px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	text-align: center;
	border: 1px solid transparent;
	background-color: hsl(var(--base));
}

.posted_in a {
	color: hsl(var(--base));

}

.product_meta {
	margin-top: 30px;
}

.product-item__thumb .hover-image {
	position: absolute;
	top: 0;
	left: 0;
}

.out-of-stock {
	font-weight: 600;
	color: #ff0000ba;
	margin-top: 20px;
}

.product-item:hover .hover-image img {
	z-index: 99;
}

.woocommerce-Tabs-panel--description table tr td:nth-child(even) {
	text-decoration: underline;
}

.woocommerce-Tabs-panel--description table {
	width: 60%;
}

.woocommerce-Tabs-panel--description tr:nth-child(8) td {
	text-decoration: unset !important;

}

.woocommerce-Tabs-panel--description tr:nth-child(9) td {
	text-decoration: unset !important;

}


.checkout_wrapper {
	display: flex;
}

.customer_info,
.order_info {
	width: 50%;
}

#billing_company_field {
	display: none;
}

form.woocommerce-checkout .form-row {
	display: flex;
	flex-direction: column;
	/*width: 50%;*/
}

.product-total {
	font-weight: 700;
}

.wc_payment_methods li label {
	cursor: pointer;
}

.payment_box p {
	font-weight: 700;
}

.payment_box {
	padding: 10px;
}

input[type="radio"] {
	accent-color: hsl(var(--base));
}

.woocommerce-thankyou-order-received {
	font-size: 20px;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
gap: 20px;
}

.cart_item_check .product-thumbnail {
	width: 120px;
}

.product-thumbnail img {
	width: 120px;
	height: 165px;

	border-radius: 10px;
}

.wc-block-components-shipping-rates-control__package__description--free {
	display: none !important;
}

.wc-block-components-totals-item__value strong {
	display: none !important;
}

.woocommerce-input-wrapper {
	/*margin-right: 10px;*/

}

.wcus-checkout-fields .form-row {
	/*width: unset !important;*/
}

#wcus_np_billing_custom_address {
	border-radius: 6px;
	font-weight: 400;
	outline: 0;
	padding: 15px;
	background-color: hsl(var(--white));
	border: 1px solid hsl(var(--black) / .09);
	color: hsl(var(--black));
	line-height: 1
}

.woocommerce-privacy-policy-link {
	font-weight: 600;
}

#order_review {
	border: 3px solid #F5F5F5;
	padding: 10px;
	border-radius: 20px;
	background-color: #F5F5F5;
}

.product-name {
	font-weight: 700;
	padding: 10px;
	display: flex;
	flex-direction: column;

}


.wqpmb_input_text {
	border-radius: unset !important;

}


.woocommerce-checkout-review-order .cart_item {
	position: relative;
}

.woocommerce-checkout-review-order .cart_item .product-total {
    pointer-events:none;
	float: inline-end;
	    padding: 5px 10px;
}
.woocommerce-checkout .woocommerce{
    margin-top:50px;
}
#order_comments_field{
    margin-right: 20px;
}
.wcus-checkout-fields{
    margin-right:20px;
        margin-top: 20px;
    margin-bottom: 20px;
}
.spacer{
    height:20px;
        position: relative;
}

.spacer:after{
        content: '';
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background: #34353a61;
    position: absolute;

}
.woocommerce-NoticeGroup-checkout{
   width: fit-content;
    padding: 20px;
    background: #EAF6F6;
    margin-bottom: 20px;
    font-weight: 600;
}
.wc-block-components-shipping-address,.wc-block-components-product-metadata__description{
    display:none !important;
}
.cart-counter[data-count="0"] {
    display: none;
}
.cart-counter{
       position: absolute;
    right: 25px;
    top: 5px;
    background: hsl(var(--base));
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 23px;
    font-weight: 700;

}
.added_to_cart{
text-decoration:underline;}
.woofc-area-bot .woofc-total {
    color: hsl(var(--black));;
}
.woofc-data-left{
    font-size:16px;
}
.woofc-item-qty-inner .quantity{
    border: unset; 
     height: unset;
}
.woofc-inner,.woofc-area-top,.woofc-action-checkout {
    border-radius: 5px !important;
}
.woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
    font-size: 15px !important;
    font-weight: 700 !important;
    color:#8a400f;
}
.qib-button-wrapper{
    margin:0 !important;
}
.rev_price{
        display: flex;
    flex-direction: column-reverse;
    align-items: self-start;
}

.remove_check{
 position: absolute;
    top: 0;
    right: 0;
}

.remove_check a{
    /*    position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
}
.wrap-btn-page{
    position:relative;}
    .wrap-btn-page .added_to_cart{
        position: absolute;
    width: 100%;
    bottom: -30px;
    left: 8px;
    }

.woocommerce-checkout-review-order-table{
    border-collapse: collapse;
   }

@media(max-width:600px) {
    
  .rev_price  .qib-button-wrapper button.qib-button {
        width:30px;
        padding:0;
}

  .rev_price  .qib-button-wrapper .quantity input.input-text.qty.text{
      padding:5px;
          height: 36px;
    font-size: 18px;

  }  
  .rev_price .qty{
          width: 40px;

  }
.rev_price   .qib-button-wrapper div.quantity.wqpmb_quantity {
    
    height: 36px;
}
 .rev_price .quantity{
       width: 40px;
         height: 36px;    }
 .rev_price .qib-button-wrapper {
          position: absolute;
        bottom: 0;
   

}
    .product_meta {
    margin-top: 80px;
}
.wcus-checkout-fields,#order_comments_field{
    margin-right:0;
}
	.checkout_wrapper {
		flex-direction: column;
	}

	.woocommerce-checkout-review-order .cart_item .product-total {
    padding: 5px 5px;


	}

	.woocommerce .checkout .form-wrap {
		flex-direction: column;
	}

	.product-thumbnail img {

		height: unset;
		border-radius: 10px;
	}

	.wc-tabs li a {
		padding: 5px 5px;

		margin-right: 0;
		font-size: 14px;

	}

	.woocommerce-Tabs-panel--description table {
		width: 100% !important;
	}

	.customer_info,
	.order_info {
		width: 100%;
	}
    #order_comments_field{
        width:100%;
    }
.woocommerce-checkout-review-order .shipping th{
        min-width: 100px;
}
form.woocommerce-checkout .form-row {
  
    width: 100%;
}
}