/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* CUSTOM STYLES */
html, body {
	width: 100vw;
}

.wd-nav-vertical.wd-design-default>li:is(.wd-opened,:hover)>a {
    background-color: #FFD800 !important;
    color: #002769 !important;
}

.wd-nav-vertical>li>a {
    color: #002769 !important;
}

/*body.woocommerce-checkout {
	overflow-x: hidden;
}*/
.om-product-categories .wrapp-category {
	border: 2px solid #002769;
}
.om-product-categories .category-image-hover {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .25s ease;
}
.om-product-categories .category-grid-item:hover .category-image-hover {
	opacity: 1;
}
.wd-entities-title {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	color: #002769;
	text-align: left;
	left: 0;
	right: 0;
	bottom: 6px;
	font-weight: 700;
	font-size: 18px;
	transition: all .25s ease;
}

/*.wd-entities-title:hover {
    color: #red !important;
}*/

/*.category-grid-item .hover-mask .wd-entities-title:hover {
	color: #FFD800 !important;
}*/

.category-grid-item .wrapp-category:hover .wd-entities-title {
    color: #FFD800 !important;
}

/* product card hover buttons */

.product.wd-hover-icons .wd-buttons .wd-add-btn>a:hover{
	color: #FFD800;
}

.product.wd-hover-icons .wd-buttons .wd-compare-btn>a:hover{
	color: #FFD800;
}


.product.wd-hover-icons .wd-buttons {
    background-color: #002769 !important;
}


.om-product-categories .more-products {
	display: none;
}
.wd-cart-number {
	background-color: #F21A11 !important;
}
.widget_nav_mega_menu > .widget-title {
	font-size: 13px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 22px 25px;
	margin-bottom: 0 !important;
}
.price .amount {
	font-weight: 800;
}
.mc4wp-form > div > p {
	margin-left: 0;
	margin-right: 0;
}
.footer-widget .widget-title {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 800;
}
.footer-widget .entry-title a {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #CFCFCF !important;
}

.container.main-footer {
    padding-top: 45px;
    padding-bottom: 45px;
}


