/*
2.Service Section
============================*/
.icon-box-wrap .item-box {
	position: relative;
	display:block;
	text-align: center;
	background: #fff;
	border: 1px solid #f0f0f0;
	height:calc(100% - 30px);
	margin-bottom: 30px;
}
.icon-box-wrap .item-box .item-box-content{
	display: block;
	padding: 20px;
}
.icon-box-wrap .item-box .item-box-content.side{
	display: flex;
	align-items: center;
	gap: 20px; 
}
.icon-box-wrap .item-box .item-box-content.right{
	display: flex;
	align-items: center;
	gap: 20px; 
	flex-direction: row-reverse;
}
.icon-box-wrap .item-box .item-box-content.overlay{
	background: rgba(0, 0, 0, 0.3);
}
.icon-box-wrap.border_animation .item-box::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-left: 1px solid var( --secondary-color);
	border-top: 1px solid var( --secondary-color);
	visibility:visible;
	transition: all 0.4s ease 0s;
}
.icon-box-wrap.border_animation .item-box::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-top: 1px solid var( --secondary-color);
	border-right: 1px solid var( --secondary-color);
	visibility:visible;
	transition: all 0.4s ease 0s;
}
.icon-box-wrap.border_animation .item-box-content::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-left: 1px solid var( --secondary-color);
	border-bottom: 1px solid var( --secondary-color);
	visibility:visible;
	transition: all 0.4s ease 0s;
}
.icon-box-wrap.border_animation .item-box-content::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 60px;
	position: absolute;
	width: 60px;
	border-right: 1px solid var( --secondary-color);
	border-bottom: 1px solid var( --secondary-color);
	visibility:visible;
	transition: all 0.4s ease 0s;
}

.icon-box-wrap.border_animation .item-box:hover::before,
.icon-box-wrap.border_animation .item-box:hover::after,
.icon-box-wrap.border_animation .item-box:hover .item-box-content::after,
.icon-box-wrap.border_animation .item-box:hover .item-box-content::before{
	visibility:hidden;
	transition: all 0.4s ease 0s;
	width:0px;
	height:0px;
}
.icon-box-wrap .item-box i.item_icon{
	font-size: 2.5rem;
	color:var( --secondary-color);
}
.icon-box-wrap .item-box .heading{
	display:block;
	padding:10px 0px!important;
	margin-bottom: 0px;
}
.icon-box-wrap .item-box i.item_icon{
	margin-bottom: 10px;
}

