/* slick arrow */
.arrows {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
#aeibannercms-arrows {
    top: 38%;
}
#aeicategorytabs .arrows {
    top: -100px;
}
.feature-products .arrows,.newproduct .arrows,#bestseller .arrows{
    top: -100px;
}
.aei_cmsbanner .slick-prev, .homeblog .slick-prev{
    left: 0;
    background-size: 25px;
}
.aei_cmsbanner .slick-next,.homeblog .slick-next {
    right: 0;
    background-size: 25px;
}
#aeiaccessories-arrows {
    top: 20px;
}
.feature-products:hover .arrows,.newproduct:hover .arrows,.product-accessories:hover .arrows,
.aei_cmsbanner:hover .arrows,#bestseller:hover .arrows,.aei-producttab:hover .arrows,
.special-products:hover .arrows,.homeblog:hover .arrows,#aeicategorytabs:hover .arrows{
    opacity: 1;
}
.homeblog:hover .arrows {
    opacity: 1;
}
.homeblog .arrows {
    top: 10px;
    opacity: 0;
}
.brands .arrows {
    width: 100%;
    top: 35%;
    opacity: 0;
    background-color: transparent;
}
.brands:hover .arrows{
	opacity: 1;
}

/* services */
#aei_cmsservice {
   padding: 0 0 100px;
}
#aei_cmsservice li {
    width: 25%;
    float: left;
    border-left: none;
   padding: 41px 0 53px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
#aei_cmsservice li::after{
    content: "";
    position: absolute;
    top: 50px;
    left: auto;
    right: 0;
    width: 1px;
    height: 114px;
    background-color: rgba(0,0,0,0.1);
}
#aei_cmsservice li:last-child::after{
    display: none;
}
#aei_cmsservice ul {
    margin: 0;
}
#aei_cmsservice li .aei-service-item-inner {
    display: block;
}
.aei-image-block {
    display: block;
}
#aei_cmsservice .aei-image-icon {
    width: 88px;
    height: 88px;
    float: none;
    margin: 0 auto;
    display: block;
    background: transparent url("../img/aximage/services.png") no-repeat center center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 50%;
    position: relative;
    /*box-shadow: 0px 1px 1px 0px rgba(199, 199, 199, 1) inset; */
}
#aei_cmsservice .aei-image-icon::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 0px rgb(199, 199, 199) inset;
    -webkit-transform: rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}
#aei_cmsservice .aei-service-item:hover .aei-image-icon::after{
	opacity: 1;
    box-shadow: 0px 2px 2px 0px rgb(227, 134, 174) inset;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#aei_cmsservice .aei-service-item.first .aei-image-icon{
	background-position: 28px 25px;
}
#aei_cmsservice .aei-service-item.first:hover .aei-image-icon{
    background-position: 28px -75px;
}
#aei_cmsservice .aei-service-item.second .aei-image-icon{
	background-position: 25px -380px;
}
#aei_cmsservice .aei-service-item.second:hover .aei-image-icon{
    background-position: 25px -480px;
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
    background-position: 27px -175px;
}
#aei_cmsservice .aei-service-item.third:hover .aei-image-icon{
    background-position: 27px -275px;
}
#aei_cmsservice .aei-service-item.fourth .aei-image-icon{
	background-position: 23px -580px;
}
#aei_cmsservice .aei-service-item.fourth:hover .aei-image-icon{
    background-position: 23px -672px;
}
#aei_cmsservice .service-right {
    text-align: center;
    display: block;
}
#aei_cmsservice .service-right .aei-service-title {
	display: block;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.4px;
	margin: 4px 0 8px;
	line-height: normal;
}

#aei_cmsservice .service-right .aei-service-desc {
	font-size: 12px;
	font-weight: 400;
	color: #a1a1a1;
	line-height: normal;
	letter-spacing: 1.08px;
	display: block;
}


