/* slick arrow */
.arrows {
    width: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    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;
}
#aei_cmscategory .arrows {
    top: 45%;
}
.special-products .arrows {
    top: 45%;
}
.feature-products .arrows,.newproduct .arrows,#bestseller .arrows,#aeicategorytabs .arrows{
   top: -73px;
}
.homeblog .slick-prev,#aei_cmscategory .slick-prev{
    left: 15px;
}
.homeblog .slick-next,#aei_cmscategory .slick-next{
    right: 15px;
}
.aei_cmsbanner .slick-prev,.aei_cmsbanner .slick-next{
    display: none !important;
}

.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,#aei_cmscategory:hover .arrows,
#aeicmstestimony:hover .arrows
{
    opacity: 1;
}
.brands .arrows {
    width: 100%;
    top: 45%;
    opacity: 0;
    background-color: transparent;
    left: 0;
    right: 0
}
.brands:hover .arrows{
	opacity: 1;
}
.brands .ax-product-title {
    display: none;
}
/* custome link */
#_desktop_links_block_top {
    float: left;
    width: 70%;
    padding: 0 0 3px;
}
#_desktop_links_block_top #aei_customlink {
    margin: 0;
}
#_desktop_links_block_top li a {
    font-size: 13px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 35px;
    letter-spacing: 0.78px;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#_desktop_links_block_top li:hover a{
    color: #00b7d1;
}
#_desktop_links_block_top li {
    display: inline;
    margin: 0 20px 0 0;
}

/* services */

#aei_cmsservice {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 65px 0 0;
}
#aei_cmsservice .aei-service-item {
    width: 33.33%;
    float: left;
    border-left: none;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #f89abb   ;
    padding: 20px 0;
}
#aei_cmsservice .slick-slide:nth-child(2) .aei-service-item{
    background-color: #87eaf8;
}
#aei_cmsservice .slick-slide:last-child .aei-service-item{
   background-color: #82e197;
}
#aei_cmsservice li:hover{
    /*background-color: #00b7d1*/
}  

#aei_cmsservice .aei-image-block {
    text-align: center;
    display: block;
    position: relative;
}
#aei_cmsservice #service-item {
	margin: 0;
    width: 100%;
	float: left;
}

#aei_cmsservice .aei-image-icon {
	width: 66px;
    height: 66px;
	display: block;
	background: #fff url("../img/aximage/service-1.svg") no-repeat center center/40px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
    margin: 0 auto;
    border-radius: 50px;
    border: 2px solid transparent;
}
#aei_cmsservice .aei-service-item:hover .aei-image-icon{
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	background-image: url("../img/aximage/service-1-hover.svg");
    background-color: #00b7d1;
    border: 2px solid rgba(255,255,255,.5);
}
#aei_cmsservice .aei-service-item.second .aei-image-icon{
    background-image: url("../img/aximage/service-2.svg");
    background-size: 32px;
}
#aei_cmsservice .aei-service-item.third .aei-image-icon{
   background-image: url("../img/aximage/service-3.svg");
}
#aei_cmsservice .aei-service-item.fourth .aei-image-icon{
   background-image: url("../img/aximage/service-4.svg");
}
#aei_cmsservice .aei-service-item.second:hover .aei-image-icon{
    background-image: url("../img/aximage/service-2-hover.svg");
}
#aei_cmsservice .aei-service-item.third:hover .aei-image-icon{
   background-image: url("../img/aximage/service-3-hover.svg");
}
#aei_cmsservice .aei-service-item.fourth:hover .aei-image-icon{
   background-image: url("../img/aximage/service-4-hover.svg");
}

#aei_cmsservice .aei-service-item a {
    line-height: normal;
    text-align: center;
    z-index: 1;
    position: relative;
}
#aei_cmsservice .service-right {
    display: block;
    float: none;
    text-align: center;
    padding-top: 15px;
}
#aei_cmsservice .service-right .aei-service-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.94px;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
    margin: 0;
}
#aei_cmsservice li:hover .service-right .aei-service-title{
    color: #00b7d1;
}
#aei_cmsservice .service-right .aei-service-desc {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
    padding: 0 15px;
    letter-spacing: 1.02px;
    display: block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* 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: #f5f5f5;
}

