/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

.elementor-element-9a3b131 p {
	display: none;
}
.accordion-custom-meta-tabs{margin-bottom:30px;}
.accordion-custom-meta-tabs .accordion:first-child{
	border-top : 1px solid #000;
}
.accordion-custom-meta-tabs .accordion {
	background-color: #fff;
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-bottom : 1px solid #000;
}
.accordion-custom-meta-tabs .accordion.active{
	border-bottom:none;
}

.accordion-custom-meta-tabs .panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
	border-bottom : 1px solid #000;
}
.accordion-custom-meta-tabs .custom-meta-tab-header-icon {
	float:right;
	font-size: 14px;
    line-height: 16px;
}
.accordion-custom-meta-tabs .accordion span.et-icon {
    font-size: 14px;
    font-weight: bolder;
    float: right;
    color: #000;
	display:none;
}
.accordion-custom-meta-tabs .accordion span.et-plus {
	display:block;
}
.accordion-custom-meta-tabs .accordion.active span.et-plus {
	display:none;
}
.accordion-custom-meta-tabs .accordion.active span.et-minus {
	display:block;
}
/*
.accordion-custom-meta-tabs .accordion.active .custom-meta-tab-header-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
*/

.book-button_wrapper {
    position: fixed;
    right: -44px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    margin: auto;
    z-index: 99999;
}
.book-button_wrapper .book-button {
    background-color: #D3DFE0;
    color: #222222;
    display: block;
    font-size: 16px;
    text-align: center;
    transition: .5s cubic-bezier(.165,.84,.44,1);
    margin: 0;
    padding: 15px 25px;
    position: relative;
    width: 100%;
}
@media (max-width:480px)  { 
	.book-button_wrapper {
    	right: -34px;
	}
	.book-button_wrapper .book-button {
		padding: 10px;	
	}
}
