/*
2.Service Section
============================*/
.icon-box-wrap .item-box {
	position: relative;
	display:block;
	text-align: center;
	padding: 20px 20px;
	background: #fff;
	border: 1px solid #f0f0f0;
	margin:30px 0px;
	height:inherit;
	
}

.icon-box-wrap .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 .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 .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 .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 .item-box:hover::before,
.icon-box-wrap .item-box:hover::after,
.icon-box-wrap .item-box:hover .item-box-content::after,
.icon-box-wrap .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{
	font-size: 2.5rem;
	color:var( --secondary-color);
}

.icon-box-wrap .item-box .heading{
	display:block;
	padding:20px 0px 15px 0px!important;
}
/*---------------------------------------------------------*/
	/* PRICE TABLE
/*-------------------------------------------------------*/

.bc-pricing {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #f7f7f7;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	
}
.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.active .price-title {
	background: #2ed3ae
}
.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 ul li {
	line-height: 50px
}
.bc-pricing .price-footer {
	padding: 30px 0;
	z-index: 9;
	position: relative
}

.bc-pricing .button {
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    position: relative;
    background: #2ed3ae;
    font-family: poppins,sans-serif;
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.bc-pricing .button:hover, .bc-pricing .button:focus {
    color: #fff;
    background: #23292c;
    outline: 0;
}
ul.list-style-none{
	margin:0px;
	list-style:none;
	padding:0px;
	padding-top:30px;	
}	



.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 .testimonial-content {
    background-color: #fff;
    padding: 50px 100px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    max-width: 750px;
    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-item {
    float: left;
}
.ata-testimonial-block {
	position:relative;	
}
.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;
}
.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;
}

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;
}


  
.ata-testimonial-block{
	overflow:hidden;
	position:relative;
	
}
.ata-testimonial-block .owl-item{
	float:left;	
	
}
.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;	
}