/*---------------------------------------------------------*/
	/* PRICE TABLE
/*-------------------------------------------------------*/
.bc-pricing {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow: hidden;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.bc-pricing .price-title {
	padding: 35px 20px;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #e4e4e4
}
.bc-pricing .header-layout{
	padding:10px 20px;
}
.bc-pricing.active .price-title {
	background: #2ed3ae
}
.bc-pricing .package{
	border: 1px solid #000;
	min-width: 110px;
	min-height: 110px;
	border-radius: 50%;
	/*background: var(--secondary-color);*/
	border: 5px solid #fff;
	background: #22355C;
	box-shadow: 0 0px 5px rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-left: 40px;
}
.bc-pricing .left-container{
	margin-right: auto;
	
}
.bc-pricing .package strong{
	display: block;
	font-size: 1.8em;
	padding-bottom: 5px;
}
.bc-pricing .package span{
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}
.bc-pricing ul.list-style-none{
	padding: 0px;
	margin: 0px;
}
.bc-pricing.active {
	position: relative
}
.card-ribbon {
	position: absolute;
	overflow: hidden;
	top: -10px;
	left: -10px;
	width: 114px;
	height: 114px;
	z-index: 99
}
.card-ribbon span {
	position: absolute;
	display: block;
	width: 165px;
	padding: 5px 0;
	background-color: #23292c;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	left: -37px;
	top: 21px;
	transform: rotate(-45deg);
	height:39px;
	line-height:31px;
}
.card-ribbon::before, .card-ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #23292c;
	border-top-color: transparent;
	border-left-color: transparent
}
.card-ribbon::before {
	top: 0;
	right: 0
}
.card-ribbon::after {
	bottom: 0;
	left: 0
}
.bc-pricing .price-title h2 {
    font-family: 'poppins', sans-serif;
	line-height: 60px;
	font-size: 50px;
	position: relative;
	font-weight: 800;
	margin:0px;
}
.bc-pricing .price-title h2 small {
	font-size: 16px;
	vertical-align: super;
	padding: 0 5px
	
}
.bc-pricing .price-title h2 small:first-child {
	font-size: 24px
}
.bc-pricing .price-title span {
	letter-spacing: 6px;
	position: relative
}
.bc-pricing ul {
	margin: 20px 0 0
}
.bc-pricing .price-footer {
	z-index: 9;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.bc-pricing .button{
    color: #fff;
    cursor: pointer;
    padding: 7px 30px;
    border: 0;
    position: relative;
    display: inline-block;
    border-radius: 90px;
    min-width: 160px;
}
.bc-pricing .button:hover, .bc-pricing .button:focus {
    color: #fff;
    background: #23292c;
    outline: 0;
}
.bc-pricing ul.list-style-none{
	margin:0px;
	list-style:none;
	padding:20px;
}
.bc-pricing ul.list-style-none li{
	list-style: none;
	display: flex;
	padding-bottom: 5px;
	align-items: center;
	font-size: 1em;
}
.bc-pricing ul.list-style-none li i{
	font-size: 0.9em;
	margin-right: 10px;
}
.ata-category-grid-wrp figure{
	position:relative;
	overflow:hidden;
	color:#FFF;
	text-align:center;
	margin-bottom: 25px!important;
}
.ata-category-grid-wrp figure a.box_wrp{
	overflow:hidden;
	display:block;
}
.ata-category-grid-wrp img{
	width:100%;
	height:auto;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.ata-category-grid-wrp figure:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ata-category-grid-wrp figure:after{
	content:"";
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	background:rgba(0,0,0,0.3);	
	z-index:9;
}

.ata-category-grid-wrp figcaption{
	left:10%;
	right:10%;
	top:50%;
	position:absolute;
	color:#000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:99;
	color: #fff;
}
.ata-category-grid-wrp figure:hover figcaption {
    top: 40%;
}
.ata-category-grid-wrp .heading,
.ata-category-grid-wrp .desc{
	padding-bottom: 20px;
}
.ata-category-grid-wrp .theme-btn{
	border: none!important;
	padding: 8px 15px!important;
}


.ata-section-title.ata_heading_style_2 h2[data-bigletter], .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter] {
	position: relative;
}
.ata-section-title.ata_heading_style_2 h2[data-bigletter]:before, .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter]:before {
	content: attr(data-bigletter);
	font-size: 1.5em;
	opacity: .08;
	position: absolute;
	top: -0.5em;
	left: 0px;
	right: 0px;
	text-align: inherit;
	text-transform: uppercase;
	color:inherit;
}
.ata-section-title .be-heading {
	margin-bottom: 20px;
}
.ata-section-title .be-heading span.slim-text{
	font-weight:normal!important;	
}
.ata-section-title .be-heading .theme-color{
	color: var(--secondary-color);
}
/*--------------------------------*/
/*           5.testimonials Bar
/*--------------------------------*/

.ata-testimonial-block{
	overflow:hidden;
	position:relative;
	display: flex;
}
.ata-testimonial-block .testimonial-item{
	display: block;
}
.ata-testimonial-block .owl-stage-outer{
	overflow: hidden;
	
}
.ata-testimonial-block .owl-stage{
	display: flex;
}

