/** 404 **/
.error404 .woodmart-title-container{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.error404 .woodmart-text-block{
    margin-bottom: 25px !important;
    font-size: 16px;
    line-height: 26px;
}
.error404 .btn.bg-blue{
    background: #2e9ce6;
    color: #fff;
}
.error404 .btn.bg-white{
    background: #fff;
    border: 1px solid #212121;
    color: #333;
    transition: all 0.3 linear;
}
.error404 .btn.bg-white:hover{
    background: #212121;
    color: #fff;
}
.error404 h4.element-title{
    margin-top: 40px;
    margin-left: 0;
    text-align: left;
}
.error404 .woodmart-animated-products .product-grid-item{
    opacity: 1;
}

/** thank you page**/
.baner_isFull{
  width:100%;
  padding-bottom: 30px;
}
.mob-screen{
	display:none;
}
.baner-mob-thank{
 background: #2e9ce6;
 color: #fff;
 padding: 40px 10px 10px 20px;		
}
.baner_isFull a{
	color:#2e9ce6;
}
.baner-mob-thank.bg-blue h2,
.baner-mob-thank.bg-blue h3{
	color:#fff;
	font-weight:600;
}
.baner_isFull:not(.mob-screen) a{
  display:block;
  width:100%;
  margin: 0 auto;
}
.baner_isFull img{
  width: 100%;
}
.centerplease sub{
	font-size:18px;
}
.contact-row{
  padding: 30px;
  text-align:center;
  background:#2e9ce6;
  margin-top: 50px;
}
.contact-row h3{
  font-size: 30px;
  color:#fff;
  text-transform:uppercase;
  margin-top: 0;
}
.contact-row a{
  display:inline-block;
  background:#fff;
  font-size: 30px;
  font-weight: 600;
  color: #2e9ce6;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 30px;
}
/*Question*/
.question {
  position: relative;
  margin: 0;
  padding: 10px 35px 10px 0px;
  display: block;
  width:100%;
  cursor: pointer;
  border-top:1px solid #777;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  font-family: 'Metropolis';
}
.content-question:last-child{
	border-bottom: 1px solid #777;		
}
.question:after{
	content: '';
    clear: both;
    position: absolute;
    top: 15px;
    left: auto;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(135deg);
	transition: all 0.3s linear;
}
/*Answer*/
.answers {
  padding: 0px 15px 0 0;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
	font-size: 16px;
    color: #666;
    font-family: 'Metropolis';
}
	
.questions:checked ~ .answers{
    height: auto;
    opacity: 1;
    padding: 15px;
    overflow: visible;
    z-index: 1;
}
/*FAQ Toggle*/

.questions:checked ~ .question:after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.questions {
  display: none; 
}
.content-question p,
.content-question br{
	display:none;
	margin: 0;
}
@media screen and (max-width: 1024px){
	.desctop-screen{
		display:none;
	}
	.mob-screen{
		display:block;
	}
}