@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
.aa-best {
    background: #f8f8f8;
}

.aa-best .element-figure {
    width: 100%;
}

.aa-best .element-figure img {
    width: 100%;
}

@media (max-width: 1100px) {
    .aa-best .element-figure {
        position: relative;
        width: 100%;
    }

    .aa-best .col-panel {
        width: 100%;
    }
}

.aa-app .cell {
    float: none;
    display: inline-block;
    margin-top: 20px;
}

.aa-app h1 {
    line-height: 45px
}

.aa-app .apps {
    margin: 0 -20px
}

.aa-app .apps img {
    margin: 20px;
    width: 42%;
    max-width: 240px;
}

@media (max-width: 991px) {
    .aa-app .apps img {
        margin: 5%;
        width: 40%;
    }
}

@media (min-width: 768px) {
    .aa-app .midle {
        margin-top: calc(50px);
    }

}

@media (max-width: 768px) {
    .aa-app .fundo {
        max-width: 100%;
        float: none;
        display: inline-block !important;
        margin-top: 20px
    }

    .aa-app .midle {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        margin: 0 0px
    }

    .aa-app .apps img {
        margin: 5% 4%;
        opacity: 0
    }

}

@media (max-width: 600px) {
    .aa-app h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .aa-app .apps img {
        margin: 5% 4%;
    }
}

@media (max-width: 480px) {
    .aa-app h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .aa-app .apps img {
        margin: 5% 4%;
    }
}

@media (max-width: 380px) {
    .aa-app h1 {
        font-size: 18px;
        line-height: 23px;
    }

    .aa-app .apps img {
        margin: 4% 4%;
    }
}

.aa-onepage .row-medidas {
    position: relative;
    padding-bottom: 60px
}

.aa-onepage .row-medidas .line {
    position: absolute;
    top: 50%;
    right: 40%;
    width: 1077px
}

.aa-onepage .medidas .meio {
    display: inline-block;
    text-align: center;
    margin-top: 50px
}

.aa-onepage .medidas .meio span {
    display: block;
}

.aa-onepage .medidas .circuler img {
    width: 140%;
    max-width: 370px;
    margin: -20%
}

.aa-onepage .medidas .circuler .meio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width: 1200px) {
    .aa-onepage .row-medidas .line {
        right: 35%;
    }

}

@media (max-width: 991px) {
    .aa-onepage .row-medidas .line {
        top: 60%;
    }

    .aa-onepage .medidas .circuler img {
        max-width: 100%;
        margin: 0
    }

    .aa-onepage .row-medidas {
        padding-bottom: 0px
    }

}

@media (max-width: 850px) {
    .aa-onepage .row-medidas .line {
        top: 70%;
    }

}

.aa-onepage .description .title {
    position: relative;
    padding-left: 70px;
    height: 60px;
    margin-bottom: 20px
}

.aa-onepage .description .title div {
    line-height: 22px;
    transform: translateY(calc(30px - 50%));
    -moz-transform: translateY(calc(30px - 50%));
    -ms-transform: translateY(calc(30px - 50%));
    -o-transform: translateY(calc(30px - 50%));
    -webkit-transform: translateY(calc(30px - 50%));
}

.aa-onepage .description .title span {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #f47721;
    border-radius: 50%
}


#aa-testimonial .ponto {
    float: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f47721;
    border: solid 5px rgba(255, 255, 255, 0.5)
}

#aa-testimonial .panel {
    box-shadow: 2px 8px 8px 0px rgba(0, 0, 0, .1);
    border-radius: 15px;
    margin-top: 10px
}

#aa-testimonial .panel-default > .panel-heading {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px 15px
}

#aa-testimonial .panel-default h3 {
    font-size: 16px;
    font-weight: 700;
}

#aa-testimonial .title {
    position: relative;
    padding-left: 95px;
    height: 85px;
    margin-bottom: 20px
}

#aa-testimonial .title figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    background: #f47721;
    border-radius: 50%;
    border: solid 10px rgba(255, 255, 255, 0.5);
    overflow: hidden
}

#aa-testimonial .title figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#aa-testimonial .title div {
    line-height: 22px;
    transform: translateY(calc(43px - 50%));
    -moz-transform: translateY(calc(43px - 50%));
    -ms-transform: translateY(calc(43px - 50%));
    -o-transform: translateY(calc(43px - 50%));
    -webkit-transform: translateY(calc(43px - 50%));
}

#aa-testimonial .title div p {
    margin: 0
}
.blog-highlights{
    margin-top: 15px;
}

.blog-highlights .posts__item {
    border-radius: 4px;
    margin: -10px;
    padding: 15px;
}

.blog-highlights .posts__item--card{
    position: relative;
    background-color: #f7f7f7;
}

.blog-highlights .posts__item--card .posts__thumb {
    float: none;
    margin: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog-highlights .posts__item--card .posts__thumb:first-child {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.blog-highlights .posts__item--card .posts__thumb img {
    height: auto;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog-highlights .posts__item--card .posts__cat {
    display: block;
    left: 23px;
    margin-bottom: 8px;
    overflow: hidden;
    position: absolute;
    top: 23px;
    z-index: 1;
}

.blog-highlights .posts__item--card .posts__cat-label {
    background-color: #00993F;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    padding: .6em 1.1em .5em;
    text-transform: uppercase;
}

.blog-highlights .posts__item--card .posts__cat-label:hover, .blog-highlights .posts__item--card .posts__cat-label:focus {
    color: #fff;
}

.blog-highlights .posts__item--card .posts__date {
    display: inline-block;
    font-size: 10px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.blog-highlights .posts__item--card .posts__title {
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0em;
    margin-top: 0px;
}

.blog-highlights .posts__item--card .posts__title a {
    color: #fff !important;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
}

.blog-highlights .posts__item--card .posts__excerpt {
    padding: 13px 0 0 0;
    color: #fff;
    font-size: 16px;
}

.blog-highlights .posts__item--card .posts__inner {
    padding: 18px 24px 24px;
    position: relative;
}

.blog-highlights .posts__item--card .posts__inner .btn{
    padding: 6px 20px;
    background: #009deb;
    border-radius: 20px;
}

/*==== ======== =====*/
.blog-highlights .posts__item--card figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 0;
}
.blog-highlights .posts__item--card figure:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}

@media (min-width: 992px) {
    .blog-highlights .posts__item--card .posts__date + .posts__title {
        margin-top: 10px;
    }

    .blog-highlights .posts__item--card .posts__date {
        font-size: 11px;
    }

    .blog-highlights .posts__item--card .posts__title--sm {
        font-size: 18px;
    }

    .blog-highlights .posts__item--card .posts__title--sm + .posts__excerpt {
        padding: 10px 0 0 0;
    }

    .blog-highlights .posts__item--card .posts__excerpt {
        padding: 23px 0 8px 0;
    }
}

@media (max-width: 768px) {
    .blog-highlights .posts__item {margin: 5px !important; width: calc(100% - 10px)}
}

.blog-highlights .posts__item.p-0 {
    margin-right: 0px;
}

.blog-highlights .posts__item.p-0 .posts__inner{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%
}


.blog-highlights .posts__item.p-0 .posts__inner .posts__excerpt{display: none}

.blog-highlights .posts__item.p-1 .posts__item--card:before,
.blog-highlights .posts__item.p-2 .posts__item--card:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85f59+0,fb7b51+44,ff9c48+100 */
    background: #f47721; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,95,89,1) 0%, rgba(251,123,81,1) 44%, rgba(255,156,72,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248,95,89,1) 0%,rgba(251,123,81,1) 44%,rgba(255,156,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248,95,89,1) 0%,rgba(251,123,81,1) 44%,rgba(255,156,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85f59', endColorstr='#ff9c48',GradientType=0 ); /* IE6-9 */
}

.blog-highlights .posts__item.p-1 .posts__item--card figure,
.blog-highlights .posts__item.p-2 .posts__item--card figure{
    display: none;
}

.blog-highlights .posts__item.p-1 {
    margin-left: 0;
    margin-bottom: 0;
}

.blog-highlights .posts__item.p-2 {
    margin-left: 0;
    margin-top: 0;
}

.blog-highlights .posts__item.p-2 .posts__item--card:before{
    width: 5px; 
}

.blog-highlights .posts__item.p-2 .posts__item--card{
    padding-left: 20px;
}

.blog-highlights .posts__item.p-2 .posts__item--card .posts__title a {
    color: #000 !important;
    font-weight: 400;
}

.blog-highlights .posts__item.p-2 .posts__item--card .posts__excerpt {
    color: #000;
}
#cart-view {
    display: inline;
    width: 100%
}

