:root {
	--main-color: #664e4a;
	--sub-color: #d8c2bf;
	--button-color: #f2ece2;
	--b-shadow: 0 10px 5px -8px rgb(0 0 0 / 40%);
	--font-sans-serif: 'URWClassico-Regular.ttf'
}
.intenal-heading {
	border-top: #e6e6e6 solid 1px;
	border-bottom: #e6e6e6 solid 1px;
	margin-top: 25px;
	text-align: center;
	padding: 30px 0px;
	margin-bottom: 30px;
}

.intenal-heading h2 {
	font-size: 50px;
	font-family: "urw", sans-serif;
	margin-top: 8px;
	margin-bottom: 22px;
}

.intenal-heading a {
	color: #878787;
	text-decoration: none;
	padding: 0 10px;
}

.intenal-heading span {
	color: #000;
	text-decoration: none;
}

.internal-main-section {
	padding: 40px 0px;
}

.internal-main-section a {
	text-decoration: none;
	color: #000;
}

.list-prod-main h2 {
	font-family: "urw", sans-serif;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.list-prod-main h4 {
	margin-bottom: 20px;
	margin-top: 7px;
}

.list-prod {
	position: relative;
	overflow: hidden;
}

.zoom-pic img {
	position: absolute;
	z-index: 1;
	opacity: 0;


	transition: .6s ease;

}

.prod-main:hover .zoom-pic img {
	display: block;
	transform: scale(1.1);
	opacity: 9;
}

.filter-button {
	background-color: #fff;
	padding: 7px 0;
	font-size: 14px;
	font-family: "urw", sans-serif;
	color: #7a7a7a;
}

.filter-button:not(.collapsed) {
	color: #7a7a7a;
	background-color: #fff;
	box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);

}

.filter-content {
	padding: 13px 0px !important;
}

.filter-content {
	padding: 0px 0px !important;
}

.filter-content ul {
	padding: 0px;
	margin: 0px;
}

.filter-content ul li {
	line-height: 30px;
}

.filter-content ul li a {
	font-size: 14px;
	color: #7a7a7a;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #d2d2d2 !important;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.filter-color ul {
	padding: 0px;
	margin: 0px;
}

.filter-color ul li a {
	padding: 7px 0px !important;
	display: block;
}

.filter-color img {
	height: 35px;
	width: 35px;
	border-radius: 50px;
	margin-right: 10px;
	border: #ccc solid 2px;
	padding: 2px;

}

.filter-color ul li a:hover img {
	border: #000 solid 2px;


}

.left-bar-pad {
	padding: 0 20px 0px 0px;
}


.price-range-slider {
	width: 100%;
	float: left;
	padding: 10px 0px;

	.range-value {
		margin: 0;

		input {
			width: 100%;
			background: none;
			color: #7a7a7a;
			font-size: 14px;
			font-weight: initial;
			box-shadow: none;
			border: none;
			margin: 20px 0 20px 0;
		}
	}

	.range-bar {
		border: none;
		background: #000;
		height: 3px;
		width: 96%;
		margin-left: 8px;

		.ui-slider-range {
			background: #06b9c0;
		}

		.ui-slider-handle {
			border: none;
			border-radius: 25px;
			background: #fff;
			border: 2px solid #06b9c0;
			height: 17px;
			width: 17px;
			top: -0.52em;
			cursor: pointer;
		}

		.ui-slider-handle+span {
			background: #06b9c0;
		}
	}
}

/*--- /.price-range-slider ---*/


.filter-size ul {
	padding: 0px;
}



.mob-filter-heading {
	font-family: "urw", sans-serif;
	color: #000 !important;
	font-size: 22px;
	margin-bottom: 0px;
}

.filter-button-mob {
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
}

.page-number {
	text-align: center;
}

.page-number a {
	padding: 7px 17px;
	border: #dadada solid 1px;
	margin-right: 3px;
	font-size: 15px;
}

.page-number a:hover {
	background-color: var(--main-color);
	color: #fff;
	border: var(--main-color) solid 1px;
}

.page-number-on {
	background-color: var(--main-color) !important;
	border: var(--main-color) solid 1px !important;
	color: #fff !important;
}

.prod-detail-content h2 {
	font-size: 33px;
	font-family: "urw", sans-serif;
	margin-bottom: 10px;
}

.line-b {
	border-bottom: #ccc solid 1px;
	margin-bottom: 10px;
}

.buy-prod {
	background-color: var(--main-color);
	color: #fff;
	padding: 10px 0px;
	width: 300px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1;
}

.prod-price {
	font-size: 30px;
	font-family: "urw", sans-serif;
	font-weight: 700;
	margin: 20px 0px;
}

.prod-card {
	margin-top: 10px;
}

.prod-card ul {
	padding: 0px;
	margin: 0px;
}

/* .prod-card ul li {
	line-height: 27px;
} */

