@import url("../libs/bootstrap/css/bootstrap.min.css");
@import url("../libs/font/GreenGrove/stylesheet.css");
@import url("../libs/font/fontawesome/css/font-awesome.min.css");
@import url("../libs/bootstrap/bootstrap-icons/bootstrap-icons.min.css");
@import url("../libs/font/feather/feather-icons.css");
@import url("../libs/slick/slick.css");
@import url("../libs/slick/slick-theme.css");
@import url("../libs/jquery/jquery-ui.css");
@import url("../libs/magnific-popup/magnific-popup.css");
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: Roboto, Helvetica, "sans-serif";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	display: flex;
	flex-direction: column;
	height: 100vh;
}
main {
	flex: 1;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.different {
	font-family: 'GreenGrove';
	font-style: normal;
}
.input-spinner .form-floating > .form-control:focus ~ label, .input-spinner .form-floating > .form-control:not(:placeholder-shown) ~ label, .input-spinner .form-floating > .form-control-plaintext ~ label, .input-spinner .form-floating > .form-select ~ label {
	opacity: 0.65;
	left: 50%;
	top: 30%;
	transform: scale(0.85) translate(-50%, -50%);
}
/*colorcheme*/
.colorcheme {
	display: block;
	width: 100px;
	position: fixed;
	top: 15%;
	right: -60px;
	transition: right 0.5s;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	z-index: 1000;
}
.colorcheme:hover {
	right: 0;
}
/*map*/
[data-bs-theme=dark] #map {
	filter: invert(100%);
	-ms-filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
}
/*pagination*/
[data-bs-theme=light] .pagination .page-link {
	color: var(--bs-dark) !important;
}
[data-bs-theme=dark] .pagination .page-link {
	color: var(--bs-light) !important;
}
.pagination .page-link.active {
	background-color: var(--bs-gray-600);
	color: var(--bs-white) !important;
	border: 1px solid var(--bs-gray-600);
}
.pagination .page-link:hover {
	border: 1px solid var(--bs-gray-300);
	box-shadow: 0 5px 12px rgba(0,0,0,.12);
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s
}
/*purchases*/
.purchases .images {
	width: 80px;
}
.purchases .option .col {
	width: 200px;
}
.purchases .option .col:last-child {
	width: 10px;
}

@media (min-width:992px) {
.offcanvas-collapse {
	background-color: transparent;
	border: none!important;
	bottom: auto!important;
	display: block;
	height: auto!important;
	left: auto!important;
	position: static;
	right: auto!important;
	top: auto!important;
	transform: none!important;
	visibility: visible;
	width: 100%!important
}
}

@media only screen and (max-width: 992px) {
[data-bs-theme=light] .navbar-nav .link-light {
	color: var(--bs-dark) !important;
}
[data-bs-theme=dark] .navbar-nav .link-dark {
	color: var(--bs-white) !important;
}
.dropdown .dropdown-toggle {
	width: 100% !important;
	position: relative;
}
.dropdown .dropdown-toggle::after {
	position: absolute;
	top: 0.7em !important;
	right: 0 !important;
	margin-right: 0.5em;
}
.dropdown-menu {
	border: none;
}
.dropdown-menu .dropdown-toggle::after {
	transform: rotate(90deg);
}
.home-slider {
	overflow: hidden !important;
}
.homecompany {
	margin-top: 0px !important
}
.purchases .images {
	width: 100% !important;
}
.purchases .images img {
	border: none !important;
}
.purchases .option .col {
	width: inherit
}
}
/*card-product*/
.flex-cards {
	display: flex;
	flex-wrap: wrap;
}
.flex-cards .card {
	flex: 1;
}
.card-product:hover, .purchases .card:hover {
	box-shadow: 0 5px 12px rgba(0,0,0,.12);
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s
}
[data-bs-theme=light] .card-product:hover, [data-bs-theme=light] .purchases .card:hover {
	border: 1px solid var(--bs-gray-300);
}
[data-bs-theme=dark] .card-product:hover, [data-bs-theme=dark] .purchases .card:hover {
	border: 1px solid var(--bs-gray-600);
}
.card-product .card-product-action {
	top: 30%;
	left: 90%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	transition: all .3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 9
}
.card-product:hover .card-product-action {
	opacity: 1;
	visibility: visible
}
.card-product:hover .card-product-action .btn {
	opacity: 1;
	transform: translateX(0)
}
.card-product-action .btn {
	align-items: center;
	border-radius: .5rem;
	box-shadow: 0 2px 4px -1px rgba(145,158,171,.2), 0 4px 5px 0 rgba(145,158,171,.14), 0 1px 10px 0 rgba(145,158,171,.12);
	display: inline-flex;
	font-size: 14px;
	height: 34px;
	justify-content: center;
	line-height: 34px;
	text-align: center;
	transition: all .3s ease 0s;
	vertical-align: middle;
	width: 34px
}
/*btn-back-to-top*/
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1000;
}
/*singlepage*/
.singlepager-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 30px 0;
	margin-top: 30px;
}
.singlepager {
	position: relative;
	display: block;
}
.singlepager li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.singlepager li.next {
	float: left;
	position: relative;
}
.singlepager li p {
	font-weight: 800;
	line-height: 20px;
	letter-spacing: -0.04em;
}
.singlepager li span {
	font-size: 14px;
	line-height: 14px;
}
.singlepager li.next i {
	position: relative;
	height: 52px;
	width: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-right: 20px;
	z-index: 1;
}
.singlepager li.previous {
	position: relative;
	float: right;
}
.singlepager li.previous i {
	position: relative;
	height: 52px;
	width: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	margin-left: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}