.product-label {
	font-weight: 700;
}
.nav.languages {
	display: flex;
	list-style-type: none;
	padding-left: 0;
}
.nav.languages li {
	margin-bottom: 0;
}
.nav.languages a {
	text-transform: uppercase;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.nav.languages a:hover,
.nav.languages .nav-item.selected a {
	color: #FFD800;
}
.nav.languages .nav-separator {
	margin: 0 4px;
	font-weight: 600;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.whb-color-light .navigation-style-bordered .item-level-0:hover>a {
	color: #FFD800;
}
.whb-top-bar .wd-nav-secondary > li > a {
	font-weight: 600 !important;
}
.wd-nav > li >a .wd-nav-icon {
	margin-top: -1px;
}
.vertical-navigation .item-level-0>a {
	color: #002769;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.vertical-navigation .item-level-0:hover>a {
	background-color: #FFD800;
	color: #002769;
}
.wd-navigation .category-icon {
	min-width: 23px;
}
p.stock.available-on-backorder,
p.stock.available-on-backorder a{
	color: #db9816 !important;
}
p.stock.in-stock {
	color: #448D44 !important;
}
p.stock.in-stock::before {
	display: none;
}
.labels-rounded .out-of-stock {
	display: none;
}
.tabs-location-standard.reviews-location-separate.tabs-type-tabs .woocommerce-tabs {
	padding-bottom: 0;
	border-bottom: none;
}
.wd-nav-img {
	width: 22px !important;
	max-height: 22px;
}
.woocommerce-billing-fields > h3 {
	font-weight: 600;
}
.woocommerce-checkout span.optional {
	display: none;
}
#order_comments_field span.optional {
	display: inline-block;
}
.checkout-order-review:before,
.checkout-order-review:after {
	background-image: none !important;
}
@media (max-width: 768.98px) {
	.checkout-order-review {
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
		margin: -40px -15px 30px !important;
		padding: 20px 15px !important;
	}
}
@media (min-width: 769px) {
	.checkout-order-review {
		position: sticky !important;
		top: 100px !important;
		margin-bottom: 0 !important;
		border: 1px solid #F1F1F1 !important;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
	}
}
@media (min-width: 1025px) {
	.checkout-order-review {
		margin-top: 8px;
		top: 100px !important;
	}
}
.checkout-order-review .product-quantity {
	color: #000;
}
.whb-main-header {
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
.whb-scroll-stick {
	position: sticky;
	top: 0;
	z-index: 390;
}
.order-scroll-stick {
	position: sticky;
	top: 100px;
}
.woocommerce-shipping-table > h3,
.woocommerce-payment-table > h3 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#shipping_method input.shipping_method {
	float: left !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
	top: 7px !important;
}
#shipping_method li {
	margin-bottom: 13px;
}
#shipping_method .amount {
	margin-left: 10px;
}
.woocommerce-checkout .checkbox input {
	margin-top: -3px;
}
.woocommerce-billing-fields {
	margin-bottom: 0;
	margin-top: 30px;
}
.woocommerce-shipping-table {
	overflow: hidden;
	/*margin-bottom: 22px;
	padding-bottom: 32px;*/
	border-bottom: 1px solid #E6E6E6;
}
.woocommerce-shipping-table > label,
.woocommerce-shipping-table > select {
	float: left;
	width: auto;
}
.woocommerce-shipping-table > label {
	margin: 25px 22px 25px;
	display: none;
}
@media (max-width: 1024.98px) {
	.woocommerce-shipping-table > label {
		display: none;
	}
}
.woocommerce-shipping-table > select {
	/* max-width: 220px; */
	margin: 18px 0;
}
@media (max-width: 1024.98px) {
	.woocommerce-shipping-table > select {
		max-width: 100%;
		width: 100%;
	}
}
.woocommerce-shipping-table .select2-container {
	margin: 17px 0;
	width: 190px !important;
}
.woocommerce-shipping-table .required {
	display: none;
}
#shipping_method {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: -1px;
	padding-bottom: 18px;
}
.woocommerce-shipping-table > table {
	margin-bottom: 0;
}
.woocommerce-payment-table {
	overflow: hidden;
	margin-top: 0;
	padding-top: 32px;
	border-top: 1px solid #E6E6E6;
}
.payment_methods .payment_box {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.16) !important;
	margin: 15px 3px 0 !important;
}
.payment_methods .payment_box:before {
	-webkit-text-shadow: 0px -3px 2px rgb(0 0 0 / 7%) !important;
	-moz-text-shadow: 0px -3px 2px rgb(0 0 0 / 7%) !important;
	text-shadow: 0px -3px 2px rgb(0 0 0 / 7%) !important;
	display: block !important;
	width: 32px!important;
	height: 32px !important;
}
#payment .place-order {
	padding-top: 10px;
}
.woocommerce-terms-and-conditions-wrapper {
	padding-top: 13px;
}
.woocommerce-checkout .site-content {
	margin-bottom: 80px;
}
.woocommerce-checkout-review-order-table th {
	max-width: 65% !important;
	width: 65% !important;
}

.woocommerce>.woocommerce-checkout {
    column-gap: 0px !important;
}

.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
}