.ata-testimonial-block .testimonial-content {
    background-color: #fff;
    padding:60px 30px 30px 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    margin: 50px auto;
    text-align: center;
    border-radius: 10px;
	position:relative;
	
}
.ata-testimonial-block .testimonial-content img{
	width:100px;
	height:100px;
	border: 5px solid #fff !important;
	text-align: center;
	border-radius: 50% !important;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.18) !important;
	box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.18) !important;
	overflow: hidden;
	margin-right: 20px;
	position:absolute;
	top:-50px;
	left:50%;
	margin-left:-50px;
}
.ata-testimonial-block .testimonial-content h4{
	display:block;
	padding-top:20px;	
}
.ata-testimonial-block .testimonial-content .job-role{
	display:block;
	padding-bottom:15px;	
}
.ata-testimonial-block .testimonial-content:before {
	  content: "\f10e"; 
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  font-size:70px;
	  bottom:30px;
	  right:30px;
	  top:auto;
	  left:auto;
	  position:absolute;
	  color:#000;
	  opacity:0.03;
	  z-index:99;
}
.ata-testimonial-block.standard .testimonial-content.column-md-1:after{
	height: 60px;
}
.ata-testimonial-block.square .testimonial-content{
	border-radius:0px;
}
.ata-testimonial-block .owl-nav button {
    position: absolute;
    top:185px;
    border:0;
    background-color: transparent;
    height: 50px;
    margin-top: -25px;
    font-size: 32px;
    line-height: 50px;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
    color: #000;
	right:0px;
	z-index:9;
}
.ata-testimonial-block .owl-nav button.owl-prev{
	right:auto;
	left:0px;	
}
.ata-testimonial-block .owl-dots{
	display:none;	
}
.smart_attribute_as_widgets.smart_attribute .image a{
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
	border: 1px solid #f0f0f0;
	cursor:pointer;
	background:#fff;
	-webkit-border-radius:10px; 
    -moz-border-radius: 10px;
     border-radius: 10px;
	 text-align:center;
}

/*--------------------------------*/
/*   .Product Grids
/*--------------------------------*/