.in-stock {
	background-color: var(--sub-color);
	padding: 3px 10px;
	color: #fff;
	margin-bottom: 13px;
	display: block;
	width: 88px;
	text-align: center;
}

.wishlist {
	font-size: 14px;
	margin-bottom: 20px;
}

/*--- /.product display start ---*/
.product-page {
	display: flex;
	overflow: hidden;
	/* height: 700px; */
}

.img-display {
	flex-grow: 1;
	max-width: 100%;
	margin-top: 0px;

}

.thumb {
	opacity: .7;
	margin: 0 .25rem .25rem 0;
	width: 70%;
	transition: opacity .25s ease-out;
}


.thumb:hover,
.thumb.active {
	opacity: 1;
	border: #000 solid 1px;
}

.zoom {
	display: inline-block;
}

.thumbnails {
	height: 745px;
	max-width: 30%;
	width: 100%;
	margin-top: 0px;
	overflow: auto;
	overflow-x: hidden;
	margin-right: -50px;
}

.arow-top i {
	padding-left: 85px;
	position: absolute;
	font-size: 23px;
}

.arow-down {
	position: absolute;
	font-size: 23px;
	bottom: -23px !important;
	padding-left: 80px;
}

.thumb-pic {
	width: 70%;
	position: relative;
}

#prods-mob button.owl-next {
	left: 0px !important;
	width: 50px !important;
	height: 50px !important;
	font-size: 20px !important;
	background-color: var(--sub-color) !important;
	color: #fff !important;
}

#prods-mob button.owl-prev {
	right: -10px !important;
	width: 50px !important;
	height: 50px !important;
	font-size: 20px !important;
	background-color: var(--sub-color) !important;
	color: #fff !important;
}

#prods-mob .owl-nav {
	top: 72% !important;
	left: -10px;
	right: 0%;
	position: absolute;
	width: 100%;
	max-width: 100%;
	margin: auto;
}

.prod-detail-tabs {
	font-family: "urw", sans-serif;
	font-size: 25px;
	border-bottom: #ededed solid 3px;
}

.prod-detail-tabs {
	border-bottom: #f0f0f0 solid 1px;
}

.prod-detail-tabs .nav-link.active {
	border-bottom: #000 solid 2px !important;

}

.prod-detail-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-bottom: #000 solid 2px !important;
	background-color: #fff !important;
}

/*--- /.product display end ---*/

.appointment-tabs {
	font-family: "urw", sans-serif;
	font-size: 25px;
	border-bottom: #ededed solid 3px;
	color: #000;


}

.appointment-tabs {
	border-bottom: #f0f0f0 solid 1px;

}

.appointment-tabs {
	border-bottom: #f0f0f0 solid 1px;

}

.appointment-tabs .nav-link.active {
	background-color: var(--button-color) !important;
	color: #000;
	border-bottom: #000 solid 2px !important;
}

.appointment-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	background-color: var(--button-color);
	color: #000;
}

.tab-pad {
	padding: 5px 20px;
	font-size: 20px;
	text-transform: uppercase;
}

.reviews-main {
	margin-top: 25px;
}

.reviews-main p {
	color: #878787;

}

.reviews-main img {
	border-radius: 50px;
	width: 70%;
	float: right;
}

.reviews-main i {
	font-size: 14px;
}

.reviews-main h4 {
	font-size: 17px;
	font-weight: 600;
}

.reviews-main h4 span {
	font-size: 17px;
	color: #606060;
	font-weight: 400;
}

.rating-form input {
	padding: 15px 15px;
}

.submit-b {
	width: 200px;
	background-color: var(--main-color);
	border: none;
	margin-top: 20px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 14px 0px;
}

.submit-b:hover {
	background-color: var(--main-color);
}

.rating-star i {
	color: #cacaca;
	font-size: 16px;

}

.rating-star i:hover {
	color: var(--main-color);


}

.description-prod ul {
	padding: 0px;
	margin: 0px;
}

.description-prod p {
	color: #464646;
	font-size: 15px;
}

.form-control:focus {
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.details-sliders {
	padding: 0 0 20px 0;
}

.i-heading {
	font-size: 30px;
	font-family: "urw", sans-serif;
}

#like-prod-slider .owl-nav {
	top: 80% !important;
	left: -10px;
	right: 0%;
	position: absolute;
	width: 100%;
	max-width: 100%;
	margin: auto;
}

#like-prod-slider button.owl-next {
	left: 0px;
	background-color: var(--sub-color) !important;
	color: #fff !important;
	width: 60px;
	height: 60px;
	font-size: 22px;
}

#like-prod-slider button.owl-prev {
	right: 0px;
	background-color: var(--sub-color) !important;
	color: #fff !important;
	width: 60px;
	height: 60px;
	font-size: 22px;
}

.steps-main {
	padding: 15px 0px 0 0;
}