/* colorbox  */
.main_inline_content{
    display: none;
}
#cboxLoadedContent .content {
    text-align: center;
}
#cboxLoadedContent .content .aei-service-title,#cboxLoadedContent .content span {
    display: block;
    text-transform: capitalize;
}
#cboxLoadedContent .content .aei-service-desc2 {
    font-size: 13px;
    color: #737373;
}
#cboxLoadedContent{
    max-width: 500px;
}
#cboxLoadedContent .content .aei-service-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
#cboxLoadedContent .content .service-right {
    margin: 20px 0 0;
    padding: 0 30px;
}
#cboxLoadedContent .content .service-right .aei-service-desc1 {
    margin: 10px 0 5px;
}
#cboxLoadedContent .content .aei-image-block .aei-image-icon {
    padding: 20px;
    background-color: #e386ae;
}

/* cms bottom  */
#aei_cmsbottom {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -5px;
}
#aei_cmsbottom .bottomicon {
    display: inline-block;
    vertical-align: top;
}

/* banner cms block */
.aei_cmsbanner .banner-inner {
    position: relative;
}
.aei_cmsbanner .banner-inner .aei-banner-img img {
    height: 691px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner-inner .banner-description {
    position: absolute;
    left: auto;
    right: 19%;
    top: 15%;
    bottom: auto;
    width: auto;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.2px;
    display: block;
    line-height: 32px;
    text-align: left;
    padding: 0 0 0 6px;
    z-index: 1;
    opacity: 1;
}
.aei_cmsbanner{
	position: relative;
    overflow: hidden;
    text-align: center;
}
.aei_cmsbanner .banner-item .banner-inner-first{
    width: 100%;
    position: relative;
}

.banner-inner .banner-description .banner-text {
     font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    display: block;
    text-transform: capitalize;
    line-height: 90px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: left;
    color: #898989;
    padding-left: 60px;
}
.banner-inner .banner-description .banner-text::after{
    content: "";
    background-color: #898989;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    right: auto;
    top: 45px;
    opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.banner-inner .banner-description .banner-text-name{
      font-size: 55px;
      color: #000;
    font-weight: 300;
    letter-spacing: 1.1px;
    display: block;
    text-transform: capitalize;
    line-height: 60px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; 
    text-align: left; 
    padding:0; 
}
.banner-inner .banner-description .banner-text-desc{
      font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.4px;
    display: block;
    color: #898989;
    text-transform: capitalize;
    line-height: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;   
    text-align: left;
    padding-bottom: 40px;
}
.aei_cmsbanner .banner-inner-main .banner-inner-img a {
    width: auto !important;
    overflow: hidden;
}
.aei_cmsbanner .banner-inner-main .banner-inner-img img,
.aei-cmscategory-inner .aei-cat-item .aei-image img{
    transition: all 1s ease;
    transform: scale(1.2);
}
.aei_cmsbanner .banner-inner-main .banner-inner-img .slick-slide.slick-active img ,
.aei-cmscategory-inner .aei-cat-item .aei-image .slick-slide.slick-active img{
    transform: scale(1);
}
.aei_cmsbanner .aeibannerblock {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
}
.banner-item-main {
    position: relative;
    display: block;
    height: 691px;
    width: 100%;
    float: left;
    background: transparent;
    padding-top: 120px;
    /*background: url("../img/aximage/banner1.jpg")repeat fixed center center;
    z-index: 0;
    height: 691px;
    padding-top: 120px;*/
}
.aei_cmsbanner .container {
    position: relative;
    margin-top: -150px;
    display: inline-block;
vertical-align: top;
}
.aei_cmsbanner .banner-inner-main {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 10px 0 0;
}
.aei-banner-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.aei_cmsbanner .banner-inner-main .aei-banner-img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(227, 134, 174, 0.1);
    left: 0;
    right: 0;
    top: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.aei_cmsbanner .banner-inner-main:hover .aei-banner-img::after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
}
.aei_cmsbanner .banner-inner-main:hover .banner-description .banner-text-first{
	color: #e386ae;
}
.aei_cmsbanner .banner-item .banner-inner-first .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-second .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-third .banner-text-name::after{
     content: "";
    background-color: #000;
    width: 109px;
    height: 1px;
    position: absolute;
    left: -40px;
    right: auto;
    top: 40px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.aei_cmsbanner .banner-item .banner-inner-first:hover .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-second:hover .banner-text-name::after, 
.aei_cmsbanner .banner-item .banner-inner-third:hover .banner-text-name::after{
    opacity: 1;
    left: 0;
}
.banner-text-name{
    display: block;
    color: #898989;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.7px;
    font-weight: 400;
    line-height: 25px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    position: relative;
    padding: 10px 0;
}
.banner-description {
    text-align: left;
    padding: 0 9px;
}
.banner-text-desc{
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: normal;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e386ae, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e386ae, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e386ae, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e386ae, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e386ae, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #e386ae, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.aei_cmsbanner .banner-description .banner-cms-btn {
    background: transparent url("../img/aximage/Buttons.png") no-repeat center center;
    height: 55px;
    width: 55px;
    background-color: transparent;
    border-radius: 50%;
    border:2px solid #000;
    font-size: 0;
    letter-spacing: 0;
    line-height: normal;
    padding:0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    float: left;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    position: relative;
}

.aei_cmsbanner .banner-description .banner-cms-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.aei_cmsbanner .banner-description .banner-cms-btn:hover::after {
    opacity: 1;
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.aei_cmsbanner .banner-description .banner-cms-shopnow {
    position: absolute;
    left: -20px;
    right: auto;
    opacity: 0;
    top: auto;
    bottom: 12px;
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.aei_cmsbanner .banner-description .banner-cms-shopnow:hover{
    color: #e386ae;
}
.aei_cmsbanner .banner-description:hover .banner-cms-shopnow{
    left: 75px;
    opacity: 1;
}
.aei_cmsbanner .banner-description .cms-btn{
    opacity: 0;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-decoration: underline;
    display: inline-block;
    line-height: 25px;
    padding:0;
    color: #e386ae;
    border:0;
    background-color: transparent;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    padding-left: 15px;
}
.aei_cmsbanner .banner-description .cms-btn:hover{
    color: #000;
}
.aei_cmsbanner .banner-inner-main:hover .cms-btn{
    opacity: 1;
}
.aei_cmsbanner .banner-description:hover .banner-cms-btn{
     border:2px solid #e386ae;
}
/* testimonial block */
#index .testimony-blog{
    display: block;
}
.testimony-blog .container {
    padding: 0;
}
.testimony-blog{
    display: none;
    width: 50%;
    float: left;
    background: url("../img/aximage/Testimonial-Bg.jpg")no-repeat center center;
    padding: 80px 0 0 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.testimony-blog #aeicmstestimony {
    position: relative;
}
.testimony-blog #aeitestimony-carousel {
   text-align: center;
    position: relative;
    margin: 0;
    padding:70px 0 97px 0;
    background-color: rgba(255,255,255,0.9);
    width: 55%;
    float: right;
}
.testimony-blog .item.cms_face {
    position: relative;
}
.testimony-blog .test-left {
   
}
.testmonial-image img {
    height: 109px;
    width: 109px;
    display: block;
    margin: 0 auto;
    border: 3px solid #e386ae;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.testimony-blog:hover .testmonial-image img {
    border:none;
    border: 3px solid transparent;
    box-shadow: 3px 2px 2px 1px rgb(227, 134, 174);
}
.testimony-blog .desc {
    padding: 20px 30px;
}
.testimony-blog .product_inner_cms .name a {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.64px;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.testimony-blog:hover .product_inner_cms .name a{
    color: #e386ae;
}
.testimony-blog .product_inner_cms .designation a {
	font-size: 13px;
	color: #898989;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.78px;
	text-transform: capitalize;
}
.testimony-blog .product_inner_cms .desc p {
	color: #898989;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	line-height: 30px;
	letter-spacing: 0.78px;
}
.test-icon img {
    margin: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 10px;
}
.testimony-blog .test-right{
    display: inline-block;
    vertical-align: top;
}
.testimony-blog .product_inner_cms .name
{
    text-align:left;
}
.testimony-blog .product_inner_cms .designation
{   
    text-align: left;
}
.testimony-blog .product_inner_cms {
    padding: 30px 0 0;
}

.testimony-blog .testimonial-banner {
    background: transparent url("../img/aximage/banner-bg.jpg") no-repeat fixed center/cover;
    padding: 175px 0;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1 span{
    color: #e386ae;
}
.testimony-blog .testimonial-banner .testimonial-description {
    width: 45%;
    margin-left: 79px;
    text-align: center;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 34px;
    text-transform: capitalize;
    line-height: normal;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-1:hover{
    color: #e386ae;
}
.testimony-blog .testimonial-banner .testimonial-description .test-banner-2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.12px;
    display: block;
    color: #000;
    line-height: 30px;
    margin: 0 0 50px;
    padding: 0 130px;
}
.testimony-blog .testimonial-banner .testimonial-description .btn {
    padding: 7px 29px;
}

/* paymentcms block */
#aeicmspayment {
    text-align: center;
    float: none;
    z-index: 1;
    position: relative;
    padding-top: 15px;
}
#aeicmspayment .payment-block-inner {
    margin: 0;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}

/* brand logo */
#index .brands {
    display: block;
}
.brands {
    position: relative;
    padding: 100px 0 80px;
    clear: both;
    display: none;
}
.brands .brand-image img {
    opacity: 0.2;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.brands .brand-image:hover img{
	opacity: 1;
}

/* top cms */
#aeicmstop{
    padding: 20px 0 0 66px;
    float: left;
    position: relative;
}
#aeicmstop::after{
    content: "";
    position: absolute;
    background-color:rgba(0,0,0,0.15);
    top: 20px;
    left: 30px;
    right: auto;
    height: 39px;
    width: 1px;
}
.cmstop-icon{
    background : transparent url("../img/aximage/call-icon.png") no-repeat center center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 5px;
}
#aeicmstop:hover .cmstop-icon{
    background : transparent url("../img/aximage/call-icon-hover.png") no-repeat center center;
}
#aeicmstop .customtext{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 36px;
    letter-spacing: 0.3px;
}
#aeicmstop .customtext .number{
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: normal;
    letter-spacing: 0.7px;
}
#aeicmstop .customtext a{
    color: #e386ae;
}
#aeicmstop .customtext a:hover{
    color: #000000;
}