@media only screen and (min-width: 601px) and (max-width: 1024px){
	.woocommerce.shoper-product-grids ul.products li.product.columns-sm-3{
		width: 31.33% !important;
		float: left!important;
		margin:2%!important;
	
	}
	.woocommerce.shoper-product-grids ul.products li.product.columns-sm-4{
		width: 23% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.shoper-product-grids ul.products li.product.columns-sm-2{
		width: 48% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.shoper-product-grids ul.products li.product.columns-sm-1{
		width: 98% !important;
		float:none!important;
		margin:2%!important;
		clear:both;
	}
}

@media screen and (max-width: 600px) {
	.woocommerce.shoper-product-grids ul.products li.product.columns-xs-3{
		width: 31.33% !important;
		float: left!important;
		margin:2%!important;
	
	}
	.woocommerce.shoper-product-grids ul.products li.product.columns-xs-4{
		width: 23% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.shoper-product-grids ul.products li.product.columns-xs-2{
		width: 48% !important;
		float: left!important;
		margin:2%!important;
	}
	.woocommerce.shoper-product-grids ul.products li.product.columns-xs-1{
		width: 98% !important;
		float:none!important;
		margin:2%!important;
		clear:both;
	}
}
/*---------------------------------------------*/
			/*/	#product-carousel
/*----------------------------------------------*/
.shoper-product-carousel-wrap{
	position:relative;	
}
.shoper-product-carousel-wrap .owl-stage-outer{
	overflow:hidden;	
}
.woocommerce.shoper-product-carousel-wrap ul.products li.product{
	width:100%;
	float:none;
	display:block;
	clear:both;
}
.shoper-product-carousel-wrap .owl-item{
	padding:10px;	
}
.shoper-product-carousel-wrap .owl-nav button{
	position:absolute;
	left:-20px;
	top:50%;
	transform: translateY(-100px);
}
.shoper-product-carousel-wrap .owl-nav button.owl-prev{
	left:auto;
	right:-20px;	
}
.shoper-product-carousel-wrap .owl-dots{
	display:none;
}
/*---------------------------------------------*/
			/*/	#product-tab
/*----------------------------------------------*/
.ata-product-nav-tab .nav-tabs .nav-link{
    font-family: var( --heading-fonts );
    word-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
    font-weight: normal !important;
    padding: 9px 20px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    margin-right: 3px;
    cursor: pointer;
}
.ata-product-nav-tab .nav-tabs .nav-link:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-right: 8px solid transparent;
    border-top: 8px solid var(--secondary-color);
    border-left: 8px solid transparent;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.ata-product-nav-tab .nav-tabs .nav-link.active:after {
    opacity: 1;
}
.ata-product-nav-tab .nav-tabs{
    border: none;
    margin-bottom: 50px;
}
/*---------------------------------------------*/
			/*/	#product-tab
/*----------------------------------------------*/
.ata-cat-product-captions{
    display: block;
    padding: 30px;
	position:absolute;
	left:10px;
	right:10px;
	top:0px;
	bottom:0px;
	z-index:2;
}
.ata-cat-product-captions h3{
    display: block;
    padding-bottom: 10px;
}
.ata-cat-product-captions .desc{
	padding-top:10px;	
}
.ata-sidebar-info{
	position:relative;	
}
.ata-sidebar-info .sidebar-info:after{
	content:"";
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	z-index:-1;
}
.ata-product-sidebar-carousel{
	position: relative;
	display: flex;
}
ul.products.ata-product-sidebar-carousel .owl-nav{
	position:absolute;
	left:-120px;
	top:30px;
	z-index:99;	
}
ul.products.ata-product-sidebar-carousel .owl-nav button{
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-right:2px;
	font-size:30px;
	padding:5px;
	width:40px;
	height:40px;
	line-height:15px;
}
ul.products.ata-product-sidebar-carousel .owl-nav button span{
	line-height:15px;
	display:block;
	margin-top:-3px;	
}
.ata-product-sidebar-carousel .owl-stage-outer{
	overflow:hidden;
		
}
.woocommerce ul.products.ata-product-sidebar-carousel li.product{
	width:100%;
	float:none;
	display:block;
	clear:both;
}
.ata-product-sidebar-carousel .owl-item{
	padding:0px 10px;	
}
.shoper-product-carousel-wrap .owl-nav button.owl-prev{
	left:auto;
	right:-20px;	
}
.ata-product-sidebar-carousel .owl-dots{
	display:none;
}
ul.products.ata-product-sidebar-carousel li.product{
	padding-bottom:10px;
}
ul.products.ata-product-sidebar-carousel .owl-nav{
	
}
ul.products.ata-product-sidebar-carousel .owl-nav{
	
}
.ata-sidebar-category-product.order-1 ul.products.ata-product-sidebar-carousel .owl-nav{
	right:-120px;
	left:auto;	
}
.ata-sidebar-info.order-2{
	text-align:right;
}
.elementor-widget-product-category-child .ata-product-category-grid-child-wrp .desc{
	font-weight:normal!important;	
}

#content .shoper-single-post .post.product-cat{
	padding-bottom:50px;	
}

ul.ata-child-category{
	display:block;
	padding:0px;
	padding-top:20px;
	
}
ul.ata-child-category li{
	display:block;
	list-style:none;
	position:relative;
	border-bottom:1px solid #F2F2F2;
}
ul.ata-child-category li a{
	display:block;
	padding:10px 15px;	
}
/*============================
	Feature box
============================*/

.be-feature-box{
	padding: 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	border: 1px solid #f3f3f3;
	margin:14px 0px;
	height: 100%;
}
.ata-features-block .mb-20{
	margin-bottom: 25px;
}
.be-feature-box .box-wrp{
	position: relative;
	z-index: 999
}
.be-feature-box .box-wrp .be-icon i{
	text-align: left;
	font-size: 2.5rem;
	color: var(--secondary-color);
	
}
.be-feature-box .box-wrp .heading{
	color: var(--tertiary-color);
	margin: 20px 0px 15px 0px;
	padding: 0px;
}
.be-feature-box:before{
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}
.be-feature-box:hover:before,
.be-feature-box.hover:before{
	background: rgba(0,0,0,.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 30px 5px rgba(102,102,102,.25);
	-moz-box-shadow: 0 0 30px 5px rgba(102,102,102,.25);
	box-shadow: 0 0 30px 5px rgba(102,102,102,.25)
}
.be-feature-box:hover .box-wrp .heading,
.be-feature-box.hover .box-wrp .heading{
	color: #fff
}
.be-feature-box:hover .box-wrp,
.be-feature-box.hover .box-wrp {
	color: #fff
}
.be-feature-box .link-btn{
	display: inline-block;
	margin-top: 15px;
	color: var(--secondary-color);
}
.be-feature-box .link-btn:hover,
.be-feature-box .link-btn:focus{
	text-decoration: underline;
}
.ata-logo-widgets .owl-item{
	text-align: center;
}
.shoper-logo-carousel.ata-logo-widgets .owl-dots{
	bottom:-20px;
}
.ata-logo-widgets .owl-item .logo-item{
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.ata-logo-widgets .owl-item:hover .logo-item{
	border: 1px solid var(--secondary-color);
}
/*---------Spotlight item----------*/
.shoper-spotlight-wrap .spotlight-item{
	display: block;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.shoper-spotlight-wrap .spotlight-item .box-wrp{
	padding: 20px;
}
.shoper-spotlight-wrap .spotlight-item svg.svg_item__svg,
.shoper-spotlight-wrap .spotlight-item .curve_item__svg{
	max-width: 80%;
	margin-top: 20px;
	display: inline-block;
}
.shoper-spotlight-wrap .spotlight-item{
	transition: transform 0.3s ease;
	transform: translateY(0px);
	margin-top: 20px;
}
.shoper-spotlight-wrap .spotlight-item:hover{
	transform: translateY(-10px);	
}
.shoper-spotlight-wrap .spotlight-item .desc-wrap{
	padding-bottom: 10px;
}
.shoper-spotlight-wrap .spotlight-item a.min-theme-btn{
	display: flex;
	align-items: center;     /* Vertical centering */
	justify-content: center; /* Optional: horizontal centering */
}
.icon-box-wrap .item-box a.min-theme-btn{
	display: inline-block;
	margin-top: 10px;
}
.shoper-spotlight-wrap .spotlight-item a.min-theme-btn:hover,
.shoper-spotlight-wrap .spotlight-item a.min-theme-btn:focus,
.icon-box-wrap .item-box .min-theme-btn:hover,
.icon-box-wrap .item-box .min-theme-btn:focus{
	text-decoration:none!important;
}
.shoper-spotlight-wrap .spotlight-item a.min-theme-btn i,
.icon-box-wrap .item-box .min-theme-btn i{
	margin-left: 2px;
	transition: all .2s ease-in-out;
}
.shoper-spotlight-wrap .spotlight-item a.min-theme-btn:hover i,
.icon-box-wrap .item-box .min-theme-btn:hover i{
	transform: translateX(8px);
}
/*.svg_item__svg:hover .item__deco{animation: moveSideToSide 3s ease-in-out infinite;}
.item__img {transition: transform 0.5s ease;}
.svg_item__svg:hover .item__img,.shoper-spotlight-wrap .spotlight-item:hover .svg_item__svg .item__img{transform: scale(1.1);}*/
ul.shoper-icon-list-wrap{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.shoper-icon-list-wrap li{
	padding-bottom: 30px;
}
ul.shoper-icon-list-wrap li:last-child{
	padding-bottom: 0px;
}
ul.shoper-icon-list-wrap .item_icon{
	height: 2em;
	width: 2em;
	line-height: 2;
	font-size: 1.5em;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 0 0 3em #cfecbc inset;
  	color: #191919;
}
ul.shoper-icon-list-wrap li:hover .item_icon{
	box-shadow: 0 0 0 2px #cfecbc inset;
	background-color: transparent;
}
ul.shoper-icon-list-wrap li .panel{
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}
/*-----------------*/
.shoper-process-steps .col-wrap{
	padding: 2em;
}
.shoper-process-steps .col-wrap .position-relative{
	position: relative!important
}
.shoper-process-steps .col-wrap .step-badge{
	background-color: var(--secondary-color);
	border: 5px solid #FFFFFF;
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 0px;
	right: 5px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	display: flex;
	align-items: center;       
	justify-content: center;   
	text-align: center;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.shoper-process-steps .col-wrap .item_image{
	/*filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));*/
	max-width: 80%;
	border: 1px solid var(--secondary-color);
	border-radius: 50%;
	margin-bottom: 1em;
}
.shoper-process-steps .position-relative:before{
	content: "";
	background: url(../../../assets/image/down-arrow.svg) no-repeat center right;
	position: absolute;
	/*left: calc(100% - 15px);*/
	right: -80px;
	width: 120px;
	height: 30px;
	top: 50%;
	z-index: -1;
}
.shoper-process-steps .odd .position-relative:before{
	background: url(../../../assets/image/down-up.svg) no-repeat center right;
}
.shoper-process-steps .col-wrap:last-child .position-relative:before{
	display: none;
}
/*down-up.svg*/
/*-------------progress----------------*/
.shoper-progress-wrap.circle{
	text-align: center;
}
.shoper-progress-wrap .circular-progress {
    position: relative;
    margin: auto;
}
.shoper-progress-wrap .circle-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.shoper-progress-wrap .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3;
}
.shoper-progress-wrap .circle {
    fill: none;
    stroke: #007bff; /* Bootstrap primary color */
    stroke-width: 2.8;
    stroke-linecap: round;
    transition: stroke-dasharray 0.6s ease;
}
.circle-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-18px, -15px);
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}
.shoper-progress-wrap .progress{
	margin-bottom: 20px;
}

/*--------------------------------*/
/*           5.Progress Bar
/*--------------------------------*/

.ata-team-item{
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	text-align:center;
	box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.048);
	margin-bottom:30px;
	padding:20px 20px 30px 20px;
	overflow:hidden;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	
}
.ata-team-block.standard .ata-team-item,
.ata-team-item img{
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.ata-team-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.ata-team-item img {
    -transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    transition: all .3s cubic-bezier(0, 0, 0, 0.1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ata-team-item  .team-image{
	overflow:hidden;
	position:relative;
	margin:-20px -20px 30px -20px;
}
.ata-team-item .position{
	color:#61ce70;
	display:block;
	padding-bottom: 10px;
}
.ata-team-block.standard .ata-team-item  .team-image,
.ata-team-block.round .ata-team-item .team-image{
	-webkit-border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	border-top-left-radius:8px;	
}
.ata-team-block.standard .item-comment,
.ata-team-block.standard .position{
	position:relative;
	z-index:99;	
}
.ata-team-block .curve_item__svg image{
	width: 100%;
	height: auto;
}
.ata-team-block.round .ata-team-item{
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}
ul.ata-social-profile{
	position:absolute;
	z-index:99;
	margin:0px;
	padding:0px;
	left:0px;
	right:0px;
	bottom:15px;
	top:auto;
	text-align:center;	
}
ul.ata-social-profile li{
	display:inline-block;
	transition: transform 0.3s ease;
	-webkit-transform: translateY(55px);
	transform: translateY(55px);
}
ul.ata-social-profile li:nth-child(2){
	transition-delay: 100ms;
}
ul.ata-social-profile li:nth-child(3){
	transition-delay: 200ms;
}
ul.ata-social-profile li:nth-child(4){
	transition-delay: 300ms;
}
ul.ata-social-profile li:nth-child(5){
	transition-delay: 400ms;
}
ul.ata-social-profile li:nth-child(6){
	transition-delay: 500ms;
}
ul.ata-social-profile li:nth-child(7){
	transition-delay: 600ms;
}
.ata-team-item:hover ul.ata-social-profile li{
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
ul.ata-social-profile li a{
	display:block;
	width:30px;
	height:30px;
	background:var(--secondary-color);
	font-size:16px;
	line-height:32px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:var(--quaternary-color);
}
ul.ata-social-profile li a:hover,
ul.ata-social-profile li a:focus{
	background:var(--quaternary-color);
	color:var(--secondary-color);
}

/*---------------------------------------------*/
			/*/	#product-carousel
/*----------------------------------------------*/
.shoper-logo-carousel{
	position:relative;
	margin: 0px -10px;
}
.shoper-logo-carousel .owl-stage-outer{
	overflow:hidden;
}
.shoper-logo-carousel .owl-nav button{
	position:absolute;
	left:0px;
	top:50%;
	transform: translateY(-30px);
	width:40px;0px;
	display:block;
	text-align:cent
	height:40px;
	text-align:center;
	padding:0px;
	
}
.shoper-logo-carousel .owl-nav button i{
	width:40px;
	height:40px;
	line-height:4er;
	font-size: 18px;
}
.shoper-logo-carousel .owl-nav button.owl-prev{
	left:auto;
	right:0px;
}
.shoper-logo-carousel .owl-dots{
	display:block;
	text-align:center;
	width:100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.shoper-logo-carousel .owl-dots button{ padding: 0px; 
	width: 50px; 
	height: 5px;
	margin: 0px 2px;
	border-radius: 15px;
	-webkit-border-radius: 15px; }
.shoper-logo-carousel .owl-dots.disabled,
.shoper-logo-carousel .owl-nav.disabled{
	display: none;
}
.accordion-item .accordion-header button{
	display: block;
	width: 100%;
	text-align: left;
}
/*---------------------------------------------------------------*/
/*-------------------- fs-product-slider -----------------------*/
/*---------------------------------------------------------------*/
.fs-product-slider{
	display:block;
	height:inherit;
	position:relative;
	overflow: hidden;
}
.fs-product-slider .owl-stage-outer{ width: 100%; overflow: hidden; }
.fs-product-slider .slide-item .theme-btn{
	margin-top: 30px;
	display: inline-block;
	
	height: auto;
	line-height: inherit;
	padding: 3px 30px!important;
}
.fs-product-slider .slide-item{
	position:relative;
	height:100%;
	display:block;
	
}
.fs-product-slider .slide-item .element-btn{
	   display: inline-block;
	   padding: 0 30px;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  
	  font-size: 18px;
	  margin-top: 30px;
	
}
.fs-product-slider .slide-item img{
	width:auto;
	height:100%;
	
	left:0px;
	right:0px;
	/*transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	top:50%;*/
}

.fs-product-slider .slide-item.slider-image-cover img{
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
}
.fs-product-slider .slide-item.slider-image-cover_center img{
	width:100%;
	height:auto;
	position:absolute;
	left:0px;
	right:0px;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	top:50%;
}

.fs-product-slider .captions-desc{
	position:absolute;
	left:20%;
	right:20%;
	top:50%;
	background-color: rgba(256,256,256,0.8);
	padding:30px;
	text-align:center;
	transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
}
.fs-product-slider .owl-item {
	float:left;
	
}
.fs-product-slider .fs-slider-heading,
.fs-product-slider .fs-slider-text{
	display:block;
	padding-bottom:20px;
	margin:0px;
	
}


.fs-product-slider{
	position: relative;
}
.fs-product-slider .owl-nav,
.fs-product-slider .owl-dots{
	position: absolute;
	left: -17px; right: -17px;
	top: 50%;
	margin-top: -17px;
}
.fs-product-slider .owl-dots{
	left: 0; right: 0;
	text-align: center;
	bottom: 20px; top: auto;
}
.fs-product-slider .owl-nav.disabled{
	display: none;
}
.fs-product-slider .owl-nav button{
	display: block;
	padding: 0px;
	background: none;
	font-size: 35px;
	line-height: 35px;
	color: var(--tertiary-color);
	border: none;
}

.fs-product-slider .owl-nav button.owl-prev{
	float: right;
}
.fs-product-slider .owl-nav button:hover,
.fs-product-slider .owl-nav button:focus{
	color: var(--secondary-color);
}
.fs-product-slider .owl-dots button{ padding: 0px; 
	width: 50px; 
	height: 5px;
	margin: 0px 2px;
	border-radius: 15px;
	-webkit-border-radius: 15px; }
.fs-product-slider .owl-dots.disabled{
	display: none;
}
.shoper-icon-list-wrap li{

}