.steps-main label {
	margin-top: 5px;
}

.steps-main input {
	padding: 12px 12px;
	background-color: #f7f7f7;
	border: #e7e7e7 solid 1px;
}

.steps-main select {
	padding: 12px 15px;
	background-color: #f7f7f7;
	border: #e7e7e7 solid 1px;
}

.form-select:focus {
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}

.book-next {
	background-color: var(--main-color);
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	padding: 12px 20px;
	color: #fff;
	/* margin-top: 45px; */

}

.book-next:hover {
	background-color: var(--main-color);
	color: #fff;
}

.book-back {
	padding: 8px 20px;
	background-color: var(--button-color);
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #000 !important;
}

.book-back:hover {
	background-color: var(--button-color);
	color: #000;
}

.booking-services-card {
	/* border: #e2e2e2 solid 1px;   */
	border: #664e4a59 solid 2px;
	margin-bottom: 15px;

}

.booking-services-card h3 {
	font-size: 27px;
	text-transform: uppercase;
	/* font-family: "urw", sans-serif;  */
	font-weight: 500;
	color: #555;
}

.booking-services-card h3 span {
	font-size: 22px;
	text-transform: lowercase;
	background-color: var(--button-color);
	padding: 5px 10px;
	margin: 0 10px;
	margin-top: -5px !important;
}

.booking-services-card h4 {
	font-size: 22px;
	color: #06b9c0;
	margin-top: 16px;
}

.aval_dates {
	display: inline;
	padding: 10px 16px;
	background: #664e4a;
	color: #fff;
	cursor: pointer;
	display: block;
}

.booking-heading {
	font-size: 23px;
	margin-top: 20px;
	font-family: "urw", sans-serif;
	color: var(--main-color);
}

.booking-heading-main {
	font-size: 30px;
	font-family: "urw", sans-serif;
	margin-top: 30px;
	margin-bottom: 10px;
}

.booking-heading-main-active {
	background-color: #664e4a;
}

.red-star {
	color: red !important;
}

.booking-cart h4 {
	border-bottom: #ccc solid 1px !important;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.steps-main-cart th {
	padding: 15px 0px !important;
	background-color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.steps-main-cart p {
	font-size: 16px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: 500;
}

.booking-cart table td {
	padding: 15px 0px !important;
}

.form-check-input:checked {
	background-color: var(--main-color);
	border-color: #fff;
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.firstappointment-button {
	background-color: var(--main-color) !important;
	color: #fff;
	border: none;
	font-size: 20px;
	padding: 10px 20px;
	margin-right: 5px;
}

.appointment-content {
	background-color: var(--main-color);
	padding: 25px 25px;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
}

.appointment-content p {
	/* font-size: 16px; */
	text-align: justify;
}

.appointment-content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 22px;
}

.appointment-content h3 {
	font-size: 20px;
	font-weight: bold;
}

.left-bar-pad {
	width: 250px;
}

.accordion {
	position: relative;

	padding-right: 18px;
}

.filter-wht {
	padding: 0;
}

.filter-wht .left-bar-pad {
	width: 0;
	padding: 0;
}

.all-prodshow {
	width: 100%;
}

.services-main img {
	width: 100%;
}

.page-item .page-link {
	padding: 7px 17px;
}

.page-item.active .page-link {
	z-index: 3;
	background-color: var(--main-color) !important;
	border: var(--main-color) solid 1px !important;
	color: #fff !important;
}

.bredcrumbs ul li {
	float: left;
	border: 1px solid #d7d7d7;
	background: #5353530d;
	display: inline;
	margin-bottom: 10px;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 12px;
}

.bredcrumbs ul li:first-child {
	margin-left: 0px;
}

.bredcrumbs ul li a {
	color: #535353;
	padding: 2px 5px;
	font-size: 12px;
	text-decoration: none;
}

#mobfilter .accordion {
	left: 0 !important;
}

.grid-icons .icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentcolor;
}

.grid-icons a:hover,
.grid-icons a:focus {
	color: currentcolor;
}

#slots {
	display: ruby;
}

.right-time-card {
	background-color: #fff;
	padding: 10px;
	text-align: center;
	/* box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
	min-height: 335px; */
}

.slot-card {
	/* background-color: #664e4a; */
	padding: 12px;
	color: #664e4a;
	margin: 5px;
	text-align: center;
	border: 1px solid #664e4a;
	/* border-radius: 50%; */
	width: 140px;
	height: 48px;
	cursor: pointer;
}
.slot-card:hover{
	background-color: #664e4a;
	color: #fff;
}
#slots-div {
	display: contents;
}
.no_appointment{
	/* font-size: 26px; */
    text-align: center;
    color: #555;
    font-weight: bold;
	margin-top: 50px;
}
.product-img{
	width: 100%;
}

.play-video-icon{
	position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 35px;
    padding: 0;
}
