/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* Slider
-----------------------------------------------------------------*/
.swiper-container-horizontal>.swiper-scrollbar {
	top: auto;
	bottom: 180px;
	left: auto;
	right: 100px;
	width: 200px;
	height: 2px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 2px;
}

.swiper-scrollbar-drag { background: #000 }

.slide-number {
	opacity: 1;
	bottom: 10px;
	text-align: left;
	right: auto;
}

.slide-number-current {
	top: auto;
	bottom: 0;
	font-size: 30px;
	font-weight: 700;
}

.slide-number span {
	margin-left: 20px;
	font-size: 16px;
}

.slide-number-total {
	font-size: 13px;
	line-height: 28px;
	left: 29px;
}

.swiper-navs {
	position: absolute;
	left: auto;
	right: 300px;
	bottom: 140px;
	top: auto;
	z-index: 99;
}

.slider-arrow-left,
.slider-arrow-right {
	border-radius: 50%;
	background: transparent;
	border: 1px solid rgba(0,0,0,0.7);
	width: 36px;
	height: 36px;
}

.slider-arrow-right { left: 45px; }

.slider-arrow-left i,
.slider-arrow-right i {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 34px;
	margin: 0 auto;
	color: #000;
}

.slider-arrow-right i { margin-left: -1px; }

.swiper-button-disabled {
	opacity: .5;
	cursor: default;
}

.dark .slider-arrow-left,
.dark .slider-arrow-right { border-color: rgba(255,255,255,0.7); }

.dark .swiper-container-horizontal > .swiper-scrollbar { background-color: rgba(255,255,255,0.4);  }

.dark .swiper-scrollbar-drag { background: #FFF }

.dark .slide-number,
.dark .slider-arrow-left i,
.dark .slider-arrow-right i { color: #FFF; }

.slider-feature {
	position: relative;
	transform: translateY(-20%);
	z-index: 4;
}

.slider-feature a {
	color: #222;
	transition: all .2s ease;
}

.slider-feature a:hover {
	background-color: var(--cnvs-themecolor);
	transform: translateY(-2px);
	z-index: 1;
}

.slider-feature a i {
	position: relative;
	top: 4px;
	font-size: 20px;
	padding-right: 6px;
}
/* Hotspot */
.hotspot-img { position: relative; }

.hotspot-img img { opacity: .9; }

.hotspot-img .hot-spot {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
	text-align: center;
	background-color: rgba(68, 170, 172, 0.8);
	border: 1px solid #FFF;
	border-radius: 100%;
	cursor: pointer;
	transition: transform .3s ease;
}

.hotspot-img .hot-spot .circle {
	display: block;
	position: absolute;
	top: 47%;
	left: 47%;
	width: 2em;
	height: 2em;
	margin: -1em auto auto -1em;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	background: var(--cnvs-themecolor);
	opacity: 0;
	z-index: -1;
	-webkit-animation: pulsate 3.5s ease-out infinite;
	animation: pulsate 3.5s ease-out infinite;
}

.hotspot-img .hot-spot:nth-child(2) .circle { animation-delay: 2s; }
.hotspot-img .hot-spot:nth-child(3) .circle { animation-delay: 3.5s; }
.hotspot-img .hot-spot:nth-child(4) .circle { animation-delay: 5.2s; }
.hotspot-img .hot-spot:nth-child(5) .circle { animation-delay: 6.4s; }
.hotspot-img .hot-spot:nth-child(6) .circle { animation-delay: 8s; }
.hotspot-img .hot-spot:nth-child(7) .circle { animation-delay: 9.2s; }
.hotspot-img .hot-spot:nth-child(8) .circle { animation-delay: 11s; }
.hotspot-img .hot-spot:nth-child(9) .circle { animation-delay: 13s; }
.hotspot-img .hot-spot:nth-child(10) .circle { animation-delay: 15s; }

.hotspot-img .hot-spot .tooltip {
	background-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	opacity: 0;
	display: none;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	top: 20px;
	width: 150px;
	z-index: 999;
	box-shadow: 0 10px 80px rgba(0,0,0,0.1), 0 10px 50px rgba(0,0,0,0.1);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.hotspot-img .hot-spot.hotspot-tooltip-open .tooltip {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hotspot-img .hot-spot .tooltip.ontop {
	top: auto;
	bottom: 35px;
}

.hotspot-img .hot-spot .tooltip  p {
	font-size: 13px;
	line-height: 1.3rem !important;
	margin-bottom: 0;
	white-space: nowrap;
	color: #666 !important;
	text-transform: capitalize;
}
.featured-product .oc-item{
	/*background: #fff;
	border: 1px solid;
	border-radius: 20px;
	padding: 10px;*/
}
.featured-product .oc-item a{
	color: inherit;
}
.featured-product .oc-item .brand{
	height: 50px;
	width: auto;
}
.featured-product .oc-item h4{
	font-size: 15px;
}

.content-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 40px;
	height: 100%;
}

.searchandfilter ul{
  width: 100%;
  text-align: right;
  /* background: #dfdfdf;
  border-radius: 30px; */
  border-bottom: 1px solid #dfdfdf;
}
.form-select{
  border: 1px solid;
  border-radius: 30px;
}
.product .grid-inner{
  border: 1px solid #dfdfdf;
  padding: 10px;
  border-radius: 15px;
}
.product-image .br-logo{
position:absolute;
height:50px;
width:auto !important;
top: -10px;
background: none;
}
.product-desc a{color: inherit;}
.product-desc h5{
  height: 70px;
  overflow: hidden;
}
.sidebar{
  background: #f2f2f2;
  padding-top: 10px;
  border-radius: 10px 10px 0px 0px;
  border:1px solid #dfdfdf;
}
.nav-tree li i.fa-caret-right{
  float: right;
}

.nav-tree ul li>a{
border-bottom: 1px solid #fff;
}
.nav-tree ul li ul li>a,.br-logo{
background:#fff;
border-radius:5px;
padding: 10px;
}
.single-product .product-image .br-logo{top:5px;}
.single-product .product{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	border:1px solid #dfdfdf;
}
.wp-block-table td, .wp-block-table th{
border:none !important;
}
.eb-advance-heading-wrapper.eb-advance-heading-x0txkbo .eb-ah-title .first-title,.eb-advance-heading-wrapper.eb-advance-heading-x0txkbo .eb-ah-subtitle{
	font-family: "Exo 2", sans-serif !important;
}
/* home browse category section start */
.eb-infobox-mivw3gf {
    /*position: relative;*/
}
.hm-cat .eb-infobox-wrapper .title{
    transition: all 0.2s ease-in;
}
.hm-cat .eb-infobox-wrapper .infobox-wrapper-inner .icon-img-wrapper {
    background-color: #ffffff;
    width: 100%;
    border: 1px solid #E5E5E5;
    padding-block: 0px;
    border-radius: 20px;
    transition: all 0.3s ease-in;
}
.hm-cat .eb-infobox-wrapper .infobox-wrapper-inner .icon-img-wrapper img{
    transition: all 0.3s ease-in;
}
.hm-cat .eb-infobox-wrapper .eb-infobox-image-wrapper {
    align-items: center;
    justify-content: center;
}
/* Hover Style */
.hm-cat .eb-infobox-wrapper:hover .infobox-wrapper-inner .icon-img-wrapper{
    /* background-color: #0051FF; */
		border: 1px solid #0051FF;
}
.hm-cat .eb-infobox-wrapper:hover .infobox-wrapper-inner .icon-img-wrapper img{
    /* filter: brightness(0) invert(1); */
}

.hm-cat .eb-infobox-wrapper .title,.hm-cat-title .first-title,.hm-cat-title .eb-ah-subtitle{
	font-family: inherit !important;
	text-align: center;
}

@media (max-width: 767px) {
    .hm-cat .eb-infobox-wrapper {
        /*display: block;*/
    }
}
/* home browse category section end */
.first-title, .eb-ah-subtitle,.eb-feature-list-title,.eb-button-anchor {
	font-family: inherit !important;
}

.brand-nav img{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #dfdfdf;
}
.main-cat-nav{
	background: #fdfdfd !important;
	padding-bottom: 10px !important;
}
.main-cat-nav li{

}
.row-cat-menu .mega-menu-column{

}
.pagination{
	margin-top:20px;
}
.pagination .nav-links>.page-numbers{
	padding: 10px;
}
