.woocommerce .quantity {
	display: inline-block;
}

.blockMsgMsg {
	background-color: #332d2da8;
	color: white;
	position: absolute;
	top: -75px;
	width: 350px;
	padding: 15px;
	text-align: center;
	left: -175px;
}
.wc-customer-search+.select2 {
    margin-bottom: 15px;
}
#checkout-shipping-details,#order_review_wrap{
	display: none;
}
#checkout-fields-top{
	border: unset!important;
}
.woocommerce-error.wish, .woocommerce-info.wish, .woocommerce-message.wish {
  	background-color: #f7f6f775;
  	color: #fff;
  	margin: 0px auto;
  	width: 97% !important;
	display: block !important;
}
.woocommerce-error.wishlist-message{
	color: red;
}
.add-to-cart-multi {
  display: flex;
  flex-flow: column;
  align-items: end;
}
.add-to-cart-multi input {
  
}
.quantity-wishlist {
	width: 72px;
	height: 40px;
	/*background: #00000070;*/
	position: absolute;
	margin-left: 5px;
}
.quantity.quantity-wishlist.maximum-requested {
    background: #ff00004d;
}
.product-quantity .quantity-wishlist {
	position: inherit;
	margin-left: 0px;
}
.woocommerce-account.woocommerce-view-order .product-quantity {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wishlist-qty{
	border: 1px solid red !important;
	
}
.wishlist-qty:focus{
	box-shadow: 0px 0px 5px #ebd779!important;
}
.woocommerce-error > li {
	margin-left: 11px !important;
	
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  width: 100%;
}
.wc-item-meta{
	display: none;
}
.wishlist-terms{
	padding: 15px;
	white-space: pre-line;
}
.woocommerce-cart .wishlist-terms{
	padding-top: 0px;
}

.no-card{
	white-space: pre-line;
 
  
}
.woocommerce-checkout strong.product-quantity{
	position: absolute;
	right: 15px;
	top: 5px;
}

.woocommerce table.shop_table td {
    position: relative;
}
.woocommerce-cart .wishlist-terms{
	float: left;
	width: 42%;
}
.woocommerce-cart .wishlist-terms p {
    margin-bottom: 3px;
}
dt.ssw-bullet{
	font-size: 12px!important;
	font-weight: normal!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  width: 100%;
  display: inline-block;
}
.mini-cart-qty{
	font-family: monospace;
  font-weight: 600;
  color: #ebd779;
}
.cart-row-avail-qty {
	margin-top: 5px;
}
.btn-update-wishlist{
	background-color: #ebd779;
  color: #000;
	margin-left: 3px!important;
	
}
.btn-update-wishlist:hover{
	background-color: #fff;
  color: #000;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #ff000099;
    line-height: 18px;
    text-align: center;
    border: 1px solid white;
}
.post-type-archive-product .woocommerce-Price-amount.amount {
  border-bottom: 1px solid #c4b15157;
  width: 90%;
  display: block;
}
.swal2-modal.swal2-icon-error {
    border: 1px solid red;
    min-width: 50%;
    text-align: center;
}
.swal2-popup {
 	border: 1px solid #ebd779!important;
}
.swal2-modal.swal2-icon-info {
    border: 1px solid cornflowerblue;
    min-width: 50%;
    text-align: center;
}
.swal2-modal.swal2-icon-success {
    border: 1px solid green;
    min-width: 50%;
    text-align: center;
}
.cart-row-avail-in-cart{
	margin-top: 5px;
}
.woocommerce input.button[disabled]{
	opacity: .2!important;
	color: #101010 !important;
}
.btn-update-wishlist.disabled{

	color: #000 !important;
}
.wishlist-checkout-notice *{
	font-family:  "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
.wishlist-checkout-notice {
	border: 1px solid #666;
	border-bottom-style: solid;
	padding: 15px;
	text-align: left;
	background: black;
	height: fit-content;
	font-size: 14px;
	line-height: 22px;
	border-bottom-style: dashed;
	border-top-style: dashed;

}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    float: left;
    width: 50%;
}
.woocommerce-products-header__title.page-title + div{
	width:  15%!important;
}
.swal2-html-container .wishlist-checkout-notice{
	background: transparent;
	border: unset;
}
.swal2-confirm.swal2-styled {
  font-size: medium!important;
}
.wishlist-checkout-notice li {
  list-style: initial;
  margin-left: 15px;
}
.wishlist-checkout-notice h3 {
  margin-top: 0px;
}
.wishlist-checkout-notice strong {
  color: #ebd779;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.8rem 0.8rem!important;
    border-bottom-color: white!important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
  	border-width: .8rem .8rem 0!important;
    border-top-color: white!important;
}
.tooltip-inner {
    max-width: unset!important;
    color: black!important;
    text-align: center;
    background-color: white!important;
    border-radius: 0px!important;
    padding: 5px 10px!important;
}
.bs-tooltip-bottom.show{
	top: 7px!important;
}
.bs-tooltip-top.show{
	top: -4px!important;
}
/* responsive ? */
@media only screen and (min-width:1029px) {
	.woocommerce ul.products li.product form.cart {
		float: left;
		width: 25%;
	}

}
@media (max-width: 1036px) {
	.woocommerce-products-header div[style]{
		display: none;
	}
	.inner-content-wrap{
		padding: 10px!important;
	
	}
	.input-text.qty:after{
		content: 'Qty';
	}

}
@media only screen and (min-width: 1029px){
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    float: left;
    width: 50%!important;
	}
}

@media (max-width: 1029px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	    width: 100%;
	    float: left;
	    clear: both;
	    margin: 0;
	}
	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		margin-bottom: 0px;
	}
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		float: left;
		width: 100%!important;
	}
	.woocommerce-message:last-child {
	    margin-bottom: 15px;
	}
	.woocommerce ul.products li.product .price {
		display: block;
		float: left;
		width: 50%;
	}

	.woocommerce ul.products li.product form.cart {
		float: left;
		width: 50%;
	}

}