/* banner cms block */
.aei_cmsbanner{
	position: relative;
    background: transparent;
}
.aeibannerblock .banner-title{
    font-size: 32px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
  font-family: 'Josefin Sans', sans-serif;
}
.aeibannerblock .banner-desc{
        text-align: center;
        width: 75%;
        margin: 0 auto;
        padding: 50px 0;
        color: #a1a1a1;
        font-size: 16px
}
.progress-circle {
    text-align: center;
}
.progress-circle .title{
    color: #ffffff;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
}
.progress-circle span {
    border: 5px solid #00b7d1;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 95px;
    font-size: 22px;
    color: #fff;
    position: relative;
    transition: all 0.5s ease;
}
.progress-circle span::before {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -10px;
    left: -10px;
    padding: 8px;
    opacity: 0;
    box-shadow: 3px 3px #00b7d1;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -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;
}
.progress-circle span:hover::before {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.progress-circle span:hover {

    border-color: transparent;

}
.progress-circle span::after {
    content: '%';
}
.aei_cmsbanner .banner-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -205px;
    margin: 0 auto;
    text-align: center;
}
.aei_cmsbanner .banner-inner {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
    float: left;
    position: relative;
    z-index: 1;
}
.aei_cmsbanner .banner-inner.first, .aei_cmsbanner .banner-inner.third {
    padding-top: 125px;
}
.banner-inner-main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.aei_cmsbanner .aeibannerblock {
  position: relative;
  display: inline-block;
    vertical-align: top;
    width: 100%;
    padding:100px 0;
}

.aei_cmsbanner .banner-description {
   
    position: relative;
}
.aei_cmsbanner .banner-description .banner-text-first {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.96px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    line-height: 30px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei_cmsbanner .banner-inner:hover .banner-description .banner-text-first{
    color: #00b7d1;
}
.aei_cmsbanner .banner-description .banner-text-third {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    display: block;
    color: #666666;
    text-transform: capitalize;
    line-height: 26px;
}
.aei_cmsbanner .banner-description .banenr-icon {
    display: block;
    margin: 0 0 15px;
}
 @keyframes spinner {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }
.aei_cmsbanner .banner-description .banenr-icon img {
    /*transition: all 1s ease;*/
}
.aei_cmsbanner .banner-inner-main:hover .banner-description .banenr-icon img {
  -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;

    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.aei_cmsbanner .banner-description .btn {
    padding: 7px 26px;
}
.banner-main.center .banner-slider {
    padding: 0 0 30px;
    margin: 0;
}
.aei-cmscategory-inner .slick-slider {
    margin: 0;
}



/* testimonial block */
.testimony-blog{
    overflow: hidden;
   margin: 80px 0 0;
}

#aeicmstestimony {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding:50px 0 110px;
    overflow: hidden;
}
.testimony-blog #aeitestimony-carousel {
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 85%;
    overflow: hidden;
}
#aeicmstestimony .arrows{
    top: 50%;
}
.testimony-blog #aeitestimony-carousel .slick-list{
    overflow: visible;
}
.testimony-blog .product_inner_cms {
}
.testimony-blog .desc .icon {
    display: inline-block;
    vertical-align: top;
}

.testimony-blog .desc .text-desc {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 17px;
}
.testimony-blog .testmonial-image .text-desc {
    position: relative;
    padding:15px 0 0;
    text-align: center;
    display:block;
}
.testimony-blog .testmonial-image .test-icon{
    display: block;
    width: 40px;
    height: 30px;
    background: transparent url("../img/aximage/test-icon.png") no-repeat center center;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.testimony-blog .testmonial-image .test-img {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.testimony-blog .testmonial-image .icon {
    
}
.testimony-blog .item.cms_face {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
}
.testimony-blog .product_inner_cms .name {
}
.testimony-blog .product_inner_cms .name a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.84px;
    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 .desc .text-desc .name {
    line-height: 16px;
}
.testimony-blog .item:hover .product_inner_cms .name a{
    color: #00b7d1;
}
.testimony-blog .product_inner_cms .designation a {
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
   color: #000;
}
.testimony-blog .product_inner_cms .desc p {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1.4px;
    display: block;
    position: relative;
    text-transform: capitalize;
    margin: 9px 0 0;
}
.testimony-blog .product_inner_cms .testmonial-image{   
}
.testimony-blog .product_inner_cms .desc{
    text-align: center;
}
.testimony-blog .testmonial-image .test-img img {
    width: auto;
    border-radius: 50%;
    transition: all 1s ease;    
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.testimony-blog:hover .testmonial-image .test-img img{
    border-color: #00b7d1;
}

.testimony-blog .designation {
    display: inline-block;
    vertical-align: top;
}


/* paymentcms block */
#aeicmspayment {
    float: right;
    margin-top: 15px;
}
#aeicmspayment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}
.payment-block-inner{margin: 0;}
#aeicmspayment .payment-icon .app-icon-inner {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

/* brand logo */
.brands {
    position: relative;
    padding:60px 0;
    display: none;
}
#index .brands{
    display: block;
}
.brands .brand-image img {
    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;
    z-index: 1;
    width: auto;
}
.brands .item{
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    vertical-align: top;
    padding: 0;
    overflow: hidden;
}
.brands .slick-current .item {
    border: none;
}
.brands #aeibrand-slider {
    margin: 0;
}
.brands .brand-image:hover img{
	opacity: 1;
}

