html, body {
    font-family: Beaufort, Arial, Helvetica, sans-serif!important;
    font-size: 1.00rem;
    line-height: 1.375;
    color: #3d3530;
}
a{
	color: #000;
	cursor: pointer!important;
	font-weight: 400;
}
.pr-0{
	padding-right: 0px!important;
}
.c-header__wrapper {
	background: #fff !important;
	padding: 5px 40px !important;
	box-shadow: 0 2px 10px 0 rgba(218, 218, 218, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.c-header__wrapper.is-sticky {
    background-color: #fff!important;
}
.c-navigation-desktop__link{
	color: #000!important;
}
.c-navigation-desktop{
	max-width: max-content!important;
}
.c-header__logo{
	width:125px!important
}

.c-navigation-desktop__items {
    padding: 20px 0;
    width: max-content;

}
.c-navigation-desktop__link {
    padding: 15px 8px!important;
}

.c-product-pod__body {
    background: #fff;
color: #000;
/*padding-right: 40px !important;
padding-left: 40px !important;*/
border-radius: 25px !important;
margin-left: 50px;
margin-right: 50px;
}
.c-form .contourPage input[type=submit], .c-form input[type=submit], .o-btn{
    background: #fff;
border: 2px solid #000;
color: #000;
border-radius: 25px;
transition: unset;
text-shadow: unset;
}
.c-form .contourPage input[type=submit]:hover, .c-form input[type=submit]:hover, .o-btn:hover{
    background: #000;
border: 2px solid #000;
color: #fff;
}

/*.c-form .js-check-avail-btn{
    background: #000;
    border: 2px solid #fff;
    color: #fff;
}
.c-form .js-check-avail-btn:hover{
    background:#fff;
    border: 2px solid #000;
    color: #000;
}*/
.c-footer__wrapper {
	margin-bottom: 0px !important;
}
.c-footer__primary-col-title-link {
	font-weight: 600;
}
.c-footer__primary-col-title-link, .c-footer__primary-col-title, .c-footer__primary-col--nav-content, .c-footer__primary-col--nav-content a,
.c-foot-legal__copyright, .c-foot-legal__link{
    color: #000!important;
}
.c-feature-products__link::after, .c-product-pod__body::before, .iconf-arrow-right:before, .slick-next:before, [dir=rtl] .slick-prev:before{
	content: ""!important;
	height: 0;
	width: 0;
}
.c-form input, .c-form .select, .c-form select{
    border-radius: 0px;
    border: none!important;
    outline: none!important;
    /*overflow: hidden;*/
}
.c-form__label{
    color: #000;
    text-align: left;
    padding: 5px 20px 0;
}
.c-form__field{
    background: #fff;
    margin-bottom: 0px!important;
    border: 1px solid
}
.c-mobile-booknow-detail-heading__wrapper {
    padding: 0 10px 20px!important
    }


.carousel-indicators [data-bs-target] {
    border: 1px solid #000!important;
}


.c-form .col-12:first-child label{
    border-top-left-radius: 7px ;
    border-top-right-radius: 7px ;
}
.c-form .col-12:last-child label{
    /*border-bottom-left-radius: 7px ;
    border-bottom-right-radius: 7px ;
    overflow: inherit;*/
}
.c-form label{
    width: 100%;
    text-align: left;
    border: 1px solid #9E9E9E;
}
.c-form span{
    padding-left: 15px;
    margin-bottom: 0px;
}
.c-form input, .c-form select{
    padding-left: 10px;
    width: 98%;
}


.c-product-pod__list .c-product-pod__body{
    min-height: 525px!important;
}
.c-product-pod__list .carousel .carousel-inner img{
    min-height: 527px!important;
}

.c-product-pod__list .c-product-pod__layout .row{
    border-radius: 25px;
    overflow: hidden;
}
.c-product-pod__list .c-product-pod__layout:nth-child(odd) .row .border{
    border-top-left-radius: 25px!important;
    border-bottom-left-radius: 25px!important;
}
.c-product-pod__list .c-product-pod__layout:nth-child(even) .row .border, .c-product-pod__list .c-product-pod__layout:nth-child(even) .row .col-7{
    border-top-right-radius: 25px!important;
    border-bottom-right-radius: 25px!important;
}
.c-pathway__abstract-button {
    background: #000;
    color: #fff;
}

.c-mobile-booknow-detail-close-btn {
    background-color: transparent;
}
.message-box h2 {
	font-size: 35px!important;
	font-weight: 600;
}
.message-box._success {
	text-align: center;
	font-size: 1.25rem;
}
	.message-box._success .success-circle {
		background-image: url('/assets/images/success-payment.png');
		background-size: 250px 250px;
		height: 250px;
		width: 250px;
		display: inline-flex;
	}
.message-box._failed {
	text-align: center;
	font-size: 1.25rem;
}
		.message-box._failed .failed-circle {
			background-image: url('/assets/images/failed-paymentpng');
			background-size: 250px 250px;
			height: 250px;
			width: 250px;
			display: inline-flex;
		}

@media (min-width: 48em) {
	.c-pathway__body .c-pathway__text {
    display: block;
    min-height: 175px;
}
}



.c-product-pod__body table{
    width: 100%;
    margin-top: 15px;
}
.c-product-pod__body table tr{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.c-product-pod__body table tr td{
    font-size: 1.25rem;
    padding: 10px;
}
.c-product-pod__body table tr td p{
    margin-bottom: 0px;
}


.c-footer__primary-col p{
    margin-bottom: 0px;
}
.c-footer__primary-col-title {
	margin-bottom: 10px!important;
}


.c-form .select{
    padding: 0px 20px;
}

.c-mobile-booknow-detail .c-mobile-booknow-detail-wrapper{
    overflow-y: visible;
}

 .select {
     cursor: pointer;
     display: inline-block;
     position: relative;
     font-size: 16px;
     color: #fff;
     width: 100%;
     height: 40px;
     overflow: visible!important;
}
 select {
     display: none;
}
 .wrap h1{
     text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18, -40px -40px 0px rgba(28,110,164,0);
     color: #181B33;
     background: #232323;
     font-size: 47px;
     text-align: center;
     font-family: monospace;
}
 .custom-select {
    border-bottom-left-radius: 7px ;
    border-bottom-right-radius: 7px ;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: #fff;
     color: #000;
     padding: 8px 15px;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
}
 .custom-select:after {
     content: "";
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-color:#9E9E9E transparent transparent transparent;
     position: absolute;
     top: 16px;
     right: 10px;
     transform: rotateZ(0deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
/*.custom-select:hover {
     background-color: #b83729;
}
*/
 .custom-select:active, .custom-select.active {
     background-color: #fff;
     color: #9E9E9E;
}
 .custom-select:active:after, .custom-select.active:after {
     transform: rotateZ(180deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
 .custom-select:focus{
    outline: 2px;
}
 .select-options {
     max-height: 215px;
     overflow-y: auto;
     display: block;
     position: absolute;
     top: 100%;
     right: 0;
     left: 0;
     z-index: 999;
     margin: 0;
     padding: 0;
     list-style: none;
     background-color: #000;
     border-radius: 0px 0px 5px 5px;
}
 .select-options li {
     color: #fff;
     border: 1px solid #000;
     margin: 0;
     padding: 12px 0;
    /* text-indent: 15px;
    */
    /* border-top: 1px solid #AED581;
    */
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
     -webkit-transition: all 0.15s ease-in;
     transition: all 0.15s ease-in;
     padding-left: 15px;
}
 .select-options li:hover {
     color: #000;
     background: #fff;
}
 .select-options li[rel="hide"] {
     display: none;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#9E9E9E;
}

.js-check-avail-btn{
    width: 161px !important;
padding: 5px;
}
.c-layout-footer-control-bg .o-btn{
    border: 2px solid #fff;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.padding-tb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-b-100 {
	padding-bottom: 100px;
}
.cr-shop-sideview {
	padding: 0px 20px;
	background-color: #f7f7f8;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	position: sticky;
	top: 30px;
}
.cr-shop-sideview .cr-shop-sub{
	padding-top: 20px;
	padding-bottom: 20px;
}
h4.cr-shop-sub-title {
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #2b2b2d;
	text-transform: capitalize;
	border-bottom: 1px solid #e9e9e9;
}
.cr-checkbox {
	padding-top: 15px;
}
.cr-checkbox .checkbox-group:not(:last-child) {
	margin-bottom: 15px;
}
.cr-checkbox .checkbox-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.cr-checkbox .checkbox-group input {
	height: initial;
	width: initial;
	margin-bottom: 0;
	padding: 0;
	display: none;
	cursor: pointer;
}
.cr-checkbox .checkbox-group label {
	position: relative;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	text-transform: capitalize;
}
.cr-checkbox .checkbox-group label::before {
	margin-right: 10px;
	margin-top: -4px;
	padding: 8px;
	content: "";
	background-color: transparent;
	border: 1px solid #999;
	background-color: #fff;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
.cr-checkbox .checkbox-group span {
	font-size: 12px;
	color: #000;
	position: absolute;
	right: 0;
}
.cr-shop-price {
	padding-top: 25px;
}
h4.cr-shop-sub-title {
	margin-top: -10px;
	padding-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	color: #000;
	text-transform: capitalize;
	border-bottom: 1px solid #e9e9e9;
}
.cr-shop-price .price-range-slider {
	width: 100%;
	margin-top: 30px;
}
.cr-shop-price .price-range-slider .range-bar {
	height: 3px;
	width: 100%;
	margin-left: 8px;
	border: none;
	background-color: #e9e9e9;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-range {
	background-color: #64b496;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-handle {
	height: 14px;
	width: 14px;
	border: none;
	border-radius: 25px;
	background-color: #64b496;
	border: none;
	top: -0.3em;
	cursor: pointer;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.cr-shop-price .price-range-slider .range-value {
	margin: 20px 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cr-shop-price .price-range-slider .range-value label {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.cr-shop-price .price-range-slider .range-value input {
	width: calc(100% - 50px);
	padding-left: 6px;
	background: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	color: #7a7a7a;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	outline: none;
}
.cr-button {
	width: fit-content !important;
	padding: 5px 15px;
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 25px;
	transition: unset;
	text-shadow: unset;
	font-size: 1.25rem;
	height: unset;
	line-height: 2;
	text-transform: uppercase;
	font-weight: 600;
}
.cr-button:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}
.cr-shop-bredekamp {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f7f8;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle {
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cr-shop-bredekamp .cr-toggle .gridCol {
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle a {
	height: 35px;
	width: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.active-grid {
	background-color: #64b496 !important;
	color: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #e9e9e9 !important;
}
.cr-shop-bredekamp .cr-toggle .gridCol i {
	font-size: 20px;
}
.cr-shop-bredekamp .center-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.cr-shop-bredekamp .center-content span {
	padding: 0 12px;
	line-height: 1.875;
	color: #7a7a7a;
}
.cr-shop-bredekamp .cr-select {
	height: 35px;
	margin: 5px;
	padding: 3px 0px 3px 15px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cr-shop-bredekamp .cr-select select {
	padding: 0 2rem 0 0.8rem;
	font-size: 15px;
	background-size: 10px;
	line-height: 1.2;
	color: #7a7a7a;
	width: auto;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cr-product-box{
	margin-bottom: 15px;
	padding-right: 0;
  padding-left: 15px;
}
.cr-product-card {
	height: 100%;
	padding: 10px;
	border: 1px solid #ddd9d9;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cr-product-card .cr-product-image {
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.cr-product-card .cr-product-image .cr-image-inner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.zoom-image-hover {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 1px solid #e9e9e9;
	background-color: #f7f7f8;
	border-radius: 11px;
	cursor: crosshair;
}
.cr-product-card .cr-product-image .cr-image-inner img {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.zoom-image-hover img {
	width: 100%;
	display: block;
	margin: auto;
}
.cr-product-card .cr-product-image .cr-side-view {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	z-index: 20;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: 15px;
	right: -40px;
	display: -ms-grid;
	display: grid;
	opacity: 0;
}
.cr-product-card .cr-product-image .cr-side-view a {
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 100%;
}
.cr-product-card .cr-product-image .cr-shopping-bag {
	height: 35px;
	width: 35px;
	position: absolute;
	bottom: -16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f7f8;
	border: 1px solid #e9e9e9;
	border-radius: 100%;
}
.cr-product-details a.title {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
.cr-product-details .cr-brand a {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 5px;
	font-size: 13px;
	color: #777;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cr-product-details {
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}
.cr-product-card .cr-product-image .cr-shopping-bag i {
	color: #64b496;
}
.cr-price{
	text-align: left;
}
.cart-button{
	border: 1px solid #a9a8a8;
  display: flex;
  padding: 4px;
  justify-content: center;
  border-radius: 15px;
  color: #000;
}

.cart-button:hover{
	border: 1px solid #000;
	background-color: #000;
  color: #fff;
}
.active > .page-link, .page-link.active {
	z-index: 3;
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow:#000!important;
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #000!important;
	--bs-pagination-active-border-color: #000!important;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	list-style: none;
	--bs-link-color: #000!important;
}
.page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.page-item:last-child .page-link {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.cr-table-content table {
	width: 100%;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	overflow: hidden;
}
tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
.cr-table-content table thead tr {
	border: 1px solid #e9e9e9;
}
	.cr-table-content table thead tr th {
		padding: 15px;
		border-top: medium none;
		color: #000;
		font-size: 1.25rem;
		font-weight: 600;
		text-align: left;
		text-transform: capitalize;
		vertical-align: middle;
		white-space: nowrap;
		line-height: 1;
		letter-spacing: 0;
		background-color: #fbfafa;
	}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
.text-center {
	text-align: center !important;
}
.cr-table-content table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}
.cr-table-content table tbody tr .cr-cart-name {
	width: 40%;
}
.cr-table-content table tbody tr td {
	padding: 15px 15px;
	color: #000;
	font-size: 1.25rem;
	text-align: left;
	background-color: #f7f7f8;
}
.cr-table-content table tbody tr .cr-cart-name a {
	color: #444;
	font-weight: 500;
	text-decoration: none;
	font-size: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.5;
	letter-spacing: 0.6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cr-table-content table tbody tr .cr-cart-price {
	color: #000;
	font-size: 1.25rem;
	font-weight: 500;
}
.cr-cart-qty .cart-qty-plus-minus {
	width: 95px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cr-cart-qty .cart-qty-plus-minus button {
	height: 25px;
	width: 25px;
	margin-top: -2px;
	border: none;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cr-cart-qty .cart-qty-plus-minus input {
	width: 30px;
	margin: 0;
	padding: 0;
	background: transparent none repeat scroll 0 0;
	color: #000;
	border: medium none;
	float: left;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 38px;
	height: auto;
	text-align: center;
	outline: none;
}
.cr-table-content table tbody tr .cr-cart-subtotal {
	color: #000;
	font-weight: 500;
	font-size: 1.25rem;
}
.cr-table-content table tbody tr .cr-cart-remove {
	width: 90px;
	text-align: center;
}
.cr-table-content table tbody tr .cr-cart-remove a {
	margin: 0 auto;
	color: #000;
}
.cr-table-content table tbody tr .cr-cart-remove a i {
	font-size: 22px;
}
.cr-table-content table tbody tr td .cr-cart-img {
	width: 60px;
	margin-right: 20px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}
.cr-cart-update-bottom {
	padding: 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

	.cr-cart-update-bottom a.cr-links {
		width: fit-content !important;
		padding: 5px 15px;
		background-color: #fff;
		border: 2px solid #000;
		color: #000;
		border-radius: 25px;
		transition: unset;
		text-shadow: unset;
		font-size: 1.25rem;
		height: unset;
		line-height: 2;
		text-transform: uppercase;
		font-weight: 600;
		margin-right:15px;
	}

		.cr-cart-update-bottom a.cr-links:hover {
			background-color: #000;
			border: 2px solid #000;
			color: #fff;
		}
.c-layout-page {
	padding-top: 40px;
	padding-bottom: unset;
}
.c-footer {
	position: relative;
	background-color: #f5f5f5;
	text-align: center;
}
.cr-sidebar-wrap {
	border: 1px solid #e9e9e9;
	padding: 15px;
	border-radius: 5px;
	background: #fff;
}
	.cr-sidebar-wrap .cr-sb-title h3 {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 15px;
		display: block;
		color: #000;
		text-transform: uppercase;
	}
.cr-sidebar-wrap .cr-sb-block-content {
	margin-bottom: 0;
	border-bottom: none;
}
.additional-order-details{
	width:100%;
}

.cr-checkout-summary > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cr-checkout-summary .text-left {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}
.cr-checkout-summary .text-right {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.cr-checkout-summary .cr-checkout-summary-total {
	border-top: 1px solid #e9e9e9;
	padding-top: 16px;
	margin-bottom: 0;
}
.cr-checkout-summary .cr-checkout-summary-total .text-left {
	font-size: 1.25rem;
	font-weight: 600;
	color: #2b2b2d;
}
.cr-checkout-summary .cr-checkout-summary-total .text-right {
	font-size: 1.25rem;
	font-weight: 600;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-checkout-pro {
	margin-top: 34px;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-checkout-pro > div:not(:last-child) {
	margin-bottom: 15px;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-image-outer {
	width: 80px;
	margin-right: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-image-outer .cr-pro-image {
	overflow: hidden;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-image-outer .cr-pro-image img {
	max-width: 100%;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content.cr-product-details {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content.cr-product-details h5 {
	text-align: left;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content h5 {
	padding: 0 15px 0 0;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content.cr-product-details .cr-pro-rating {
	margin-bottom: 5px;
	text-align: left;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content i {
	color: #f4a263;
}

.cr-checkout-wrap {
	padding: 15px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	border-radius: 5px;
}
.mb-30 {
	margin-bottom: 30px;
}
.cr-checkout-block.cr-check-new {
	margin-bottom: 30px;
}
.cr-checkout-wrap h3 {
	font-size: 22px;
	font-weight: 700;
	display: block;
	color: #000;
	text-transform: uppercase;
}
.cr-check-subtitle {
	margin-bottom: 14px;
	color: #2b2b2d;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.cr-new-option span {
	margin-right: 45px;
}
.cr-checkout-section [type="radio"]:checked {
	position: relative;
	opacity: 0;
	display: none;
}
.cr-checkout-section [type="radio"]:checked + label {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
	color: #7a7a7a;
	letter-spacing: 0;
}
.cr-checkout-section [type="radio"]:checked + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #ffffff;
	border: 1px solid #64b496;
}
.cr-checkout-section [type="radio"]:checked + label {
	cursor: pointer;
	line-height: 16px;
	color: #7a7a7a;
	letter-spacing: 0;
}
.cr-checkout-section [type="radio"]:checked + label {
	cursor: pointer;
	line-height: 16px;
	color: #7a7a7a;
	letter-spacing: 0;
}
.cr-checkout-section [type="radio"]:checked + label::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #64b496;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.cr-new-desc {
	position: relative;
	line-height: 24px;
	color: #7a7a7a;
	letter-spacing: 0;
	max-width: 64%;
	padding-bottom: 10px;
}
.cr-checkout-wrap .cr-check-login h3 {
	margin-bottom: 22px;
}
.cr-check-login-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cr-check-login-form .cr-check-login-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 14px;
}
.cr-check-login-form label {
	margin-bottom: 11px;
	color: #2b2b2d;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.cr-check-login-form input {
	height: 50px;
	background-color: transparent;
	border: 1px solid #e9e9e9;
	color: #2b2b2d;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 0 15px;
	width: 100%;
	outline: none;
	border-radius: 5px;
}
.cr-check-login-form .cr-check-login-fp {
	color: #2b2b2d;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-decoration: underline;
	font-size: 15px;
	line-height: 24px;
	padding-left: 15px;
}
.cr-checkout-wrap .cr-check-bill .cr-check-subtitle {
	margin-bottom: 10px;
}
.cr-bill-option {
	margin-bottom: 24px;
	display: block;
}
.cr-bill-option span {
	margin-right: 45px;
}
.cr-checkout-section [type="radio"]:not(:checked) {
	position: relative;
	opacity: 0;
	display: none;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.cr-checkout-section [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
	color: #7a7a7a;
	letter-spacing: 0;
}
.cr-checkout-section [type="radio"]:not(:checked) + label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #ffffff;
}
.cr-checkout-section [type="radio"]:not(:checked) + label::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #64b496;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.cr-checkout-section [type="radio"]:not(:checked) + label {
	cursor: pointer;
	line-height: 16px;
	color: #7a7a7a;
	letter-spacing: 0;
}
.cr-checkout-content .cr-check-order-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px 0;
}
.mb-minus-24 {
	margin-bottom: -24px;
}
.cr-checkout-wrap .cr-check-bill-form form {
	margin: 0px -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.cr-bill-wrap{
	margin-top:15px;
}
.cr-checkout-wrap .cr-check-bill-form .cr-bill-wrap.cr-bill-half {
	width: 25%;
}
.cr-checkout-wrap .cr-check-bill-form .cr-bill-wrap {
	width: 100%;
	padding: 0 5px;
}
.cr-checkout-section label {
	margin-bottom: 4px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}
.cr-checkout-wrap .cr-check-bill-form label.error {
	color:red;
	font-size:14px;
}
.cr-checkout-section .payment-btn-form{
	text-align:center;
}
.cr-checkout-section input {
	height: 40px;
	background-color: transparent;
	border: 1px solid #e9e9e9;
	color: #000;
	font-size: 16px;
	padding: 2px 5px 0px 5px;
	width: 100%;
	outline: none;
	border-radius: 5px;
}
	.cr-checkout-section input.razorpay-payment-button {
		width: fit-content !important;
		padding: 5px 15px;
		background: #fff;
		border: 2px solid #000;
		color: #000;
		border-radius: 25px;
		transition: unset;
		text-shadow: unset;
		font-size: 1.25rem;
		height: unset;
		line-height: 2;
		text-transform: uppercase;
		font-weight: 600;
		display: inline;
	}
.cr-checkout-section input.razorpay-payment-button:hover {
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
.cr-checkout-section .additional-order-details input{
	margin-bottom:15px;
}
.cr-checkout-wrap .cr-check-bill-form .cr-bl-select-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	padding: 0;
	margin-bottom: 24px;
	border-radius: 5px;
}
.cr-checkout-wrap .cr-check-bill-form .cr-bl-select-inner select {
	padding: 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 !important;
	background: #fff;
	background-image: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
	color: #7a7a7a;
	cursor: pointer;
	border-radius: 5px;
}
.cr-checkout-wrap .cr-check-bill-form .cr-bl-select-inner::after {
	content: "\ea4e";
	position: relative;
	font-family: "remixicon";
	top: 0;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	pointer-events: none;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7a7a7a;
}
select {
	word-wrap: normal;
}
.cr-sidebar-wrap.cr-checkout-del-wrap textarea {
	background: transparent;
	border: 1px solid #e9e9e9;
	color: #2b2b2d;
	height: 100px;
	padding: 10px 15px;
	margin-bottom: 0;
	width: 100%;
	outline: none;
	font-size: 14px;
	display: block;
	border-radius: 5px;
}
.cr-sidebar-wrap.cr-checkout-del-wrap .cr-del-commemt {
	margin-top: 12px;
	display: block;
}
.cr-sidebar-wrap.cr-checkout-del-wrap .cr-del-commemt .cr-del-opt-head {
	margin-bottom: 8px;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-opt-head {
	color: #2b2b2d;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}
.cr-sb-block-content {
	margin-top: 15px;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-desc {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
	display: block;
	letter-spacing: 0;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-option > * {
	width: 50%;
}
.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content h5 a {
	font-size: 15px;
}
.cr-product-details p.cr-price .old-price {
	margin-left: 5px;
	font-size: 13px;
	text-decoration: line-through;
}
.pt-80{
	padding-top:80px;
}
.cart-button-new {
	width: 40px;
	margin-right: 20px;
}
	.cart-button-new i {
		background-image: url('/assets/images/cart-icon.png');
		background-size: cover;
		display: block;
		height: 40px;
	}
	.cart-button-new .badge {
		margin-left: 23px;
		position: absolute;
		top: 26px;
		background-color: red;
		border-radius: 50%;
	}
.cr-shop-sub .checkbox-group:nth-child(2) {
	padding-top: 15px;
}

.cr-shop-sub .checkbox-group {
	padding-top: 5px;
	padding-bottom: 5px;
}
.cr-shop-sub .checkbox-group input[type="checkbox"], input[type="radio"] {
	width: 23px;
	height: 23px;
	margin-right: 5px;
}

.cr-shop-sub .checkbox-group label {
	line-height: 10px;
	vertical-align: text-top!important;
}



.bg-color {
	background: var(--bg-color);
}

.text-whtie {
	color: #fff !important;
}

.bold {
	font-weight: bolder;
}

.por {
	position: relative;
}
.c-layout-wrapper .spacer {
	margin-bottom: 50px;
}

.review-box .quote {
	position: absolute;
	width: 40px;
	right: 10px;
	bottom: 10px;
}

.test-arrowbox {
	position: absolute;
	right: 20px;
	display: flex;
	top: 70px;
}

.review-box {
	border-radius: 25px;
	background: #fff;
	padding: 30px;
	border: 2px solid #000;
	height: 300px;
	overflow-y: scroll;
}
.review-box img{
	border-radius: 10px;
}
	.review-box h5 {
		margin: 0;
		text-transform: uppercase;
	}

	.review-box p {
		margin-bottom: 0;
		margin-top: 5px;
	}

.user-post {
	font-size: 14px;
	margin: 0 !important;
}

.swiper-testimonial {
	padding: 100px 20px;
	padding-top: 30px;
}


.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
	margin-right: 20px;
	/* background: var(--comp-color);2 */
	border-radius: 50%;
	--size: 55px;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
}

.arrow-right {
	transform: rotate(180deg);
	margin-top: -8px;
}

.arrow {
	cursor: pointer;
	transition: all 0.2s ease-in;
}

	.arrow:hover {
		transform: translateX(-15px);
	}

.swiper-slide {
	padding-top: 30px;
	padding-bottom: 30px;
}
.swiper-pagination {
	bottom: -5px!important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	padding: 7px;
}
.swiper-pagination-bullet-active {
	background: #000!important;
}
.swiper-wrapper {
	cursor: move;
}
.c-sub-title {
	font-size: 3rem !important;
	font-weight: 700;
	text-transform: uppercase;
}
.media {
	display: flex;
	padding-bottom: 15px;
}
.media-body {
	padding-left: 15px;
	padding-top: 5px;
}
.list-group-flush .list-group-item {
	padding: 10px 0!important;
}
.list-group-flush {
	margin-top: 10px!important;
}
.booknow-btn {
	width: fit-content !important;
	padding: 5px 15px;
	background: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 25px;
	transition: unset;
	text-shadow: unset;
	font-size: 1.25rem;
	line-height: 2;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
}
.booknow-btn:hover {
	background: #000!important;
	color: #fff;
}
.c-layout-wrapper {
	margin-bottom: 50px;
}
.c-layout-wrapper * {
	font-size: 20px;
}
.c-layout-wrapper h2 {
	margin-top:50px;
}
.c-footer__legal div span, .c-footer__legal div a {
	font-size: 16px !important;
}
.c-foot-legal__link{
	font-weight:normal!important;
}
@media (min-width:1024px) {
	.d-sm-flex {
		display: flex !important;
	}
}
@media (max-width:1200px) {
	.c-header__logo img {
		left: 0px;
		position: absolute;
		width: 85px;
	}
}

	@media (max-width:1024px) {
		.xs-pl-0{
			padding-left:0px;
		}
		.xs-pr-0 {
			padding-right: 0px;
		}
		.c-product-pod__list .c-product-pod__layout .row {
			border-radius: 0px!important;
		}
		.c-product-pod__list .c-product-pod__layout:nth-child(odd) .row .border {
			border-top-left-radius: 0px !important;
			border-bottom-left-radius: 0px !important;
		}

		.c-product-pod__list .c-product-pod__layout:nth-child(even) .row .border, .c-product-pod__list .c-product-pod__layout:nth-child(even) .row .col-7 {
			border-top-right-radius: 0px !important;
			border-bottom-right-radius: 0px !important;
		}
		.c-product-pod__list .carousel .carousel-inner img {
			min-height: auto !important;
		}

		.c-header__wrapper {
			padding: 5px 0px !important;
		}

		.navbar-header .navbar-toggler {
			position: relative;
			float: right;
			padding: 0;
			margin: 15px 25px 15px 0;
			background: none;
			border: 0;
			border-radius: 0;
			color: #000;
			font-size: 26px;
		}

		#navbarNav {
			margin-top: 65px;
			padding-left: 10px;
			font-weight: bold;
			padding-right: 25px;
		}

			#navbarNav ul li {
				border-bottom: 1px solid #eee;
			}
		.cart-button-new {
			float: right;
			right: 40px;
			position: absolute;
			top: 13px;
		}
		.cart-button-new .badge {
			top: 0px;
		}
		.c-header__banner-wrapper::after {
			background-image: none;
		}
		.gallerypage .gallery img {
			width: 49%;
			height: 230px;
		}
		.gallerypage {
			padding-top: 0px;
			margin-top: -65px;
		}
		.packagespage {
			padding-top:0px;
			margin-top: -65px;
		}
	}
@media (max-width:500px) {
	.gallerypage .gallery img {
		width: 100%;
		height: 230px;
	}
}