/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
 
.equal-height-boxes .vc_do_cta3 {
    height: 390px;
}

.theme-hover-btn button:hover {
	background-color: #001845 !important;
    border-color: #001845 !important;
	color: #fff !important;
}

.single-post .page-title,
.single-post .meta-author,
.single-post .post-date {
	display: none;
}

.single-post .entry-thumbnail {
	margin: 0 auto;
}

.qty-label {
    margin-left: 10px;
    font-weight: bold;
	display: contents;
}

form.cart {
    align-items: center;
}

.contact-us-btn {
	background-color: #80d8d0;
    border-color: #80d8d0 !important;
	color: #ffffff;
	max-width: 200px;
}

.contact-us-btn:hover {
	background-color: #001845;
    border-color: #001845 !important;
	color: #ffffff !important;
}

.design-file-label {
	display: inline-block;
	background-color: #80d8d0;
	border: 2px solid #80d8d0 !important;
	color: #ffffff;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.design-file-label:hover {
	background-color: #6bc0b9;
	border-color: #6bc0b9 !important;
}

.design-file-input {
	display: none;
}

.file-preview {
	margin-top: 5px;
	font-size: 14px;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}

.file-preview img {
	max-width: 100px;
	max-height: 100px;
	display: block;
	margin-top: 5px;
	border-radius: 5px;
}

.file-preview span {
	font-size: 14px;
	font-weight: 500;
	color: #555;
	background: #f7f7f7;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 5px;
}

.file-upload-wrapper {
	margin-bottom: 10px;
}

.wd-product.wd-hover-standard .wd-add-btn {
    flex-direction: column;
}

.lumise-list-button {
    padding: 9px 0 !important;
    font-size: 12px;
    width: 150px !important;
    margin: 0 auto !important;
    background-color: transparent !important;
    border: 2px solid #85D0CB;
    color: #001845 !important;
	font-weight: 600;
    text-transform: uppercase;
}

.single-lumise-button {
	flex: unset !important;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	margin: 0 !important;
}

.add-to-cart-loop {
	width: 150px;
	margin: 0 auto;
}

.meta-post-categories {
	display: none !important;
}

.entry-content iframe {
	height: 700px !important;
}

.checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper {
    overflow-x: unset !important;
}

.custom-shipping-notice p {
	color: #001845;
}

.custom-shipping-notice strong {
	color: #85D0CB;
}

.vc_tta-panel-heading .vc_tta-title-text {
	color: #001845;
}

.list-view-product-button {
    padding: 9px 0 !important;
    font-size: 12px;
    width: 150px !important;
    margin: 0 auto !important;
}

.show-password-input {
	display: none;
}

.wishlist-row .wd-social-icons,
.wishlist-row .wd-wishlist-product-checkbox,
.wd-wishlist-content .wd-social-icons,
.wd-wishlist-content .wd-wishlist-product-checkbox{
	display: none;
}

.wishlist-row .wd-wishlist-product-actions {
	margin-bottom: 10px;
}


@media only screen and (max-width: 580px) {
	.title-wrapper .title {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 500px) {
	.header-banner-container h4 {
		font-size: 16px;
	}
}
