/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #eee; 
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.25); 
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.30);
}


/* CUSTOM JQUERY TOAST */
.jq-toast-wrap{
	width: 360px !important;
}

.jq-toast-single{
	border-radius: 0px !important;
	font-size: 14px !important;
}

.jq-toast-loader{
	border-radius: 0px !important;
	background-color:  #fff !important;
}

.jq-icon-info {
	background-color: #519ee1 !important;
	color: #fff !important;
	border-color: #519ee1 !important;
}

.jq-icon-warning {
	background-color: #fbc337 !important;
	color: #fff !important;
	border-color: #fbc337 !important;
}

.jq-icon-error {
	background-color: #ff554d !important;
	color: #fff !important;
	border-color: #ff554d !important;
}

.jq-icon-success {
	color: #fff !important;
	background-color: #5fb95f !important;
	border-color: #5fb95f !important;
}

@media screen and (max-width: 765px) {
	.jq-toast-wrap{
		width: 300px !important;
	}

	.jq-toast-wrap.top-right{
		top: 20px !important;
		right: 20px !important;
	}
}

/* CUSTOM DATATABLE RESPOSIBLE */
@media screen and (max-width: 765px) {
	li.paginate_button.previous {
		display: inline;
	}

	li.paginate_button.next {
		display: inline;
	}

	li.paginate_button {
		display: none;
	}

	li.paginate_button.active {
		display: inline;
	}
}

/* CUSTOM JQUERY DATAPICKER */
.datepicker{
	z-index: 1100 !important;
}

/* CUSTOM TEMPLATE */
body {
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	font-size: 1rem !important;
}

.is-warning{
	border-color: #fbc337;
}
.is-warning:hover{
	border-color: #fbc337;
	box-shadow: 0 0 0 0.2rem rgba(251, 195, 55, 0.25);
}

/* Other Customizations */
.btn-whatsapp {
	color: #fff;
	background-color: #34af23;
	border-color: #34af23;
}

.btn-whatsapp:hover {
	color: #fff;
	background-color: #2b951d;
	border-color: #2b951d;
}

.btn-whatsapp:focus, .btn-whatsapp.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 175, 35, 0.5);
}

.btn-whatsapp.disabled, .btn-whatsapp:disabled {
	color: #fff;
	background-color: #34af23;
	border-color: #34af23;
}

.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active,
.show > .btn-whatsapp.dropdown-toggle {
	color: #fff;
	background-color: #2b951d;
	border-color: #2b951d;
}

.btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.show > .btn-whatsapp.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 175, 35, 0.5);
}

.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #2e4e8c;
	border-color: #2e4e8c;
}

.btn-facebook:focus, .btn-facebook.focus {
	box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2e4e8c;
	border-color: #2e4e8c;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-instagram {
	color: #fff;
	background-color: #8a3ab9;
	border-color: #8a3ab9;
}

.btn-instagram:hover {
	color: #fff;
	background-color: #74319b;
	border-color: #74319b;
}

.btn-instagram:focus, .btn-instagram.focus {
	box-shadow: 0 0 0 0.2rem rgba(138, 58, 185, 0.5);
}

.btn-instagram.disabled, .btn-instagram:disabled {
	color: #fff;
	background-color: #8a3ab9;
	border-color: #8a3ab9;
}

.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
	color: #fff;
	background-color: #74319b;
	border-color: #74319b;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(138, 58, 185, 0.5);
}

.btn-twitter {
	color: #fff;
	background-color: #00acee;
	border-color: #00acee;
}

.btn-twitter:hover {
	color: #fff;
	background-color: #0097d8;
	border-color: #0097d8;
}

.btn-twitter:focus, .btn-twitter.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 172, 238, 0.5);
}

.btn-twitter.disabled, .btn-twitter:disabled {
	color: #fff;
	background-color: #00acee;
	border-color: #00acee;
}

.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0097d8;
	border-color: #0097d8;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 172, 238, 0.5);
}

.carousel-img-custom {
	width: 100%;
	max-height: 650px;
	display: block;
}

@media screen and (max-width: 765px) {
	.carousel-img-custom {
		width: 100%;
		max-height: 500px;
		display: block;
	}
}

#navbar-main .nav-link:hover ,#navbar-main .nav-item i:hover{
	color:  #fff !important;
}

#navbar-search{
	padding: 0px !important;
}

