/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

a:hover {
    color: #f08f02;
}

.blog-details a {
    color: #f08f02;
}

.blog-details a:hover {
    color: #000;
}


/*Aei-Bannecms start*/

.aei_cmsbanner {
    position: relative;
    text-align: center;
    /*padding: 100px 0;*/
    clear: both;
}

.aei_cmsbanner .ax-title {
    margin-bottom: 60px;
}

#aeibanner-arrows {
    width: 100%;
    right: 0;
    bottom: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.aei_cmsbanner:hover #aeibanner-arrows {
    opacity: 1;
}

.aei_cmsbannerimage {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.aei_cmsbannerimage::after {
    bottom: 0;
    right: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.aei_cmsbannerimage::before {
    left: 0;
    top: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.aei-banner-item:hover .aei_cmsbannerimage::before,
.aei-banner-item:hover .aei_cmsbannerimage::after {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    height: 50%;
    width: 100%;
}

.aei-banner-item {
    position: relative;
    float: left;
    text-align: left;
    width: 50%;
    padding: 0 15px;
    border-radius: 5px;
}

.banner_inner {
    background: transparent url("../img/aximage/slider-bg.png") no-repeat scroll center bottom -100px;
    overflow: hidden;
    position: relative;
    padding: 60px 0 80px;
    margin: 0;
}

.aei-details {
    left: auto;
    right: 37px;
    top: 85px;
    bottom: auto;
    margin: 0 auto;
    position: absolute;
    text-align: right;
}

.aei-title {
    display: block;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

.aei-title span,
.aei-desc span {
    font-weight: 600;
}

.aei-desc {
    margin: 18px 0;
    display: block;
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

.aei-title a:hover {
    color: #ec1414;
}

.aei_cmsbanner .aei-details .btn {
    padding: 1px 26px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 1px;
    line-height: 31px;
    border-radius: 5px;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    background-color: #ec1414;
    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 .aei-details .btn:hover {
    background-color: #1c1d24;
}

.aei_cmsbanner .ax-product-title {
    color: #ffffff;
}


/*Aei-Bannecms end*/


/*Aei-Service Start*/

#aei_cmsservice {
    clear: both;
    width: 100%;
    margin-bottom: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 992px) {
    #aei_cmsservice ul {
        text-align: center;
        background-color: #ffffff;
        border: 2px solid #ec1414;
        border-radius: 5px;
        margin-top: -100px;
        margin-bottom: 0;
        position: relative;
        z-index: 9;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
}

#aei_cmsservice .aei-service-item {
    position: relative;
    text-align: center;
    padding: 35px 10px 30px;
    float: left;
    width: 25%;
    margin: 0;
}

.aei-service-item-inner {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.aei-service-item .aei-image-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.aei-service-item .aei-image-icon {
    display: block;
    height: 88px;
    width: 88px;
    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_cmsservice .aei-service-item:hover {
    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_cmsservice .aei-service-item:nth-child(1) .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center 33px;
}

#aei_cmsservice .aei-service-item:nth-child(1):hover .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center -68px;
}

#aei_cmsservice .aei-service-item:nth-child(2) .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center -170px;
}

#aei_cmsservice .aei-service-item:nth-child(2):hover .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center -270px
}

#aei_cmsservice .aei-service-item:nth-child(3) .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center -373px;
}

#aei_cmsservice .aei-service-item:nth-child(3):hover .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center -473px;
}

#aei_cmsservice .aei-service-item:nth-child(4) .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center -575px;
}

#aei_cmsservice .aei-service-item:nth-child(4):hover .aei-image-icon {
    background: url("../img/aximage/service-icon.png") no-repeat scroll center -665px;
}

.service-right {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 30px;
}

.aei-service-title {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.435px;
    line-height: normal;
    text-transform: capitalize;
}

.aei-service-item:hover .aei-service-title {
    color: #f08f02;
}

.aei-service-desc {
    color: #a1a1a1;
    line-height: normal;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 1.08px;
    font-weight: 400;
}


/* 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: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#cboxLoadedContent .content .service-right {
    margin: 20px 0 0;
    padding: 0 30px;
    text-align: center;
}

#cboxLoadedContent .content .service-right .aei-service-desc1 {
    margin: 10px 0 5px;
}

#cboxLoadedContent .content .aei-image-block .aei-image-icon {
    padding: 20px;
    background-color: #09336e;
}


/*Aei-Service end*/


/*Aei-Topcms start*/

#aeicmstop {
    float: none;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.cmstop-ixon {
    background: #f5f5f5 url("../img/aximage/wine-bottle.gif") no-repeat scroll center/90px;
    height: 90px;
    width: 86px;
    float: left;
    display: block;
    position: relative;
}

.cmstop.right .cmstop-ixon {
    background: #f5f5f5 url("../img/aximage/wine.gif") no-repeat scroll center/80px;
    float: right;
}

.cmstop.right .cmstop-ixon::after {
    top: 35px;
    left: -10px;
    right: auto;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}

.cmstop-ixon::after {
    top: 35px;
    right: -10px;
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f5f5f5;
}

.cmstop {
    display: inline-block;
    vertical-align: top;
}

