: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;
}
.intenal-heading h2 {
    font-size: 50px;
    font-family: "urw", sans-serif;  
}
.intenal-heading a {
    color: #878787;
    text-decoration: none;
    padding: 0 10px;
}
.intenal-heading span {
    color: #000;
    text-decoration: none;
    padding: 0 10px;
}
.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;
    border-bottom: #ccc solid 1px;
    padding: 10px 0;
    font-size: 22px;
    font-family: "urw", sans-serif;  
}
.filter-button:not(.collapsed) {
    color: #000;
    background-color:#fff;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);    
}
.filter-content {
    padding: 13px 0px !important;
}
.filter-content  {
    padding: 13px 0px !important;
}
.filter-content ul {
    padding: 0px;
    margin: 0px;
}
.filter-content ul li {
    line-height: 30px;
}
.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;
    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: #000;
			font-size: 16px;
			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;
}
.filter-size ul li {
	float: left;
	margin-right: 7px;
	margin-bottom: 12px;
}
.filter-size ul li a {
	padding: 5px 20px;
	border: #ccc solid 1px;	
}
.filter-size ul li a:hover {
	background-color: var(--main-color);
	color: #fff;
	border: var(--main-color) solid 1px;
}
.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 !important;
	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%;
}

#prods-mob button.owl-next {
	left: 0px !important;        
	width: 50px !important;
	height: 50px !important;
	font-size: 20px !important;
	background-color: var(--sub-color) !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;
}
#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: 8px 20px;
	color: #fff;
}
.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;
}
.book-back:hover {	
	background-color: var(--button-color);	
	color: #000;
}
.booking-services-card {
	padding: 20px;
	border: #e2e2e2 solid 1px;  
	margin-bottom: 15px;
  
}
.booking-services-card h3 {
	font-size: 27px;
	text-transform: uppercase;
	font-family: "urw", sans-serif; 
	font-weight: 500;
}
.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;
}
.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 !important;
	border: none;
	font-size: 20px;
	padding: 10px 20px;
	margin-right: 5px;
}
.appointment-content {
	background-color: var(--button-color);
	padding: 25px 25px;
	margin-bottom: 25px;
}
.appointment-content p {
	font-size: 16px;
	text-align: justify;
}
.appointment-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 22px;
}
  