/* top cms */

#aeicmstop{
    float: left;
    padding: 10px 0;
}
#aeicmstop .customtext{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.70px;
    text-transform: capitalize;
    position: relative;
    padding: 0;
}

#aeicmstop .customtext span {
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.82px;
}
#aeicmstop .customtext:hover span{
    color: #00b7d1;
}
/* category cms */
#aei_cmscategory {
    clear: both;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin:0px 0 0;
}
.aei-cmscategory-inner .aei-cat-details {
    right: 0;
    left: 0;
    margin: 0 auto;
    top:auto;
    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: center;
    position: absolute;
    top: 20px;
}
#aei_cmscategory .cms-category-block .aei-cat-item:nth-child(2) .aei-cat-details{
    top:auto;
    bottom: 20px;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-details{
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.aei-cmscategory-inner {
    margin: 0;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
#aei_cmscategory .left-part{
    position: relative;
    background: #00b7d1;
}
#aei_cmscategory .left-part .cat-inner {
    padding: 50px 30px 50px 30px;
}
#aei_cmscategory .heading_title {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
}
#aei_cmscategory .heading_title span {
    border: 2px dashed #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin-top: 15px;
}
#aei_cmscategory .custom_desc{
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    line-height: 26px;
}
.custom_desc .cat-btn {
    margin-top: 40px;
}
#aei_cmscategory .left-part::after {
    content: "";
    width: auto;
    height: auto;
    right: 15px;
    left: 15px;
    top: 15px;
    bottom: 15px;
    border: 3px solid #fff;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.right-part{
    padding: 0;
}
.right-part .col-sm-6{
    padding-right: 0;
}
#aei_cmscategory .aei-cat-details .aei-cat-name {
    color: #000;
    font-size:24px;
    font-weight: 500;
    line-height: 34px;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-name{
    color: #00b7d1;
}
#aei_cmscategory .aei-cat-desc{
    transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
#aei_cmscategory .aei-cat-desc p{
    color:#fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 30px;
    top:20%;
    position: relative;
}
#aei_cmscategory .aei-cat-desc .btn{
    background: #fff;
    color: #000;
}
#aei_cmscategory .aei-cat-desc .btn:hover{
   background: #00b7d1;
    color: #ffffff;
}
#aei_cmscategory .aei-cat-desc .cat-btn {
    margin-top: 50px;
}
#aei_cmscategory .cms-category-block .aei-cat-item:hover .aei-cat-desc{
    opacity: 1;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
#aei_cmscategory  .btn {
   padding: 6px 26px;
    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;
}

.cms-category-block .aei-cat-item .aei-cat-item-inner {
    position: relative;
}
#aei_cmscategory .cms-category-block .aei-cat-item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
#aei_cmscategory .cms-category-block .aei-cat-item:last-child {
}
.aei-cat-img{
    position: relative;
    overflow: hidden;
}
.cat-btn {
    
}