[data-bs-theme=dark] .singlepager li a i {
	color: var(--bs-gray-100);
	background-color: var(--bs-black);
}
[data-bs-theme=dark] .singlepager li a:hover i {
	background-color: var(--bs-gray-600);
}
[data-bs-theme=light] .singlepager li a i {
	color: var(--bs-black);
	background-color: var(--bs-gray-200);
}
[data-bs-theme=light] .singlepager li a:hover i {
	background-color: var(--bs-gray-400);
}
.singlepager li .content {
	position: relative;
	display: block;
	top: 2%;
}
.singlepager li.next .content {
	text-align: left;
}
.singlepager li.previous .content {
	text-align: right;
}
/*three-icon*/
.three-icon {
	position: relative;
	display: inline-block;
	top: 4px;
	z-index: 1;
	width: 55px !important;
	height: 55px !important;
}

[data-bs-theme=light] .three-icon {
	background-color: var(--bs-gray-200);
}
[data-bs-theme=dark] .three-icon {
	background-color: var(--bs-gray-800);
}

/*headline*/
.headline1 {
	margin: 0 -15px 15px -29px;
	padding: 5px 15px;
}
[data-bs-theme=light] .headline1 {
	border-left: 7px solid var(--bs-gray-800);
	border-bottom: 1px dashed var(--bs-gray-800);
}
[data-bs-theme=dark] .headline1 {
	border-left: 7px solid var(--bs-gray-600);
	border-bottom: 1px dashed var(--bs-gray-600);
}
.headline2 {
	margin: 15px 0;
	padding: 5px 0;
	position: relative;
}
[data-bs-theme=light] .headline2 {
	border-bottom: 1px solid var(--bs-gray-800);
}
[data-bs-theme=dark] .headline2 {
	border-bottom: 1px solid var(--bs-gray-600);
}
[data-bs-theme=light] .headline2:before, [data-bs-theme=light] .headline2:after {
	content: '';
	border-right: 20px solid var(--bs-white);
	border-top: 15px solid var(--bs-gray-800);
	bottom: -15px;
	position: absolute;
	left: 25px;
}
[data-bs-theme=light] .headline2:after {
	border-top-color: var(--bs-white);
	border-right-color: transparent;
	bottom: -13px;
	left: 26px;
}
[data-bs-theme=dark] .headline2:before, [data-bs-theme=dark] .headline2:after {
	content: '';
	border-right: 20px solid var(--bs-dark);
	border-top: 15px solid var(--bs-gray-600);
	bottom: -15px;
	position: absolute;
	left: 25px;
}
[data-bs-theme=dark] .headline2:after {
	border-top-color: var(--bs-dark);
	border-right-color: transparent;
	bottom: -13px;
	left: 26px;
}
.headline3:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 5px;
	width: 55px;
}
.headline3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 1px;
	width: 100%;
}
[data-bs-theme=light] .headline3:before {
	background-color: var(--bs-gray-800);
}
[data-bs-theme=light] .headline3:after {
	background-color: var(--bs-gray-800);
}
[data-bs-theme=dark] .headline3:before {
	background-color: var(--bs-gray-600);
}
[data-bs-theme=dark] .headline3:after {
	background-color: var(--bs-gray-600);
}

@media screen and (max-width: 1200px) {
.border-end {
	border: none !important;
}
}

@media only screen and (max-width: 768px) {
footer .text-end {
	text-align: left !important;
}
}

@media only screen and (max-width: 992px) {
.offcanvas, .cart-modal {
	overflow: scroll !important;
}
}
/*zoom*/
div.zoom {
	background-position: 50% 50%;
	border-radius: .5rem;
	cursor: zoom-in;
	overflow: hidden;
	position: relative;
	width: 100%
}
div.zoom img:hover {
	opacity: 0
}
div.zoom img {
	display: block;
	transition: opacity .5s;
	width: 100%
}
/*img-flex*/
.img-flex {
	display: inline-flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
}
.img-flex img {
	height: 100%;
	object-position: center;
	transition: all 1.2s cubic-bezier(0.87, 0, 0.13, 1);
	margin: auto;
}
.img-flex:hover img:nth-child(1) {
	transform: translateX(-100%);
	filter: blur(20px);
	scale: 1.5;
}
.img-flex img:nth-child(2) {
	transform: translateX(100%);
	filter: blur(20px);
	scale: 1.5;
}
.img-flex:hover img:nth-child(2) {
	transform: translateX(-100%);
	filter: blur(0);
	scale: 1;
}
/*accordion*/
.accordion-button:not(.collapsed), .accordion-button:focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
	background-color: transparent;
}
.accordion-button::after {
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background-color: var(--bs-success);
	background-image: none !important;
}
.accordion-button.collapsed::after {
	background-color: var(--bs-danger);
}
/*blockquote*/
blockquote {
	padding: 1.2em 30px 1.2em 75px;
	line-height: 1.6;
	position: relative;
}
blockquote::before {
	font-family: Arial;
	content: "\201C";
	color: var(--bs-gray-500);
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}
blockquote::after {
	content: '';
}

