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



/*Slider*/

.wd-slide {
    min-height: 550px!important;
}

.joinchat__button {
    display: flex
;
    flex-direction: row;
    position: absolute;
    z-index: 2;
    bottom: 60px;
    right: 0px;
    background: #25d366;
    color: inherit;
    border-radius: calc(var(--s) / 2);
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color .2s linear;
}


@media (max-width: 768px) {
    .wd-slide {
        min-height:130px!important;
			background-size:cover;
    }
	.wd-autoheight .wd-carousel-wrap {
	  min-height: 130px!important;}
	
	.joinchat__button {
    display: flex
;
    flex-direction: row;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 9px;
    background: #25d366;
    color: inherit;
    border-radius: calc(var(--s) / 2);
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    cursor: pointer;
    transition: background-color .2s linear;
}
	
    .joinchat {
        --bottom: 110px!important;
        --sep: 3px;
        --header: calc(var(--s)* 0.91667);
    }
	.joinchat__button{
		height:38px;
		min-width:38px!important;
	}
	
	.joinchat__button__open{
		height:38px;
		width:38px!important;
	}
	.joinchat__button__send{
		width:38px;
		height:38px;
	}
	.joinchat__button__sendtext {
	line-height:43px;
	}
}

.page-title-default{
	background-color:rgb(255,78,0)!important;
}

.joinchat__box {
    width: calc(75vw - var(--sep)* 2);
}


}

/*floatig whatsapp btn*/
    .joinchat {
        --bottom: 110px!important;
        --sep: 3px;
        --header: calc(var(--s)* 0.91667);
    }
	.joinchat__button{
		height:54px;
		min-width:54px;
	}
	
	.joinchat__button__open{
		height:54px;
		width:54px;
	}
	.joinchat__button__send{
		width:52px;
		height:52px;
	}
	.joinchat__button__sendtext {
	line-height:43px;
	}

.joinchat {
    --s: 52px;
}


#homeBeautyCareToiletries .wd-product .price {
    display: block;
    display: flex;
    flex-direction: column;
}

#homeBeautyCareToiletries .wd-entities-title{
	min-height:40px
}