@media (max-width: 768.98px) {
	.woocommerce-checkout-review-order-table th {
		max-width: 65% !important;
		width: 65% !important;
	}
	.woocommerce-checkout-review-order-table .order-total th span {
		display: block;
		margin-right: -50px;
	}
}
.cart-shipping i {
	font-style: italic;
}
.selected-shipping {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #6A5F5F;
	line-height: 1.3;
	margin-top: -1px;
	margin-right: -65px;
}
/*
@media (min-width: 769px) {
	.selected-shipping {
		text-align: right;
		margin-left: 15px;
		margin-right: -15px;
		margin-top: -1px;
	}
}
*/
body.woocommerce-checkout .website-wrapper {
	overflow: initial;
}
.site-logo {
	margin-top: -10px;
}
@media (max-width: 768.98px) {
	header.whb-header {
		margin-bottom: 0;
	}
}
@media (max-width: 768.98px) {
	#order_review_heading {
		text-align: left;
	}
}
@media (max-width: 768.98px) {
	.wd-table-wrapper {
		margin-bottom: 0;
		overflow: hidden;
	}
}
@media (max-width: 768.98px) {
	.woocommerce-additional-fields {
		margin-bottom: 20px;
	}
}
.order_review_toggle {
	display: flex;
	position: absolute;
	top: 22px;
	right: 15px;
	width: auto;
	height: 22px;
	color: #BBB;
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
}
.order_review_toggle:after {
	content: "\f129";
	font-family: "woodmart-font";
}
.order_review_toggle.selected:after {
	 transform: rotate(180deg);
}
.order_review_toggle span {
	font-size: 16px;
	font-weight: normal;
	padding-right: 10px;
}
.order_review_toggle.selected span {
	display: none;
}
.order_review_total {
	position: absolute;
	top: 45px;
	opacity: 1;
	transition: all .2s ease;
}
.order_review_total.selected {
	opacity: 0;
}
.order_review_total strong .amount {
	font-size: 22px;
}
@media (min-width: 769px) {
	.order_review_toggle,
	.order_review_total {
		display: none;
		pointer-events: none;
	}
}
#order_review {
	display: none;
}
@media (min-width: 769px) {
	#order_review {
		display: block !important;
	}
}
.widget_recently_viewed_products .widget-title {
	white-space: nowrap;
}
.montonio-aspsp-grid-logos .montonio-aspsp-grid-item {
	height: 60px !important;
}
@media (max-width: 768.98px) {
	.main-page-wrapper {
		margin-top: 0;
	}
}
.cart-totals-section h3 {
	font-size: 14px;
}
.woocommerce-order:not(.wd-with-extra-content) {
	max-width: 920px;
}
.popup-added_to_cart .btn {
	min-width: 200px;
	margin: 5px;
}
.popup-added_to_cart .btn.btn-style-link {
	border-radius: var(--btn-shop-brd-radius) !important;
	color: var(--btn-shop-color) !important;
	box-shadow: var(--btn-shop-box-shadow) !important;
	background-color: var(--btn-shop-bgcolor) !important;
	padding: 12px 20px;
	border-style: none;
}
.popup-added_to_cart .btn.btn-style-link:hover {
	color: var(--btn-shop-color-hover) !important;
	box-shadow: var(--btn-shop-box-shadow-hover) !important;
	background-color: var(--btn-shop-bgcolor-hover) !important;
}
.popup-added_to_cart.wd-popup {
	padding: 50px 20px 30px;
	max-width: 525px !important;
}
.popup-added_to_cart h3 {
	margin-bottom: 40px;
}
.btn,
.button,
button,
.added_to_cart,
[type="submit"],
[type="button"],
#place_order,
.wd-empty-page-text+.return-to-shop .button {
	font-size: 21px;
}
input[name='update_cart'],
button[name='update_cart'] {
	display: none !important;
}
#billing_country_field {
	display: none;
}
.woodmart-hover-icons .wd-buttons {
	background: #002769;
}
.woodmart-hover-icons .wd-action-btn {
	--action-btn-color: #FFF;
}


.product.wd-hover-icons .wd-buttons .wd-action-btn>a {
	color: white;
}
.wd-tltp-top .wd-tooltip-label:before, .tooltip.bs-tooltip-top .arrow {
	border-top-color: #FFF !important;
}
.wd-tltp .wd-tooltip-label, .tooltip .tooltip-inner {
	background-color: #FFF !important;
	color: #000 !important;
}
body .select2-container--default .select2-dropdown {
	border-color: #3775F6 !important;
}
body .select2-container--default .select2-selection[aria-expanded=true] {
	border-color: #3775F6 !important;
	border-bottom-color: #E6E6E6 !important;
}
body .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #3775F6 !important;
}
body .select2-container--default .select2-search--dropdown{
	background-color: #EAEAEA !important;
	border-color: #E6E6E6 !important;
}
body .select2-container--default .select2-search--dropdown .select2-search__field{
	border-color: #E6E6E6 !important;
}
#before_checkout_shipping_form_sihtriik_field label {
	display: none;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #3775F6 !important;
}
body .select2-container--default .select2-selection {
	border-color: #3775F6 !important;
}
body .select2-selection .select2-selection--single[aria-expanded=true] {
	color: #6A5F5F !important;
}
#before_checkout_shipping_form_sihtriik_field {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 18px;
	margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table .product-total {
	white-space: nowrap !important;
}
@media (max-width: 360px) {
	.woocommerce-checkout-review-order-table .product-total {
		white-space: normal !important;
	}
}
.cart-totals-section .woocommerce-shipping-destination {
	text-align: left;
}
.cart-totals-section .cart-subtotal th {
	width: 50%;
}
.cart-totals-section .order-total th {
	vertical-align: top;
	padding-top: 19px;
}
@media (max-width: 768px) {
	.cart-totals-section .order-total th {
		padding-top: 4px;
		padding-left: 0;
		float: left;
		display: block;
	}
}
.shop_table_responsive td:before {
	display: none;
	content: none;
}

