:root{
	--bs-border-radius-lg: 0.3rem;
	
}

body {
    font-family: "Exo 2", sans-serif;
    
}
img {
    max-width: 100%;
    height: auto;
}
p:last-child{
	margin-bottom: 0;
}
a{
	color: inherit;
	text-decoration: none;
}
.section{
	padding: 30px 0;
}
.section-lg{
	padding: 60px 0;
}
.breadcrumbs+.section {
    padding-top: 0;
}
.form-control[type=color] {
    height: 2.4rem;
}
a, button{
	outline: none !important;
	box-shadow: none !important;
}

.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 0.12rem;
    --bs-btn-padding-x: 0.8rem;
    --bs-btn-font-size: 0.875rem;
    line-height: 1;
}

.svg-icon svg {
    width: 16px;
    height: 16px;
}
.svg-icon.big-svg svg {
    width: 26px;
    height: 26px;
}
.text-primary svg {
    fill: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}
.text-white svg {
    fill: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

.quote_block {
    border-left: 4px solid var(--theme-color);
    padding: 1rem;
    background-color: #fafafa;
    margin: 1rem 0;
}


body[data-route='main'] header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
/* #header-menu-panel{
    transition-duration: 0.2s;
} */
body[data-route='main'] header .bg-light:not(.position-fixed) {
    --bs-bg-opacity: 0.3;
}

body[data-route='main'] header [type='search']::placeholder{
    color: rgb(194, 194, 194);
}
body[data-route='main'] header .text-dark{
	--bs-dark-rgb: 255, 255, 255;
}
.main-section {
    height: 100vh;
    position: relative;
    max-height: 1080px;
}
@media (max-width: 575px){
	.main-section{
		height: calc(100vh - 80px);
	}
}
.main-section .row,
.main-section .container {
    height: 100%;
}
.hh-100{
	min-height: 100vh;
}
img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.grayscale {
    filter: grayscale(1) brightness(0.5);
}

.pos-svg-abs {
    position: relative;
    padding-left: 25px;
}
.pos-svg-abs .svg-icon{
	position: absolute;
	left: 0;
}

.offcanvas-buttons{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1rem;
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.offcanvas-wrap ~ .fr-popup {
    z-index: 1050 !important;
}

.product-attrs li {
    display: flex;
    justify-content: space-between;
    position: relative;
    --width: 35%;
    margin-bottom: 10px;
    align-items: end;
}
.product-attrs li span:first-child {
    width: var(--width);
    position: relative;
	margin-right: 1rem;
}
.product-attrs li span:first-child b {
    background-color: #fff;
    padding-right: 0.5rem;
    position: relative;
    z-index: 1;
    max-width: 70%;
    display: inline-block;
}
.product-attrs li span:first-child:after {
    border-bottom: 1px dashed #ccc;
    bottom: 5px;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.product-attrs li span:last-child{
	width: calc(100% - var(--width) - 1rem);
}
.handle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 55.8L289.5 96h-67L256 55.8zM229.8 12.3L168.2 86.2c-5.3 6.3-8.2 14.3-8.2 22.6c0 19.5 15.8 35.2 35.2 35.2H232v88H144V195.2c0-19.5-15.8-35.2-35.2-35.2c-8.2 0-16.2 2.9-22.6 8.2L12.3 229.8C4.5 236.2 0 245.9 0 256s4.5 19.8 12.3 26.2l73.9 61.6c6.3 5.3 14.3 8.2 22.6 8.2c19.5 0 35.2-15.8 35.2-35.2V280h88v88H195.2c-19.5 0-35.2 15.8-35.2 35.2c0 8.2 2.9 16.2 8.2 22.6l61.6 73.9c6.5 7.8 16.1 12.3 26.2 12.3s19.8-4.5 26.2-12.3l61.6-73.9c5.3-6.3 8.2-14.3 8.2-22.6c0-19.5-15.8-35.2-35.2-35.2H280V280h88v36.8c0 19.5 15.8 35.2 35.2 35.2c8.2 0 16.2-2.9 22.6-8.2l73.9-61.6c7.8-6.5 12.3-16.1 12.3-26.2s-4.5-19.8-12.3-26.2l-73.9-61.6c-6.3-5.3-14.3-8.2-22.6-8.2c-19.5 0-35.2 15.8-35.2 35.2V232H280V144h36.8c19.5 0 35.2-15.8 35.2-35.2c0-8.2-2.9-16.2-8.2-22.6L282.2 12.3C275.8 4.5 266.1 0 256 0s-19.8 4.5-26.2 12.3zM256 456.2L222.5 416h67L256 456.2zM456.2 256L416 289.5v-67L456.2 256zM96 289.5L55.8 256 96 222.5v67z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: move;
    opacity: 0.4;
}

.header-number {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
}
.header-number svg {
    width: 22px;
    height: 22px;
    fill: var(--theme-color);
    margin-right: 8px;
}

@media (max-width: 767px){
	.header-number {
		font-size: 14px;
		font-weight: normal;
		flex-direction: row-reverse;
	}
	.header-number svg {
		width: 16px;
		height: 16px;
		margin-right: 0px;
		margin-left: 6px;
	}
}

.svg-small svg {
    width: 10px;
    height: 12px;
}

.popover{
	--bs-popover-max-width: 360px !important;
}

header .top-menu>li{
	position: relative;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .top-menu .childrens {
    transition-duration: 0.2s;
    position: absolute;
    background-color: #000;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px) translateX(-50%);
    min-width: 260px;
    left: 50%;
    top: 26px;
}
header .top-menu .childrens a {
    padding: 0.7rem 1rem;
    display: block;
    text-align: center;
}
header .top-menu .childrens li:not(:last-child){
	
}
header .top-menu li:hover .childrens{
	opacity: 1;
	visibility: visible;
	transform: translateY(0) translateX(-50%);
}
header .top-menu li .childrens{
	
}

p a {
    font-weight: 500;
    color: var(--theme-color);
}
p a:hover{
	text-decoration: underline;
}

img.img-contain {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.mobile-menu{
	position: relative;
}
.mobile-menu ul{
	
}
.mobile-menu a{
	
}

.mobile-menu ul.childrens {
    position: absolute;
    top: 0;
}

.btn-primary,.btn-warning{
    --bs-btn-color: #ffffff;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-hover-color: #ffffff;
}
.btn-outline-primary,.btn-outline-warning{
    --bs-btn-hover-color: #ffffff;
}

.cursor-pointer{
    cursor: pointer;
}


.search-area{
    position: relative;
}

.search-area .search-input {
   
    width: 460px;
    max-width: 60vw;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--bs-light) !important;
    z-index: 1;
    left: 1.8rem;
}
.search-area.hover{
    
}

.dropdown-filter-item{

}

.dropdown-filter-item .dropdown-menu {
    --bs-dropdown-zindex: 2000;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-filter-item label {
    cursor: pointer;
    width: 100%;
}