.cmstop.left {
    float: left;
}

.cmstop.right {
    float: right;
}

.cmstop.right .cmsdetails {
    padding-right: 20px;
}

.cmstop.right .cmsdetails .customtext {
    text-align: right;
}

.cmsdetails .shop-now a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: capitalize;
}

.cmsdetails .shop-now:hover a {
    color: #ec1414;
    text-decoration: underline;
}

.cmstop.left .cmsdetails .shop-now {
    text-align: left;
    padding-top: 5px;
}

.cmstop.right .cmsdetails .shop-now {
    text-align: right;
    padding-top: 5px;
}

.cmsdetails {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-top: 7px;
}

.customtext {
    display: block;
    text-align: left;
}

.customtext a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.624px;
    cursor: pointer;
}

.topoffer {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.708px;
}

.cmstop:hover .customtext a {
    color: #ec1414;
}


/*Aei-Topcms end*/


/*Aei-Category CMS start*/

#index #aei_cmscategory {
    width: 60%;
    float: left;
    position: relative;
    display: block;
}

#aei_cmscategory {
    display: none;
}

#aei_cmscategory::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.aei-cmscategory-inner {
    margin: 0;
}

.aei-cat-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.aei-cat-item::after {
    content: '';
    top: 70px;
    right: 70px;
    width: 87.6%;
    height: 2px;
    z-index: 1;
    position: absolute;
    transform: translateX(-100%);
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
}

.aei-cat-item::before {
    content: '';
    bottom: 70px;
    left: 70px;
    width: 87.6%;
    height: 2px;
    z-index: 1;
    position: absolute;
    transform: translateX(100%);
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}

#aei_cmscategory:hover .aei-cat-item::before,
#aei_cmscategory:hover .aei-cat-item::after {
    height: 80%;
    border-color: #f5e12e;
    transition: .3s transform linear, .3s height linear .3s;
    transform: translateX(0);
}

.aei-cmscategory-inner:hover .aei-cat-title {
    color: #f5e12e;
}

.aei-cat-details {
    top: 33%;
    left: 0;
    right: 0;
    bottom: 33%;
    z-index: 2;
    margin: 0 140px;
    position: absolute;
    text-align: center;
}

.aei-cat-dscnt {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.8px;
}

.aei-cat-title {
    margin: 20px 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1.68px;
    text-transform: capitalize;
}

.aei-cat-desc {
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    text-transform: none;
    letter-spacing: 0.84px;
}

.aei-cat-shop-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    padding: 4px 29px;
    margin-top: 37px;
    display: inline-block;
    vertical-align: top;
    background-color: #09336e;
    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-cat-shop-btn:hover {
    background-color: #f5e12e;
    color: #000000;
}

@-webkit-keyframes colorchange {
    0% {
        color: #d50e45;
    }
    25% {
        color: #000000;
    }
    50% {
        color: #113c82;
    }
    75% {
        color: #fac400;
    }
    100% {
        color: #02204d;
    }
}


/*Aei-Category CMS end*/


/*Aei-Testimonial start*/

.aei-cmstestimony {
    /*background: transparent url("../img/aximage/Testimonial-Bg.jpg") repeat fixed center;*/
    background: transparent url("../img/banner-Bg.jpg") no-repeat center center;
    text-align: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.testimony_inner {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 20%;
}

#aeitestimony-slider {
    background-color: #ffffff;
    border: 2px solid #ec1414;
    border-radius: 5px;
    text-align: center;
    position: relative;
    width: 51.5%;
    margin: 0;
    float: left;
    padding: 112px 65px;
}

#aeicmstestimony {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#aeicmstestimony:hover #aeitestimonyarrows {
    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;
}

.product_inner_cms .name a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.64px;
    text-transform: capitalize;
}

.product_inner_cms .designation a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
}

.product_inner_cms .name:hover a {
    color: #ec1414;
}

.product_inner_cms .desc p {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1.04px;
    margin-bottom: 0;
}

.product_inner_cms {
    position: relative;
    padding-left: 60px;
    text-align: left;
    float: left;
    width: 80%;
}

.aei-cmstestimony .testmonial-image img {
    border: 4px solid #343748;
    max-width: 126px;
    max-height: 126px;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.aei-cmstestimony .testmonial-image:hover img {
    border: 4px solid #ec1414;
}

.testimony-icon {
    background: transparent url("../img/aximage/testimony-icon.png") no-repeat scroll center;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    height: 39px;
    width: 44px;
}

.testimony-details {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 12px;
}

.product_inner_cms .desc {
    width: auto;
    margin: 15px auto 0;
}

#aeicmstestimony .slick-dots {
    display: block !important;
    vertical-align: top;
    bottom: 45px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.item.cms_face {
    position: relative;
    padding: 0;
}

#aeicmstestimony .special-title {
    float: right;
    text-align: right;
}

#aeicmstestimony .special-title .ax-title {
    text-align: right;
    margin-bottom: 0;
}


/*Aei-Testimonial end*/


/*Aei-Bottom CMS start*/

#aei_cmsbottom {
    float: right;
    width: 23%;
}

