/*!
Theme Name: Dogster
Theme URI: https://www.plaimanas.com/
Author: Plaimanas Industries CO., LTD.
Author URI: https://www.plaimanas.com/
Description: Arm - Frontend developer , Pornthip Triempetch - Wordpress developer
Version: 1.0.0
Text Domain: dogster
*/
#single-product form.cart .quantity-container:before {
    display: block;
    content: "QUANTITY";
    font-weight: inherit;
    font-size: inherit;
	color: var(--color-gray-text);
}
.woocommerce-product-gallery {
	width: 100% !important;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.slide-section .quantity-container,
#product-summary ul.variable-items-wrapper.button-variable-items-wrapper,
.cr-ajax-search,
.cr-count-row,.review-section .cr-comment-images.cr-comment-videos{
	display: none !important;
}
.review-section .comment-text {
    display: flex;
    flex-direction: column-reverse;
}
.review-section .cr-all-reviews-shortcode ol li.review .comment_container .meta {
	display: block;
}
.woocommerce div.product div.images img {
	height: 100%;
}
.added_to_cart{
	display: none !important;
}
.woofc-count {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	z-index: 99 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
	box-shadow: none !important;
	background: none !important;
    color: inherit !important;
	line-height: inherit !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    display: flex !important;
    align-items: center;
    cursor: pointer;
	    justify-content: flex-start;
    align-items: center;
    grid-column-gap: var(--spacing-3xs);
}
.woofc-count span {
	position: relative;
    background-color: transparent;
    color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: auto;
	width: auto;
}
.woofc-icon-cart7:before{
    font-family: 'iconfont' !important;
    font-size: 20px !important;
	line-height: inherit !important;
    content: "\e91e" !important;
    
}
.woofc-count i {
	color: inherit !important;
	 font-size: inherit !important;
	line-height: inherit !important;
}
.woofc-count span:before {
    content: '(';
}
.woofc-count span:after {
    content: ')';
}
.woofc-area .qty-action {
	display: none;
}
.acf-field textarea ,.acf-field input[type=text] {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.otgs-development-site-front-end {
	display: none !important;
}