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

.woodmart-hover-info-alt .woodmart-add-btn>a {
    border-color: #FFF;
    color: #FFF;
    border-width: 2px;
    margin-bottom: 5px;
}
.site-content {
    margin-bottom: 0px;
}
.woocommerce-page .site-content {
    margin-bottom: 40px;
}
.woocommerce-page.post-type-archive-product .main-page-wrapper {
    background-image: url(https://demo.web-idea.gr/berlin/4/wp-content/uploads/2020/10/back3-dark.jpg?id=2523) !important;
}
.main-footer .footer-sidebar{
	font-size: 16px;
}
.main-footer .footer-sidebar .widget-title{
    font-size: 18px;
}
small {
    font-size: 70%;
}
.customBtn .vc_btn3:hover {
    color: #ffffff!important;
    border-color: #d19f68!important;
    background-color: #d19f68!important;
}
.appointmentFormArtist a{
	background-color: #d19f68!important;
}

.sliderMobile,
.woodmart-woo-breadcrumbs,
.nav-shop .woodmart-show-categories,
.stock.in-stock,
.breadcrumbs,
.meta-categories-wrapp,
.entry-meta.woodmart-entry-meta,
.meta-post-categories,
.woocommerce-product-details__short-description,
.entry-content .woocommerce .woodmart-empty-page-text{
	display:none!important;
}
.font30{
	font-size:30px;
}
#woocommerce_product_categories-1 .product-categories li:hover a:before{
	opacity: 1;
    left: 0;
	top: 10px;
	color:#D19F68;
}
#woocommerce_product_categories-1 .product-categories li{
	padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
#woocommerce_product_categories-1 .widget-title{
	padding-top: 0;
    margin-top: -3px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    padding: 27px 0 19px;
    margin-bottom: 30px;
    overflow: hidden;
    letter-spacing: -.5px;
    border-bottom: 1px solid #e3e3e3;
}
#woocommerce_product_categories-1 .product-categories li a{
	display: inline-block;
    position: relative;
}
#woocommerce_product_categories-1 .product-categories li:hover a{
	padding-left: 35px;
	color:#D19F68;
}
#woocommerce_product_categories-1 .product-categories li a:before{
	position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    top: 0;
    left: -10px;
    opacity: 0;
}
#woocommerce_product_categories-1 .product-categories li a:before{
	color: #fff;
	position: absolute;
    content: "\f178";
    font-family: FontAwesome;
    top: 0;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/*.contact-form2 .no-full.leftInput{
    float: left;
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    clear: none;
    padding-right: 19px;
}
.contact-form2 .no-full.rightInput{
    float: left;
    width: 50%;
    padding-left: 11px;
    display: inline-block;
    margin-bottom: 10px;
    clear: none;
}*/
.submitBtnForm input{
	color: #ffffff!important;
    background-color: #d19f68;
}
.contactIcons .info-box-inner{
	min-height:76px;
}
.payment_box.payment_method_bacs p,
.woocommerce-privacy-policy-text p{
	font-size:18px;
}
#cn-accept-cookie,
#cn-refuse-cookie,
#cn-more-info{
	background:#fff;
	color:#000;
}
@media only screen and (max-width: 1200px) {
	.whb-main-header .whb-column.whb-mobile-center.whb-hidden-lg .site-logo img{
		max-width: 220px!important;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.contactIcons .info-box-inner p{
		font-size:16px;
	}
}
@media only screen and (max-width: 767px) {
	.homeSlideshowCustom .leftContent{
		order:2
	}	
	.homeSlideshowCustom .leftContent .vc_column-inner > .wpb_wrapper{
		margin: 0 auto;
	}
	.homeSlideshowCustom .rightContent{
		order:1
	}
	.hideOnMobile{
		display:none;
	}
}
@media only screen and (max-width: 600px) {
	.sliderDesktop,
	.hideOnMobile{
		display:none!important;
	}
	.sliderMobile{
		display:block!important;
	}
	body,
	.product-title,
	.font30{
		font-size: 18px!important;
	}
	.formTitle{
		font-size: 24px!important;
	}
	h1{
		font-size: 40px!important;
		line-height: 45px!important;
	}
	.main-footer .footer-sidebar,
	.main-footer .footer-sidebar #custom_html-13 .woodmart-social-icons{
		text-align: center;
	}
	.whb-main-header .whb-column.whb-mobile-center.whb-hidden-lg .site-logo img{
		max-width: 220px!important;
	}
	.shop-title-wrapper .entry-title{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
#containerSkull {
  width: 100%;
  height: 100%;
  background: #1d1e1a;
}

#containerSkull #skull {
  display:block;
  width: 400px;
  height: 545px;
  margin: auto;
}

#containerSkull polygon {
  stroke: #000000;
  stroke-width: 2px;
}

#skull:hover #jaw {
  transform-origin: top center;
  animation: jabber .35s ease infinite;
}

@keyframes jabber { 
  0%, 50%, 100% { transform: rotateZ(0deg) translateY(0px); }
  33% { top: 1px; transform: rotateZ(-.5deg) translateY(10px); }
  66% { top: 1px; transform: rotateZ(.5deg) translateY(8px); }
}
.grecaptcha-badge { visibility: hidden!important;}
.grecaptcha-badge {display: none!important;}
.woocommerce-thankyou-order-failed-actions .button.pay{background-color: #d19f68!important;}