.aei-cat-item .aei-cat-item-inner img {
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;

}
.aei-cat-item:hover .aei-cat-item-inner img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* cms banner */
#aei_cmsbottom {
    float: left;
    text-align: center;
    position: relative;
    width: 25%;
}
#aei_cmsbottom .container{padding: 0;}
#aei_cmsbottom  .cmsbottom-desc{
      margin-top: 15px;  
}
#aei_cmsbottom  .cmsbottom-desc p{
    margin: 0;
    color: #a1a1a1;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height:normal;
    letter-spacing: 1.28px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#aei_cmsbottom .cmsbottom-inner {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.08px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
}
#aei_cmsbottom .arrows{top: 5px;width:100%;}
#aei_cmsbottom:hover .arrows{opacity: 1;}
#aei_cmsbottom .arrows .slick-prev, #aei_cmsbottom .arrows .slick-next{
    background-color: transparent;
}

/* responsive */
@media (max-width:1349px) {
   
}
@media (max-width:1199px) {
    #aei_cmsservice #service-item{
        padding: 0;
    }
    #aei_cmsservice .aei-service-item::after{
        display: none;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 22px;
        margin-bottom: 10px;
    }
    #aei_cmscategory .aei-cat-desc p{
        padding: 15px;
        top: 20%;
    }
    #aeitestimony-carousel .slick-list.draggable{
        width: 100%;
    }
    .testimony-blog .product_inner_cms .desc p{
        empty-cells: 100%;
    }
}
@media (max-width:991px) {
    #aei_cmscategory {
     margin: 50px 0;
    }
    .right-part.col-sm-8 .col-sm-6 {
         padding-right: 15px;
    }
    #aeicmspayment .theme-logo{
        width: 100%;
        padding: 20px 0;
    }
    #aeicmspayment .payment-icon {
        width: 100%;
        border: none;
    }
 
    #_desktop_links_block_top{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .aei-cmscategory-inner .aei-cat-details{
        top: 12px;
    }
    #aei_cmscategory .btn{
        opacity: 1;
    }
    .brands .arrows{opacity: 1;}
    #aeicmstop{
        display: none;
    }
    #aeicmspayment{
        text-align: center;
        width: 100%;
        margin: 0;
    }
    #aei_cmsservice .aei-image-icon{
        margin: 0 auto;
    }
    #aei_cmsservice #service-item{
        padding:0 0 40px;
    }
    #aei_cmsservice{
        border: none;
        margin: 30px 0 0;
    }
    .aei_cmsbanner .banner-image{
        width: 50%;
        bottom: -105px;
    }
    .brands {
       padding: 40px 0;
    }
    #aeitestimony-carousel .slick-list.draggable{
        width: 100%;
    }
    .testimony-blog .product_inner_cms .testmonial-image{
        float: none;
        width: 100%;
        border: none;
    }
    .testimony-blog #aeitestimony-carousel{width:100%}
    .testimony-blog .product_inner_cms .desc{
        float: none;
        width: 100%;
        padding: 10px 0 0;  
        margin: 0;
    }
    .testimony-blog .product_inner_cms .desc p{
        width: 100%;
        text-align: center;
    }
    .testimony-blog{margin: 30px 0 0;}
    #aei_cmscategory .heading_title span {
        border: none;
        padding: 0 5px;
        margin-top: 0;
    }
    #aei_cmscategory .cms-category-block .aei-cat-item {
        padding-top: 15px;
    }
    #aei_cmscategory .custom_desc{
        margin-top: 15px;
    }
    #aei_cmscategory .custom_desc{
        font-size: 14px;
    }
    .right-part .col-sm-6 {
        padding-right: 15px;
    }
    .testimony-blog .testmonial-image .test-img{
        display: block;
    }
    .testimony-blog .testmonial-image .text-desc{
        padding: 15px 0 0;
    }
        #aei_cmsbottom{
        padding: 10px 0;
        width: 100%;
    }

}
@media (max-width:767px) {
    .brands{
        padding: 40px 0;
    }
    #aei_cmsservice .aei-service-item{
        border:none;
    }
    .aei_cmsbanner .banner-inner.first, .aei_cmsbanner .banner-inner.third{
        padding-top: 0;
    }
    .aei_cmsbanner .banner-inner.first {
         width: 100%;
    }
    .aei_cmsbanner .aeibannerblock {
        padding: 40px 0;
    }
    .aei_cmsbanner .banner-image{
        display: none;
    }
    .aei_cmsbanner{
        margin: 0;
    }
    .aei_cmsbanner .banner-inner, .aei_cmsbanner .banner-inner.third {
        width: 50%;
        padding: 40px 0 0;
        padding-top: 40px;
    }
    #aei_cmscategory .cms-category-block .aei-cat-item{
        width: 100%;
       padding: 15px 0 0;
    }
}
@media (max-width:545px) {
  #aeicmspayment .payment-block-inner, #aeicmspayment .app-icon, .block-social{
    width: 100%;
  }
  #aeicmspayment .theme-logo{
    padding: 20px 0 0;
  }
   
}   
@media (max-width:479px) {
    .special-products .special-product-banner .special-banner-desc .text1{
        font-size: 24px;
    }
    .special-products .special-product-banner .special-banner-desc .text2{
        font-size: 12px;
        margin: 0 0 20px;
    }
    #cboxLoadedContent{
        max-width: 300px;
    }
    #aeicategorytabs .arrows{
        left: 0;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows, #aeicategorytabs .arrows {
        top: -60px;
    }
    #_desktop_links_block_top li{
        margin: 0 10px 0 0;
    }
    .aei_cmsbanner .banner-inner, .aei_cmsbanner .banner-inner.third{
        width: 100%;
    }
    .arrows{
        width: 80px;
        top: 40px;
    }
    .feature-products .arrows, .newproduct .arrows, #bestseller .arrows, #aeicategorytabs .arrows{
        width: 80px;
    }
    .homeblog .slick-prev,#aei_cmscategory .slick-prev{
    left: 0px;
    }
    .homeblog .slick-next,#aei_cmscategory .slick-next{
        right: 0px;
    }
    .aeibannerblock .banner-desc {
        padding: 20px 0;
    }
    #aei_cmsservice{
        border:none;
    }
    #aei_cmsservice .slick-dots {
        bottom: -10px;
    }
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        font-size: 18px;
    }
    #aei_cmsservice .aei-service-item{border: none;}
    #aei_cmscategory {margin: 0 0 30px;}
    #aei_cmsbottom .arrows {
        top: 20px;
        width: 100%;
    }
    .arrows{
        opacity: 1;
        width: 80px;
        top: 40px;
    }
    #aei_cmsservice #service-item {
        padding: 0 0 20px;
    }
    #aeicmstestimony .arrows {
        top: auto;
        width: 80px;
        bottom: 60px;
    }
    .testimony-title{
        padding-bottom: 30px;
    }
    .aei-cmscategory-inner{padding: 20px 0;}
    #aeicmstestimony{padding: 30px 0 110px;}
    #aei_cmscategory .aei-cat-details .aei-cat-name{
        margin-bottom: 20px;
    }
    .testimony-blog{margin: 0;}
}
#header .logo img {
  max-height: 40px;
  height: auto;
}