.aei-cmsbottom-inner .h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-bottom: 25px;
    line-height: normal;
    text-align: left;
    text-transform: capitalize !important;
}

.aei-cmsbottom-inner {
    text-align: left;
}

.bottomicon {
    margin-bottom: 15px;
}

.bottom-contact {
    background: transparent url("../img/aximage/customer-service.svg") no-repeat scroll center left/18px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.78px;
    padding-left: 25px;
    cursor: pointer;
}

.bottom-contact:hover {
    color: #ffffff;
}


/*Aei-Bottom CMS start*/


/*Aei-payment start*/

#aeicmspayment {
    float: none;
}

.payment-block-inner {
    margin: 0;
}

.payment-block .icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}


/*Aei-payment end*/


/*Aei-brand logo start*/

#index .brands {
    clear: both;
    display: block;
    margin-top: 90px;
    margin-bottom: 90px;
}

.brands {
    display: none;
}

.brands .products {
    z-index: 2;
    /*border-radius: 5px;
	margin-bottom: -100px;*/
    position: relative;
    /*background-color: #ffffff;
	border: 2px solid #ec1414;*/
}

#aeibrand-slider {
    margin: 0;
}

.brands #aeibrand-arrows {
    width: 100%;
    top: 80px;
    z-index: 1;
    opacity: 1;
    right: 0;
    bottom: auto;
}

.brands #aeibrand-arrows .slick-prev {
    left: -19px;
}

.brands #aeibrand-arrows .slick-next {
    right: -19px;
}

.brands:hover #aeibrand-arrows {
    opacity: 1;
}

.brands .brand-image img {
    opacity: 1;
    margin: 40px auto 30px;
    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: 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;
}


/*Aei-brand logo end*/


/*Custom-Link start*/

#_desktop_links_block_top {
    float: left;
    margin-left: 110px;
    margin-top: 15px;
}

#aei_customlink {
    margin: 0;
}

#aei_customlink li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 20px;
}

#aei_customlink li:last-child {
    padding-right: 0;
}

#aei_customlink li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.96px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

#aei_customlink li a:hover {
    color: #fdbc20;
}


/*Aei-parallax cms start*/

#aeicmsparallax {
    position: relative;
    z-index: 1;
    padding: 0;
    text-align: center;
    height: 530px;
    margin-top: 70px;
}

#aeicmsparallax::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.parallax-wrapper {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}

.parallax-image {
    padding: 0;
    position: relative;
}

.section-intro.youtube-video-background {
    display: flex;
    position: relative;
    min-height: 530px;
    background: #000;
}

.section-intro.youtube-video-background iframe {
    opacity: 0.7;
}

.parallax-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 25%;
    margin: 0 auto;
    z-index: 2;
}

.parallax-title {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}

.parallax-btn.btn {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.56px;
    background-color: #fac400;
    padding: 2px 27px;
    margin-top: 42px;
}

.parallax-btn.btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.play-icon #myBtn {
    background: #ffffff url("../img/aximage/drone.svg") no-repeat scroll 13px center/35px;
    font-size: 0;
    border: none;
    height: 60px;
    width: 60px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 32px;
}

.play-icon #myBtn:hover {
    background-color: #fac400;
}

#video-background {
    height: 100%;
    width: 100%;
    vertical-align: top;
}

.section-first {
    height: 530px;
    background-color: transparent;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*Aei-parallax cms end*/


/* cima digital*/

.header-top #search_widget {
    display: block;
    margin: auto;
    width: 30%;
}

#header #_desktop_logo {
    margin: 0;
    width: 30%;
    top: -30px;
}

.search-widget form input[type="text"] {
    border-width: 2px;
    border-color: #ccc;
    height: 50px;
    border-radius: 7px;
}

.ax-search-icon {
    background-color: #f08f02;
    width: 50px;
    height: 50px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.header-navfullwidth {
    background-color: #f08f02;
    border-bottom: none;
}

#header .menu {
    margin-left: 0;
}

#aei_cmsservice .container {
    width: 100%;
    background: #f5f5f5;
}

#aei_cmsservice ul {
    max-width: 1430px;
    margin: auto;
    background: transparent;
    display: block;
    border: none;
}

.motores .motor {
    background: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 30px;
}

.motores .motor h2 {
    float: left;
    width: 50%;
    display: block;
    margin-top: 15%;
    text-align: left;
    padding-left: 20px;
    font-size: 19px;
}

.motores .motor img {
    padding: 20px 20px 20px 0;
    display: block;
    max-height: 200px;
}

.servicios h2 {
    text-align: left;
    font-weight: bold;
    font-size: 58px;
}

.servicios h3 {
    font-weight: bold;
    float: left;
    font-size: 58px;
    color: #fff;
    background: #f08f02;
    display: inline;
}

.servicios p {
    clear: both;
    font-size: 28px;
    text-align: left;
    color: #444;
    line-height: 32px;
}

.block_newsletter {
    margin-top: 0;
    width: 23%;
    float: right;
}

.block_newsletter p {
    text-align: left;
    padding-top: 0;
}

.block_newsletter p.h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-bottom: 15px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase !important;
}

#footer .block_newsletter form input[type="text"] {
    background: transparent;
    border: 1px solid #c4c4c4;
}

