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

.hide {
	display: none !important;
}

.btn {
	border-radius: 8px !important;
}

.searchform .s {
	border-radius: 14px;
}

.wd-nav-img, .mega-menu-list img {
	max-height: 25px !important;
}

.menu-opener {
	border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.product-grid-item .wd-entities-title a,
.hotspot-product.hotspot-content .wd-entities-title a {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.wd-hover-standard .wd-add-btn>a {
	border-radius: 8px !important;
}

.home .main-page-wrapper {
	background: linear-gradient(180deg, #f2f2f7 0%, #F6EAE2 100%);
}


.main-page-wrapper .product-grid-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 10px;
	text-align: left;
}

.main-page-wrapper .product-grid-item:hover {
	box-shadow: 0px 0px 7px 4px #d6d5d5;
}

.wd-add-btn a {
	width: 100%;
}

.product-element-top {
	text-align: center;
}

.widget-area > div {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
    margin-bottom: 10px;
}

a.page-numbers,
.page-numbers.current {
	border-radius: 4px;
}

a.page-numbers:not(.current) {
	border: 1px solid #cc0439;
}

nav[class*="-pagination"] li {
	margin-right: 10px;
}

.widget_product_categories .wd-cats-toggle {
	border: 1px solid #cc0439;
    color: #cc0439;
	background: #fff;
}

.widget_product_categories .wd-cats-toggle.toggle-active {
    background: #cc0439;
    color: #fff;
}

.product-grid-item.product .product-element-top {
	margin-bottom: 15px;
}


.product-grid-item.product .wd-entities-title {
	margin-bottom: 10px;
}

.product-grid-item.product .wd-add-btn {
	margin-top: 10px;
}

.grid-columns-4 {
	gap: 10px;
}

.grid-columns-4 .product-grid-item {
	flex: 1 1 calc(25% - 30px);
	margin-bottom: 0;
}

ul.children.list-shown {
	border-left: 2px solid rgb(204, 4, 57);
}

.wd-image-hotspot .hotspot-content {
	width: 250px;
	border-radius: 8px;
	text-align: left;
	padding: 10px;
}

.hotspot-product.hotspot-content .hotspot-content-text {
	display: none;
}

.hotspot-content .add_to_cart_button {
	border-radius: 8px !important;
	width: 100%;
}

.hotspot-content-image img {
	border-radius: 8px;
}

.wd-image-hotspot.hotspot-type-product:hover {
	cursor: pointer;
}

.single-product .mongourmet-delivery-info {
	margin-bottom: 15px;
}

.single-product .delivery-cluj, 
.single-product .delivery-country {
	font-size: 16px;
}

.single-product .woocommerce-tabs .wc-tab-inner a:hover {
	    text-decoration: underline;
}

.single-product .quantity {
    display: none;
}

.single-product .product_title {
    font-size: 25px;
}

.single-product .summary-inner .wd-wishlist-btn {
    border: 1px solid var(--btn-shop-bgcolor);
    padding: 12px 20px;
    border-radius: 8px;
    width: 40%;
    text-align: center;
}

.single-product .single_add_to_cart_button {
    border-radius: 8px;
    margin: 0;
    width: 40%;
}

.single-product .summary-inner {
    border-radius: 14px;
}

.single-product .row.product-image-summary-inner {
    align-items: center;
}

.single-product .product-image-wrap img {
	max-height: 500px;
	width: auto;
}    

.single-product .product-image-wrap {
	display: flex;
    justify-content: center;
}

footer {
    background: linear-gradient(0deg, #f2f2f7 0%, #F6EAE2 100%);
}

footer .widget-area > div {
    background: transparent;
}

.single-product table span {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: 400;
}

.single-product table tr td:first-child span {
	font-weight: bold;
}

.single-product table td p{
	margin-bottom: 0;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
    box-shadow: var(--btn-shop-box-shadow);
    background-color: var(--btn-shop-bgcolor);
	border-radius: 8px;
}

.wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button__text {
	color: var(--btn-shop-color);	
	text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-mini-cart__buttons .btn-cart {
	border: 2px solid var(--btn-shop-bgcolor);
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .btn-cart:hover {
	background: var(--btn-shop-bgcolor);
	color: #fff;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: var(--btn-shop-bgcolor);
    color: white;
    font-weight: bold;
    border-radius: 8px;
    font-size: 16px;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
	border: 2px solid #cc0439;
    padding: 12px 12px 12px 35px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
	left: 8px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	border: none;
	color: #fff;
	border-radius: 8px;
    background: var(--wd-primary-color);
	justify-self: center;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
	flex-direction: column;
}

.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
	display: inline;
}

.woocommerce-order-received .woocommerce-thankyou-order-details li {
	padding-inline: 0;
	text-align: left;
}

.woocommerce-order-received .woocommerce-order-details {
	border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 0px 7px 4px #d6d5d5;
}

.woocommerce-order-received .woocommerce-order-details table th {
	padding-left: 0;
}

.woocommerce-order-received .woocommerce-order-details .responsive-table {
	margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-table__line-item .woocommerce-table__product-name.product-name {
	max-width: 70%;
    width: 70%;
	padding-inline: 0;
}

.woocommerce-order-received .woocommerce-table__line-item .woocommerce-table__product-name.product-name .product-quantity {
	color: var(--wd-primary-color);
}

.woocommerce-order-received .woocommerce-table__line-item .woocommerce-table__product-total.product-total {
	max-width: 30%;
    width: 30%;
}

.woocommerce-order-received .woocommerce-customer-details {
	margin-top: 30px;
}

.woocommerce-order-received .woocommerce-customer-details address {
	font-style: normal;
}

.woocommerce-order-received .woocommerce-table__line-item .woocommerce-table__product-name a {
	display: inline;
}

.woocommerce-order-received table tfoot th {
    font-size: 14px !important;
    text-transform: initial !important;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
	color: var(--wd-primary-color);
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover {
	text-decoration: underline
}

.woocommerce-account .woocommerce-MyAccount-content p strong {
	text-transform: capitalize;
}

.cookies-buttons .btn.cookies-accept-btn {
	background-color: var(--wd-primary-color);
}

.cookies-buttons .btn.cookies-accept-btn:hover {
	background-color: var(--btn-shop-bgcolor-hover);
}

.thwcfd-field-country {
	display: none;
}

.delivery-cluj::before {
	content: url('/wp-content/uploads/2025/10/box-delivery-express-svgrepo-com1.svg');
	display: inline-block;
	width: 30px;
    height: 30px;
	margin-right: 5px;
}

.delivery-country:before {
	content: url('/wp-content/uploads/2025/10/delivery-fast-shipping-svgrepo-com-1.svg');
	display: inline-block;
	width: 30px;
    height: 30px;
	margin-right: 5px;
}

.delivery-cluj,
.delivery-country {
	display: flex;
	font-size: 13px;
	align-items: center;
}

.mongourmet-delivery-info {
	margin-top: 15px;
}

.woocommerce-variation-add-to-cart.variations_button .mongourmet-delivery-info {
	display: none;
}

.archive.tax-product_cat.term-cadouri .wd-shop-tools:last-child {
	place-content: space-between;
}

.archive.tax-product_cat.term-cadouri .wd-shop-tools .mongourmet-promo {
	width: 100%;
	background: var(--wd-primary-color);
    color: #fff;
    padding: 40px;
    border-radius: 8px;
	margin-block: 30px;
	font-family: var(--wd-entities-title-font);
}

.archive.tax-product_cat.term-cadouri .wd-shop-tools .mongourmet-promo div {
	font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}

.archive.tax-product_cat.term-cadouri .wd-shop-tools .mongourmet-promo .promo-btn {
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: block;
    width: fit-content;
	font-size: 14px;
	text-transform: uppercase;
    font-weight: bold;
	color: #fff;
    border: 2px solid #fff;
}

.archive.tax-product_cat.term-cadouri .wd-shop-tools .mongourmet-promo .promo-btn:hover {
	background:#fff;
	color: var(--wd-primary-color);
}

.wpcf7-form-control.wpcf7-submit {
	border: 2px solid var(--wd-primary-color);
    border-radius: 8px;
    background: no-repeat;
    color: var(--wd-primary-color);
}

.wpcf7-form-control.wpcf7-submit:hover {
	border: 2px solid var(--wd-primary-color);
    border-radius: 8px;
    background: var(--wd-primary-color);
    color: #fff;
}

.error404 p.title {
	color: var(--wd-primary-color);
	text-align: center;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 25px;
	position: relative;
}

.error404 .redirect-text {
	position: relative;
	text-align: center;
}

.out-of-stock.product-label {
	background: var(--wd-primary-color);
	color: #fff;
}

#gls-pickup-info {
	order: 2;
    border-radius: 8px;
    box-shadow: 0px 0px 7px 4px #d6d5d5;
}

#gls-map-button {
	padding: 11px 15px;
    font-size: 11px;
    line-height: 20px;
    border-radius: var(--btn-shop-brd-radius);
    color: var(--btn-shop-color);
    box-shadow: var(--btn-shop-box-shadow);
    background-color: var(--btn-shop-bgcolor);
	margin-top: 15px;
}

#gls-map-button:hover {
	color: var(--btn-shop-color-hover);
    box-shadow: var(--btn-shop-box-shadow-hover);
    background-color: var(--btn-shop-bgcolor-hover);
}

.woocommerce-checkout .wd-table-wrapper {
	display: flex;
	flex-direction: column;
}

.woocommerce-cart .cart-totals-section table.shop_table,
.woocommerce-cart .cart-totals-section table.shop_table tbody {
		display: flex;
		flex-direction: column;
}

.woocommerce-cart .cart-totals-section table.shop_table tbody tr {
	display: flex;
	justify-content: space-between;
}

.woocommerce-cart table.shop_table .woocommerce-shipping-totals {
	flex-direction: column;
}

.woocommerce-cart .cart-actions .button[name="update_cart"] {
	background-color: var(--wd-primary-color);
	color: #fff;
	display: none;
}

.woocommerce-cart .woocommerce-shipping-destination {
	display: none;
}

.woocommerce-cart .cart-totals-inner {
	border-radius: 8px;
	padding: 15px;
}

.woocommerce-cart .woocommerce-shipping-totals td {
	padding-inline: 0;
}

.woocommerce-cart .woocommerce-shipping-totals td img {
	max-width: 30px;
}

.woocommerce-cart .woocommerce-shipping-totals td label {
	font-size: 14px;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping {
	display: flex;
	flex-direction: column;
}
	
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
	display: flex;
}
	
.woocommerce-checkout .woocommerce-shipping-totals.shipping th,
.woocommerce-checkout .woocommerce-shipping-totals.shipping td {
	width: 100%;
	max-width: 100%;
}

.woocommerce-checkout .product-quantity {
	color: var(--wd-primary-color);
}

.single-product.postid-17298 .summary.entry-summary .mongourmet-delivery-info,
.single-product.postid-17298 .summary.entry-summary .quantity {
	display: none !important;
}

.wa__btn_popup .wa__btn_popup_txt {
	left: 100% !important;
    right: unset !important;
    margin-left: 7px !important;
    margin-right: 0px !important;
}

.wa__btn_popup, .wa__popup_chat_box {
	left: 30px !important;
	right: unset !important;
}


@media only screen and (max-width: 600px) {
	.single-product .single_add_to_cart_button,
	.single-product .summary-inner .wd-wishlist-btn {
		width: 100%;
	}
	
	.product-grid-item.product .product-element-top {
		margin-bottom: 15px;
		min-height: 165px;
	}
	
	.product-grid-item .product-image-link img, 
	.product-grid-item .hover-img img {
   	 	width: auto !important;
    	max-height: 165px;
	}
	
	.grid-columns-4 .product-grid-item {
    	flex: 1 1 calc(50% - 30px);
    	margin-bottom: 0;
	}
	
	.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: 18px;
	}
	
	.delivery-cluj,
	.delivery-country,
	.single-product .related-and-upsells .delivery-cluj,
	.single-product .related-and-upsells .delivery-country {
		font-size: 11px;
	}
	
	.single-product .entry-summary .delivery-cluj,
	.single-product .entry-summary .delivery-country {
		font-size: 14px;
	}
	
	.archive.tax-product_cat.term-cadouri .wd-shop-tools .mongourmet-promo div {		
    	font-size: 25px;
	}
	
	.archive.tax-product_cat.term-cadouri .wd-shop-tools .mongourmet-promo {
		padding: 15px;
		margin-right: 0;
	}
	
/* 	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table,
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping {
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr,
	.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
		display: flex;
	}
	
	.woocommerce-checkout .woocommerce-shipping-totals.shipping th,
	.woocommerce-checkout .woocommerce-shipping-totals.shipping td {
		width: 100%;
		max-width: 100%;
	} */
	
	.single-product .summary-inner {
		padding: 15px;
	}
	
	.single-product .product_title.wd-entities-title {
		font-size: 16px;
	}
	
	.woocommerce-cart table.shop_table .cart-subtotal td {
		display: flex;
    	justify-content: space-between;
    	width: 100%;
	}
	
	.woocommerce-cart table.shop_table .woocommerce-shipping-totals td {
		display: flex;
		flex-direction: column;
	}
	
	.woocommerce-cart table.shop_table .woocommerce-shipping-totals td::before {
		text-align: left;
		margin-bottom: 15px;
	}
	
	.woocommerce-cart table.shop_table .order-total td {
		display: flex;
	    justify-content: space-between;
  	    width: 100%;
 	    align-items: center;
	}
	
	.woocommerce-cart .cart-totals-inner {
		padding: 15px;
	}
	
	.woocommerce-shipping-methods img {
		max-width: 25px;
	}
	
	.woocommerce-shipping-methods label,
	.woocommerce-shipping-methods .woocommerce-Price-amount {
		font-size: 13px;
	}
	
	.wa__btn_popup {
		bottom: 60px !important;
	}
	
}



















@media only screen and (min-width: 1024px) {
	.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
	.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
	.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
	.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
		height: 60px;
	}
	
	.woocommerce-checkout .form-row.form-row-wide.validate-state,
	.woocommerce-checkout .form-row.form-row-wide.validate-phone,
	.woocommerce-checkout .form-row.form-row-wide.validate-adresa
	{
		width: 48%;
		float: left;
		clear: none;
	}
	
	.woocommerce-checkout .form-row.form-row-wide.validate-postcode,
	.woocommerce-checkout .form-row.form-row-wide.validate-email,
	.woocommerce-checkout .form-row.form-row-wide.validate-localitate {
		width: 48%;
		float: right;
		clear: none;
	}
	
	.woocommerce-checkout .thwcfd-field-country {
		display:none;
	}
	
	.product-grid-item .product-image-link img, 
	.product-grid-item .hover-img img {
		max-height: 220px;
		width: auto !important;
		border-radius: 8px;
	}
	
	.single-product .wd-tab-wrapper {
		max-width: 70%;
	}	
	
	.single-product .tabs.wc-tabs {
		text-align: left;
	}
	
	.woocommerce-order-received .woocommerce-thankyou-order-details li {
		border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    	margin-bottom: 5px;
    	padding-bottom: 5px !important;
	}
	
	.product-grid-item.product .product-element-top {
		height: 220px;
	}
	
	
	.product-grid-item .wd-entities-title a,
	.hotspot-product.hotspot-content .wd-entities-title a {
		min-height: 40px;
	}

}
















