#header {
  padding-top: 0px;
  padding-bottom: 0px;
}

#header .header-top {
background-color: #25577b !important
}

#header .logo {
    max-width: 230px;
    
}

#header .header-top {
    background : #25577b !important;
}

#header .header-nav {
    background: black
}


.footer-container {
    background : #25577b !important;
}
.footer-after {
    background :  #25577b !important;
}

.header-navfullwidth {
    background : #8db2cc !important;
}
.footer-before {
    background: #8db2cc !important;
}
.block_newsletter .btn {
     background: #25577b !important;
}
.slideshow-container {
  height: 400px; /* ou autre valeur selon ton design */
  overflow: hidden;
}

.slideshow-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

#wrapper .banner {
  display: flex;
  justify-content: center;
}

#wrapper .banner img {
  max-width: 100%;
  height: auto;
}
#wrapper .banner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 35vh; /* ou 100vh pour pleine hauteur */
}

.search-widget .search-title {
     filter: brightness(0) invert(1);
}
.ax-user-info .user-info-icon {
    filter: brightness(0) invert(1);
}
.shopping-cart .blockcart-inner .shopping-cart-icon {
     filter: brightness(0) invert(1);
}
.ax-user-info .user-info {
  position: absolute; /* ou fixed si nécessaire */
  z-index: 9999;
}


#_desktop_logo {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#_desktop_logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

#aeicmstop .customtext {
  margin-left: -70px; 
}