.form-navbar-search{
	width: 100% !important;
}

.form-navbar-search .form-control{
	height: 60px !important;
	border-radius: 0 !important;
	color: #222 !important;
	font-size: 1.25rem !important;
	border: none !important;
}

.form-navbar-search .form-control:focus{
	box-shadow: none !important;
}


.form-navbar-search button.btn-white-search{
	border-radius: 0 !important;
	width: 60px !important;
	color: #222 !important;
}

.form-navbar-search button.btn-white-search *{
	color: #222 !important;
}

.btn-white-search{
	background: #fff !important;
	color: #222 !important;
	border: 1px solid #ced4da !important;
}

.form-navbar-search button.btn-white-search{
	border: none !important;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.slideup, .slidedown {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: max-height 0.75s ease;
	-moz-transition: max-height 0.75s ease;
	-o-transition: max-height 0.75s ease;
	transition: max-height 0.75s ease;
}

.slidedown {  
	max-height: 80px;
	display: block;
}

.icon::before{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.icon-search::before{
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 400; 
	content: "\f002";
}

.icon-search.fadein::before{
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 400;
	font-size: 18px;
	content: "\f00d";

	animation: fadein 0.75s;
	-moz-animation: fadein 0.75s;
	-webkit-animation: fadein 0.75s;
	-o-animation: fadein 0.75s;
}

.icon-search.fadeout::before{
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 400; 
	content: "\f002";

	animation: fadein 0.75s;
	-moz-animation: fadein 0.75s;
	-webkit-animation: fadein 0.75s;
	-o-animation: fadein 0.75s;
}

.icon-sign-in::before{
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 400; 
	content: "\f090";
}

.btn-social{
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 4px;
	margin-left: 6px;
	margin-right: 6px;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}


.btn-social:hover, .btn-social i:hover, .btn-social *:hover{
	color: #fff;
}

.icon-facebook::before{
	font-family: "Font Awesome 5 Brands";
	content: "\f39e";
	font-size: 0.9rem;
}

.icon-instagram::before{
	font-family: "Font Awesome 5 Brands";
	content: "\f16d";
	font-size: 0.9rem;
}

#filter-sidebar{
	width: 350px;
	height: 100%;
	z-index: 1060;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: -300px;
	display: flex;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
}

#filter-sidebar.active{
	left: 0;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
}

#content-filter-sidebar{
	z-index: 1060;
	width: 300px;
	padding: 1rem 0.75rem 1rem 0.75rem;
	background-color: #fff;
	overflow-y: auto;
	pointer-events: auto !important;
}

#btn-action-filter-sidebar{
	z-index: 1060;
	background: #fff;
	font-size: 30px;
	text-align: center;
	width: 50px;
	height: 50px;
	margin-top: 215px;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	cursor: pointer;
	box-shadow: 0.25rem 0 1rem #999;
	padding: 2.5px;
	pointer-events: auto !important;
}

#body-content{
	z-index: -1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: z-index 1s ease;
	-moz-transition: z-index 1s ease;
	-o-transition: z-index 1s ease;
	transition: z-index 1s ease;
}

#filter-sidebar.active > #body-content{
	z-index: 1040;
	display: block;
	-webkit-transition: z-index 1s ease;
	-moz-transition: z-index 1s ease;
	-o-transition: z-index 1s ease;
	transition: z-index 1s ease;
}

.icon-filter::before{
	font-family: "Font Awesome 6 Pro"; 
	font-weight: 400; 
	content: "\f0b0";
	font-size: 30px;

	animation: fadein 0.75s;
	-moz-animation: fadein 0.75s;
	-webkit-animation: fadein 0.75s;
	-o-animation: fadein 0.75s;
}

#filter-sidebar.active .icon-filter::before{
	font-family: "Font Awesome 6 Pro"; 
	font-weight: 400; 
	content: "\f00d";
	font-size: 30px;

	animation: fadein 0.75s;
	-moz-animation: fadein 0.75s;
	-webkit-animation: fadein 0.75s;
	-o-animation: fadein 0.75s;
}

@media screen and (max-width: 765px) {
	.owl-pagination{
		display: none;
	}
}

@media screen and (max-width: 765px) {
	#nav-footer{
		justify-content: center;
	}
}

#btnShoppingCart .nav-link:hover i{
	color: #fff !important;
	text-decoration: none !important;
}