.shipping_address h3 {
	display: none;
}
.shipping_address .flexible-checkout-fields-before_checkout_shipping_form {
	display: none;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
	white-space: nowrap;
}
#eabi_postoffice_pickup_group {
	margin-right: 18px;
}
#eabi_postoffice_pickup_location_div td {
	display: flex;
}
#eabi_postoffice_pickup_location_div td,
#eabi_postoffice_pickup_location_div th {
	border-bottom: none;
}
.woocommerce-product-attributes-item--dimensions {
	display: none;
}
#ship-to-different-address {
	margin: -20px 0 40px 0;
}
#billing_address_1_field,
#billing_postcode_field,
#billing_city_field {
	display: none;
}
#eabi_postoffice_pickup_location_div td {
	justify-content: space-between;
}
body .select2-container--default .select2-dropdown {
	width: 190px !important;
}
body .select2-container--default .select2-selection--single {
	overflow: hidden;
}

/* ==========================================================================
   QUICK CONTACT
   ========================================================================== */

#btn-contact {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	display: block;
	width: 63px;
	height: 63px;
	z-index: 20;
	margin: 0 0 0 -54px;
	padding: 20px 15px;
	background-color: #30CE1A;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
}

#qcontact {
	position: fixed;
	bottom: -600px;
	z-index: 2000;
	width: 338px;
	background-color: #30CE1A;
	-webkit-box-shadow: 1px -3px 8px 0px rgba(0,0,0,0.52);
	-moz-box-shadow: 1px -3px 8px 0px rgba(0,0,0,0.52);
	box-shadow: 1px -3px 8px 0px rgba(0,0,0,0.52);
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#qcontact.show {
	bottom: 0;
}

#qcontact .success {
	display: none;
	font-size: 18px;
	color: #062B46;
	line-height: 20px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

#qcontact header {
	overflow: hidden;
	background-color: #1266A3;
	color: #FFF;
	font-weight: 600;
	padding: 7px 10px;
}

#qcontact header a {
	width: 26px;
	margin-right: 10px;
	height: auto;
	display: inline-block;
	cursor: pointer;
}

#qcontact header > * {
	vertical-align: middle;
}

#qcontact section {
	color: #062B46;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 30px 0;
}

#qcontact section a {
	color: #062B46;
	text-decoration: none;
}

#qcontact section div {
	position: relative;
}

#qcontact section h1 {
	line-height: 20px;
	margin-bottom: 16px;
	font-size: 18px;
}

#qcontact section .phone img {
	display: inline-block;
	width: 20px;
	height: auto;
	position: absolute;
	top: 4px;
	left: -34px;
}

#qcontact section .email img {
	display: inline-block;
	width: 16px;
	height: auto;
	position: absolute;
	top: 6px;
	left: -32px;
}

#qcontact section .phone,
#qcontact section .email,
#qcontact section .opening {
	margin-left: 35px;
}

#qcontact footer {
	padding: 10px 18px;
}

#qcontact .row {
	margin-bottom: 15px;
	overflow: hidden;
}

#qcontact .row .half {
	width: 50%;
	float: left;
	padding: 0 0 0 5px;
}

#qcontact .row .half:first-child {
	padding: 0 5px 0 0;
}

#qcontact .row.submit {
	margin: 10px 0;
}

#qcontact .captcha {
	background-color: #CECFD0;
	color: #000;
	border-color: #CECFD0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#qcontact .captcha::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#qcontact .captcha::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#qcontact .captcha:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
#qcontact .captcha:-moz-placeholder {
	color: #000;
	opacity: 1;
}

#qcontact label {
	display: inline-block;
	color: #062B46;
	margin: 0 0 10px 14px;
}

#qcontact input[type='text'],
#qcontact input[type='email'],
#qcontact textarea {
	padding: 10px 12px;
	font-family: 'Open Sans';
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	width: 100%;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#qcontact textarea {
	font-size: 14px;
	min-height: 120px;
	height: 120px;
}

#qcontact button,
#qcontact input[type='submit'] {
	font-family: 'Open Sans';
	background-color: #1266A3;
	color: #FFF;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	width: 100%;
	padding: 6px;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#qcontact .norobot {
	margin: 0;
}

#qcontact .wpcf7-response-output {
	display: none !important;
}

#qcontact ::placeholder {
	color: #777;
}
#qcontact input,
#qcontact textarea {
	color: #777;
}

#qcontact .row.submit p {
	width: 100%;
}