.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: 0px solid #e7e7e7 !important;
border-top: 0px solid #e7e7e7 !important;
}
.layout_layout1 .mm_menus_li:last-child {
    border-right: 0px solid #e7e7e7 !important;
}
.layout_layout1 .mm_menus_li {
    border-right: 0px solid #e7e7e7 !important; 
    height: auto !important;
}
.layout_layout1 .mm_menus_li:nth-child(2) {
    border-left: 0px solid #e7e7e7 !important;
}

.ets_mm_megamenu_content {
  background: #8db3cc !important
}

.mm_menu_content_title {
  color: #ffffff;
  font-size: 15px;
}

.header-navfullwidth {
    height: 50px 
}
.thumbnail-container {
  position: relative;
}

button.wishlist-button-add .material-icons {
    color: #25577b;
}

.products article .wishlist-button-add {
      color: red;
    position: absolute;
  top: 60px;
}

.pagination a {
    background: #25577b
}

#left-column .block_title, #right-column .block_title {
   background: #25577b
}

/* ------------------ Modifs Add-on Greg ------------------------------*/


.mm_menu_content_title {
  float: left;
  padding: 0 20px;
  position: relative;
  min-height: 50px !important;
  display: flex;
  align-items: center;
}
#block_myaccount_infos {
  width: 70% !important;
  padding: 0;
}
.breadcrumb {
  padding: 5px 0px !important;
}
.breadcrumb ol {
    font-size: 12px !important;
}
#js-product-list-header {
    display:none !important;
}
.breadcrumb {
  text-align: center !important;
  color:grey !important;
  margin-bottom:10px !important;
}
.product-tabcontent {
  margin: 20px 0 15px !important;
}
.product-tabcontent .nav-tabs {
  margin: 0 0 10px !important;
}
.product-information {
  font-size: 12px;
}
.blockreassurance_product {
    line-height:12px !important;
}

.ets_mm_megamenu {
  background-color: #FFFFFF;
  clear: left;
  display: block;
  margin-top: 0px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.ybc-menu-toggle {
    background-color: #8db2cc !important;
}
.top-logo {
    justify-content: left !important;
	text-align: left !important;

}
#_desktop_logo {
    width: 80% !important;
    justify-content: left;
    align-items: left;
}
.custom-homepage-blocks {
  display: flex;
  justify-content: center; /* centre les 3 blocs */
  gap: 30px; /* espace horizontal entre les blocs */
  margin: 40px auto;
  flex-wrap: nowrap; /* force les blocs à rester sur la même ligne */
  max-width: 1000px; /* largeur totale contrôlée */
}

.custom-homepage-blocks .block {
  background: white;
  padding: 20px;
  text-align: center;
  flex: 1 1 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.custom-homepage-blocks .block:hover {
  transform: translateY(-5px);
}

.custom-homepage-blocks .block img {
  width: 100%;
  height: auto; /* garde les proportions */
  border-radius: 4px;
  margin-bottom: 15px;
}

.custom-homepage-blocks .block h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.custom-homepage-blocks .btn-discover {
  display: inline-block;
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s;
}

.custom-homepage-blocks .btn-discover:hover {
  background-color: #8db2cc;
}
.aei-producttab {
  margin-top: 10px;
}
.products .all-product-link {
  border-radius: 20px !important;
}
#wrapper, #best-sales #wrapper, #sitemap #wrapper, #stores #wrapper, #prices-drop #wrapper, #manufacturer #wrapper, #my-account #wrapper, #authentication #wrapper, #password #wrapper, #module-psblog-list #wrapper, #module-psblog-blog #wrapper, #module-psblog-category #wrapper, #search #wrapper {
  padding-top: 0px !important;
}


