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

/*=============Global==========================*/


.scrollToTop.button-show{
	right: 120px !important;
}

.arcu-widget.arcu-message{
	z-index:498 !important;
}

.arcu-widget .arcu-forms-container .arcu-form-container .arcu-form-field{
	color:#666;
}

.arcu-widget .arcu-forms-container .arcu-form-container .arcu-form-field::placeholder{
	color:#ccc;
}


.amount{
	color:#7FC241;
}

del .amount, .price del{
	color:#2C4713;
}

footer .copyrights-wrapper{
	border:none;
}

/*breadcrumb*/
.woocommerce-breadcrumb a:after{
	content:'>>';
}


/*breadcrumb-end*/

/*============Global-END===========================*/




/*======Heder====not-masked!!!!!=========*/

/*--------------1024-------------------------*/
/*----Icons---------*/
	.whb-col-right .wd-header-cart.wd-design-2 .wd-tools-text,
	.whb-col-right .wd-tools-element .wd-tools-text{
		margin-left:0;
		text-align:center;
	}

	.whb-column .wd-tools-element>a{
		flex-direction:column;
		height:auto;
	}
	.whb-column .wd-tools-element>a .wd-tools-icon{
		margin-bottom: 7px;
	}

	.whb-column .wd-tools-element>a .wd-tools-text{
		font-weight:400;
		color:#000;
	}

/*------Menu---------*/
.whb-header-bottom .wd-nav[class*="wd-style-"]>li>a{
	font-size:15px;
	color: #7FC241;
	
}

.whb-header-bottom .wd-nav[class*="wd-style-"]>li>a:hover{
	color: #777;
}

.whb-header-bottom .wd-nav[class*="wd-style-"]>li.current-menu-item>a{
	color:#333;
}
.whb-header-bottom .whb-col-right .wd-nav[class*="wd-style-"]>li>a{
	text-transform:none;
}

/*-------Search--------------*/
.whb-general-header .searchform input[type="text"]{
	padding-left:50px;
}

.whb-general-header .searchform .searchsubmit{
	right:auto;
	left:2px;
}

.whb-general-header .searchform input[type="text"]::placeholder{
	font-weight:400;
	color:#999;
}

/* 	.mysearch-header{
		flex-basis:100%;
	} */

/*not-1024*/
.whb-header-bottom .wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after,
.whb-general-header .searchform .searchsubmit:after,
.wd-header-my-account .wd-tools-icon:before,
.wd-header-wishlist .wd-tools-icon:before,
.wd-header-cart .wd-tools-icon:before{
	color:#7FC241;
}


/*===========Single-Product=============================================*/

.single-prod__breadcrumb .woocommerce-breadcrumb a.breadcrumb-link-last:after,
.single-prod__breadcrumb .woocommerce-breadcrumb span.breadcrumb-last{
	display:none;
}



/*price*/
.single-prod .price{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
 	justify-content:flex-end; 
}

.single-prod .price > del{
	margin-left:12px;
}

.single-prod .price .amount{
	font-size:36px;
	font-weight:500;
	font-style:italic;
	white-space: nowrap;
}

.single-prod .price del .amount, 
.single-prod .price del{
	font-size:18px;
	font-style:normal;
}
/*---brand------*/
.single-prod .myprod-card__eco,
.single-prod .myprod-card__brand{
	margin:0;
}
.single-prod .myprod-card__row{
	align-items:center;
}

/*product_meta*/
.single-prod .product_meta span,
.single-prod .product_meta a{
	color:#C1C1C1;
}

.single-prod .product_meta a:hover{
	color:#999;
}

/*---Galery----*/
.single-prod__galery .attribute-label{
	display:none;
}

.single-prod__galery .woocommerce-product-gallery__image{
	height:335px;
}

.single-prod__galery .woocommerce-product-gallery__image a img {
	height: 100%;
	width:100%;
	object-fit:contain;
}

.single-prod__galery .product-image-thumbnail{
	height: 75px;

}