#footer .block_newsletter form input[type="submit"] {
    background-color: #f08f02;
    right: 0;
    bottom: 0;
    height: 42px;
}

#index .footer-before {
    background: none;
    padding: 50px 0;
}

.footer-container {
    background-color: #f5f5f5;
}

.lastest_block.block .ax-title {
    text-align: center;
}

.ax-product-title {
    text-transform: uppercase;
}

.homeblog .blog-details {
    position: relative;
    opacity: 1;
    text-align: left;
}

.homeblog .blog-created .date {
    color: #444;
}

.homeblog .blog-title {
    text-align: left;
}

.homeblog .blog-title a,
.homeblog .shortdesc {
    color: #000;
    text-align: left;
}

.homeblog .blog-image:before {
    background: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
    padding: 0;
    border: none;
}

.copyright {
    margin-bottom: 0;
}

nav.header-nav .container {
    position: relative;
}

#header .header-nav {
    border-bottom: none;
}

#header .header-nav .left-nav {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20px;
}

#header .header-top {
    padding-bottom: 30px;
}

.left-nav .block-links {
    width: 100%;
    padding-left: 0;
}

.left-nav .block-links p {
    display: none;
}

.left-nav .block-links ul li {
    display: inline-block;
    padding: 0 10px;
}

.left-nav .block-links ul li:first-child {
    padding-left: 0;
}

#_desktop_user_info {
    text-align: center;
}

#_desktop_user_info .ax-user-icon {
    float: none;
}

.user-info-data {
    display: block;
    clear: both;
}

#_desktop_cart {
    padding-right: 25px;
}

.shopping-cart-data {
    display: block;
}

#header .language-selector .expand-more img {
    padding-right: 0;
    padding-bottom: 0;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    margin: auto;
}

.llamanos {
    float: right;
    width: 25%;
    margin-top: -72px;
    font-size: 16px;
    color: #f08f02;
}

.llamanos a{
    color: #f08f02;
}

.llamanos i{
    margin: 3px;
}

.links.block-links:after,
.block-contact:after,
#block_myaccount_infos:after {
    height: 0;
}

.block-contact #contact-info-list .icon {
    background: none;
    color: #f08f02;
    font-size: 24px;
}

.footer-container .links {
    width: 25%;
}

.ax-back-to-top {
    background-color: #f08f02;
    margin-bottom: -15px;
}

.breadcrumb {
    background: none;
    border: 1px solid #ccc;
    margin-top: 15px;
    text-align: left;
    padding: 15px;
}

#wrapper .breadcrumb li a {
    color: #000;
}

#search_filters .facet .facet-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.block-category h1 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f08f02;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: left;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a,
.product-title a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    text-align: left;
}

.product-miniature .product-price-and-shipping .price {
    color: #f08f02;
}

.products .product-miniature .product-actions,
.product-accessories .product-miniature .product-actions {
    /*min-width:235px;*/
    display: none;
}

.products .product-miniature:hover .product-price-and-shipping,
.product-miniature:hover .product-price-and-shipping {
    opacity: .5;
}

.product-description p.extra {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}

.product-description p.extra span {
    text-transform: uppercase;
}

.productpage_title,
.quickview h1.h1 {
    color: #f08f02;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-information .extra {
    color: #888;
    margin-bottom: 0;
    font-style: italic;
}

.product-information .extra span {
    text-transform: uppercase;
}

.product-information>div {
    margin-top: 20px;
}

.product-information .product-actions {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.product-variants>.product-variants-item select {
    width: 100%;
}

.product-price {
    color: #f08f02;
}

.has-discount.product-price,
.has-discount p {
    color: #f08f02;
}

.has-discount .discount {
    background: #f08f02;
}

.product-prices div {
    font-size: 32px;
}

.product-prices .tax-shipping-delivery-label {
    vertical-align: bottom;
}

.btn-primary {
    background: #f08f02;
    color: #000;
}

#product-availability.success {
    background: #81c465;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
}

#product-availability.warning {
    background: #f08f02;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
}

#product-availability.error {
    background: red;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
}

.featured-products h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.product-cover {
    width: 83%;
    float: right;
    box-shadow: none;
    border: 1px solid #ccc;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    box-shadow: none;
    border: 1px solid #ccc;
}

.images-container .product-images>li.thumb-container:first-child>.thumb {
    margin-top: 0;
}

#header .top-menu[data-depth="0"]>li>a:hover {
    background: #000;
}

.aeisliders_nav.prev,
.aeisliders_nav.next {
    background-color: #f08f02;
}

.footer-before {
    background: none;
}

.ax-search-icon,
.search-widget form button[type="submit"]:hover .ax-search-icon {
    background-image: none;
}