#cart-view .cart-view-area {
    display: inline;
    float: left;
    width: 100%
}

#cart-view .cart-view-area .cart-view-table {
    background-color: #f5f5f5;
    display: inline;
    float: left;
    min-height: 350px;
    padding: 30px;
    width: 100%
}

#cart-view .cart-view-area .cart-view-table .table {
    border: 1px solid #ddd
}

#cart-view .cart-view-area .cart-view-table .table thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #555;
    font-size: 18px;
    padding: 20px 0;
    text-align: center
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td {
    border-right: 1px solid #ccc;
    text-align: center;
    vertical-align: middle
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove {
    color: #f00;
    padding: 5px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove:hover {
    color: #555
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td img {
    height: 100px;
    width: 80px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .aa-cart-quantity {
    padding: 5px;
    width: 50px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom {
    padding: 50px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon {
    float: left
}

#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
    border: 1px solid #e5e5e5;
    color: #505050;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
    margin-right: 20px;
    min-width: 250px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

#cart-view .cart-view-area .cart-view-table .cart-view-total {
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

#cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
    color: #555;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px
}

#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table {
    border: 1px solid #ccc;
    width: 100%
}

#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
    text-align: center
}

#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
    text-align: center
}

#cart-view .cart-view-area .cart-view-table .cart-view-total a {
    display: inline-block;
    float: none;
    margin-top: 30px
}

.bootstrap-touchspin .input-group-btn {
    width: auto;
}

.bootstrap-touchspin .input-group-btn button {
    padding: 7px 12px 6px;
}
#checkout {
    display: inline;
    width: 100%
}

#checkout .checkout-area {
    display: inline;
    float: left;
    width: 100%
}

#checkout .checkout-area .checkout-left {
    display: inline;
    float: left;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .pane75l-default {
    border-radius: 0
}

#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading {
    background-color: transparent;
    padding: 0
}

#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading .panel-title {
    font-size: 18px;
    padding: 20px 15px
}

