/* ----------------------------------------------------------------
	Canvas: Photography
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #c85e51;
	--cnvs-themecolor-rgb: 200, 94, 81;

	--cnvs-body-font: 'Poppins', sans-serif;
	--cnvs-primary-font: 'Poppins', sans-serif;

	--bs-body-color: #f1f1f1;
	--cnvs-heading-color: #ffffff;
	
	--bs-body-bg:#222425;
	--cnvs-body-bg: #222425;
	
	--cnvs-side-header-width: 400px;

	--bs-tertiary-bg: var(--cnvs-body-bg);
}

.button {
	--cnvs-btn-color-dark: #a33f32;
}

/* #wrapper { position: fixed;} !!! Scrolling issue !!!*/

#header {
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-submenu-font-size:	0.875rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
	--cnvs-primary-menu-color: #FFF;
	--cnvs-primary-menu-hover-color: #FFF;
	/* z-index: 199 !important; */
}

#footer {
	--cnvs-footer-top-border: 2px solid rgba(var(--cnvs-contrast-rgb), 0.15);
	--cnvs-copyrights-link-color: var(--cnvs-contrast-500);
	position: relative;  
	border-top: var(--cnvs-footer-top-border);
}
footer .footer-content {
	background-color: var(--cnvs-footer-bg);
}
footer .footer-bottom {
	color: #778384;
	background-color: var(--cnvs-body-bg);
}




.is-expanded-menu.side-header.open-header #header-trigger i:nth-child(1), .is-expanded-menu.side-header.open-header.side-header-open #header-trigger i:nth-child(2) {
  display: initial;
}

.is-expanded-menu .mega-menu-style-2 .mega-menu-title > .menu-link {
	font-size: calc(var(--cnvs-primary-menu-submenu-font-size) * 0.9);
}



.header-misc-element, .header-misc-icon {
  margin: 0px;
}
.header-misc .menu-container {
	margin-bottom:1rem;
}

.is-expanded-menu #header {
	--cnvs-primary-menu-ls: 0px;
	--cnvs-primary-menu-font-size: 1.2rem;
	--cnvs-primary-menu-font-weight: 400;
}

.primary-menu {
	--cnvs-primary-menu-font-size: 1.3rem;
	--cnvs-primary-menu-ls: 0px;
	--cnvs-primary-menu-font-weight: 400;
}

/* TEST this does not work with side menu well
.co-name {
  min-height: 70px;
  border-bottom: 1px solid #666;
  z-index: 10px;
}
*/