.single-prod__galery .product-image-thumbnail img{
	height: 100%;
	width:100%;
	object-fit:contain;

}
.single-prod .woocommerce-product-gallery .labels-rectangular{
	top:0;
	right:15px;
}
/*---Galery-End---*/

/*---Description-----*/
.single-prod__text .woocommerce-Tabs-panel{
	padding:15px;
	background:#F5F5F5;
}

.single-prod__text .woocommerce-Tabs-panel .table-responsive {
	overflow:auto;
}

.single-prod__text .woocommerce-Tabs-panel table.attrib { /* this works for all but td */
  word-wrap:break-word;
}

.single-prod__text .woocommerce-Tabs-panel table.attrib { /* this somehow makes it work for td */
  table-layout:fixed;
  width:100%;
}


/*add-to-cart*/


.single-prod__brand, 
.single-prod__brand .myprod-card__brand,
.single-prod__qty,
.single-prod form.cart>*{
	flex-grow:1;
}



.single-prod form.cart,
.single-prod__btns>div{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.single-prod__btns{
	padding-bottom:10px;
}

.single-prod__btns .single-prod__qty{
	padding-right:10px;
}

.single-prod__btns>div>*{
	margin-top:10px;
	flex-grow:1;
}

.single-prod .single-prod__btns .wd-button-wrapper a{
	width:100%;
}


.single-prod form.cart .single_add_to_cart_button{
	padding-left:45px;
	border-radius: 5px;
	text-transform:none;
	background-image:url('./assets/img/shopping-cart.svg');
	background-repeat:no-repeat;
	background-position:left 15px center;
}

.single-prod__qty{
	display:flex;
	align-items:center;
}


.single-prod__qty div.quantity input[type="button"].plus,
.single-prod__qty div.quantity input[type="button"].minus{
	display:none;
}
.single-prod__qty div.quantity input[type="number"]{
	background: #FFFFFF;
	border: 1px solid #C1C1C1;
	border-radius: 4px;
	color:#C1C1C1;
}

/*-----Pop-Up---*/
.single-prod__cf7 form{
	margin:0 auto; 
	width:100%;	
}

.single-prod__cf7 input, .single-prod__cf7 textarea{
	margin-bottom:24px;
	border:1px solid #F5F5F5;
	background-color:#F5F5F5;
}

.single-prod__cf7 input::placeholder, 
.single-prod__cf7 textarea::placeholder{
	color:#999;
}

.single-prod__cf7 input[type="submit"]{
	width:100%;	
	margin-bottom:0;
	color:#fff;
	border-radius:5px;
	border:2px solid #7FC241;
	background-color:rgb(127,194,65);
}

.single-prod__cf7 input[type="submit"]:hover{
	background-color:rgba(127,194,65,0.6);;
}


/*===========Single-Product-End=============================================*/

/*======================================================================*/

/*===================================*/
.home-pg__btns a{
	min-width:230px;
}


.single-page__title:before{
	content:'';
	width: 10002%;
	height: 100%;
	position: absolute;
	top:0;
	right:100%;
	background:#8FCA59;
}


/*=======myprod-card=====================*/

.myprod-card{
	padding:5px;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px !important;
	transition:0.4s;
}

.myprod-card:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*--not-masked--*/
.product-labels .onsale.product-label{
	background-color:#EC7425;
}

.myprod-card .wd-wishlist-btn{
	margin-right:5px;
}

.myprod-card .product-image-link,
.myprod-card .hover-img a{
	height:300px;
	background:#fff;
}

.myprod-card .product-image-link img,
.myprod-card .hover-img img{
	height:100%;
	object-fit:contain;
}

.myprod-card .wd-entities-title,
.myprod-card__row .price{
	text-align:left;
}

.myprod-card__row{
	display:flex;
	justify-content:space-between;
	align-items:flex-end; 
}
.myprod-card__row .wd-buttons{
	box-shadow:none;
}
.wd-hover-icons .myprod-card .wd-buttons {
	padding:0
}

.myprod-card__row .amount,
.myprod-card--tiled .amount{
	font-size:24px;
	font-weight:500;
}

.myprod-card__row del .amount, 
.myprod-card__row .price del,
.myprod-card--tiled del .amount,
.myprod-card--tiled .price del{
	font-size:16px;
}
.myprod-card__row .wd-buttons > div > a:before {
	font-size:24px;
	color:#7FC241;
}

.myprod-card .myprod-card__row .price{
	margin-bottom: 5px;
	margin-right: 10px;
	text-align:right;
}

.myprod-card .myprod-card__row .price > *{
	display:block;
}





/*card to same height*/
/*slide-product owl-carousel-item*/
.myprod-archive .owl-carousel .owl-stage{
	display: flex;
}

.myprod-archive .slide-product.owl-carousel-item .product-grid-item,
.myprod-archive .slide-product.owl-carousel-item{
	height:100%;
}


.myprod-archive .align-items-start{
	align-items:stretch !important;
}

.myprod-card, 
.myprod-card--tiled {
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.myprod-card  .wd-entities-title, 
.myprod-card--tiled  .wd-entities-title, 
.myprod-card--tiled  .product-element-bottom{
	flex-grow:1;
}

.wd-hover-tiled .product-wrapper.myprod-card--tiled{
	box-shadow:none;
	transition:0.5s;
}

.wd-hover-tiled .product-wrapper.myprod-card--tiled:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.myprod-card--tiled  .product-element-bottom{
	display:flex;
	flex-direction:column;
}
/*card to same height end*/
.product-grid-item .myprod-card--tiled .price{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
 	justify-content:center; 
}

.product-grid-item .myprod-card--tiled .price > del{
	margin-left:12px;
}

.myprod-card--tiled .wd-buttons > div > a:before {
	font-size:24px;
	color:#7FC241;
}

.myprod-card--tiled .product-labels.labels-rectangular{
	top:0;
}

.myprod-card--tiled .product-image-link,
.myprod-card--tiled .hover-img a{
	height:230px;
	background:#fff;
}

.myprod-card--tiled .label-attribute-pa_energielabel{
	display:none;
}

.myprod-card--tiled .product-image-link img,
.myprod-card--tiled .hover-img img{
	height:100%;
	object-fit:contain;
}
.myprod-card__brand{
		margin-right:20px;
	height:35px;
	width:60%;
	text-align:right
}
.myprod-card__brand img,
.myprod-card__eco img{
	height:100%;
	object-fit:contain;
}


.myprod-card__eco{
	margin-left:20px;
	height:30px;
}

/*=======myprod-card-END=====================*/

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*=======LoginForm===============================*/

.main-page-wrapper:has(.mylogin){
	min-height:70vh;
	background:#BFBFBF;

}

.mylogin{
	padding:40px 0;
}

.mylogin .woocommerce-FormRow{
	position:relative;
}

.mylogin input{
	border:none;
	border-bottom: 2px solid #B4C0CB;
}

.mylogin .woocommerce-FormRow label{
	position:absolute;
	top:10px;
	left:15px;
	transition:0.5s;
}

.mylogin .woocommerce-FormRow input:focus + label,
.mylogin .woocommerce-FormRow input:not(:placeholder-shown) + label,
.mylogin .woocommerce-FormRow input:-webkit-autofill + label,
.mylogin .woocommerce-FormRow span:has(> input:focus) + label,
.mylogin .woocommerce-FormRow span:has(> input:not(:placeholder-shown)) + label,
.mylogin .woocommerce-FormRow span:has(> input:-webkit-autofill) + label{
	top:-10px;
	left:0;
	font-size:10px;
	color:#ccc;
}

.mylogin .woocommerce-form-login__rememberme{
	display:none;
}

.mylogin .woocommerce-LostPassword.lost_password{
	color:#4281FF;
}

.mylogin .woocommerce-LostPassword.lost_password:hover{
	color:#4281FF;
}

.mylogin #customer_login, .mylogin__wrapper{
	margin:0 auto;
}

.mylogin__title{
	margin-bottom:30px;
	font-weight:400;
	text-align:center;
	font-size:18px;
}

.mylogin .lost_reset_password .form-row-first{
	padding-top:0;
}

.mylogin__wrapper{
	padding:20px;
	width: 350px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.mylogin .btn.wd-switch-to-register{
	width:100%;
	background:#F0F0F0;
}

.mylogin__logo{
	margin-bottom:35px;
}

.mylogin .lost_reset_password{
	padding:0;
}
/*=======LoginForm-End===============================*/


/*=====wishlist=================================================*/
.wd-wishlist-content .products{
	flex-direction:column;

}

.wd-wishlist-content .product-grid-item{
	max-width:100%;
	display:flex;
	flex-direction:row-reverse;
	align-items:flex-start;
}

.wd-wishlist-content .myprod-card{
	flex-direction:row;
	align-items:flex-start;
	border:none;
	box-shadow:none;
	width:100%;
}
.wd-wishlist-content .myprod-card .product-image-link{

	padding:0 10px;
	height:115px;
	width:115px;
}

.wd-wishlist-content .myprod-card .product-image-link img{
	height:auto;
}

.wd-wishlist-content .myprod-card .product-element-top{
	flex-shrink:0;
}

.wd-wishlist-content .myprod-card__row{
	margin-left:20px;
	min-width:150px;
	flex-direction:row-reverse;
	align-items:flex-start;
}
.mywishlist__name{
	flex-grow:1;
}

.wd-wishlist-content .myprod-card__row .wd-buttons > div > a:before{
	color:#979797;
}

@media only screen and (min-width: 1024px) {

	.wd-wishlist-content .wd-action-btn.wd-style-icon>a{
		top:-5px;
	}
}

.wd-wishlist-content .wd-button-remove-wrap{
	top:15px;
}

.wd-wishlist-content .wd-cross-icon>a:before{
	content:url('./assets/img/trash.svg');
}

.wd-wishlist-content .wd-action-btn.wd-style-text>a{
	font-size:0;
}

@media only screen and (max-width: 540px) {
	.wd-wishlist-content .myprod-card{
		flex-wrap:wrap;
	}

	.wd-wishlist-content .product-grid-item,
	.wd-wishlist-content .myprod-card__row{
		align-items:flex-end;
	}

	.mywishlist__name,
	.wd-wishlist-content .myprod-card .product-element-top,
	.wd-wishlist-content .myprod-card__row{
		flex-basis:100%;
	}
	.wd-wishlist-content .wd-button-remove-wrap{
		top:-6px;
	}
	.wd-wishlist-content .myprod-card__row{
		margin-left:0;
	}

}

/*====================Cart================================*/

.mycart .product-name a{
	font-weight: 600;
	font-size: 16px;
}

.mycart .woocommerce-cart-form__contents td:before, 
.mycart .group_table td:before{
	display:none;
}

.mycart table thead{
	background:#F5F5F5;
}

.mycart table th,
.mycart table td{
	text-transform:none;
	border-bottom:none;
	font-weight:500;
}

.mycart__menge{
	display:flex;
	align-items:center;
}

.mycart__menge div.quantity input[type="button"].plus,
.mycart__menge div.quantity input[type="button"].minus{
	border:none;
	color:#C1C1C1;
} 

.mycart__menge div.quantity input[type="button"].plus:hover,
.mycart__menge div.quantity input[type="button"].minus:hover{
	background:none;
	color:#000;
} 

.mycart__menge div.quantity input[type="number"]{
	background: #FFFFFF;
	border: 1px solid #C1C1C1;
	border-radius: 4px;
	color:#C1C1C1;
}

.mycart__totals{
	font-size: 20px;
	color: #000;
}

.woocommerce-cart-form.cart-data-form {
	margin:0 auto;
	width:100%;
}

.cart-table-section table{

}

.cart-table-section .product-subtotal .amount{
	color:#000;
}

@media (max-width: 768.98px){
	.woocommerce-cart-form__contents tr{
		top:15px;
	}
}
@media (max-width: 575px){
	.mycart-btns{
		flex-direction:column-reverse;
	}
}

td.product-remove a:before{
	content:url('./assets/img/trash.svg');
}
td.product-remove a{
	margin-right:5px;
}

td.product-remove a:hover{
	border-radius:50%;
	overflow:hidden;
	background:#fff;
}


/*mycart-btns*/
.mycart-btns{
	padding:20px 0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}

.mycart-btns > *{
	margin:10px 0;
}

.mycart-btns__sum{
	margin-top:30px;
	padding: 12px 20px;
	/* 	text-align:center; */
	font-size: 20px;
	line-height: 18px;
	background:#f5f5f5;
	color:#7FC241;
}
.mycart-btns__checkout{
	color:#fff;
	background: #7FC241;
}
.mycart-btns__checkout:hover{
	color:#fff;
	opacity:0.7;
}

button[name='update_cart']{
	display: none !important;
}

/*====================Cart-END================================*/


/*====================Checkout========================================*/

.mycheckout-table__row{
	display:flex;
	align-items:center;
}

.mycheckout-table tbody td:first-child {
	width:100%;
	max-width:85%;
}

.mycheckout-table tbody td:last-child {
	width: 1px;
	white-space: nowrap;
}

.mycheckout-table tbody,
.mycheckout-table tfoot tr{
	border-bottom:12px solid #fff;
}

.woocommerce-form-coupon-toggle{
	display:none;
}

.woocommerce-terms-and-conditions-wrapper,
.wd-table-wrapper{
	border:0;
	box-shadow:none
}

.mycheckout-table__image{
	flex-shrink:0;
	display:inline-block;
	margin:10px;
	width:80px;
	height:80px;
}

table.mycheckout-table td{
	padding:0;
}


.mycheckout-table__text{
	flex-grow:1;
}

.mycheckout-table__title{
	font-size:16px;
	font-weight:500;
}

.mycheckout-table__image img{
	flex-shrink:0;
	display:inline-block;
	width:100%;
	height:100%;
	object-fit:contain;
}

@media only screen and (max-width: 768px) {
	.mycheckout-table__row{
		flex-wrap:wrap;
	}

	.mycheckout-table__row > .mycheckout-table__text{
		flex-basis:85%;
	}

	.mycheckout-table__qty{
		align-self: flex-start;
		flex-basis:15%;
	}

	.single__partner-cf7 form{
		margin:0 auto; 
		width:100%;	
	}
	select option{
		color: #434343;
	}

}

.mycheckout input[type='text'],
.mycheckout input[type='tel'],
.mycheckout input[type='email'],
.mycheckout select,
.mycheckout .select2-container--default .select2-selection,
.mycheckout textarea{
	background-color:#E3E3E3;
}


/*====================Checkout-End========================================*/

/*==================myprod-archive=====================================================*/

.myprod-archive__sidebar .product-categories a{
	font-size:16px;
}


/*top categories*/
.myprod-archive__category .category-image-wrapp{
	display:none;
}

.myprod-archive__category .category-grid-item .more-products>a{
	font-size:13px;
	color:#999;
}

.myprod-archive__category .category-grid-item .category-link{
	transition:0.4s

}

.myprod-archive__category .category-grid-item .wrapp-category{
	margin-bottom:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	background: #7FC241;
	border-radius: 4px;
	color:#fff;
	transition:0.4s;
}

.myprod-archive__category .category-grid-item .wrapp-category:hover{
	background:#35714F;
}

.myprod-archive__category .category-grid-item .hover-mask{
	display:flex;
	align-items:center;
	justify-content:center;
}

.myprod-archive__category .category-grid-item .hover-mask .wd-entities-title,
.myprod-archive__category .category-grid-item .hover-mask a{
	color:#fff;
}

/*top categories end*/

/*===========OWL-Carousel=====================================*/
/*my-owl-dots .myowldots */


 .owl-dots{
	display:flex;
	margin-left: 10px;
	margin-right: 10px;
}

.owl-dot{
	flex-grow:1;
	background:#F5F5F5;
	transition:0.5s;
}
.owl-dots .owl-dot span,
.owl-dots .owl-dot.active span{
	opacity:0;
}

.owl-dot.active{
	background:#7FC241;
}
/*my-owl-dots-End*/

/*arrow carusel change*/
.wd-btn-arrow[class*="prev"]:after,
.container .flickity-button.previous:after,
.container .flickity-button.next:after,
.wd-btn-arrow[class*="next"]:after{
	padding:20px;
	border-radius:50%;
	color:#fff;
	background-color:rgba(127,194,65,0.7);
}

.single-prod__galery .wd-btn-arrow[class*="prev"]:after,
.single-prod__galery .container .flickity-button.previous:after,
.single-prod__galery .container .flickity-button.next:after,
.single-prod__galery .wd-btn-arrow[class*="next"]:after{
	padding:10px;
	border-radius:50%;
	font-size:8px;
	color:#fff;
	background-color:rgba(127,194,65,0.5);
}

@media only screen and (min-width: 1024px) {
	.home-page .owl-nav>div {
		visibility: visible;
		opacity: 1;
		pointer-events: visible;
	}

	.home-page div[class*="wd-carousel-spacing"] .owl-nav>div[class*="prev"] {
		margin-left:0;
	}
	.home-page div[class*="wd-carousel-spacing"] .owl-nav>div[class*="next"] {
		margin-right:0;
	}

	.home-page .wd-btn-arrow[class*="prev"], 
	.home-page .wd-btn-arrow[class*="next"] {
		transform: translateX(0);
	}
}
/*arrow carusel change end*/
/*===========OWL-Carousel-END=====================================*/

/*========FilterPrice===============================*/
.widget_price_filter .ui-slider .ui-slider-handle:after{
	width:8px;
	height:14px;
	
	border:2px solid #6FA340;
	background-color:#6FA340;
}

.widget_price_filter .ui-slider .ui-slider-range{
	top:8px;
	height:6px;
	background-color:#87C64D;
}

.myprod-archive__filter-btn{
	display:none;
}


.myprod-archive__price-label{
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}


.widget_price_filter [class*="price_slider_amount"] .myprod-archive__price-label>span{
	font-weight:500;
}


.myprod-archive__orderby select option{
	color: #434343;
}
/*========FilterPriceEND===============================*/


/*========Subscribe-Form===============================*/

.mysubscribe__fields input{
	margin-bottom:15px;
	border: 1px solid #000;
}
.mysubscribe__fields input:focus{
	border: 2px solid #000;
}

.mysubscribe .mysubscribe__fields input[type="submit"]{
	width:100%;
	text-transform:none;
	background:#8FCA59;
	
}

.mysubscribe--row .mysubscribe__fields{
	display:flex;
	align-items:center;
}

.mysubscribe--row .mysubscribe__fields input[type="email"]{
	margin-right:15px;
}
.mysubscribe--row .mysubscribe__fields input[type="submit"]{
	width:auto;
}
/*========================================*/
.footer__logotypes>div{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.footer__logotypes>div>*{
	flex-basis: 33%;
	margin-bottom:10px !important;
}
/*========================================*/


@media only screen and (min-width: 1024px) {
/*====All-Cat-Menu===1024==================*/
 	.menu-all-cat .sub-menu-dropdown ul.sub-sub-menu > li  a{
		white-space:nowrap;
	} 
	/*------all-cat-3-column--------------------*/
	.menu-all-cat .sub-menu-dropdown ul.sub-sub-menu{
		display:grid;
		grid-gap:0 10px;
		grid-auto-flow:column;
		grid-template-rows: repeat(8, minmax(0, 1fr));
	}
	.menu-all-cat .sub-menu-dropdown ul.sub-sub-menu > li{
		margin-right:20px;
	}
	.menu-all-cat .wd-dropdown-menu.wd-design-default .wd-dropdown{
		width:auto; 
		min-width:220px;
	}
}

/*======PageSpeed===============*/
@media only screen and (max-width: 1024px){
	body .wd-buttons .wd-action-btn>a {
		width: 48px;
		height: 48px;
	}
}

div.wd-entities-title a{
	color:#333;
}