@media (max-width: 991px) {
	.top-logo {
		margin-left:20px !important;
	}
	#header{
		display:flex !important;
		flex-wrap: wrap !important;
		background: #25577b !important;
		padding-bottom:10px !important;
	}
	.header-nav {
		width:100% !important;
		order:1 !important;
		background: #25577b !important;
	}
    .header-top {
        width: 70% !important;
   	    float: right !important;
		padding: 0px !important;
		order:3 !important;
    }
	.header-navfullwidth {
		width: 30% !important;
		order:2 !important;
		border-radius: 0 22px 22px 0 !important;
		height:44px !important;
	}
	.ybc-menu-toggle {
    font-size: 12px !important;
		padding: 12px !important;
}
	#menu-icon {
		display:none !important;
	}
	#index #header {
        background: #25577b;
		padding-bottom: 10px !important;
    }
	.search-widget {
        margin-left: 10px !important;
		width:90% !important;
    }
	.search-widget form input[type="text"] {
        border-radius: 22px !important;
		height:44px !important;
    }
    .search-widget form button[type="submit"] {
		border-radius: 20px !important;
    	margin: 2px !important;
    }
	.container {
    padding-left: 0px !important;
    padding-right: 20px !important;
    }
	.ets_mm_megamenu .container {
        background-color: #8db2cc !important;
        padding: 0;
    }	
	.mm_menus_ul.active {
        background: #25577b !important;
    }
	  .custom-homepage-blocks {
    flex-wrap: wrap;
    gap: 20px;
  }

  .custom-homepage-blocks .block {
    flex: 1 1 100%;
    max-width: 400px;
  }
	
}

@media (max-width: 767px) {
    .ets_mm_megamenu.hook-custom {
        margin-top: 0px !important;
        background-color: #8db2cc !important;
    }
	.ybc-menu-button-toggle_icon {
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 0px;
}
	.productpage_title, .product-prices {
		text-align: center;
	}
	.product-prices div {
    font-size: 24px;
	}
	.product-prices {
    margin: 10px 0px 0px 0px;
	}
	.product-add-to-cart {
		display:flex;
		justify-content: center;
	}
	.control-label{
		margin-right:20px;
	}
	#wrapper {
        margin: 0px;
    }
	.product-tabcontent {
		margin-top:0px !important;
	}
	.nav-tabs .nav-item {
        width: 49%;
    }
	.product-description p {
		margin-bottom: 0px;
	}
	.social-sharing {
    width: 80%;
    margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
    }
	 .blockreassurance_product div {
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    border-radius: 4px;
    margin-bottom: 5px;
    background-color: rgba(0, 183, 209,.1);
    padding-top: 8px;
    font-weight: bold;
  }
	.blockreassurance_product .item-product {
  display: none !important
}
	.blockreassurance_product {
  margin-top: 0px;
}
	    .col-sm-6 {
        float: left;
        width: 50%;
			padding-right: 5px;
    padding-left: 5px;
    }
#aeifeature-grid, #aeibestseller-grid {
    display: flex !important;
	flex-wrap: wrap !important;
	align-content: stretch !important;
    vertical-align: top;
    width: 100%;
	padding: 0 4px 0 10px;
}
	    .aei-producttab {
        margin-top: 40px;
		padding-top:20px;
		background-color: #8db2cc !important;
			
    }
	#product-tabs .nav-item {
        width: 100% !important;
    }
	.tabs .nav-tabs .nav-link {
    font-size: 20px;
		border:solid white 1px;
	
}
	.product-tabcontent .tabs .nav-tabs .nav-link {
    font-size: 14px !important;
    z-index: 1;
}
	.tabs .tab-inner {
    margin: 0px !important;
}
	}
	
@media (max-width: 1199px) and (min-width: 768px) {
  .changestatus.ets_mm_megamenu.hook-custom {
    margin-top: 0px !important;
    position: relative;
  }
}

.header-navfullwidth {
  text-align: left !important;
}


/*



*/

/* ------------------ Modifs Responsive ------------------------------*/
@media (max-width: 576px) {
  #header .header-nav  {
    background-color: #25577b; 
  }
   .ybc-menu-toggle {
        font-size: 12px !important;
        padding: 12px 0px !important;
    }
	.container {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
	.ets_mm_megamenu {
    width:95% !important;
	}
	.ets_mm_megamenu_content {
    background-color: transparent !important;
	}
	
}
  
/* ------------------ Modifs Add-on Fabrice 2411 ------------------------------*/
.blockreassurance_product div {
   width: auto !important;       /* laisse s’adapter au contenu */
   float: none !important;       /* supprime le flottement */
   display: inline-block;        /* blocs côte à côte si besoin */
   text-align: left;             /* aligne le texte */
   margin: 0 10px;               /* espace horizontal */
}

@media (max-width: 767px) {
  .blockreassurance_product div {
    width: 100% !important;      /* chaque bloc prend toute la largeur */
    text-align: center;          /* centré sur mobile */
    margin: 10px 0;
  }
}
