/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wpcf7-form input[type='email'],
.wpcf7-form input[type='date'],
.wpcf7-form input[type='search'],
.wpcf7-form input[type='number'],
.wpcf7-form input[type='text'],
.wpcf7-form input[type='tel'],
.wpcf7-form input[type='url'],
.wpcf7-form input[type='password'],
.wpcf7-form textarea,
.wpcf7-form select {
    padding: 0 15px;
    margin-top: 0.5rem;
    border: 0;
    border-radius: 10px;
    background: white;
}

textarea {
    min-height: 120px;
}

:is(.btn, .button, button, [type="submit"], [type="button"]) {
    text-transform: none;
    padding: 0px 10px;
    min-height: 2rem;
}

.single-product legend,
.single-product h1,
.single-product h2,
.single-product h3,
.single-product h4,
.single-product h5,
.single-product h6,
.single-product .title {
    color: #163752;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    background-color: #0F83C6;
}

.btn-contact {
    background: #163752;
    padding: 0 0.8rem;
    border-radius: 10px;
}

.btn-contact span {
    color: white;
}

.btn-contact .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    content: none;
}

.wd-dropdown-menu:is(.wd-design-sized, .wd-design-full-width, .wd-design-full-height) .wd-sub-menu>li>a,
.mega-menu-list>li>a {
    text-transform: initial;
    color: rgb(22, 55, 82);
}

.wd-dropdown-menu:is(.wd-design-sized, .wd-design-full-width, .wd-design-full-height) .wd-sub-menu>li>a,
.mega-menu-list>li>a {
    text-transform: initial;
    color: rgb(22, 55, 82);
    font-size: 0.8rem;
}

.wd-sub-menu li>a {
    color: #163752;
    font-size: 0.75rem;
}

.wd-dropdown {
    background-color: transparent;
}

.page-title .wd-nav[class*="wd-style-underline"] .nav-link-text {
    text-transform: none;
    font-weight: 400;
    color: #163752;
}

.page-title .title {
    color: #0f83c6;
}

.wd-action-btn>a {
    color: #0f83c6;
}

.page-title .title {
    font-size: 1.7rem !important;
}

.page-title .cat-item {
    border: 1px solid #0f83c6;
    border-radius: 10px;
    padding: 0 0.8rem;
}

.cat_description {
    color: #163752;
}

.site-content .term-description {
    display: none;
}

.woocommerce-breadcrumb a,
.yoast-breadcrumb a,
.woocommerce-breadcrumb .breadcrumb-last:last-child,
.yoast-breadcrumb .breadcrumb_last:last-child {
    color: #0f83c6;
}

.wqoecf_close {
    width: 100%;
    left: 0;
    background: transparent;
}

.wqoecf_close:hover {
    background: transparent;
}

.wqoecf_close span {
    left: 90%;
    height: 80%;
}

.single-product .wd-nav-tabs>li:not(:last-child) {
    margin-inline-end: 100px;
}

.single-product .wd-attr-name-label {
    color: #163752;
}

.wd-nav-tabs>li>a {
    text-transform: none;
    font-size: 1.2rem;
}

.wd-nav-tabs li.active>a {
    border-bottom: 3px solid #0f83c6;
}

#tab-additional_information {
    padding: 1rem 10rem;
}

.wqoecf-pop-up-box p.wqoecf_form_title {
    font-weight: bold;
    color: #163752 !important;
    font-size: 1.2rem !important;
    padding-top: 0 !important;
}

.wqoecf-pop-up-box {
    width: 40%;
    box-shadow: unset;
    background: #EEF3F7;
}

.wqoecf-pop-up-box div.wpcf7 {
    width: 90%;
    padding: 0 !important;
}

.wpcf7 form {
    max-height: 100%;
}

input.wpcf7-form-control.wpcf7-text.hidden {
    visibility: hidden;
    width: 0;
}

.wqoecf-pop-up-box div.wpcf7>form>p label {
    font-size: 0.85rem;
    color: #163752;
}

.wqoecf-pop-up-box div.wpcf7>form>p input,
.wqoecf-pop-up-box div.wpcf7>form>p textarea {
    padding: 0 15px;
    margin-top: 0.5rem;
    border: 0;
    border-radius: 10px;
    background: white;
    border-bottom: 0px !important;
    margin-bottom: 0px;
}

.wqoecf-pop-up-box div.wpcf7>form>p input[type="submit"] {
    padding: 12px;
    background-color: #163752 !important;
    font-size: 0.85rem;
    width: 30%;
    margin: 1rem 0;
}

@media (max-height: 768px) {
    .wqoecf-pop-up-box .wpcf7-form {
        height: 77vh;
        overflow-y: hidden;
        overflow-x: hidden;
    }
}

.woocommerce-product-gallery .product-labels.labels-rounded .product-label {
    min-width: auto !important;
    min-height: auto !important;
}

.product-labels.labels-rounded .product-label {
    min-height: auto !important;
}

.product-labels.labels-rounded .product-label {
    padding: 0.5rem 1rem !important;
    border-radius: 0 !important;
}

.product-label.onsale {
    background-color: #FF0000 !important;
}

.wd-entry-meta .meta-author {
    display: none;
}

.single-post legend,
.single-post h1,
.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-post .title {
    color: #163752;
}

.single-post h3.entry-title.title {
    display: none;
}

.wd-entities-title {
    color: #163752;
}

.post-type-archive .wd-nav-product-cat {
    display: none;
}