/*g-recaptcha*/
@media (max-width:1000px) {
.g-recaptcha {
	-webkit-transform: scale(0.84);
	-moz-transform: scale(0.84);
	-ms-transform: scale(0.84);
	-o-transform: scale(0.84);
	transform: scale(0.84);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
 filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.84, SizingMethod='auto expand');
}
}
/*table*/
[data-bs-theme=light] .pseudotable .row.striped:nth-child(odd) {
	background: var(--bs-gray-200);
}
[data-bs-theme=dark] .pseudotable .row.striped:nth-child(odd) {
	background: var(--bs-gray-800);
}
#product-tab-pane table {
	border-spacing: 0;
	border-collapse: collapse
}
#product-tab-pane thead {
	display: table-header-group
}
#product-tab-pane table {
	width: auto;
	max-width: 100%;
}
#product-tab-pane table p {
	margin: 0;
	padding: 0;
}
#product-tab-pane table>tbody>tr>td, #product-tab-pane table>tbody>tr>th, #product-tab-pane table>tfoot>tr>td, #product-tab-pane table>tfoot>tr>th, #product-tab-pane table>thead>tr>td, #product-tab-pane table>thead>tr>th {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid var(--bs-secondary)
}
#product-tab-pane table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid var(--bs-secondary)
}
#product-tab-pane table>tbody+tbody {
	border-top: 2px solid var(--bs-secondary)
}
#product-tab-pane table {
	border: 1px solid var(--bs-secondary)
}
#product-tab-pane table>tbody>tr>td, #product-tab-pane table>tbody>tr>th, #product-tab-pane table>tfoot>tr>td, #product-tab-pane table>tfoot>tr>th, #product-tab-pane table>thead>tr>td, #product-tab-pane table>thead>tr>th {
	border: 1px solid var(--bs-secondary)
}
#product-tab-pane table>thead>tr>td, #product-tab-pane table>thead>tr>th {
	border-bottom-width: 2px
}
#product-tab-pane table>tbody>tr:nth-of-type(odd) {
	background-color: var(--bs-dark-secondary)
}
#product-tab-pane table-hover>tbody>tr:hover {
	background-color: var(--bs-dark-secondary)
}
/*sidebar*/
.sidebar-nav ul.sub-menu {
	display: none;
}
.sidebar-nav ul.sub-menu li {
	border: none !important;
	padding: 0.4em 0 0.4em 0.4em !important;
}
.sidebar-nav .rotate {
	transform: rotate(180deg);
}
.sidebar-nav ul li .menu-toggle:hover {
	cursor: pointer;
}
/*ui-slider*/
#multisort .ui-slider {
	height: 3px !important;
	background: var(--bs-dark-success) !important;
	border: 0px solid var(--bs-dark-success) !important;
}
#multisort .ui-slider-handle {
	height: 1.25rem !important;
	width: 0.875rem !important;
	background: var(--bs-success) !important;
	border: 1px solid var(--bs-success) !important;
	border-radius: 0px !important;
	cursor: pointer !important;
	-webkit-appearance: none !important;
	margin-top: -0.3125rem !important;
	outline: none !important;
}
#multisort .ui-slider .ui-slider-range {
	background: var(--bs-success) !important;
}
/*rating*/
.counterW {
	margin: 0 0 0 60px;
}
.ratingW {
	position: relative;
	margin: 10px 0 0;
}
.ratingW li {
	display: inline-block;
	margin: 0px;
}
.ratingW li a {
	display: block;
	position: relative;
}
.star {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right: .3em solid transparent;
	border-bottom: .7em solid #ddd;
	border-left: .3em solid transparent;
	/* Controlls the size of the stars. */
	font-size: 24px;
}
.star:before, .star:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: .7em solid #ddd;
	border-left: 1em solid transparent;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.star:after {
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.ratingW li.on .star {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .9em;
	margin-right: .9em;
	margin-bottom: 1.2em;
	border-right: .3em solid transparent;
	border-bottom: .7em solid #FC0;
	border-left: .3em solid transparent;
	/* Controlls the size of the stars. */
	font-size: 24px;
}
.ratingW li.on .star:before, .ratingW li.on .star:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: .7em solid #FC0;
	border-left: 1em solid transparent;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.ratingW li.on .star:after {
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