.ax-search-icon:before {
    font-family: 'FontAwesome';
    content: '\f002';
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

.ax-user-icon,
.ax-user-info:hover .ax-user-icon {
    background-image: none;
}

.ax-user-icon:before {
    font-family: 'FontAwesome';
    content: '\f007';
    font-size: 32px;
    color: #000;
    line-height: 50px;
}

.shopping-cart-icon,
.blockcart-inner:hover .shopping-cart-icon {
    background-image: none;
}

.shopping-cart-icon:before {
    font-family: 'FontAwesome';
    content: '\f07a';
    font-size: 32px;
    color: #000;
    line-height: 50px;
}

.ax-user-info:hover .ax-user-icon:before,
.ax-user-info .user-info-icon:hover,
.blockcart-inner:hover .shopping-cart-icon:before,
.cart-title:hover {
    color: #f08f02;
}

#_desktop_language_selector {
    margin-right: 0;
    margin-top: 8px;
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
    background-color: #f08f02;
}

.blog-details a.btn {
    padding-left: 0;
}

.homeblog .blog-title:hover a {
    color: #f08f02;
}


/*sliders */

.aeisliders .caption {
    left: 0 !important;
    right: auto !important;
    width: 100%;
}

.slider-text .caption-description .pos-izq {
    position: absolute;
    left: 10%;
    text-align: left;
}

.slider-text .caption-description .pos-centro {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.slider-text .caption-description .pos-der {
    position: absolute;
    right: 10%;
    text-align: right;
}

.slider-text .caption-description h2 {
    color: #575757;
    display: block;
}

.slider-text .caption-description h2.orange {
    background: #f08f02;
    color: #fff;
}

.slider-text .caption-description p {
    margin-top: 20px;
    color: #575757;
    font-size: 16px;
    margin-bottom: 20px;
}

.slider-text .caption-description a {
    background: #575757;
    color: #fff;
    padding: 5px 20px;
    margin-top: 20px;
}

#left-column .block_title {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.block-categories .block-categories-collapse,
#search_filters .block_content {
    border: none;
}

.block-categories a:hover {
    color: #f08f02;
}

.blockcart-inner:hover .cart-title {
    color: #f08f02;
}

.footer-container li a,
.block-contact,
.block-contact a {
    color: #000;
    line-height: 20px;
}

.footer-container li:after {
    width: 5px;
    height: 5px;
    opacity: 1;
    background-color: #000;
}

.footer-container li a:hover {
    color: #f08f02;
}

.footer-container li:after a:hover {
    background-color: #f08f02;
}

.block-contact #contact-info-list .data {
    line-height: 30px;
}

.block-contact #contact-info-list .data span {
    display: block;
}

#_desktop_top_menu .top-menu .popover {
    width: 300px;
}


/*barra busqueda central*/

#main #search_widget {
    width: 100%;
    padding: 30px;
    background: #f08f02;
    margin-bottom: 100px;
}

#main .search-widget form {
    width: 50%;
    margin: auto;
}

.search-widget form input[type="text"]:focus,
.search-widget form input[type="text"]:hover,
#main .search-widget form input[type="text"] {
    background: #fff;
    color: #000;
    border: none;
}

#main .ax-search-icon {
    background: #fff;
    border-left: 1px solid #f08f02;
}

#main .ax-search-icon:before {
    color: #f08f02;
}

.brands .h1.ax-product-title {
    display: block;
    text-align: center;
}

.products-sort-order .select-list:hover {
    background: #f08f02;
}

.show_grid,
.show_list {
    background: none;
}

.show_grid.active,
.show_list.active,
.show_grid:hover,
.show_list:hover {
    background-image: none;
}

.show_grid.active:before,
.show_list.active:before {
    color: #f08f02;
}

.show_grid:before {
    font-family: 'FontAwesome';
    content: '\f00a';
    font-size: 20px;
    color: #000;
    padding-left: 5px;
    line-height: 30px;
}

.show_list:before {
    font-family: 'FontAwesome';
    content: '\f00b';
    font-size: 20px;
    color: #000;
    padding-left: 5px;
    line-height: 30px;
}

.spinner {
    background-image: none;
}

#header .currency-selector:hover .expand-more,
#header .language-selector:hover .expand-more,
#header .language-selector .dropdown-menu li.current a,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #f08f02;
}


/*bloque de categorias*/

.block-categories .category-sub-menu li {
    padding: 0 0 0 25px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    text-transform: uppercase;
}

.block-categories .category-sub-menu .category-sub-link {
    font-weight: 300;
}

.block-categories .category-sub-menu li.active>a {
    font-weight: bold;
}

.block-categories .collapse-icons .material-icons.add,
.block-categories .collapse-icons[aria-expanded="true"] .remove {
    /*display:none;*/
}

.block-categories .collapse-icons {
    /*left:0;
	right:auto;*/
}

.block-categories .category-sub-menu li>a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e4e4e4;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    content: '';
}

.block-categories .category-sub-menu li.active>a:before,
.block-categories .category-sub-menu li.active>a:not([data-depth="0"]):not([data-depth="1"]):before {
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 20px;
    position: absolute;
    left: 0;
    color: #000;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 25px;
}

.block-categories .category-sub-menu li div {
    /*display:block !important;*/
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-left: -10px;
}

#_desktop_top_menu .top-menu .menu-dropdown .sub-menu ul[data-depth="1"]>li {
    width: 100%;
}

#_desktop_top_menu .top-menu .popover {
    width: 400px;
}

.block-categories .navbar-toggler.collapse-icons i {
    font-size: 24px;
}

