/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Header */
.whb-top-bar-inner {
	border: 0!important;
}
.whb-general-header .wd-logo img {
    width: 100%;
}
.whb-color-dark .navigation-style-bordered .item-level-0>a, .whb-color-dark .navigation-style-separated .item-level-0>a {
    font-size: 14px;
    font-weight: 400;
}
.wd-navigation .menu li a i {
    margin-top: 2px;
}

/* Homepage */
.home .main-page-wrapper {
	padding-top: 0;
}

/* Elements */
.cat-design-default .more-products {
	color: #333;
	margin-top: 0;
}

.wd-info-box .info-box-title {
	margin-bottom: 0;
}

.product-grid-item .product-title, .product-title {
	font-size: 16px;
}
.product-grid-item .price {
	font-size: 22px;
}

/* Product page */
.product-image-summary .summary-inner>.price, 
.product-image-summary .wd-scroll-content>.price {
    color: #2d2a2a;
}
.woocommerce-product-attributes-item__value p {
	margin-bottom: 0;
}

/* Checkout */
.woocommerce-checkout span.optional {
	display: none;
}

/* Wishlist */
.yith-wcwl-form {
	text-align: center;
}
.yith-wcwl-share {
	float: none!important;
}

/* Thank you page */
.woocommerce-thankyou-order-received .extra-message {
	font-size: 18px;
    color: #333;
}

/* Cookie bar */
#eu-cookie-bar {
    padding: 10px 20px 10px;
    font-size: 14px;
}

/* Pop-ups */
.wd-promo-popup {
	padding: 0;
}
.wd-promo-popup .wd-popup-inner img {
	width: 100%;
	height: auto;
}

/* Tipuri carton*/
.tipuri-carton-col-text {
	padding: 0 0 0 15px;
}
.tipuri-carton-col-form {
	padding: 0 0 0 40px;
}
.tabel-tipuri-carton table th,
.tabel-tipuri-carton table td{
	padding: 8px;
	text-align: center;
	font-weight: 600;
}
.tabel-tipuri-carton table th {
	background: #84b73a;
	color: #fff;
}
.tabel-tipuri-carton table .thead-2 {
	background: #000;
	color: #fff;
}

@media (max-width: 1200px) {
	.tipuri-carton-col-text,
	.tipuri-carton-col-form {
		padding: 20px;
	}
}