@media (min-width: 992px) {

	.container.co-name img {
		position: relative;
		top: 0;
		left: 0px;
		width: auto;
		height: 100px;
		z-index: 2;
	}

	.co-name img {
		position: absolute;
		top: 0;
		left: 40px;
		width: auto;
		height: 100px;
		z-index: 2;
	}

	.side-header #header {
		height: calc( 100% + 40px );
		--cnvs-header-bg: rgba(255, 255, 255, 0.9);

	}

	.side-header #header.dark {
		--cnvs-header-bg: rgba(var(--cnvs-themecolor-rgb), 0.98);
		border-left: 0;
	}

	.is-expanded-menu.side-header.open-header #header-trigger {
		background-color: #FFF;
	}

	.side-header #header.dark #header-trigger {
		color: #222;
	}

	.side-header #header-wrap {
		width: calc( 100% + 40px );
		padding-bottom: 40px;
		padding-left: 80px;
		margin: 0 auto;
		position: relative;
	}

	.side-header #header-wrap .container { width: auto; }

	.side-header .header-title,
	.side-header .menu-link {
		line-height: 1;
		padding: 18px 0;
		height: auto;
		-moz-transform: translate3d(200px, 0, 0);
		-webkit-transform: translate3d(200px, 0, 0);
		transform: translate3d(200px, 0, 0);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		will-change: transform;
		-moz-transition: all 250ms ease-in 0s;
		-o-transition: all 250ms ease-in 0s;
		-webkit-transition: all 250ms ease-in;
		-webkit-transition-delay: 0s;
		transition: all 250ms ease-in 0s;
	}

	.dark #header-wrap:not(.not-dark) .primary-menu .menu-item.current > .menu-link {
		opacity: 0.5 !important;
	}

	.side-header .header-title {
		opacity: 0;
		padding: 0;
		margin-bottom: 25px;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 4px;
	}

	.side-header.side-header-open .header-title,
	.side-header.side-header-open .primary-menu .menu-link {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transition: all 500ms ease-out 0.3s;
		-o-transition: all 500ms ease-out 0.3s;
		-webkit-transition: all 500ms ease-out;
		-webkit-transition-delay: 0.3s;
		transition: all 500ms ease-out 0.3s;
	}

	.side-header.side-header-open .header-title,
	.side-header.side-header-open .primary-menu .menu-item:nth-child(1) .menu-link {
		-moz-transition-delay: 0.0s;
		-o-transition-delay: 0.0s;
		-webkit-transition-delay: 0.0s;
		transition-delay: 0.0s;
	}
	.side-header.side-header-open .primary-menu .menu-item:nth-child(2) .menu-link {
		-moz-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.side-header.side-header-open .primary-menu .menu-item:nth-child(3) .menu-link {
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.side-header.side-header-open .primary-menu .menu-item:nth-child(4) .menu-link {
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.side-header.side-header-open .primary-menu .menu-item:nth-child(5) .menu-link {
		-moz-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	.side-header #logo:not(.border-bottom-0)::after,
	.side-header .primary-menu:not(.border-bottom-0)::after { content: none; }
}

.is-expanded-menu.side-header.side-header-right.open-header #header-trigger,
.is-expanded-menu.side-header.side-header-right.open-header.side-header-open #header-trigger {
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	text-align: center;
	z-index: 399;
}

.is-expanded-menu.side-header.side-header-right.open-header #header-trigger i { margin-left: 3px; }

.slider-arrow-left,
.slider-arrow-right,
.slider-arrow-left:hover,
.slider-arrow-right:hover {
	background-color: transparent !important;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover { opacity: .5; }

.swiper-slide .slider-text {
	display: block;
	opacity: 0;
	position: absolute;
	max-width: 450px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: auto;
	bottom: 40px;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(-50%,0,0);
	-ms-transform: translate3d(-50%,0,0);
	-o-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	backface-visibility: hidden;
}

.swiper-slide.swiper-slide-active .slider-text {
	opacity: 1;
	-webkit-transition: transform 1.7s, opacity 1s;
	-o-transition: transform 1.7s, opacity 1s;
	transition: transform 1.7s, opacity 1s;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.swiper-slide .slider-text h3 {
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 5px;
}

.swiper-slide .slider-text span {
	font-weight: 300;
	opacity: .8;
}

.slide-number-current {top: 5px;}
.slide-number-total { bottom: -5px; }

.slide-number span {
	content: '';
	position: absolute;
	height: 1px;
	width: 44px;
	bottom: 0;
	left: 50%;
	margin-top: 0;
	margin-left: -17px;
	background-color: #FFF;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}






.dark.one-page-arrow {
	width: 24px;
	height: 24px;
	font-size: 24px;
	left: 40px;
	bottom: 30px;
	color: rgba(255,255,255,0.75);
}



/* FORM */ 

.btn-primary {
  --bs-btn-color: #fff; /* Keep text white for better contrast */
  --bs-btn-bg: #c85e51; /* Base color */
  --bs-btn-border-color: #c85e51; /* Base border color */
  
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b55448; /* Slightly darker shade for hover */
  --bs-btn-hover-border-color: #b55448;
  
  --bs-btn-focus-shadow-rgb: 219, 107, 94; /* Light shade for focus shadow, derived from #c85e51 */
  
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a34b41; /* Darker shade for active/pressed state */
  --bs-btn-active-border-color: #a34b41;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c85e51; /* Keep the base color */
  --bs-btn-disabled-border-color: #c85e51;
}



.no-bullets {
    /* Remove default bullet points */
    list-style: none; 
    /* Remove default browser padding/margin */
    padding-left: 0; 
    margin: 0;
}

/* Optional: Clean up default margins/padding on the list items themselves */
.no-bullets li {
    padding: 0;
    margin: 0;
}


.designed_by a:hover span {
  color: var(--cnvs-themecolor) !important;
}




.carousel-widget .owl-stage-outer {
	position: relative;
	overflow: hidden;
}
.owl-carousel .owl-nav {
    display: block !important;
}
.owl-carousel .owl-nav .owl-prev {  
  opacity: 1 !important;
  top: calc(100% + 30px) !important;;
  left: 10px !important;
}
.owl-carousel .owl-nav .owl-next {  
  opacity: 1 !important;
  top: calc(100% + 30px) !important;
  right: 10px !important;
}



.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color);			/* --bs-border-color-translucent */
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-bg: var(--bs-body-bg);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg) !important;
}



@media (min-width: 992px) {
  #top-cart {
    position: inherit;
  }
  .top-cart-content {
    opacity: 0;
    position: absolute;
    width:  calc(var(--cnvs-side-header-width) - 0px);
    border: 1px solid var(--cnvs-header-border-color);
    border-top: 2px solid var(--cnvs-themecolor);
    top: calc((var(--cnvs-sticky-header-height) + 20px)*.5);
    left: 0px;
    margin: -10000px 0 0;
    margin-top: -10000px;
    z-index: auto;
    transition: opacity .5s ease,top .4s ease;
	
  }
  .top-cart-open .top-cart-content {
    opacity: 1;
    z-index: 399;
    margin-top: 0;
	height: -webkit-fill-available;
  }
}


/* E-COMMERCE */


.price, .price > span { white-space: nowrap; text-decoration: none; position: relative; line-height: normal;}
.price > span.offscreen { position: absolute !important;opacity: 0;left: 0 !important;bottom: -1px !important;z-index: -1 !important;}
.price-symbol { font-size: 65%;top: -.5em;position: relative;font-weight: 300;}
.price-whole { font-size: 110%;position: relative; padding-left:2px;padding-right:1px;}
.price-decimal { font-size: 0%;position: relative;}
.price-fraction { font-size: 65%; top: -.5em;position: relative; font-weight: 300;}






.product .product-price {
    font-size: 22px;
}

.product .fslider .slide {
    height: 400px;
}
.product .fslider .slide > a {
    position: relative;
    display: block;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
}
.product .fslider .slide > a > img {
	width: 100%;
  	height: 100%;
  	object-fit: contain;
	object-position: top;
    padding: 0 auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}

.product .fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
    margin:10px 0;
    gap: 0 10px;
}
.product .fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {    
    border: 0.5px solid #666666;
    text-align: center;
    display: flex;
    justify-content: center;
}
.product .fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
    width: auto !important;
    height: 100% !important;
    padding: 0 auto;
    display: block;
}

.product .portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 5px;
  }
.product .fslider .bg-overlay-content {
    padding:10px;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}





.product .product-specs ul {
    gap: 0 10px;
    padding: 10px;
    border-radius: var(--bs-border-radius);
    background-color: white;
    border: 0.5px solid #dbdbdb;
  }

.product .product-specs .nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #777;
    background-color: #f3f3f3;
    font-weight: 300;
}

/* FIXED: Added comma and ensured proper spacing for the 'show' state */
.product .product-specs .nav-pills .nav-link.active, 
.product .product-specs .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--cnvs-themecolor);
    font-weight: 500;
}

.product-images img {	
	cursor: zoom-in !important;
}


.social-icon .bi::before, [class*=" bi-"]::before, .social-icon  [class^="bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}