.category-sub-menu .arrows {
    top: 0;
    width: 55px;
}


/*fin cima digital*/


/*=================== responsive part ======================*/

@media (max-width: 1449px) {
    .brands #aeibrand-arrows .slick-prev {
        left: 0px;
    }
    .brands #aeibrand-arrows .slick-next {
        right: 0px;
    }
}

@media (max-width: 1229px) {
    #aeitestimony-slider {
        padding: 112px 15px;
    }
}

@media (max-width:1199px) {
    .aei-details {
        top: 35px;
    }
    .aei-service-title {
        font-size: 14px;
    }
    #aeitestimony-slider {
        width: 70%;
    }
}

@media (max-width: 991px) {
    #aei_cmsservice ul {
        margin: 0;
        text-align: center;
    }
    .aei-cat-details {
        margin: 0 40px;
        top: 25%;
        bottom: 25%;
    }
    .aei_cmsbanner .ax-title {
        margin-bottom: 30px;
    }
    #aei_cmsservice .aei-service-item {
        padding: 0;
    }
    #aei_cmsservice {
        margin: 40px 0;
    }
    #aeicmstop {
        display: none;
    }
    #aeicmstestimony,
    #aeicmstestimony .special-title .ax-title {
        text-align: center;
    }
    #aeicmstestimony .special-title {
        width: auto;
        float: none;
        padding-top: 0;
        text-align: center;
        padding-bottom: 15px;
    }
    #aeitestimony-slider {
        width: 80%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .aei-cmstestimony {
        padding: 60px 0;
    }
    .aei_cmsbanner {
        padding: 40px 0;
    }
    #aei_cmsbottom {
        float: left;
        width: 100%;
        margin-top: 5px;
    }
    .aei-cmsbottom-inner {
        padding: 0 15px;
    }
    #_mobile_cart,
    #_mobile_user_info,
    #header .header-nav #menu-icon {
        margin-top: -10px;
    }
    #_mobile_logo {
        position: relative;
        top: -10px !important;
    }
    #header .header-nav {
        padding: 20px 0 10px;
    }
    #header .header-nav .top-logo a img {
        max-height: none;
    }
    .ax-user-info .user-info-icon {
        display: none;
    }
    #header .header-top .search-widget {
        width: 100%;
    }
    .llamanos {
        display: none;
    }
    .service-right {
        display: block;
        margin-top: 0;
    }
    #header .header-nav.fixed {
        /*display:none;*/
    }
    #header .header-nav.fixed #_mobile_logo {
        display: none;
    }
    #index .footer-before {
        padding: 0;
    }
    .header-navfullwidth {
        padding: 1.5px 0;
    }
    .slider-text .caption-description .pos-izq,
    .slider-text .caption-description .pos-der {
        left: 50%;
        transform: translateX(-50%);
    }
    #mobile_top_menu_wrapper {
        border-color: #f08f02 #eeeeee #eeeeee;
        /*top:0;
		position:absolute;*/
    }
    #_mobile_language_selector {
        position: relative;
        z-index: 9;
        margin-right: 10px;
    }
    #header .language-selector i.expand-more,
    #header .language-selector .expand-more span {
        display: none;
    }
    #header .language-selector button {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
    }
    #header .language-selector select {
        margin-top: 30px;
        text-align: center;
        opacity: 0;
    }
}

@media (max-width: 800px) {
    .aei-details {
        top: 15px;
    }
}

@media (max-width: 767px) {
    #aei_cmsservice .aei-service-item {
        width: auto;
        float: none;
        margin-bottom: 15px;
    }
    #aei_cmsservice {
        margin-bottom: 20px;
    }
    #aeitestimony-slider {
        width: 100%;
    }
    .aei_banner_inner {
        text-align: center;
    }
    #aei_cmsservice {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .aei-cmstestimony {
        margin-bottom: 40px;
    }
    .aei-details {
        top: 25%;
        bottom: 25%;
        right: 60px;
    }
    .aei-banner-item {
        position: relative;
        float: none;
        text-align: center;
        width: auto;
        padding-bottom: 15px;
    }
    .aei-banner-item.top-center {
        margin: 0;
    }
    .brands .products {
        margin: 0;
    }
    #index .brands {
        margin-top: 20px;
    }
    .aeisliders_tabs {
        display: none;
    }
    .motores .col-md-4 {
        width: 50%;
        float: left;
    }
    .motores .motor h2 {
        font-size: 14px;
        height: 62px;
    }
    .servicios h2 {
        font-size: 28px;
    }
    .servicios p {
        font-size: 22px;
    }
    #main .search-widget form {
        width: 100%;
    }
    .ax-product-title {
        font-size: 22px;
        text-align: left;
        display: block;
    }
    #blog-arrows {
        top: -55px;
    }
    .footer-container .links {
        width: 100%;
    }
    .block_newsletter {
        width: 100%;
        float: none;
        margin: 0;
        top: 15px;
    }
    .block_newsletter .row {
        margin: 0;
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .aei-cmstestimony {
        margin-bottom: 0px;
    }
    .product_inner_cms {
        position: relative;
        padding-left: 0;
        text-align: center;
        float: none;
        width: auto;
        padding-top: 15px;
    }
    #aeitestimony-slider {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .testimony_inner {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: auto;
    }
}

