/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/*======================
   02. Basic css
========================*/
/* .shop_category_area html {
	font-size: 62.5%;
} */

/* a,
button,
img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
} */

/* html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
} */

/* body {
	line-height: 1.5;
	font-family: "Rubik", sans-serif;
	background-color: #F5F6F5;
	color: #484848;
	font-weight: 400;
	font-size: 1.6rem;
} */

/* ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
	outline: none;
} */

/*shop_category_area*/


.shop_cate_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    padding-bottom: 10px;
	border-bottom: 0.2rem solid #e0e0e0;
	margin-bottom: 18px;
}

.shop_cate_top h2 {
	color: #484848;
	
}

.shop_cate_top a {
	color: var(--primary);
    font-size: 15px;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.shop_cate_top a:hover {
	color: #484848;
}

.shop_cate_top a i {
	font-weight: 400;
}

.item_wrapper {
	height: 100%;
	text-align: center;
}

.shop-category-card {
	background-color: #fff;
	/* border: .1rem solid #119744; */
	-webkit-box-shadow: 0 0 .5rem #ddd;
	box-shadow: 0 0 .5rem #ddd;
	border-radius: 60px;
}

.shop-category-card img {
	border-radius: 60px;
	max-height: 8.0rem;
	min-height: 6rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
	width: 100%;
}

.item_wrapper h3 {
	font-size: 15px;

}

.slider1 .owl-nav button {
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background: #fff;
    width: 3.0rem;
    height: 3.0rem;
    border-radius: 50%;
    color: #212529;
    border: 0.1rem solid var(--primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.7rem;
    /* outline: 0.1rem solid var(--primary); */
    background: var(--primary);
    opacity: .8;
}

.slider1 .owl-nav button.owl-prev {
	left: .8rem;
    top: 55px;
    width: 30px;
    font-size: 20px;
    height: 30px;
	/* z-index: 2; */

}

.slider1 .owl-nav button.owl-next {
	right: 1.1rem;
    top: 55px;
    width: 30px;
    font-size: 20px;
    height: 30px;
}

.slider1 .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}