.popup-quick-view form.cart {
    display: none;
}

.wd-add-btn.wd-add-btn-replace {
    display: none !important;
}

.widget_ywraq_mini_list_quote .raq-info {
    margin: -1rem 0 0 0;
    padding: 10px;
    border: 0px solid #efefef;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content{
	right: 10rem;
}

.wd-product :is(.wd-product-cats,.wd-product-brands-links) {
    --wd-link-color: #163752 !important;
    --wd-link-color-hover: #0f83c6 !important;
}

.widget-title {
    text-transform: capitalize;
    color: #163752;
}

.widget-area {
    background: #EEF3F7;
    padding: 2rem;
    border-radius: 1rem;
}

.yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button {
    padding: 0.6rem;
    text-transform: capitalize;
	border: 0px !important;
}

.wd-product {
    text-align: left !important;
	padding: 1rem !important;
}

.wd-product-brands-links {
    font-weight: bold;
}

form.woocommerce-ordering.wd-style-underline.wd-ordering-mb-icon {
    display: none;
}

.wd-filter-lable.layer-term-lable {
    color: #163752;
}

.wd-swatch-text {
    color: #163752;
    font-weight: 400;
    font-size: 0.85rem !important;
}

.widget_ywraq_mini_list_quote .raq-items-number {
    color: #163752;
}

.wd-product .yith_ywraq_add_item_product_message {
    padding: 0rem;
    font-size: 0.8rem;
    text-align: center;
}

.yith_ywraq_add_item_browse_message a {
    color: #163752;
    background: #eef3f7;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.yith_ywraq_add_item_response_message {
    font-size: 0.75rem;
    color: black;
}

:is(.yith_ywraq_add_item_response_message,.yith_ywraq_add_item_browse_message):not(.hide) {
    display: inline-grid !important;
}

#yith-ywraq-form th {
    color: #163752;
    text-transform: capitalize;
}

.yith-ywraq-before-table-wc-backward {
    border-radius: 0.5rem;
    background: #eef3f7;
}

h3.ywraq-form-title {
    color: #163752;
    font-size: 1.2rem;
    text-align: center;
}

#ywraq-other-form {
    background: #EEF3F7;
    border-radius: 1rem;
    margin: 1rem;
    padding: 2rem;
}

#ywraq-other-form input, #ywraq-other-form textarea {
    background: white;
    border: 0;
    border-radius: 0.5rem;
}

.wpcf7-submit {
    background: #04233c !important;
}

.ywraq_list_empty_message {
    border-top-width: 0;
    border-bottom-width: 0;
    color: #163752;
}

.return-to-shop .button.wc-backward {
    background: #eef3f7;
    border-radius: 1rem;
    color: #163752;
}

.widget_ywraq_mini_list_quote .yith-ywraq-list-content ul li {
    color: #163752;
    font-size: 0.9rem;
	padding: 0rem 0rem 1rem 0px;
}

.yith-ywraq-list-content p {
    color: #163752;
    font-size: 0.85rem;
}

.yith-ywraq-list-item-product-info{
	color: #163752;
    font-size: 0.85rem;
	margin-left: 0.5rem;
}

.yith-ywraq-list-content .button {
    background: #163752;
    color: white;
    width: 100%;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
	.yith-ywraq-list-content .button {
		font-size: 1.2rem;
		padding: 0.5rem;
		width: 100%;
	}
}

ul.yith-ywraq-list a.yith-ywraq-item-remove.remove {
    background: #eef3f7;
    color: #163752;
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
    text-align: center;
    right: 0;
    left: unset;
    border-radius: 5px;
}

@media (max-width: 768px) {
	#tab-additional_information {
		padding: 0;
	}
}

.wd-toolbar-link .wd-custom-icon img {
	height: 30px !important;
}

.form-joinchat input {
    color: black;
}

@media (max-width: 768px) {
	.joinchat__button {
		bottom: 4rem;
	}
	.yith_ywraq_add_item_product_message {
		line-height: 1;
		padding-inline: 30px 10px !important;
	}
	.wd-product .yith_ywraq_add_item_product_message {
    	padding: 0.5rem;
	}
	.yith_ywraq_add_item_product_message:before {
		top: 10px;
		left: 10px;
		font-size: 18px;
		line-height: 1;
	}
	.ywraq-mobile-opened.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
		height: 100vh;
		padding-top: 100px;
	}
	.yith-ywraq-list-content p {
		font-size: 1rem;
	}
	.ywraq-mobile-opened .yith-ywraq-list-wrapper .close {
		right: 0;
		font-size: 1.5rem;
		color: #163752;
		text-align: center;
	}
	.yith-ywraq-list-item-product-info {
    	font-size: 1rem;
	}
	.yith-ywraq-list a.yith-ywraq-item-remove.remove {
		font-size: 1.2rem !important;
		font-weight: 400;
	}
	.yith_ywraq_add_item_response_message {
		font-size: 0.65rem;
		padding-bottom: 0.5rem;
	}
	.ywraq-mobile-opened ul.yith-ywraq-list {
		padding: 30px 0;
	}
	.ywraq-mobile-opened .items-count {
		padding-left: 0;
		text-align: center;
	}
}

.widget_ywraq_mini_list_quote:hover .yith-ywraq-list-content {
	top: 0;
}

.post-type-archive .page-title .title {
	color: white;
}

.post-type-archive .wd-btn-show-cat.wd-burger-icon a {
	color: white;
}