@media (max-width: 479px) {
    .aei-details {
        top: 10%;
        bottom: 10%;
        right: 40px;
    }
    .aei-title {
        font-size: 18px;
    }
    .aei-desc {
        font-size: 18px;
        margin: 10px 0;
    }
    .slideshow-container {
        min-height: 250px;
    }
    .aeisliders img {
        width: auto;
        height: 250px;
        max-width: none;
        left: 50%;
        transform: translate(-50%);
    }
    .aeisliders li:nth-child(2) img,
    .aeisliders li:nth-child(4) img {
        filter: brightness(57%);
        -webkit-filter: brightness(57%);
    }
    .aeisliders li:nth-child(1) img,
    .aeisliders li:nth-child(3) img {
        filter: opacity(0.52);
        -webkit-filter: opacity(0.52);
    }
    .slider-text .caption-description .pos-centro,
    .slider-text .caption-description .pos-izq,
    .slider-text .caption-description .pos-der {
        width: 90%;
    }
}

@media screen and (max-width: 1320px) and (min-width: 768px) {
    li#category-11>div.popover {
        width: 100% !important;
    }
}

one;

}
#index .footer-before {
    padding: 0;
}
.header-navfullwidth {
    padding: 1.5px 0;
}
.slider-text .caption-description .pos-izq,
.slider-text .caption-description .pos-der {
    left: 50%;
    transform: translateX(-50%);
}
#mobile_top_menu_wrapper {
    border-color: #f08f02 #eeeeee #eeeeee;
    /*top:0;
		position:absolute;*/
}
#_mobile_language_selector {
    position: relative;
    z-index: 9;
    margin-right: 10px;
}
#header .language-selector i.expand-more,
#header .language-selector .expand-more span {
    display: none;
}
#header .language-selector button {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
#header .language-selector select {
    margin-top: 30px;
    text-align: center;
    opacity: 0;
}

}
@media (max-width: 800px) {
    .aei-details {
        top: 15px;
    }
}
@media (max-width: 767px) {
    #aei_cmsservice .aei-service-item {
        width: auto;
        float: none;
        margin-bottom: 15px;
    }
    #aei_cmsservice {
        margin-bottom: 20px;
    }
    #aeitestimony-slider {
        width: 100%;
    }
    .aei_banner_inner {
        text-align: center;
    }
    #aei_cmsservice {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .aei-cmstestimony {
        margin-bottom: 40px;
    }
    .aei-details {
        top: 25%;
        bottom: 25%;
        right: 60px;
    }
    .aei-banner-item {
        position: relative;
        float: none;
        text-align: center;
        width: auto;
        padding-bottom: 15px;
    }
    .aei-banner-item.top-center {
        margin: 0;
    }
    .brands .products {
        margin: 0;
    }
    #index .brands {
        margin-top: 20px;
    }
    .aeisliders_tabs {
        display: none;
    }
    .motores .col-md-4 {
        width: 50%;
        float: left;
    }
    .motores .motor h2 {
        font-size: 14px;
        height: 62px;
    }
    .servicios h2 {
        font-size: 28px;
    }
    .servicios p {
        font-size: 22px;
    }
    #main .search-widget form {
        width: 100%;
    }
    .ax-product-title {
        font-size: 22px;
        text-align: left;
        display: block;
    }
    #blog-arrows {
        top: -55px;
    }
    .footer-container .links {
        width: 100%;
    }
    .block_newsletter {
        width: 100%;
        float: none;
        margin: 0;
        top: 15px;
    }
    .block_newsletter .row {
        margin: 0;
        padding: 0 15px;
    }
}
@media (max-width: 575px) {
    .aei-cmstestimony {
        margin-bottom: 0px;
    }
    .product_inner_cms {
        position: relative;
        padding-left: 0;
        text-align: center;
        float: none;
        width: auto;
        padding-top: 15px;
    }
    #aeitestimony-slider {
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .testimony_inner {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: auto;
    }
}
@media (max-width: 479px) {
    .aei-details {
        top: 10%;
        bottom: 10%;
        right: 40px;
    }
    .aei-title {
        font-size: 18px;
    }
    .aei-desc {
        font-size: 18px;
        margin: 10px 0;
    }
    .slideshow-container {
        min-height: 250px;
    }
    .aeisliders img {
        width: auto;
        height: 250px;
        max-width: none;
        left: 50%;
        transform: translate(-50%);
    }
    .aeisliders li:nth-child(2) img,
    .aeisliders li:nth-child(4) img {
        filter: brightness(57%);
        -webkit-filter: brightness(57%);
    }
    .aeisliders li:nth-child(1) img,
    .aeisliders li:nth-child(3) img {
        filter: opacity(0.52);
        -webkit-filter: opacity(0.52);
    }
    .slider-text .caption-description .pos-centro,
    .slider-text .caption-description .pos-izq,
    .slider-text .caption-description .pos-der {
        width: 90%;
    }
}
@media screen and (max-width: 1320px) and (min-width: 768px) {
    li#category-11>div.popover {
        width: 100% !important;
    }
}
.subcategory-heading {
    font-weight: bold;
}
#subcategories ul li {
    float: left;
    width: 20%;
    margin-left: 5%;
    text-align: center;
}
#subcategories ul li img {
    margin-bottom: 10px;
}
.products .product-miniature {
    width: 25%;
}