#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading .panel-title a {
    display: block
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-coupon .aa-coupon-code {
    border: 1px solid #e5e5e5;
    color: #505050;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-right: 20px;
    min-width: 250px;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-coupon input[type="submit"] {
    font-size: 14px
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="text"], #checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="password"] {
    border: 1px solid #ccc;
    font-size: 14px;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login label {
    cursor: pointer;
    font-weight: normal;
    margin-top: 8px
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="checkbox"] {
    margin-top: 5px
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login button {
    float: left;
    font-size: 14px;
    margin-right: 5px;
    padding: 8px 20px
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password {
    color: #555;
    float: left;
    margin-top: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password a {
    color: #555
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill {
    display: inline;
    float: left;
    margin-bottom: 15px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill textarea {
    border: 1px solid #ccc;
    color: #999;
    height: 150px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill select {
    border: 1px solid #ccc;
    color: #999;
    height: 40px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-right {
    display: inline;
    float: left;
    width: 100%
}

#checkout .checkout-area .checkout-right h4 {
    margin-top: 0
}

#checkout .checkout-area .checkout-right .aa-order-summary-area {
    margin-bottom: 30px
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table {
    border: 1px solid #ccc
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table thead tr th {
    border: 1px solid #ccc;
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td {
    border-right: 1px solid #ccc;
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td strong {
    font-size: 14px;
    margin-left: 5px
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr th {
    border-right: 1px solid #ccc;
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr td {
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-payment-method {
    border: 1px solid #ccc;
    padding: 15px
}

#checkout .checkout-area .checkout-right .aa-payment-method label {
    font-weight: normal;
    width: 100%
}

#checkout .checkout-area .checkout-right .aa-payment-method img {
    margin-top: -10px;
    width: 80%
}

#checkout .checkout-area .checkout-right .aa-payment-method input[type="submit"] {
    display: block;
    margin-top: 15px;
    padding: 8px 12px;
    width: 100%
}
#login-register, .client-form {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
}

#login-register h2, .client-form h2 {
    color: #44464E;
}

#login-register .input-group, #checkout .input-group, .client-form .input-group {
    width: 100%;
}

#login-register .input-group-addon, #checkout .input-group-addon, .client-form .input-group-addon {
    background: #ebebeb;
    border-color: #d1d0d0;
    color: #555;
    font-size: 17px;
    padding: 0 20px;
    text-align: left;
    width: 208px;
}

#login-register input, #checkout input, .client-form input {
    background: #f4f4f4;
    border: 1px solid #d1d0d0 !important;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
    display: inline-block;
    height: 47px !important;
    margin-bottom: 0 !important;;
    padding: 0 10px 0 15px;
    width: 100%;
}

#checkout .input-group-addon {
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    width: 50px;
}

@media (max-width: 991px) {
    #login-register .input-group-addon {
        max-width: 120px;
    }
}
.a2a_kit {
    bottom: 15px;
    position: absolute;
    right: 15px;
}

#map > div {
    height: calc(100% - 8px) !important;
    margin: 4px 0 0 4px;
    width: calc(100% - 8px) !important;
}

.divcnt .tt1, .divcnt h1 {
    color: #333031;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 0;
}

/* ############################ *//* ## | Sidebar ########## *//* ############################ */
.aa-blog-sidebar{
    margin-top: 10px;
}

.aa-sidebar-widget h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333031;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.aa-sidebar-widget .aa-recently-views {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.aa-sidebar-widget .aa-recently-views ul {
    padding: 0;
}

.aa-sidebar-widget .aa-recently-views ul li {
    display: block;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
}

.aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img {
    display: block;
    float: left;
    height: 80px;
    width: 90px;
}

.aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img img {
    height: 100%;
    width: 100%;
}

.aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info {
    display: block;
    float: left;
    margin-left: 5px;
    width: 63%;
}

.aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 {
    color: #444;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 0;
}

.aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a {
    color: #444;
    font-size: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* ############################ *//* ## | Galeria ########## *//* ############################ */
.photoswipe figure:nth-child(4n+1), .photoswipe figure:first-child {
    margin-left: 0;
}

.photoswipe figure {
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    margin: 0 0 10px 10px;
    max-height: 110px;
    overflow: hidden;
    position: relative;
    width: calc((98% - 30px) / 4);
}

.photoswipe figure i {
    color: #fff;
    font-size: 0;
    height: 100%;
    padding: 24% 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.photoswipe figure a:hover i {
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media (max-width: 630px) {
    .photoswipe figure:nth-child(4n+1) {
        margin-left: 10px;
    }

    .photoswipe figure:nth-child(3n+1), .photoswipe figure:first-child {
        margin-left: 0;
    }

    .photoswipe figure {
        width: calc((98% - 20px) / 3);
    }
}

@media (max-width: 450px) {
    .photoswipe figure:nth-child(3n+1) {
        margin-left: 10px;
    }

    .photoswipe figure:nth-child(2n+1), .photoswipe figure:first-child {
        margin-left: 0;
    }

    .photoswipe figure {
        width: calc((98% - 10px) / 2);
    }
}
@charset "UTF-8";

:hover, :focus {
    outline: none;
}

textarea {
    resize: none;
}

body {
    background: #fff;
    color: #636060;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    padding-top: 90px;
}

h3 {
    font-size: 26px;
    font-weight: 300;
    margin: 0;
}

h4 {
    font-weight: 600;
}

h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
}

.h1-line {
    padding-bottom: 20px
}

.h1-line:after {
    border-bottom: solid 2px #f47721;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    position: absolute;
    width: 220px;
}

.h1-line.text-center:after {
    left: calc(50% - 110px);
}

a {
    color: #807c7c;
}

section p {
    color: #807c7c;
    font-size: 16px;
    line-height: 23px;
}

.container {
    max-width: 1170px !important;
    width: 100% !important;
}

/* Headroom ================= */
.headroom--pinned {
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
}

/* =========================== */

/* Fonts ===================== */
.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw700 {
    font-weight: 700;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-36 {
    font-size: 36px;
}

/* ======================== */

.transition03 {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.transition05 {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.scale-hover:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

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

.img-opacity-hover50:hover img {
    opacity: 0.5;
}

/* Links =================== */
a, a:focus, a:hover, .btn, .btn:hover, .btn-focus {
    outline: none;
    text-decoration: none;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a.cl-white, .cl-white {
    color: #fff;
}

h3.cl-white {
    color: #fff !important;
}

a.cl-black, .cl-black {
    color: #1E2024;
}

a.cl-hover-default:hover {
    color: #f47721;
}

.cl-opacity50 {
    opacity: 0.5;
}

.cl-cinza {
    color: #808080;
}

.cl-orange {
    color: #f47721;
}

/* ======================== */

/* Margins =================== */
.margin-b10 {
    margin-bottom: 10px;
}

.margin-t10 {
    margin-top: 10px;
}

.margin-l10 {
    margin-left: 10px;
}

.margin-r10 {
    margin-right: 10px;
}

.margin-b20 {
    margin-bottom: 20px;
}

.margin-t20 {
    margin-top: 20px;
}

.margin-l20 {
    margin-left: 20px;
}

.margin-r20 {
    margin-right: 20px;
}

/* ======================== */

/* Padding =================== */
.padding-b10 {
    padding-bottom: 10px;
}

.padding-t10 {
    padding-top: 10px;
}

.padding-l10 {
    padding-left: 10px;
}

.padding-r10 {
    padding-right: 10px;
}

.padding-b20 {
    padding-bottom: 20px;
}

.padding-t20 {
    padding-top: 20px;
}

.padding-l20 {
    padding-left: 20px;
}

.padding-r20 {
    margin-right: 20px;
}

.no-padding-r {
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

/* ======================== */

/* Position =================== */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* ======================== */

/* Buttons =================== */
.btn-instagram {
    background-color: #1e78dd;
    color: #fff;
}

.btn-instagram:hover, .btn-instagram:active, .btn-instagram:focus {
    background-color: #3185e3;
    color: #fff;
}

.btn-instagram i {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.btn-instagram.btn-sm {
    padding-left: 24px;
    padding-right: 24px;
}

.btn {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 10px 15px;
}

.btn-lg {
    border-radius: 2px;
    font-size: 13px;
    line-height: 1.45em;
    padding: 16px 80px;
}

.btn-sm {
    border-radius: 2px;
    font-size: 11px;
    line-height: 1.5em;
    padding: 10px 38px;
}

.btn-xs {
    border-radius: 2px;
    font-size: 9px;
    line-height: 1.5em;
    padding: 5px 13px;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.btn-icon-right i {
    margin-left: 10px;
    margin-right: 0;
}

.btn-gray, .btn-gray:focus {
    background: #008000;
    border: 1px solid #008000;
    border-radius: 30px;
    color: #FFF;
}

.btn-gray:hover {
    background: none;
    border-color: #008000;
    color: #008000;
}

/* ======================== */

/* ############################ *//* ## | Breadcrumb ########## *//* ############################ */
.cd-breadcrumb {
    background-color: #011820;
    border-radius: .25em;
    margin: 10px auto;
    padding: 0 0 0 15px;
    width: 100%;
}

.cd-breadcrumb:after {
    clear: both;
    content: "";
    display: table;
}

.cd-breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after {
    color: #fff;
    content: '\00bb';
    display: inline-block;
    margin: 0 .6em;
}

.cd-breadcrumb li:last-of-type::after {
    display: none;
}

.cd-breadcrumb li > * {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
}

.cd-breadcrumb li.current > * {
    color: #f47721;
}

.cd-breadcrumb a:hover {
    color: #f47721;
}

@media (min-width: 320px) {
    .cd-breadcrumb {
        background-color: transparent;
        padding: 0;
    }

    .cd-breadcrumb li {
        margin: 0 4px 0 0;
        padding: 0;
        position: relative;
    }

    .cd-breadcrumb li::after {
        margin: 0 1em;
    }

    .cd-breadcrumb li > * {
        background-color: #011820;
        border-color: #011820;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 400;
        padding: 0.3em .8em 0.3em 2.5em;
        position: relative;
    }

    .cd-breadcrumb li:last-of-type {
        margin-right: 0;
    }

    .cd-breadcrumb li.current > * {
        background-color: #f47721;
        border-color: #f47721;
        color: #fff;
    }

    .cd-breadcrumb li:first-of-type > * {
        border-radius: .25em 0 0 .25em;
        padding-left: 1.6em;
    }

    .cd-breadcrumb li:last-of-type > * {
        border-radius: 0 .25em .25em 0;
        padding-right: 1.6em;
    }

    .cd-breadcrumb a:hover {
        background-color: #040508;
        border-color: #040508;
        color: #f47721;
    }

    .cd-breadcrumb li::after, .cd-breadcrumb li > *::after {
        border: 13px solid transparent;
        border-left-width: 10px;
        border-right-width: 0;
        content: '';
        height: 0;
        left: 100%;
        position: absolute;
        top: 0;
        width: 0;
    }

    .cd-breadcrumb li::after {
        border-left-color: #fff;
        margin: 0;
        transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        z-index: 1;
    }

    .cd-breadcrumb li > *::after {
        border-left-color: inherit;
        z-index: 2;
    }

    .cd-breadcrumb li:last-of-type::after, .cd-breadcrumb li:last-of-type > *::after {
        display: none;
    }

    @-moz-document url-prefix() {
        .cd-breadcrumb li::after, .cd-breadcrumb li > *::after {
            border-left-style: dashed;
        }
    }
}

/* ############################ *//* ## | Pagination ########## *//* ############################ */
.aa-pagination {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

.aa-pagination .pagination {
    background: #f3eeee;
    overflow: hidden;
    padding: 10px;
}

.aa-pagination .pagination li a, .aa-pagination .pagination li span {
    background: #f0f0f0;
    border: 1px solid #c2bebe;
    border-radius: 4px;
    color: #1E2024;
    margin: 0 10px;
}

.aa-pagination .pagination li a:hover, .aa-pagination .pagination li span:hover {
    background-color: #fff
}

.aa-pagination .pagination li a:focus, .aa-pagination .pagination li span:focus {
    color: #fff
}

.aa-pagination .pagination li.active span, .aa-pagination .pagination li.disabled span {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.aa-pagination .pagination li.active span {
    background: #f47721;
    border-color: #f47721;
    color: #fff;
}

.aa-pagination .pagination li.active span:hover {
    background: #fff;
    color: #040508 !important
}

.btn-red {
    background: #fb0007;
    color: #fff
}

.text-underline {
    text-decoration: underline;
}

.bold {
    color: #000;
    font-weight: bold;
}

.features-list {
    margin-bottom: 0;
}

.features-gray li {
    margin-bottom: 0 !important;
}

.features-gray li .features-list-icon {
    background-color: #e18961;
}

.features-gray li .features-list-icon i {
    color: #fff;
}

.swatch-white-red .progress-bar-primary, [class*="swatch-"] .swatch-white-red .progress-bar-primary {
    background: #82c9ed;
}

.portfolio-item .figure-image .figure-icon {
    background: transparent;
    border: none;
    border-radius: 0;
    display: inline-table;
    float: left;
    height: auto;
    margin: 0 0;
    padding: 15px;
    width: 100%;
}

.portfolio-item .figure-image .figure-icon {
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.portfolio-item .figure-image .figure-icon h3 {
    animation-delay: 1s;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-left: -50%;
}

.portfolio-item .figure-image:hover .figure-icon h3 {
    margin-left: 0;
}

.portfolio-item .figure-image .figure-icon .btn {
    animation-delay: 5s;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-left: -50%;
    opacity: 0;
    padding: 6px 10px 4px;
    text-transform: uppercase;
    transition-delay: 0.5s;
}

.portfolio-item .figure-image:hover .figure-icon .btn {
    margin-left: 0;
    opacity: 1;
}

.swatch-blue .bordered::after, [class*="swatch-"] .swatch-blue .bordered::after {
    background-color: #fff;
}

.amazing .btn {
    padding: 11px 25px !important;
}

.swatch-white-red form {
    margin-bottom: 20px;
}

.swatch-white-red form .input-group {
    width: 100%;
}

.swatch-white-red form .input-group .form-control {
    height: 40px;
    margin: 0 0 10px;
    width: calc(100% - 45px);
}

.swatch-white-red form .input-group i {
    color: #FFF;
}

.widget_recent_entries li {
    padding-left: 63px;
}

.post-icon, .widget_recent_entries .post-icon, .widget_twitter .post-icon {
    width: 55px;
}

.swatch-white-red a, [class*="swatch-"] .swatch-white-red a {
    color: #7c7c7c;
    font-weight: 600;
}

[class*="swatch-"] .sidebar-widget h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.swatch-blue, [class*="swatch-"] .swatch-blue {
    background: #82c9ed;
    color: #fff;
}

.bg-white {
    background: #fff !important;
}

.bg-red {
    background: #e35220 !important;
}

.bg-orange {
    background: #f18d38 !important;
}

.bg-green {
    background: #427e77 !important;
}

#contato .panel {
    border: solid 1px #ddd;
    border-radius: 15px;
    box-shadow: 2px 8px 8px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    margin: 10px 15px 0;
    padding: 20px;
    z-index: 2;
}

#contato .inline-block {
    display: inline-block;
}

#contato .form-control {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

#contato textarea.form-control {
    height: 170px;
}

#contato .btn {
    border-radius: 20px;
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}
.featured-carousel ul {}
.featured-carousel ul li {
    max-width: calc((100% - 10px) / 3);
    padding: 0;
}
.featured-carousel ul li a{}
.featured-carousel img{
    width: 100%;
}

/*.featured-carousel .slick-slide{*/
    /*background: #fff;*/
    /*padding: 10px !important;*/
/*}*/

/*.featured-carousel .slick-slide figure{*/
    /*opacity: 1;*/
    /*border-radius: 100% !important;*/
    /*overflow: hidden !important;*/
    /*-webkit-transition: opacity 0.5s;*/
    /*-moz-transition: opacity 0.5s;*/
    /*-o-transition: opacity 0.5s;*/
    /*transition: opacity 0.5s;*/
/*}*/

/*.featured-carousel .slick-slide.slick-current figure{*/
    /*opacity: 1;*/
/*}*/
@font-face {
    font-family: "Flaticon";
    src: url("../../fonts/flaticon/flaticon.eot");
    src: url("../../fonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"),
    url("../../fonts/flaticon/flaticon.woff") format("woff"),
    url("../../fonts/flaticon/flaticon.ttf") format("truetype"),
    url("../../fonts/flaticon/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 17px;
    font-style: normal;
}

.flaticon-city21:before {
    content: "\e000";
}

.flaticon-country2:before {
    content: "\e001";
}

.flaticon-earth53:before {
    content: "\e002";
}

.flaticon-email29:before {
    content: "\e003";
}

.flaticon-padlock27:before {
    content: "\e004";
}

.flaticon-phone325:before {
    content: "\e005";
}

.flaticon-place4:before {
    content: "\e006";
}

.flaticon-printer28:before {
    content: "\e007";
}

.flaticon-sign41:before {
    content: "\e008";
}

.flaticon-suitcase57:before {
    content: "\e009";
}

.flaticon-user168:before {
    content: "\e00a";
}
/* --------------------------------------------------------------
6.0 Footer
-------------------------------------------------------------- */
/* line 1, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets {
    color: #fff;
    background-color: #f47721;
    padding: 40px 0;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85f59+0,fb7b51+44,ff9c48+100 */
    background: #f47721; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,95,89,1) 0%, rgba(251,123,81,1) 44%, rgba(255,156,72,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248,95,89,1) 0%,rgba(251,123,81,1) 44%,rgba(255,156,72,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248,95,89,1) 0%,rgba(251,123,81,1) 44%,rgba(255,156,72,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85f59', endColorstr='#ff9c48',GradientType=0 ); /* IE6-9 */
}

.footer-home .footer-widgets {
    padding-top: 290px;
    margin-top: -300px; 
}

@media only screen and (max-width:991px) {
    .footer-widgets {
        padding-top: 0;
        padding-bottom: 40px;
    }
    
    /* line 8, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
    .footer-widgets .container > .col-xs-12 {
        padding-top: 40px;
    }
}

/* line 12, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets h4 {
    margin-top: 0;
    font-family: 'ProximaXBold';
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 12px;
    margin-bottom: 0; 
    padding-bottom: 30px;
}

/* line 22, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* line 26, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul li {
    font-size: 12px;
    color: #979797;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    position: relative;
}

/* line 32, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul li:not(:last-child) {
    margin-bottom: 20px;
}

/* line 35, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul li i {
    color: #fff;
}

/* line 38, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul li a {
    font-size: 12px;
    color: #979797;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

/* line 43, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul li a:hover {
    color: #FF3E00;
}

/* line 47, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul li span {
    display: block;
    color: #5b5b5b;
    font-size: 12px;
}

/* line 54, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul.tweet-feed li {
    padding-left: 20px;
}

/* line 56, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul.tweet-feed li:before {
    content: '\f099';
    color: #fff;
    font-size: 10px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: 0;
}

/* line 68, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul.contact-footer li {
    margin-bottom: 5px;
}

/* line 70, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets ul.contact-footer li a {
    display: inline-block;
}

footer span{
    display: inline-block
}

/* line 76, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.footer-widgets p {
    margin-top: 15px;
    color: #5b5b5b;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

/* line 83, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.socials-footer a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    margin: 6px;
    font-size: 26px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

/* line 88, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.socials-footer a:hover {
    color: #FF3E00;
}

/* line 95, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.copyright-ilny {
    background-color: #3b3b3b;
    padding: 30px 0;
    line-height: 1;
}

/* line 99, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.copyright-ilny ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* line 103, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.copyright-ilny ul li {
    display: inline-block;
}

/* line 105, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.copyright-ilny ul li:not(:last-child) {
    margin-right: 5px;
}

/* line 110, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.copyright-ilny a {
    font-size: 12px;
    color: #979797;
    font-weight: bold;
}

/* line 114, C:/Users/MediaNovak4/Desktop/Ilny_Placeholder/sass/footer */
.copyright-ilny a:hover {
    color: #FF3E00;
}
header {
    height: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header .header-top {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    height: 75px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

header .navbar-brand, header .container {
    position: relative;
}

header .selo{
    position: absolute;
    top: 5px;
    right: -75px;
    height: 75px;
    z-index: -1;
}

header .navbar-header {
    left: 0;
    position: absolute;
    top: 0;
}

header .navbar-header .navbar-brand {
    padding: 0;
}

header .header-fone span {
    color: #636060;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 5px;
}

header .header-fone i {
    color: #f47721;
    font-size: 17px;
}

header .header-fone dd {
    display: inline-block;
    font-size: 10px;
}

header nav {
    float: right;
    margin-right: 100px;
}

header nav ul {
    margin: 0 0;
    width: auto;
}

header .navbar-nav li {
    line-height: 35px;
    margin: 0;
    padding: 0 !important;
    position: relative;
}

header .navbar-nav li a {
    background: transparent !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 35px;
    min-width: 100px;
    overflow: hidden;
    padding: 10px 8px 0 !important;
    text-align: center;
}

header .navbar-nav li:hover a {
    color: #fff !important;
}

header .navbar-nav li a:after {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

header .navbar-nav li a:after {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: calc(50% - 48px);
    opacity: 0;
    position: absolute;
    top: 45px;
    width: 95px;
    z-index: -1;
}

header .navbar-nav li:hover a:after {
    background: #f47721;
    opacity: 1;
    top: 0;
}

header .my-conta {
    background: #f47721;
    border-radius: 40px;
    bottom: -10px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}

@media only screen and (max-width: 1200px) {
    header .navbar-nav li a {
        min-width: 85px;
    }

    header .navbar-nav li a:after {
        left: calc(50% - 42px);
        width: 80px;
    }
    
}

@media only screen and (max-width: 1070px) {
    header .navbar-nav li a {
        min-width: initial;
    }
}

@media only screen and (max-width: 991px) {
    header nav {
        margin-right: 120px;
    }

    header .navbar-nav li a {
        min-width: 90px;
    }

    header .navbar-nav > li i {
        font-size: 24px;
        line-height: 0;
    }

    header .container > .navbar-header {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    header .header-top {
        background: #f47721;
        box-shadow: none;
        height: auto;
    }

    header .navbar-header {
        position: relative;
        text-align: center;
        width: 100%;
    }

    header .my-conta, header .header-fone {
        display: none;
    }

    header nav {
        margin: 0;
        width: 100%;
    }

    header .navbar-nav li {
        float: left;
        line-height: initial;
        margin-top: 40px;
        text-align: center;
        width: 15%;
    }

    header .navbar-nav li.logo {
        margin-top: 0 !important;
        width: 70%;
    }

    header .navbar-nav li.logo .logo {
        max-width: calc(100% - 80px);
        margin-right: 80px;
    }
    
    header .selo{
        right: 0px;
    }

    header .navbar-nav li:last-child {
        float: right;
    }

    header .navbar-nav li i {
        color: #fff;
        font-size: 36px;
    }

    header .navbar-nav li a {
        min-width: initial;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    header .navbar-nav li.logo img {
        max-height: 65px;
    }

    header .navbar-nav li {
        margin-top: 15px;
    }

    header .navbar-nav li i {
        font-size: 30px;
    }
    
    header .navbar-nav li.logo .logo {
        max-width: calc(100% - 50px);
        margin-right: 50px;
    }
}

/* ############################ *//* ## | Search Panel ########## *//* ############################ */
.search-panel > div {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.search-panel {
    background-color: rgba(255, 255, 255, 0.97);
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1010;
}

.search-panel > a {
    right: 30px;
    top: 20px;
}

.search-panel > a:hover, .search-panel > a:focus {
    color: #6DFF08;
}

.search-panel > div {
    overflow: hidden;
    width: 50%;
}

.search-panel label, .search-panel input[type="text"] {
    position: relative;
}

.search-panel label {
    letter-spacing: 5px;
}

.search-panel input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    height: auto;
    text-align: center;
}

.search-panel input[type="text"]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.search-panel::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
}

.search-panel:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
}

.search-panel::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
}

.search-panel:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-transform: lowercase;
}

.search-panel.show-pan {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2000;
}

@media only screen and (max-width: 500px) {
    .search-panel > div {
        padding: 0 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .search-panel label {
        font-size: 20px;
    }
}

.mobile-menu-search {
    background: none;
    border: none;
    position: relative;
    z-index: 201;
}

/* ############################ *//* ## | Menu mobile ########## *//* ############################ */
.offset-canvas-mobile {
    background-color: #121212;
    bottom: 0;
    left: 0;
    padding: 40px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 1s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 1s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
    z-index: 1200;
}

.offset-canvas-mobile > div {
    height: 100%;
    overflow: auto;
    padding-right: 20px;
    width: 100%;
}

.offset-canvas-mobile ul {
    list-style: none;
    margin-top: 30px;
    padding: 0;
}

.offset-canvas-mobile .mobile-nav li {
    border-bottom: 1px solid #191919;
    padding: 10px 0;
    position: relative;
}

.offset-canvas-mobile .mobile-nav li a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    width: calc(100% - 50px);
}

.offset-canvas-mobile li a:hover, .offset-canvas-mobile .mobile-nav li a:hover, .offset-canvas-mobile .mobile-nav li a:focus, .offset-canvas-mobile .mobile-nav li a:active {
    color: #F47721 !important;
    text-decoration: none;
}

.offset-canvas-mobile .mobile-nav li ul {
    display: none;
    margin: 0;
    padding-left: 20px;
}

.offset-canvas-mobile .mobile-nav li ul li:last-child {
    border: none;
}

.offset-canvas-mobile .mobile-nav li ul a {
    font-size: 90%;
}

.offset-canvas-mobile .mobile-nav li.has-submenu > span {
    font-size: 20px;
    height: 20px;
    padding: 1px 10px 0;
}

.offset-canvas-mobile .mobile-addits li {
    display: inline-block;
    margin: 0 5px;
}

.offset-canvas-mobile .mobile-addits li a {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 10px;
}

.offset-canvas-mobile.open-canvas {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.offset-canvas-mobile .close-canvas {
    color: #696969;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
}

.offset-canvas-mobile .close-canvas:focus, .offset-canvas-mobile .close-canvas:active {
    text-decoration: none;
}

.offset-canvas-mobile .list-inline {
    text-align: center;
}

.offset-canvas-mobile .list-inline li {
    line-height: 25px;
}

.offset-canvas-mobile .list-inline i {
    font-size: 15px;
    margin-right: 2px;
}
.navigation {
    display: inline-block;
    width: 100%;
}

.mainmenu, .submenu, .third {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

.mainmenu a {
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 10px 5px;
    text-decoration: none;
    width: calc(100% - 40px);
}

.mainmenu .btn{
    padding: 4px 8px;
}

.mainmenu li:first-child {
    border-top: none;
}

.mainmenu li {
    border-top: 1px solid #e0e0e0;
}

.mainmenu li a:hover, .mainmenu li.active > a {
    color: #f47721;
}

.mainmenu li:hover > .toggle-submenu {
    background: #f47721;
    border-color: #f47721;
}

.mainmenu .toggle-submenu {
    position: relative;
    top: -2px;
}

.mainmenu .toggle-submenu i {
    position: relative;
    top: 1px;
}

.submenu, .third {
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}

.mainmenu .submenu, .mainmenu .third {
    padding: 0 0 0 15px !important;
    width: calc(100% - 15px);
}

.mainmenu .submenu a {
    color: #666;
}

.mainmenu .submenu.open, .third.open {
    display: block;
    max-height: 2000px;
}

.mainmenu .submenu li:before {
    color: #666;
    content: "\f0da";
    font-family: FontAwesome, serif;
    font-size: 10px;
}
.products-highlights {
    padding: 20px 0 0;
}

.products-highlights .products-highlights__item {
    margin-bottom: 20px;
}

.products-highlights .product-featured {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
}

.product-featured .product-featured__thumb {
    background: #000;
    display: inline-block;
    height: 262px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-featured .product-featured__thumb .see-more, .product-featured .product-featured__thumb .cart-add {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    max-width: 222px;
    padding: 10px;

    position: absolute;
    right: calc(50% - 111px);
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 20px);
}

.product-featured .product-featured__thumb .see-more {
    background: #5bc0de80;
    border: 1px solid #46b8da;
    top: -70px;
}

.product-featured .product-featured__thumb .cart-add {
    background: #34b13480;
    border: 1px solid #4cae4c;
    top: 327px;
}

.product-featured:hover .product-featured__thumb .see-more {
    top: 84px;
}

.product-featured:hover .product-featured__thumb .cart-add {
    top: 136px;
}

.product-featured .product-featured__thumb .see-more:hover {
    background: #5bc0decc;
}

.product-featured .product-featured__thumb .cart-add:hover {
    background: #34b134cc;
}

.product-featured .product-featured__thumb img {
    height: 262px;
    width: 100%;
    object-fit: cover;
}

.product-featured .product-featured__title {
    display: inline-block;
    min-height: 90px;
    padding: 10px 15px;
}

.product-featured .product-featured__title h6 {
    font-size: 19px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
}

.product-featured .product-featured__price {
    line-height: 23px;
    padding: 0 15px 10px;
}

.product-featured .product-featured__price p {
    color: #0a569b; 
    font-size: 23px;
    font-weight: 400;
}

@media (max-width: 583px) {
    .products-highlights .products-highlights__item {
        text-align: center;
        width: 100%;
    }

    .products-highlights .product-featured {
        width: 262px;
    }
}
#budget-request-modal {
    z-index:9999;
}

#aa-product {
    color: rgba(0, 0, 0, 0.5);
    display: inline;
    float: none;
    font-size: 14px;
    line-height: initial;
    width: 100%;
}

#aa-product .aa-product-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-product .aa-product-area .aa-product-inner {
    display: inline;
    float: left;
    width: 100%
}

#aa-product .aa-product-area .aa-product-inner .aa-product-catg {
    float: left
}

#aa-product .aa-product-area .aa-product-inner #men {
    padding-bottom: 35px;
    text-align: center
}

#aa-product .aa-product-area .aa-product-inner #electronics {
    padding-bottom: 35px;
    text-align: center
}

#aa-product .aa-product-area .aa-product-inner #women {
    padding-bottom: 35px;
    text-align: center
}

.aa-product-nav {
    display: inline-block;
    text-align: center;
    width: 100%
}

.aa-product-nav li {
    display: inline-block
}

.aa-product-nav li a {
    color: #333;
    display: inline-block;
    padding: 8px 15px
}

.aa-product-content {
    margin-left: -30px;
    margin-top: 20px
}

.aa-product-content li {
    background-color: #ccc;
    display: block;
    float: left;
    height: 250px;
    margin: 0 0 20px 30px;
    width: 22.5%
}

.aa-products-tab {
    border: 0;
    display: block;
    margin-bottom: 20px;
    text-align: center
}

.aa-products-tab li {
    border: 0;
    display: inline-block;
    float: none
}

.aa-products-tab li a {
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 16px;
    margin: 0 6px;
    padding: 10px 12px;
    text-transform: uppercase;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.aa-products-tab li a:hover, .aa-products-tab li a:focus {
    background-color: inherit;
    color: #333
}

.aa-products-tab li.active a {
    background-color: inherit;
    border: 0;
    font-size: 16px
}

.aa-products-tab li.active a:hover, .aa-products-tab li.active a:focus {
    background-color: inherit;
    border: 0
}

.aa-product-catg {
    margin-left: -54px
}

.aa-product-catg li {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;
    height: auto;
    margin: 0 0 0 55px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 20.5%
}

.aa-product-catg.home {
    margin-left: 0;
}

.aa-product-catg.home li {
    margin: 0 !important;
    width: calc(100% / 4) !important;
}

.aa-product-catg li figcaption {
    display: inline-block;
    max-width: 270px;
    min-height: 125px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.aa-title-content {
    border-bottom: 1px solid;
    text-align: left;
}

.aa-product-catg li figure .aa-product-img img {
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%
}

.aa-product-catg li p {
    padding: 0
}

.aa-product-catg li:hover figure .aa-product-img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.aa-product-catg li:hover figure .aa-add-card-btn {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1)
}

.aa-product-catg.home li:hover .aa-product-hvr-content {
    transform: translateX(270%);
    -moz-transform: translateX(270%);
    -ms-transform: translateX(270%);
    -o-transform: translateX(270%);
    -webkit-transform: translateX(270%)
}

.aa-product-catg li figure {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    max-width: 270px;
    min-height: 230px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.aa-product-catg .list li figure {
    max-width: 100%;
}

.aa-product-catg li figure .aa-product-img {
    border-radius: 4px;
    display: inline-block;
    max-height: 225px;
    overflow: hidden;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.aa-product-catg li figure .aa-add-card-btn {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    padding: 12px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 2
}

.aa-product-catg li figure .aa-add-card-btn span {
    margin-right: 5px
}

.aa-product-catg li figure .see-more, .aa-product-catg li figure .cart-add, .aa-product-catg li figure .budget-request {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    max-width: 222px;
    padding: 10px;

    position: absolute;
    right: calc(50% - 111px);
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 20px);
    z-index: 3;
}

.aa-product-catg li figure .see-more {
    background: #5bc0de80;
    border: 1px solid #46b8da;
    top: -70px;
}

.aa-product-catg li figure .cart-add, .aa-product-catg li figure .budget-request {
    background: #34b13480;
    border: 1px solid #4cae4c;
    top: 327px;
}

.aa-product-catg li figure:hover .see-more {
    top: 84px;
}

.aa-product-catg li figure:hover .cart-add, .aa-product-catg li figure:hover .budget-request {
    top: 136px;
}

.aa-product-catg li figure .see-more:hover {
    background: #5bc0decc;
}

.aa-product-catg li figure .cart-add:hover, .aa-product-catg li figure .budget-request:hover {
    background: #34b134cc;
}

.aa-product-catg li .aa-product-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.7px;
    line-height: 22px;
    margin-bottom:0;
    min-height: 66px;
    overflow: hidden;
}

.aa-product-catg li .aa-product-title a {
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.aa-product-catg li .aa-product-sutia {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    height: 80px;
    line-height: 20px;
    overflow: hidden
}

.aa-product-catg li .aa-product-price {
    color: rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 25px;
}

.aa-product-catg li .aa-product-price del {
    margin-left: 5px
}

.meio .aa-product-price {
    margin-top: 5px;
}

.aa-product-catg li .aa-product-price .old-price, .meio .aa-product-price .old-price {
    color: #7a0600;
    font-size: 14px;
}

.aa-product-catg li .aa-product-price .current-price, .meio .aa-product-price .current-price {
    color: #1E2024;
    font-size: 16px;
}

.aa-product-catg li .aa-product-price del, .meio .aa-product-price del {
    margin-left: 5px
}

.aa-product-catg li .aa-product-hvr-content {
    position: relative;
    right: 0;
    text-align: center;
    top: -68%;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 45px;
    z-index: 2;
}

.aa-product-catg li .aa-badge {
    border-radius: 0 0 4px 0;
    color: #fff;
    font-size: 15px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    z-index: 2
}

.aa-product-catg li .aa-sale {
    background-color: #008000
}

.aa-product-catg li .aa-sold-out {
    background-color: #f00
}

.aa-product-catg li .aa-hot {
    background-color: #f60
}

.quick-view-modal .modal-dialog {
    margin: 10% auto;
    width: 800px
}

.quick-view-modal .modal-content {
    border-radius: 0;
}

.quick-view-modal .modal-content button.close {
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 100
}

.quick-view-modal .modal-content button.close:hover {
    opacity: 1
}

.quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container {
    width: 100%
}

.quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container {
    width: 100%
}

.quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container .simpleLens-lens-image {
    width: 100%
}

.quick-view-modal .modal-content .aa-product-view-slider .simpleLens-thumbnails-container {
    margin-top: 10px;
    text-align: center
}

.quick-view-modal .modal-content .aa-product-view-content {
    padding-bottom: 10px;
    padding-right: 10px
}

.quick-view-modal .modal-content .aa-product-view-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 0;
    position: relative
}

.quick-view-modal .modal-content .aa-product-view-content h4 {
    font-weight: bold;
    letter-spacing: 1px
}

.quick-view-modal .modal-content .aa-product-view-content > p {
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 14px
}

.quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
    margin-bottom: 5px;
    position: relative
}

.quick-view-modal .modal-content .aa-product-view-content .aa-price-block p {
    font-weight: bold;
    width: 100%;
}

.quick-view-modal .modal-content .aa-product-view-content .aa-price-block .old-price {
    color: #7a0600;
    font-size: 14px;
}

.quick-view-modal .modal-content .aa-product-view-content .aa-price-block small {
    font-size: 12px;
    font-weight: normal;
}

.quick-view-modal .modal-content .aa-product-view-content .aa-price-block .current-price {
    color: #1E2024;
    font-size: 18px;
}

.quick-view-modal .modal-content .aa-product-view-content .aa-price-block .aa-product-view-price {
    font-size: 24px;
    font-weight: 800;
    line-height: 22px;
}

.quick-view-modal .modal-content .aa-product-view-content .aa-price-block .aa-product-avilability {
    position: absolute;
    right: 0;
    top: 0
}

.quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-size a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 5px 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity {
    margin-top: 10px
}

.quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity form {
    display: inline-block
}

.quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity form select {
    height: 25px;
    width: 40px
}

.quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
    display: inline-block;
    margin-left: 15px
}

.quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
    font-size: 14px
}

.aa-add-to-cart-btn {
    background: #008000;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

.aa-add-to-cart-btn span {
    margin-right: 5px
}

.quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom {
    border-top: 1px solid #ddd;
    border-radius:4px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 10px;
}
.quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom a {
    border-radius: 4px;
}

.aa-add-to-cart-btn:hover, .aa-add-to-cart-btn:focus {
    background: transparent;
    border-color: #008000;
    color: #008000;
}

.aa-filter-btn {
    color: #fff;
    font-size: 15px;
    height: 30px;
    width: 80px
}

.aa-cart-view-btn {
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

.aa-product-catg li figure .shadow {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    height: calc(100% - 4px);
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    z-index: 1;
}

.aa-product-catg li:hover .shadow {
    opacity: 1;
}

.aa-prod-options .select2-container--default {
    text-transform: uppercase !important;
}

#aa-product-category {
    display: inline-block;
    width: 100%;
}

#aa-product-category .aa-product-catg-content {
    float: left;
    padding: 0;
    width: 100%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head {
    background-color: transparent;
    border: none;
    display: inline;
    float: left;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 10px;
    width: 100%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left {
    float: left
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 10px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form {
    float: left
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select {
    border: 1px solid #ccc;
    text-align: center;
    width: 150px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select option {
    padding: 4px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
    float: left;
    margin-left: 25px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select {
    border: 1px solid #ccc;
    text-align: center;
    width: 80px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select option {
    padding: 4px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right {
    float: right
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 3px;
    padding: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right a .fa {
    color: #fff;
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body {
    display: inline;
    float: left;
    margin-left: -12px;
    width: calc(100% + 24px);
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg {
    display: inline;
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
    border: none;
    border-radius: 4px;
    margin: 0 12px 0;
    width: 29.916%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li .aa-product-descrip {
    display: none
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    border-bottom: solid 1px #ffffff;
    height: 345px;
    padding-bottom: 15px;
    width: 100%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .btn {
    bottom: 15px;
    position: absolute;
    right: 15px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure {
    max-width: 100% !important
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img {
    float: left;
    margin-right: 40px;
    width: 35%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
    bottom: 35%;
    font-size: 14px;
    left: 40%;
    transform: scale(1);
    width: 240px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure figcaption {
    text-align: left
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
    display: block
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
    width: 35%
}

#aa-product-details {
    display: inline;
    float: none;
    width: 100%
}

#aa-product-details .aa-product-details-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-details-content {
    margin: 0 auto;
    width: 80%
}

#aa-product-details .aa-product-details-area .aa-product-details-content .simpleLens-thumbnails-container {
    margin-top: 10px;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-slider {
    padding: 0 10px;
    text-align: center
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
    padding-bottom: 10px;
    padding-right: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content h3 {
    color: #333031;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-product-view-price {
    color: #333031;
    font-size: 24px;
    font-weight: 800;
    line-height: 22px;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-size a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 5px 10px;
    transition: all .5s ease 0s
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content p {
    width: 100%;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .old-price {
    color: #A1A1A1;
    font-size: 18px;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content small {
    font-size: 12px;
    font-weight: normal;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .current-price {
    color: #01a210;
    font-size: 36px;
    font-weight: 800;
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity {
    margin-top: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form {
    display: inline-block
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form select {
    height: 25px;
    margin-right: 15px;
    width: 40px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
    display: inline-block;
    margin-left: 0
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
    font-size: 14px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-bottom {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-bottom a {
    border-radius: 4px;
    margin-right: 0px;
    font-weight: 400;
}
#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-bottom .a2a_kit {
  margin-top: 20px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom p{
    
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag a {
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-green {
    background-color: #008000
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-yellow {
    background-color: #ff0
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-pink {
    background-color: #ffc0cb
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-black {
    background-color: #000
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-white {
    background-color: #fff;
    border: 1px solid #ccc
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom {
    border-top: 1px solid #ccc;
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs {
    text-align: center
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li {
    display: inline-block;
    float: none;
    margin-bottom: 0
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a {
    background: transparent !important;
  border-radius: 0;
  border: none;
  font-size: 20px;
  font-weight: 800;
  color: #575960;
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li.active a {
    font-weight: 400;
    color: #01a210;
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:hover, #aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:focus {
    background-color: transparent;
    border: 0
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom #description {
    padding: 20px 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom #description ul {
    margin-bottom: 10px;
    padding-left: 25px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom #description ul li {
    color: #555;
    list-style: outside none square;
    margin-top: 5px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area {
    display: inline;
    float: left;
    padding: 20px 0;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area > h4 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li {
    margin-bottom: 20px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-object {
    display: block;
    height: 60px;
    width: 60px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body {
    border: 1px solid #ccc;
    padding: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body .media-heading {
    font-size: 16px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body .aa-product-rating span {
    color: #f60
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form {
    margin-top: 20px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form label {
    color: #555
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form textarea {
    height: 200px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form input {
    height: 45px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .aa-review-submit {
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    height: 45px;
    text-transform: uppercase;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .aa-review-submit:hover {
    background-color: #000;
    border-color: #000
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .form-control {
    border-radius: 0;
    box-shadow: none
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .form-control:focus {
    box-shadow: none
}

#aa-product-details .aa-product-details-area .aa-product-related-item {
    display: inline;
    float: left;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-related-item > h3 {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center
}

.slick-prev{
    left:auto !important;
}

#aa-product-details .aa-product-details-area .aa-product-related-item .slick-prev, #aa-product-details .aa-product-details-area .aa-product-related-item .slick-next {
    top: -65px
}

#aa-product-details .aa-product-details-area .aa-product-related-item .slick-dots {
    display: none !important
}

.cart-row div {
    margin: 0;
    text-align: center;
}

.h3-price {
    color: #011820;
    margin: 0;
}

.custom-grid-products .aa-sidebar-widget ul {
    padding: 10px 0 0 10px;
}

.custom-grid-products .aa-product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.custom-grid-products .aa-product-title {
    font-size: 15px;
    padding: 0 5px;
}

.custom-grid-products figure .shadow {
    background: transparent;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    z-index: 1;
}

.custom-grid-products .aa-product-catg li:hover .shadow {
    opacity: 1;
}

.custom-grid-products .aa-product-catg.list .shadow {
    display: none;
}

.custom-grid-products .aa-product-catg-head {
    border-radius: 4px;
    margin-bottom: 20px;
}

#aa-product .aa-product-catg {
    min-width: 100%;
}

.aa-product-catg.list li, .aa-product-catg.list figure {
    height: auto !important;
}

.aa-product-catg.list figure {
    min-height: 200px;
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    max-width: 850px;
}

/*
 ##############################
 #### Gallery in Quick-view ###
 ##############################
 */
.gallery-product figure {
    overflow: hidden;
    position: relative;
}

.gallery-product figure .shadow {
    background: #0009;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    z-index: 1;
}

.gallery-product figure:hover .shadow {
    opacity: 1;
}

.gallery-product figure i {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 200%;
    text-align: center;
    top: calc(50% - 15px);
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 45px;
    z-index: 2;
}

.gallery-product figure:hover i {
    right: calc(50% - 66px);
}

.gallery-product .photoswipe {
    text-align: center;
    height: 55px;
    overflow: hidden
}

.gallery-product .photoswipe figure {
    border: 1px solid #dedede;
    border-radius: 4px;
    display: inline-block;
    height: 49px;
    margin: 5px 0 0;
    width: 48px;
}

.gallery-product .photoswipe figure:hover {
    background: #000;
}

.gallery-product .photoswipe figure:hover a {
    opacity: 0.6;
}

.gallery-product figure img, .gallery-product .photoswipe figure img {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.gallery-product figure:hover img, .gallery-product .photoswipe figure:hover img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
}

.gallery-product .figure{position: relative}
.gallery-product .btn-video{position: absolute;bottom: 5px;right: 10px;padding: 2px 12px;z-index: 2;color: #fff}

#prodModal_video {background: rgba(0,0,0,0.7)}
#prodModal_video .modal-dialog{width: 100%;max-width: 1000px}
#prodModal_video .modal-dialog .modal-content{background: #000;border-radius: 15px;}
#prodModal_video .modal-dialog .modal-content .modal-body{padding: 0;border-radius: 15px;overflow: hidden}

@media (max-width: 991px) {
    .aa-product-catg {
        margin-left: -20px
    }

    .aa-product-catg li {
        margin: 0 0 20px 20px;
        width: 30.5%
    }

    .quick-view-modal .modal-dialog {
        margin: 10% auto;
        width: 90%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
        width: 44%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
        padding-right: 20px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img {
        margin-right: 20px;
        width: 42%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img img {
        max-width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
        font-size: 15px;
        padding-right: 25px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
        bottom: 20%;
        left: 46%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
        width: 42%
    }

    #aa-product-details .aa-product-details-area .aa-product-details-content {
        margin: 0 auto;
        width: 100%
    }

    .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container {
        width: 100%
    }

    .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container .simpleLens-lens-image {
        width: 100%
    }

    .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
        float: none;
        margin-top: 20px
    }
}

@media (max-width: 820px) {
    .aa-product-catg.home li {
        width: calc(100% / 2 - 5px) !important;
    }
}

@media (max-width: 767px) {
    #aa-product .aa-product-area {
        padding: 0 15px
    }

    #aa-popular-category .aa-popular-category-area {
        padding: 0 15px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
        width: 45%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        width: 100%
    }

    #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
        padding: 0 30px;
        text-align: center
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon {
        float: none
    }

    .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
        float: none;
        margin-top: 20px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 15px;
        padding: 12px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom {
        padding: 15px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 15px;
        margin-right: 15px;
        min-width: 100px;
        padding: 12px;
        width: 150px
    }
}

@media (max-width: 640px) {
    .aa-product-catg {
        margin-left: -20px
    }

    .aa-product-catg li {
        margin: 0 0 20px 20px;
        width: 46%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg {
        margin-left: 0
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
        margin-left: 0;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        width: 100%
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td img {
        height: 40px;
        width: 40px
    }

    #cart-view .cart-view-area .cart-view-table .table thead tr th {
        font-size: 16px;
        padding: 10px 0
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td {
        font-size: 14px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 12px;
        margin-right: 10px;
        min-width: 100px;
        padding: 8px;
        width: 100px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 12px;
        padding: 10px
    }

    #cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
        font-size: 20px
    }
}

@media (min-width: 550px) and (max-width: 640px) {
    .aa-product-catg li:hover .aa-product-hvr-content {
        right: calc((-30%) - 12px);
        top: -55%;
    }
}

@media (max-width: 480px) {
    .aa-product-catg {
        margin-left: 0
    }

    .aa-product-catg li {
        margin-left: 0;
        width: 100%
    }

    .slick-prev {
        left: 84%
    }

    #aa-product .aa-product-area {
        margin-top: 20px
    }

    .aa-products-tab li a {
        margin: 0 4px;
        padding: 6px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select {
        padding: 0 5px 0 0;
        width: auto
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select {
        padding: 0 5px 0 0;
        width: auto
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        height: 500px;
        max-width: 100%;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
        bottom: 0;
        left: 0;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
        top: 40%;
        width: 100%
    }
}

@media (max-width: 360px) {
    .quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom {
        text-align: center
    }

    .quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom a:last-child {
        margin-left: 0;
        margin-top: 10px
    }

    .aa-add-to-cart-btn {
        min-width: 150px
    }

    .quick-view-modal .modal-content .aa-product-view-content {
        margin-top: 10px;
        text-align: center
    }

    .quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
        text-align: left
    }

    .quick-view-modal .modal-content .aa-product-view-content h3 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px
    }

    #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
        padding: 0 10px
    }

    #aa-product-details .aa-product-details-area .aa-product-related-item h3 {
        text-align: left
    }

    #aa-product-details .aa-product-details-area .aa-product-related-item .slick-prev, #aa-product-details .aa-product-details-area .aa-product-related-item .slick-next {
        top: -75px
    }

    #cart-view .cart-view-area .cart-view-table {
        padding: 0 0 20px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td img {
        height: 15px;
        width: 15px
    }

    #cart-view .cart-view-area .cart-view-table .table thead tr th {
        font-size: 10px;
        padding: 7px 0
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td {
        font-size: 14px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 12px;
        margin-right: 10px;
        min-width: 100px;
        padding: 8px;
        width: 100px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 12px;
        padding: 10px
    }

    #cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
        font-size: 20px
    }

    #cart-view .cart-view-area .cart-view-table .cart-view-total {
        width: auto
    }

    .aa-wishlist-table .aa-add-to-cart-btn {
        font-size: 7px;
        min-width: initial;
        padding: 8px 0
    }

    #cart-view .cart-view-area .aa-wishlist-table .table thead tr th {
        font-size: 14px;
        padding: 10px 0
    }
}

@media (max-width: 320px) {
    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
        margin-left: 5px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
        margin-right: 0
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td {
        font-size: 10px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 10px;
        letter-spacing: .5px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 10px;
        min-width: initial;
        padding: 6px;
        width: 90px
    }
}

section.subscribe {
    position:relative;
    padding: 0 ;
    background: #080808 url(../../images/bg-newslleter.png) center top ;
}

section.subscribe .container{
    position: relative;
    padding: 5px 0 0px;
}

section.subscribe h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 17px;
    padding: 0 15px;
    margin-top: 25px;
}

section.subscribe input {
    background: rgba(255, 255, 255, 1);
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 36px;
    text-transform: uppercase;
}

section.subscribe .form-control::-moz-placeholder{font-weight: 700}
section.subscribe .form-control:-ms-input-placeholder{font-weight: 700}
section.subscribe .form-control::-webkit-input-placeholder{font-weight: 700}

section.subscribe .btn {
    background: #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    padding: 6px 0;
    text-transform: uppercase;
}

section.subscribe .btn:hover {
    background: #deba79;
}


@media (max-width: 997px) {
    section.subscribe {text-align: center;padding: 0}

    section.subscribe .col-form{float: none !important;display: inline-block;max-width: 700px}
}

@media (max-width: 767px) {
    section.subscribe .col-logo{display: none}
    section.subscribe .container {padding-bottom: 10px}
    section.subscribe h3 {margin-top: 10px;}
}

@media (max-width: 480px) {
    section.subscribe {background-repeat: repeat;padding-bottom: 10px}

    section.subscribe .col-form .col-xs-6{width: 100%}
}
.footerFix {
	position: fixed;
	width: 55px;
	height: 55px;
	right: 12px;
	margin-bottom: 70px;
	animation: gelatine 7s ease infinite;
	-webkit-animation: gelatine 7s ease infinite;
	z-index: 999999999999;
}

.footerFix div {
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	text-align: center;
	margin-bottom: 5px;
	background: #4dc247;
	padding: 10px 5px;
	cursor: pointer;
	box-shadow: 0 8px 6px -7px #000;
	-webkit-box-shadow: 0 8px 6px -7px #000;
	-moz-box-shadow: 0 8px 6px -7px #000;
	transition: background 0.995s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.footerFix > .ws {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
	animation: pulse 2s infinite;
}

.footerFix .ws:hover {
	background: #32892e;
	transition: background 0.995s;
}

.footerFix > .ws > a {
	font-size: 32px !important;
	color: #fff !important;
	transition: color 3s;
	cursor: pointer;
	line-height: 0;
}

@keyframes gelatine {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		bottom: 0;
		-moz-transform: scale(1, 1);
	}
	92% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		bottom: 0;
		-moz-transform: scale(1, 1);
	}
	93% {
		bottom: 30px;
	}
	94% {
		-webkit-transform: scale(0.8, 1.2);
		transform: scale(0.8, 1.2);
		-moz-transform: scale(0.8, 1.2);
	}
	96% {
		-webkit-transform: scale(1.2, 0.8);
		transform: scale(1.2, 0.8);
		-moz-transform: scale(1.2, 0.8);
	}
	98% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
		-moz-transform: scale(0.9, 1.1);
	}
	99% {
		bottom: 45px;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		bottom: 0;
		-moz-transform: scale(1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
	}
	10% {
		-moz-box-shadow: 0 0 0 0 #4dc247;
		box-shadow: 0 0 0 0 #4dc247;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}
	80% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
		-moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.3);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
	}
}
/*# sourceMappingURL=style.min.css.map */
