@import url('aos.css');
@import url('select2.min.css');
@import url('fancybox.min.css');
@import url('product_blocks_styles.css');
.breadcrumb {
	margin: 0;
	padding: 90px 0;
	background-image: url(../sources/images/breadcrumb-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.breadcrumb:before {
	content: "";
	background: #0E0E46;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb .bread-crumb-head {
	text-align: center;
	position: relative;
}
.breadcrumb .bread-crumb-head .breadcrumb-title h2 {
	color: #FFF;
	font-size: 36px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
@media (max-width: 991.98px) {
	.breadcrumb .bread-crumb-head .breadcrumb-title h2 {
		font-size: 28px;
	}
}
@media (max-width: 767.78px) {
	.breadcrumb .bread-crumb-head .breadcrumb-title h2 {
		font-size: 24px;
	}
}
.breadcrumb-list ul {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li span {
	color: #FCAF3D;
	margin: 0 7px 0 7px;
	padding: 0;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li a {
	color: #FFF;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li a:hover {
	color: #FCAF3D;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li+li {
	padding-left: 7px;
}
.breadcrumb .bread-crumb-head .breadcrumb-list ul li+li::before {
	content: "/";
	float: left;
	padding-right: 7px;
	color: #FCAF3D;
	font-size: 14px;
	font-weight: 600;
}
.breadcrumb .breadcrumb-border-img img {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width: 991.98px) {
	.breadcrumb {
		padding: 60px 0;
	}
}
@media (max-width: 767.78px) {
	.breadcrumb {
		padding: 50px 0;
	}
}
.detailview {
	background: #F7F6FF;
	padding: 80px 0;
}
@media (max-width: 991.98px) {
	.detailview {
		padding: 50px 0;
	}
}
@media (max-width: 767.78px) {
	.detailview {
		padding: 40px 0;
	}
}
.details-card {
	background: #FFF;
	box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
	border-radius: 5px;
	position: relative;
	margin: 0 0 24px;
	padding: 24px 24px 10px;
}

.details-card .card-title {
	padding-bottom: 14px;
	color: #0E0E46;
	font-size: 20px;
	font-weight: 700;
}
.detail-card {
	overflow: hidden;
	box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
	border-radius: 5px;
	margin: 0 0 24px;
	padding: 20px 10px;
}
.detail-slider {
	position: relative;
	margin-bottom: 15px;
	z-index: 999;
}
.detail-slider .product-img {
	object-fit: contain;
	text-align: center;
	background: #FAFAFA;
}
.detail-slider .product-img img { 
	border-radius: 10px;
	width: auto;
}
.detail-slider button {
	width: 55px;
	height: 55px;
	font-size: 0;
	background: #FFF;
	border-radius: 50%;
	border: none;
	z-index: 9999;
	color: #8A909A;
}
@media (max-width: 991.98px) {
	.detail-slider button {
		width: 35px;
		height: 35px;
	}
}
.detail-slider button.slick-prev {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}
.detail-slider button.slick-prev:hover {
	background: #6C60FE !important;
	color: #FFF;
	-webkit-transition: 500ms all ease;
	-ms-transition: 500ms all ease;
	transition: 500ms all ease;
}  
.detail-slider button.slick-prev:before {
	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'><path d='M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z' /></svg>")
			/*!Font Awesome Free 6.5.1 by @fontawesome - https: //fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.*/;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
}
@media (max-width: 991.98px) {
	.detail-slider button.slick-prev:before {
		font-size: 13px;
	}
}
.detail-slider button.slick-next {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.detail-slider button.slick-next:hover {
	background: #6C60FE !important;
	color: #FFF;
	-webkit-transition: 500ms all ease;
	-ms-transition: 500ms all ease;
	transition: 500ms all ease;
}
.detail-slider button.slick-next:before {
	content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'><path d='M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z' /></svg>")/*!Font Awesome Free 6.5.1 by @fontawesome - https: //fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.*/;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
}
@media (max-width: 991.98px) {
	.detail-slider button.slick-next:before {
		font-size: 13px;
	}
}
.slick-track {
	display: flex;
}
.slick-slide {
	
	margin: 0 10px;
	overflow: hidden;
}
.slick-slide.slick-cloned {
	margin: 0 10px;
	overflow: hidden;
}
.slick-slide.slick-active {
	margin: 0 10px;
	overflow: hidden;
}
.slick-slide img {
	width: 100%;
	border-radius: 10px;
}
.nav-thumbnail-el {
	object-fit: contain;
}

.detail-slider-thumbs .nav-thumbnail-el {
	text-align: center;
	background: #FAFAFA;
}

.detail-slider-thumbs .nav-thumbnail-el img {
	width: auto;
}

.details-card p {
	line-height: 30px;
}
.descript {
	padding-bottom: 20px;
}

.details-card .sample-video {
	border-radius: 10px;
	position: relative;
	margin-bottom: 14px;
}

.details-card .sample-video img {
	border-radius: 10px;
}

.details-card .sample-video .play-icon {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #0E0E46;
	font-size: 24px;
}
.play-icon svg {
	margin-left: 24px;
	margin-top: 10px;
}
@media (max-width: 991.98px) {
	.details-card .sample-video .play-icon {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 767.78px) {
	.details-card .sample-video .play-icon {
		width: 45px;
		height: 45px;
	}
}
.sidebar-card {
	background: #FFF;
	box-shadow: 0px 4px 24px rgba(225, 225, 225, 0.25);
	border-radius: 5px;
	margin: 0 0 24px;
	padding: 24px;
}
.review-card .customer-review {
	margin: 0 0 24px;
	padding: 15px;
	border: 1px solid #f4f4f4;
}

.review-card .customer-review .customer-info {
	margin-bottom: 15px;
}

.review-card .customer-review .customer-info .customer-name h5 {
	color: #0E0E46;
	font-weight: 600;
	margin-bottom: 2px;
}

.review-card .customer-review .customer-info .customer-name h5 a {
	color: #0E0E46;
}

.review-card .customer-review .customer-info .customer-name h5 a:hover {
	color: #6C60FE;
}

.review-card .customer-review .customer-info .customer-name p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

.review-card .customer-review .customer-info .customer-name img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	margin-right: 15px;
}

@media (max-width: 767.78px) {
	.review-card .customer-review .customer-info .customer-name img {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 767.78px) {
	.review-card .customer-review .customer-info .customer-name {
		margin-bottom: 15px;
	}
}

.review-card .customer-review .customer-info .rating {
	font-size: 14px;
	font-weight: 500;
}

.review-card .customer-review .customer-info .rating .rating-count {
	margin-right: 4px;
}

.review-card .customer-review .customer-info .rating .rating-review {
	font-size: 14px;
	font-weight: 500;
	color: #8A909A;
	display: inline-block;
}

.review-card .customer-review .customer-info .rating .rating-review span {
	margin-right: 5px;
}

@media (max-width: 767.78px) {
	.review-card .customer-review .customer-info {
		display: block;
	}
}
.review-card .customer-review .review-para {
	background: #F7F6FF;
	border-radius: 5px;
	margin: 0;
	padding: 10px;
}
.add-review {
	background: #FFF;
}

.add-review h5 {
	padding-bottom: 0 !important;
	margin: 0 0 20px;
}

.add-review .review-form button {
	padding: 18px 15px;
}
@media (max-width: 991.98px) {
	.add-review .review-form button {
		padding: 12px 15px;
	}
}
@media (max-width: 991.98px) {
	.add-review {
		margin: 0 0 14px;
		padding: 15px;
	}
}
.review-form {
	margin: 0 0 24px;
}

.review-form input,
.review-form textarea {
	margin: 0;
	padding: 10px 15px;
	background: #F6F6F9;
	color: #0E0E46;
	border: 1px solid #f4f4f4;
	font-weight: normal;
	width: 100%;
	resize: none;
	border-radius: 5px;
	min-height: 45px;
	font-size: 14px;
}

.review-form input:focus,
.review-form textarea:focus {
	background: #F6F6F9;
	outline: 0;
}

.review-form input::-webkit-input-placeholder,
.review-form textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #8A909A;
	font-weight: 400;
	opacity: 1;
}

.review-form input::-moz-placeholder,
.review-form textarea::-moz-placeholder {
	font-size: 14px;
	color: #8A909A;
	font-weight: 400;
	opacity: 1;
}

.review-form input:-ms-input-placeholder,
.review-form textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #8A909A;
	font-weight: 400;
	opacity: 1;
}

.review-form input::-ms-input-placeholder,
.review-form textarea::-ms-input-placeholder {
	font-size: 14px;
	color: #8A909A;
	font-weight: 400;
	opacity: 1;
}

.review-form input::placeholder,
.review-form textarea::placeholder {
	font-size: 14px;
	color: #8A909A;
	font-weight: 400;
	opacity: 1;
}

.review-form button {
	width: 100%;
	padding: 11px 15px;
}

.review-form.submit-btn {
	margin: 0;
}
.addreview-preloader:not(.hidden) {
	padding: 15px 0;
}
.addreviewerrors {
	padding: 15px 0;
}
.sidebar-card .contact-btn {
	margin: 0 0 24px;
}
@media (max-width: 575.98px) {
	.sidebar-card .contact-btn.contact-btn-new span {
		margin-bottom: 15px;
	}
}

@media (max-width: 575.98px) {
	.sidebar-card .contact-btn.contact-btn-new {
		display: block;
	}
}

.sidebar-card .contact-btn span {
	background: #F6F4FF;
	color: #0E0E46;
	margin: 0;
	padding: 10px;
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	display: block;
}
.sidebar-card .contact-btn span svg {
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.sidebar-card .contact-btn span.active {
	color: #FFF;
	background: #FD3358;
}
.socrel { font-size: 13px;}
.socrel-icon { margin-right: 3px;}
@media (max-width: 991.98px) {
	.socrel div {
		margin: 10px 0;
	}

}

@media (max-width: 1399.98px) {
	.sidebar-card .contact-btn span {
		font-size: 14px;
	}
}

.sidebar-card:last-child {
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.sidebar-card:last-child {
		margin-bottom: 24px;
	}
}

.sidebar-card .user-info {
	font-size: 15px;
	margin-bottom: 20px;
}

.sidebar-card .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
	color: #0E0E46;
}

.sidebar-card .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #8A909A;
}
.user-active {
	background: #F6F4FF;
	border-radius: 5px;
	margin: 0 0 24px;
	padding: 15px;
}

.user-active .user-img {
	position: relative;
	flex-shrink: 0;
}

.user-active .user-img img {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

@media (max-width: 767.78px) {
	.user-active .user-img img {
		width: 50px;
		height: 50px;
	}
}

.user-active .user-img .avatar-online {
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	display: inline-block;
	background: #0DCA95;
}

.user-active .user-name h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

@media (max-width: 1199.98px) {
	.user-active .user-name h4 {
		font-size: 18px;
	}
}

@media (max-width: 767.78px) {
	.user-active .user-name h4 {
		font-size: 16px;
	}
}
@media (max-width: 767.78px) {
	.user-active .user-name p {
		font-size: 14px;
	}
}
.user-active .user-name .rating {
	font-size: 14px;
	font-weight: 500;
	display: block;
}
.user-active .user-name .rating.star-rate {
	font-size: 14px;
	font-weight: 500;
}
.user-active .user-name .rating.star-rate i {
	font-size: 12px;
	color: #FCAF3D;
}
.user-active .user-name .rating.star-rate i:last-child {
	margin-right: 5px;
}
.sidebar-card-title {
	font-size: 20px;
	border-bottom: 1px solid #E3E3E3;
	margin: 0 0 20px;
}
.rsb-contact-block {
	position: relative;
}
.sidebar-card-title h5 {
	margin: 0 0 20px;
}
.list-details li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 0;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 1px solid #E3E3E3;
}

.list-details li span {
	font-size: 16px;
	font-weight: 500;
	margin-left: auto;
}

.list-details li:first-child {
	padding-top: 0;
}

.list-details li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.social-links ul.sidebar-social-links li a {
	display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	background: #0066FF;
	border: 1px solid #0066FF;
	color: #FFF;
}

.social-links ul.sidebar-social-links li a.fb-icon {
	background: #3080F8;
	border: 1px solid #3080F8;
	color: #FFF;
}

.social-links ul.sidebar-social-links li a.fb-icon:hover {
	background: #FFF;
	color: #3080F8;
}

.social-links ul.sidebar-social-links li a.ins-icon {
	background: #FF2D20;
	border: 1px solid #FF2D20;
	color: #FFF;
}

.social-links ul.sidebar-social-links li a.ins-icon:hover {
	background: #FFF;
	color: #FF2D20;
}

.social-links ul.sidebar-social-links li a.twitter-icon {
	background: #35B6FF;
	border: 1px solid #35B6FF;
	color: #FFF;
}

.social-links ul.sidebar-social-links li a.twitter-icon:hover {
	background: #FFF;
	color: #35B6FF;
}

.social-links ul.sidebar-social-links li a:hover {
	background: #FFF;
	color: #0066FF;
}

@media (max-width: 1199.98px) {
	.social-links ul.sidebar-social-links li a {
		width: 32px;
		height: 32px;
	}
}
.similar-list {
	padding: 80px 0 0;
}

.similar-list .section-heading {
	align-items: start;
}

.similar-list .section-heading h2::before {
	left: 0;
}

.similar-list .section-heading h2::after {
	left: 20px;
}

@media (max-width: 991.98px) {
	.similar-list {
		padding: 50px 0 0;
	}
}

@media (max-width: 767.78px) {
	.similar-list {
		padding: 40px 0 0;
	}
}
.sec-line {
	position: relative;
	margin-bottom: 15px;
	line-height: 0;
}
.sec-line .sec-line1 {
	width: 16px;
	height: 6px;
	background: #FD3358;
	border-radius: 30px;
	display: inline-block;
	margin-right: 5px;
}

.sec-line .sec-line2 {
	width: 46px;
	height: 6px;
	background: #FD3358;
	border-radius: 30px;
	display: inline-block;
}

/* carousel*/
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtms-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.contacts-show-notice span {
	color: #FD5F00;
}
@media (min-width: 992px) {
	.detail-slider .product-img,.detail-slider .product-img img { height: 400px;}
	.nav-thumbnail-el,.detail-slider-thumbs .nav-thumbnail-el img { height: 100px;}
}