/**
* Theme Name: rozer Child
* Description: This is a child theme of rozer, generated by Rdt WP.
* Author:
* Template: rozer
* Version: 1.0.1
*/

textarea {
	resize: none !important;
}
#form-field-message {
	min-height: 100px;
}

.main-header-content {
	padding: 10px 0 !important;
}

.brand-logo {
	padding: 0 !important;
	border: 0 !important;
}

.product-inner .product-content .product-cart {
  opacity: 1 !important;
}

.product-inner::before {
  border: 1px solid var(--primarycolor) !important;
} 

.products-wrapper .product-inner::after {
	background: var(--primarycolor) !important ;
}

.site-footer {
	color: #000 !important;
}

.archive-products .product-grid {
	min-height: 435px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid var(--primarycolor) !important;
	border-radius: 10px !important;
}
.archive .main-content {
	display: flex;
	flex-direction: column;
}
.archive .main-content .page-title-wrapper {
	order: 5;
}
