.woocommerce-notices-wrapper div,
.wc-empty-cart-message div {
	color: wheat !important;
}

.woocommerce-error {
	color: red !important;
}

.go-back-link {
    margin:5px 40px !important;
    display:block;
}

.product-header {
    padding: 10px !important;
}

.woocommerce .woocommerce-billing-fields form .form-row,
.product-description,
.price-html,
.wholesale_price_minimum_order_quantity,
.wholesale_price_order_quantity_step
.price,
.description[itemprop="description"],
.product .summary .stock
{
    display: none !important;
}

.search-results .posts-container {
    padding:20px !important;
    width: 100vw !important;
}

.search-results .posts-row {
    margin: 10px !important;
    display: flex !important;
    flex-direction: row !important;
    width: 100vw !important;
    height: fit-content !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
}

.search-results .posts-row .post-col {
    padding: 5px !important;
    width: 19% !important;
    position: unset !important;
    left: unset !important;
    top: unset !important;
}

.search-results .posts-row .post-col article {
    height: 100% !important;
}

#billing_first_name_field,
#billing_last_name_field,
#billing_company_field,
#billing_phone_field,
#billing_email_field {
    display: contents !important;
}

.related.products h2 {
	font-size: 36px;
	padding: 20px;
}

.coupon {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 400px;
}

.coupon .input-text {
    padding: 25px 10px !important;
    margin-right: 10px !important;
}

.hide-me {
	display: none !important;
}

.custom-thumbnail-wrapper {
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	background-size: 100%;
}

.custom-thumbnail-wrapper img {
	opacity: 0;
}

.product-category {
    height: auto !important;
}

.product-category .woocommerce-loop-category__title mark {
	display: block;
}

.woocommerce-form__label-for-checkbox {
	display: flex;
}

 #ship-to-different-address-checkbox {
	width: 5%;
	position: unset !important;	
	margin-left: 0px;
	margin-right: 10px;
}

.woocommerce .woocommerce-message a.button:hover {
    background: white !important;
}

.products {
	display: flex;
	justify-content: center;
}

.product .flex-viewport {
	height: 530px !important;
}

.woocommerce-products-header {
    padding: 40px;
    display:none;
}

.product-image {
	width: 100% !important;
    height: 265px !important;
    overflow: hidden !important;
    position: relative !important;
	background-color: white;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-image .quick-view {
	font-size: small;
	font-family: arial;
	color: darkred;
	cursor: pointer;
}

.ui-dialog-titlebar-close {
	font-size: 0 !important;
	background-color: rgba(0,0,0,0) !important;
	right: 10px !important;
}

.ui-dialog-titlebar-close:hover {
	background-color: rgba(0,0,0,0.5) !important;
}

.quick-view-container {
    position: absolute;
    bottom: 0px;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    text-align:center;
}

.quick-prod-message {
	position:fixed !important;
	top: 0 !important;
	margin: 0 !important;
	z-index:10;
}

.quick-prod-message .button {
	display:none !important;
}

.quick-prod-summary {
	position:fixed !important;
	top:0 !important;
	left:0 !important;
	margin:0 !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0px !important;
	border-width:0px !important;
	align-items:flex-start;
}

.quick-prod-summary .cart {
	display:flex;
	justify-content: space-between;
	padding-top: 0px !important;
}

.quick-prod-summary .cart .quantity {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.quick-prod-summary .cart .quantity .qty.text {
	height: 35px;
	line-height:35px;
	margin: 0 10px;
}

.quick-view-iframe {
	width:100%;
	height:90%;
	border:0;
	overflow: hidden;
}

.up-down-qty-btn {
	background: black;
    color: white;
    border-radius: 25px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 992px) { 
    .woocommerce ul.products li.product h3 {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce .woocommerce-message {
        padding: 10px !important;
    }
}

@media (max-width: 1200px) {
    .search-results .posts-row .post-col {
        width: 23% !important;
    }    
}

@media (max-width: 900px) {
    .search-results .posts-row .post-col {
        width: 30% !important;
    }    
}

@media (max-width: 700px) {
    .search-results .posts-row .post-col {
        width: 45% !important;
    }
    
    .woocommerce-cart-form__cart-item.cart_item {
        border: 1px solid silver;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    
    .product-remove {
        display: flex !important;
        justify-content: right;
    }
    
	.quick-view {
		display: none;
	}
}

@media (max-width: 450px) {
    .search-results .posts-row {
        margin: 20px !important;
        width: 80vw !important;
    }
    
    .search-results .posts-row .post-col {
        width: 98% !important;
    }    
}