/* category cms */

.aei_cmscategory {
    padding: 30px 0 0;
}
.aei_cmscategory .container {
    width: 1830px;
}
.aei_cmscategory .aei-category-item-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.aei_cmscategory .aei-category-item-inner::after{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
     opacity: 0;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
     background: rgba(227, 134, 174,0.1);  
}
.aei_cmscategory .aei-category-item-inner:hover::after{
     opacity: 1;
}
.aei_cmscategory .aei-category-item-inner img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}
.category-left .aei-category-item:hover .aei-category-item-inner img{
     transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.aei_cmscategory .aei-details {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 0 0 30px;
    bottom: 18px;
    text-align: left;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.category-left .aei-category-item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.aei_cmscategory .aei-details .aei-title {
     display: inline-block;
     vertical-align: top;
     font-size: 24px;
     font-weight: 400;
     line-height: 25px;
     letter-spacing: 0;
     text-transform: capitalize;
     padding: 0 0 12px;
     position: relative;
}
.aei_cmscategory .aei-details .aei-title::after{
     content: "";
     position: absolute;
     width: 0;
     height: 1px;
     background: #000000;
     left: 0;
     bottom: 4px;
     opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.aei_cmscategory .aei-category-item:hover .aei-details .aei-title::after{
     width: 109px;
     opacity: 1;
}
.aei_cmscategory .aei-details .aei-desc {
     font-size: 13px;
     font-weight: 400;
     line-height: 25px;
     letter-spacing: 0.52px;
     color: #000000;
     text-transform: capitalize;
     padding: 0 0 33px;
}
.aei_cmscategory .aei-details .aei-item {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 55px;
    letter-spacing: 0.56px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.aei_cmscategory .aei-category-item:hover .aei-details  .aei-item{
     opacity: 0;
}

.aei_cmscategory .aei-details .aei-item span:first-child {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #e386ae;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
    margin: 0 15px 0 0;
}
.aei_cmscategory .shopnow{
      font-size: 14px;
     font-weight: 400;
     background: transparent;
     color: #000000;
     padding: 0;
     line-height: 25px;
     letter-spacing: 0.56px;
     text-decoration: underline;
     position: absolute;
     bottom: 0;
     width: 100%;
     left: 30px;
     opacity: 0;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
}
.aei_cmscategory .aei-category-item:hover .shopnow {
     opacity: 1;
}
.aei_cmscategory .shopnow .text{
     position: absolute;
     opacity: 0;
     left: 0;
     top: 16px;
     text-decoration: underline;
     transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -ms-transition: all 0.5s ease;
}
.aei_cmscategory .aei-category-item:hover .shopnow .text{
     opacity: 1;
     left: 78px;
}
.aei_cmscategory .shopnow .icon{
     width: 55px;
     height: 55px;
     background: transparent url("../img/aximage/cart-btn.svg") no-repeat center center/20px;
     border-radius: 50%;
     display: block;

}
.aei_cmscategory .aei-category-item:hover .shopnow .icon{
     background-color: #e386ae;
}
/* responsive */
@media (max-width:1651px){
   
  
}
@media (max-width:1400px){
   
}
@media (max-width:1349px){
    .testimony-blog .testimonial-banner .testimonial-description{
        width: 60%;
    }
    .aei_cmsbanner .banner-inner-main .banner-description{
        padding: 0;
        margin-top: 0;
    }
     .banner-item{
        padding:0 15px;
     }
    .banner-item:nth-child(1){
        padding-left: 0;
    }
    .banner-item:nth-child(3){
        padding-right: 0;
    }
}
@media (max-width:1200px) {
    .testimony-blog #aeitestimony-carousel{
        padding: 70px 0 47px 0;
    }
}
@media (max-width:1199px) {
    .aei_cmscategory .shopnow .icon{
        background-color: #000;
    }
     .aei_cmscategory .aei-details .aei-item{
          display: none;
     }
     .aei_cmscategory .shopnow{
          opacity: 1;
          position: static;
     }
     .aei_cmscategory .shopnow .text{
          position: static;
          opacity: 1;
          float: left;
          margin: 15px 0 0 10px;
     }
     .aei_cmscategory .aei-details .aei-desc{
          padding: 0 0 15px;
     }
     .aei_cmscategory .aei-details .aei-title{
          padding: 0 0 7px;
          font-size: 20px;
     }
     .aei_cmscategory .shopnow .icon{
          float: left;
     }

    .testimony-blog{
        width: 100%;
        margin-top: 30px;
    }
    .aei_cmsbanner .banner-description .cms-btn{
        padding-left: 0;
    }
    #aei_cmsservice {
        padding: 0 0 60px;
    }
  .aei-cat-item .aei-cat-details{
    top: 25%;
  }
  .aei-cmscategory-inner .aei-cat-item.second .aei-cat-details{
    padding: 0 147px 0 0;
  }
  .aei-cmscategory-inner .aei-cat-details::before, .aei_cmsbanner .banner-inner-main .banner-description::before{
    padding: 0 0 0 140px;
    font-size: 150px;
  }
  .aei_cmsbanner .banner-inner-main .banner-description::before{
    padding: 0;
  }
  .testimony-blog .product_inner_cms .desc p{
    padding: 0 80px;
  }
}
@media (max-width:991px) {
    .feature-products .arrows,.newproduct .arrows,#bestseller .arrows{
        top: -70px;
    }
    #aeicategorytabs .arrows{
        top: -60px;
    }
     .aei_cmscategory .shopnow .icon{
     width: 35px;
     height: 35px;
     background-size: 15px;
    }
    .aei_cmscategory .aei-details .aei-desc {
         padding: 0 0 10px;
     }
    .aei_cmscategory .shopnow .text{
          margin: 5px 0 0 10px;
    }
     .aei_cmscategory{
          padding: 0 0 40px;
     }
    .category-description .category-text-name {
         font-size: 20px;
     }
     .category-left{
          width: 100%;
          padding: 0;
     }
     .aei_cmscategory .aei-details{
          opacity: 1;
     }


    .aei_cmsbanner .banner-inner .aei-banner-img img{
        height: 600px;
    }
    .aei_cmsbanner .aeibannerblock{
        margin-top: 20px;
    }
    #aei_cmsservice {
        padding: 0 0 20px;
    }
    #aeicmscategorycms-arrows {
        top: 42%;
    }
    .aei-cmscategory-inner li:first-child {
        padding-left: 15px;
    }
    .aei-cmscategory-inner li{
        padding: 0 15px;
    }
    .aei-cmscategory-inner .aei-cat-details::after{
        top: 27%;
        width: 265px;
    }
    .aei_cmsbanner .banner-inner-main .banner-description::after{
        width: 292px;
    }
    .arrows{
        opacity: 1;
    }
    .homeblog .arrows{
        opacity: 1;
        top: 10px;
    }
    #aeibannercms-arrows {
        top: 40%;
    }
    .banner-item{
        padding: 0;
    }
    .testimony-blog .product_inner_cms .desc p {
        padding: 0 30px;
    }
    .banner-inner .banner-description{
        right: 8%;
    }
    #aeicmstop{
        display: none;
    }
    #aei_cmsservice .service-right .aei-service-title{
        font-size: 15px;
    }
    #aei_cmsservice .service-right .aei-service-desc{
        font-size: 13px;
    }
    .brands{
        padding: 40px 0 30px;
    }
    #aeicmspayment{
        width: 100%;
        text-align: center;
    }
    #aei_cmsbottom{
        position: static;
        width: 100%;
        float: left;
        margin: 12px 0 0;
    }
    .testimony-blog .testimonial-banner .testimonial-description{
        margin: 0;
        width: 100%;
    }
    .category-main .category-main-desc{
        padding: 0 25px;
    }
    .aei-cmscategory-inner .aei-cat-details::before, .aei_cmsbanner .banner-inner-main .banner-description::before {
        padding: 0 0 0 0;
        font-size: 130px;
    }
    .aei-cmscategory-inner .aei-cat-item.second .aei-cat-details {
        padding: 0 87px 0 0;
    }
    .testimony-blog .testimonial-banner{
        padding: 100px 0;
    }
}
@media (max-width:767px) {
    .banner-inner .banner-description .banner-text-name{
        font-size: 30px;
    }
    .banner-inner .banner-description .banner-text-desc{
        font-size: 15px;
        padding: 0 0 20px;
    }
    .aei_cmsbanner .banner-inner .aei-banner-img img{
        height: auto;
    }
    .category-left{
        text-align: center;
    }
    .category-left .aei-category-item.third{
          margin: 0 0 30px;
     }
     .category-left .aei-category-item{
          width: 100%;
          margin: 0 0 30px;
     }
     .category-left .aei-category-item:last-child{
          margin: 0;
     }
     .aei-service #aei-services {
         width: 100%;
     }
    .brands {
        padding: 50px 0 20px;
    }
    .aei_cmsbanner .banner-inner-main .banner-description{
        text-align: center;
    }
    .aei_cmsbanner .banner-description .cms-btn{
        display: block;
        opacity: 1;
    }
   .aei_cmsbanner .banner-item .banner-inner-first .banner-text-name::after,
   .aei_cmsbanner .banner-item .banner-inner-second .banner-text-name::after,
    .aei_cmsbanner .banner-item .banner-inner-third .banner-text-name::after{
        left: 0;
        right: 0;
        opacity: 1;
        margin: 0 auto;
    }
    .banner-text-name,.banner-text-desc{
        text-align: center;
    }
    #aei_cmsservice .aei-service-item::after{
        display: none;
    }
    .testimony-blog .test-left {
        position: static;
        width: 100%;
        text-align: center;
    }
    .testimony-blog .product_inner_cms{
        text-align: center;
        padding: 20px 0 40px;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top: -70px;
    }
    .testimony-blog #aeitestimony-carousel{
        margin: 0;
        padding: 40px 0 0;
    }
    .aei_cmsbanner .banner-inner-main .banner-inner-img{
        width: 100%;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name,.aei_cmsbanner .banner-description .banner-text-first{
        font-size: 30px;
    }
    .testimony-blog .testmonial-image{
        display: inline-block;
        vertical-align: top;
    }
    .testimony-blog{
        margin: 0;
    }
    #aei_cmscategory{
        margin: 20px 0 0;
    }
    #aei_cmsservice .service-right .aei-service-desc{
        padding: 0;
    }
    #aei_cmsservice {
        padding: 0;
    }
    .aei_cmsbanner{
        padding: 0;
    }
    .aei_cmsbanner .banner-inner-main .banner-description::after {
        width: 150px;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 49px;
    }
    .aei-cmscategory-inner .aei-cat-item.second {
        padding: 40px 0 0;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-1 {
        font-size: 37px;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-2{
        padding: 0 10px;
    }
    .testimony-blog .product_inner_cms .desc p{
        padding: 0;
    }
    #aei_cmsservice .service-right .aei-service-title {
        font-size: 13px;
    }
    #aei_cmsservice .service-right .aei-service-desc {
        font-size: 12px;
    }
    .aei-cmscategory-inner .aei-cat-item .aei-image,.aei-cmscategory-inner .aei-cat-item.second .aei-image{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .aei-cmscategory-inner .aei-cat-details {
        padding: 0 0 0 20px
    }
    .aei-cmscategory-inner .aei-cat-item.second .aei-cat-details {
        padding: 0;
        text-align: center;
    }
    .aei-cmscategory-inner .aei-cat-details::after{
        top: 26%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 150px;
    }
    .aei-cmscategory-inner .aei-cat-item.second .aei-cat-details::after {
        right: 0;
        left: 0;
    }
    .aei-cmscategory-inner .aei-cat-item.second .aei-cat-details::before{
        padding: 0;
    }
    .aei-cmscategory-inner .aei-cat-item .aei-image a {
        width: auto !important;
        margin: 0 auto;
        overflow: hidden;
    }
}
@media (max-width:554px) {

    #aei_cmsservice li{
        width: 100%;
        padding: 0 0 20px;
    }   
}
@media (max-width:580px) {
    .banner-item-main{
        height: 440px;
        padding-top: 50px;
    }
    .aei_cmsbanner .banner-inner .aei-banner-img img {
        height: 310px;
    }
     .aei_cmsbanner .banner-inner-main .banner-description{
        padding: 10px 0 0 0;
    }
    .banner-inner .banner-description .banner-text-desc{
        padding-bottom: 20px;
    }
    .aei_cmsbanner .banner-description .banner-cms-btn{
        float: none;
    }
    .banner-inner .banner-description .banner-text-name {
        font-size: 35px;
        text-align: center;
    }
    .banner-inner .banner-description .banner-text::after {
        display: none;
    }
    .aei_cmsbanner .banner-description .banner-cms-shopnow{
        display: none;
    }
    .banner-inner .banner-description .banner-text{
        line-height: normal;
        text-align: center;
        padding: 0;

    }
    #aeibannercms-arrows {
        top: 35%;
    }
    .banner-inner .banner-description{
        top: 30px;
        text-align: center;
    }
    .banner-inner .banner-description .banner-text::after {
        display: none;
    }
}
@media (max-width:479px) {
    .banner-item-main{
        height: 440px;
    }
    .block_newsletter #block-newsletter-label{
        text-align: center;
    }
    #aeicategorytabs .arrows {
        top: -45px;
    }
    #aeibannercms-arrows{
        width: 100%;
        top: 38%;
    }
     .banner-inner .banner-description .banner-text-desc{
        display: none;
    }
    .banner-inner .banner-description .banner-text-name {
        text-align: center;
    }
    .banner-inner .banner-description .banner-text{
        padding-left: 0;
        text-align: center;
        font-size: 16px;
    }
    .banner-inner .banner-description .banner-text::after {
        display: none;
    }
    .aei_cmsbanner .banner-inner-main .banner-description {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        top: 30%;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows {
        top:-63px;
    }
    .aei_cmsbanner .banner-description .banner-text-second {
        font-size: 13px;
    }
    .aei_cmsbanner .banner-description .banner-text-first{
        margin: 0;
    }
    .aei_cmsbanner .banner-description .banner-text-second{
        margin: 0 0 20px;
    }
    .aei_cmsbanner .banner-inner-main .banner-description::after{
        display: none;
    }
    .homeblog .slick-prev{
        left: 0;
    }
    .homeblog .slick-next{
        right: 0;
    }
    .homeblog .arrows {
        top: -55px;
    }
    .category-main .category-main-desc{
        padding: 0;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-1 {
        font-size: 25px;
        margin: 0 0 15px;
    }
    .testimony-blog .testimonial-banner .testimonial-description .test-banner-2{
        margin: 0 0 30px;
    }
    .testimony-blog .testimonial-banner {
        padding: 60px 0;
    }
    .testimony-blog .item.cms_face{
        padding: 0;
    }
    .aei-cmscategory-inner .aei-cat-details::before, .aei_cmsbanner .banner-inner-main .banner-description::before{
        font-size: 90px;
        top: 50px;
    }
    #aei_cmsservice li{
        width: 100%;
    }
    .aei-cmscategory-inner .aei-cat-details .aei-cat-desc{
       display: none;
    }
    .aei-cmscategory-inner .aei-cat-details::after{
        display: none;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name, .aei_cmsbanner .banner-description .banner-text-first{
        font-size: 25px;
    }
    .arrows{
        top: 110px;
        left: 0;
        margin: 0 auto;
        width: 70px;
    }
    #aeicmscategorycms-arrows{
        width: 100%;
    }
    #aei_cmsservice {
        padding:0 0 20px;
    }
    .homeblog .arrows{
     right: 0;
     width: 100%;
     top: 0;
    }
     .testimony-blog #aeitestimony-carousel{
    width: 85%;
  }
    .aei_cmsbanner .banner-inner{
        margin: 20px 0 0;
        width: 100%;
    }
}
@media (max-width:320px) {
    .banner-item-main{
        height: 360px;
    }
    .banner-inner .banner-description{
        top: 0;
    }
    #aeibannercms-arrows {
        top: 30%;
    }
    .aei_cmsbanner .banner-description .banner-cms-btn{
        margin-top: 10px;
    }
    .testimony-blog .desc {
        padding: 0;
    }
    #index .testimony-blog{
        padding: 0;
    }
    .aei_cmsbanner .banner-inner-main{
        padding: 0;
    }
    .testimony-blog #aeitestimony-carousel {
        width: 100%;
    }
 .aei_cmsbanner .banner-inner{
    margin: 0;
 }
 .aei_cmsbanner .banner-inner-main .banner-description {
    padding: 20px 0 0 0;
 }
 .banner-inner .banner-description .banner-text-name {
    font-size: 25px;
    line-height: normal;
  }   
}