/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0.5;
  }
}
#audio-toggle{
	position: fixed;
	bottom: 20px;
    right: 78px;
	z-index: 9999;
}
#audio-toggle::before{
	 content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #8b1e1e;
  border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.clsSound{
	width: 50px;
	height: 50px;
	background: #8b1e1e;
	color: #fff;
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 22px;
	border: 2px solid #ffffffe6;
	box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.clsSound img {
    padding: 12px;
}
.clsSound.active{
	display: flex;
}
ul {
    margin-bottom: 10px;
}
body.single.single-product.postid-30702 .clsProdInfo > div:nth-child(4) {
    order: 5;
}
body.single.single-product.postid-30702 .clsProdInfo > div:nth-child(5) {
    order: 4;
}
body.single.single-product.postid-30702 .clsProdInfo > div:nth-child(6) {
    order: 6;
}
.clsAstoBlock label, .clsAstoBlock td.value input {
    font-size: 16px;
}
.clsAstoBlock td {
    padding: 0 0 6px !important;
	position:relative;
}
.clsAstoBlock td.value input,
.clsAstoBlock td.value select{
    padding: 8px 15px !important;
    border-radius: 10px;
}
body.single.single-product.postid-30702 ul.woocommerce-error {
    background: #8b1e1e;
}
body.single.single-product.postid-30702 ul.woocommerce-error li {
    font-size: 14px;
}
#ui-datepicker-div {
    font-family: 'Solway' !important;
    font-weight: 400;
}
.ui-widget-header {
    background: #e8d2d2 !important;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Solway' !important;
    border-bottom: 1px solid #fff !important;
    padding-bottom: 10px !important;
    border-radius: 0;
}
.ui-widget-header a span {
    color: beige;
}
.ui-datepicker-title {
    display: flex;
    justify-content: space-around;
}
.ui-datepicker-title select {
    padding: 0 13px;
    font-size: 18px !important;
    border-radius: 5px !important;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Solway';
}
table.ui-datepicker-calendar {
    background: #8b1e1e;
    margin: 0 !important;
}
table.ui-datepicker-calendar th {
    color: #ffffff !important;
    font-weight: 500;
}
table.ui-datepicker-calendar td,
table.ui-datepicker-calendar td a,
table.ui-datepicker-calendar td span {
    font-size: 14px;
    font-weight: 400 !important;
    text-align: center !important;
}
table.ui-datepicker-calendar td a {
    background: #e8d2d2 !important;
    color: #000000 !important;
}
table.ui-datepicker-calendar td.ui-state-disabled {
    opacity: 0.6;
}
table.ui-datepicker-calendar td.ui-datepicker-today {
    background: #8b1e1e;
}
table.ui-datepicker-calendar td.ui-datepicker-today a {
    background: #8b1e1e !important;
    color: #ffffff !important;
}
table.ui-datepicker-calendar td.ui-state-disabled span {
    background: #e8d2d2 !important;
    color: #000000 !important;
}
table.ui-datepicker-calendar td.ui-datepicker-current-day {
    background: #264e25 !important;
}
table.ui-datepicker-calendar td.ui-datepicker-current-day a.ui-state-active {
    background: #264e25 !important;
    color: #ffffff !important;
}
.ui-datepicker-buttonpane.ui-widget-content {
	margin: 0 0 3px;
    display: flex;
    justify-content: space-between;
    background: #e8d2d2;
}
.ui-datepicker-buttonpane.ui-widget-content button {
    background: #264e25 !important;
    font-family: "Solway", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff !important;
    border-radius: 5px;
}
.ui-timepicker-wrapper{
	display:none !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{
	top: 6px !important;
	border-color: #eee !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover{
	left:3px !important;
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover{
	right:3px !important;
}
 #time-search-container {
	 display: none;
	 position: absolute;
	 z-index: 10000;
	 background: #fff;
	 border: 1px solid #ccc;
	 width: 100%;
	 max-height: 200px;
	 overflow-y: auto;
	 box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.time-list { list-style: none; padding: 0; margin: 0; }
.time-item { 
	padding: 4px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 0; 
	cursor: pointer; 
	border-bottom: 1px solid #f4f4f4;
}
.time-item:hover { 
	background-color: #2d4a22 !important; 
	color: #fff !important; 
}

input[name="time_of_birth"] {
	cursor: text !important;
	background: #fff !important;
	opacity: 1 !important;
}



/* #audio-toggle {
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: transform 0.2s ease;
}

#audio-toggle:hover {
    transform: scale(1.1);
}
#welcome-overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    color: white;
    text-align: center;
    font-family: 'serif';
}
.card{
	position: relative;
    border-radius: 10px;
    max-width: 700px;
    background: #fff;
    padding: 60px;
}
button#enter-site-btn.cls {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
} */
.clsVideoSlider .audio-toggle{
 	position: absolute;
    bottom: 35px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99;
    font-size: 15px;
	padding: 0;
}
/* .clsVideoSlider .swiper-slide {
  transform: scale(0.85);
  opacity: 0.5;
  transition: all 0.35s ease;
} */


/* .clsVideoSlider .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 5;
} */

/* .clsVideoSlider .swiper-slide iframe {
  border-radius: 14px;
} */

@media (max-width: 1024px){
	#audio-toggle{
		bottom: 9px;
    	right: 60px;
	}
	.clsSound {
   		width: 46px;
		height: 46px;
	}
	.clsAstoBlock td {
		width: 45% !important;
	}
	.clsAstoBlock label, .clsAstoBlock td.value input {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	#audio-toggle{
		bottom: 58px;
    	right: 12px;
	}
	.clsAstoBlock td {
		width: 50% !important;
	}
/*   .clsVideoSlider .swiper-slide {
    transform: scale(0.95);
    opacity: 0.7;
  }

  .clsVideoSlider .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  } */
}