.product-miniature li.product-flag{
	opacity: 1 !important;
	top: 10px !important;
}

body#product div.tab-pane#attachments h3.h5 {
    margin-bottom: 1em;
}

body#product div.tab-pane#attachments div.attachment:not(:last-child) {
    margin-bottom: 2em;
}

body#product section.product-tabcontent ul.nav.nav-tabs > li a {
    text-transform: none;
}

#_desktop_top_menu a.dropdown-item {
    text-transform: none !important;
}

.cd-price-without-taxes > p {
    margin-bottom: 0px;
    display: inline-block;
    font-size: 32px;
    line-height: 1.4em;
    color: #f08f02;
    font-weight: 600;
}

.cd-g9g0ae90 {
    display: inline-block;
    font-size: .8125rem;
    color: #7a7a7a;
    font-weight: 600;
}

div.cd-c-prices {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

div.cd-c-prices > .product-prices {
    order: 2;
    margin-top: 0px;
}

div.cd-c-prices > .cd-price-without-taxes {
    order: 1;
}

div.cd-c-prices > .product-prices .current-price > span {
    font-size: 16px;
    line-height: 1.4em;
    color: black;
}

.product-miniature li.product-flag.on-sale {
    top: 35px !important;
}

div#js-product-list article div.product-image-block > a > span.next_image {
    display: none;
}

div#js-product-list article div.product-image-block:hover > a > span.main_image:before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cd-ref, .cd-marca {
	text-transform: uppercase;
}

.product-information .extra {
	font-weight: 400;
}

.product-information div[itemprop="description"] p{
	color: #888;
}

body#product .product-attachments {
    margin-top: 1em;
}

body#product .product-attachments div.attachment{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

body#product div#tab-content .product-quantities{
    display: none;
}

@media all and (max-width: 767px) {
    #search_filters_wrapper {
        display: block !important;
    }
    .btn.btn-secondary.ok {
        display: none;
    }
    
  /* MOD: Productos relacionados */ 
    .thumbnail-container {
    	width: 90%; 
    }
    .featured-products .product-title a  {
    	font-size: 12px; 
    }
    .featured-products p.extra {
    	font-size: 10px; 
    }
    
    
}

@media all and (max-width: 500px) {
    #subcategories ul li {
        width: inherit;
    }
}

body#product p.extra span {
    font-weight: 700;
}

div.cd-images-left-arrow,
div.cd-images-right-arrow {
    line-height: 24px;
    border-radius: 0;
    cursor: pointer;
    width: 24px;
    border: none;
    color: #ffffff;
    background-color: #f08f02;
}

div.cd-images-left-arrow {
    position: absolute;
    top: 50%;
    transform: translate(50%);
    left: 0;
}

div.cd-images-right-arrow {
    position: absolute;
    top: 50%;
    transform: translate(50%);
    right: 25px;
}

body#product .scroll-box-arrows.scroll {
    display: none;
}

.footer-container li a, .block-contact, .block-contact a {
    text-transform: none;
}

header .left-nav {
    display: none;
}

body#product .js-qv-mask {
    clear: both;
}

@media all and (max-width: 1300px) {
    div.block_newsletter > .row {
        margin: 0;
    }
}

@media all and (min-width: 767px) and (max-width: 1300px) {
    body#index div.row.motores{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0;
    }
}

body#product section.product-accessories > div.ax-title {
    text-align: center;
}

body#product section.product-accessories h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    margin-bottom: .5rem;
    font-family: inherit;
    letter-spacing: 0.7px;
    font-size: 20px;
}

body#product ul#aeiaccessories-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

body#product ul#aeiaccessories-grid img {
    max-width: 80%;
}

body#product ul#aeiaccessories-grid span.next_image img {
    max-width: inherit;
}

@media all and (max-width: 767px) {
	body#category #search_filters_wrapper.hidden-sm-down {
		display: none !important;
	}
		body#category .btn-secondary.ok{
		display: block;
	}
}

@media all and (max-width: 1600px) {
	.aei-service-item .aei-image-block {
		display: block;
	}
	.service-right {
		margin-top: 0px;
		display: block;
	}
	.aei-image-icon {
		margin-left: auto;
		margin-right: auto;
	}
}


.slider-bg-white p{
	background-color: white;
	color: #575757 !important;
	padding: 1rem 1rem;
}

#_mobile_language_selector {
	display: none;
}

@media all and (max-width: 767px) {
	.llamanos-mobile {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	
	.llamanos-mobile > div {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: -20px;
	}
	.llamanos-mobile > div:not(:last-child) {
		margin-right: 1rem;
	}
}

@media all and (max-width: 400px) {
	.llamanos-mobile > div a {
		font-size: 10px;
		line-height: 12px;
	}
}

div#aei_cmsbottom {
	display: none;
}