.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform,200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-blue {
    --swiper-pagination-color: #2fb5d2
}

.swiper-pagination-indigo {
    --swiper-pagination-color: #6610f2
}

.swiper-pagination-purple {
    --swiper-pagination-color: #6f42c1
}

.swiper-pagination-pink {
    --swiper-pagination-color: #e83e8c
}

.swiper-pagination-red {
    --swiper-pagination-color: #ff4c4c
}

.swiper-pagination-orange {
    --swiper-pagination-color: #fd7e14
}

.swiper-pagination-yellow {
    --swiper-pagination-color: #ffc107
}

.swiper-pagination-green {
    --swiper-pagination-color: #28a745
}

.swiper-pagination-teal {
    --swiper-pagination-color: #878787
}

.swiper-pagination-cyan {
    --swiper-pagination-color: #17a2b8
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-gray {
    --swiper-pagination-color: #6c757d
}

.swiper-pagination-gray-dark {
    --swiper-pagination-color: #343a40
}

.swiper-pagination-lock {
    display: none
}

.swiper-dots-outside {
    position: static;
    padding: 10px 0;
    min-height: 40px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    padding: 1rem .7rem;
    margin-top: -30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: all .2s cubic-bezier(.7,0,.3,1)
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .2;
    cursor: auto
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: 'gticons';
    font-size: 42px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: "\f49d"
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: "\f499"
}

.swiper-button-lock {
    display: none
}

.swiper-button-inner-prev,.swiper-container-rtl .swiper-button-inner-next {
    left: 1rem;
    right: auto
}

.swiper-button-inner-next,.swiper-container-rtl .swiper-button-inner-prev {
    right: 1rem;
    left: auto
}
@media(max-width: 767px) {
   .swiper-button-inner-prev,.swiper-container-rtl .swiper-button-inner-next {
        left: 0rem;
        right: auto
    }

    .swiper-button-inner-next,.swiper-container-rtl .swiper-button-inner-prev {
        right: 0rem;
        left: auto
    } 
}
.swiper-arrows-inside .swiper-button-prev,.swiper-arrows-inside.swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto
}

.swiper-arrows-inside .swiper-button-prev:after,.swiper-arrows-inside.swiper-container-rtl .swiper-button-next:after {
    content: "\ea64"
}

.swiper-arrows-inside .swiper-button-next,.swiper-arrows-inside.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto
}

.swiper-arrows-inside .swiper-button-next:after,.swiper-arrows-inside.swiper-container-rtl .swiper-button-prev:after {
    content: "\f499"
}

.swiper-arrows-above .swiper-button {
    top: 0;
    padding: 0;
    width: 1.8rem;
    height: 1.8rem;
    transform: none
}

.swiper-arrows-above .swiper-button:after {
    font-size: 1.2rem;
    line-height: .8rem
}

.swiper-arrows-above .swiper-button-prev {
    left: auto;
    right: 2rem
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-slide,.swiper-wrapper {
    width: 100%;
    height: 100%;
    transition-property: transform
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.products.swiper-container,.swiper-default-carousel,.swiper-overflow-wrapper .swiper-container,.swiper-overflow-wrapper .swiper-wrapper-wrapper {
    overflow: visible
}

.swiper-container-wrapper {
    overflow: hidden
}

.swiper-pagination-product {
    position: static;
    min-height: 20px
}

.swiper-cls-fix:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: 1fr;
    grid-auto-rows: 0;
    display: grid;
    overflow: hidden
}

.desktop-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(1,1fr)
}

.desktop-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2,1fr)
}

.desktop-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(3,1fr)
}

.desktop-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(4,1fr)
}

.desktop-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(5,1fr)
}

.desktop-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(6,1fr)
}

.desktop-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(7,1fr)
}

.desktop-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(8,1fr)
}

.desktop-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(9,1fr)
}

.desktop-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(10,1fr)
}

.desktop-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(11,1fr)
}

.desktop-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-columns: repeat(12,1fr)
}

.swiper-cls-row-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(1,1fr)
}

.swiper-cls-row-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(2,1fr)
}

.swiper-cls-row-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(3,1fr)
}

.swiper-cls-row-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(4,1fr)
}

.swiper-cls-row-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(5,1fr)
}

.swiper-cls-row-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(6,1fr)
}

.swiper-cls-row-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(7,1fr)
}

.swiper-cls-row-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(8,1fr)
}

.swiper-cls-row-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(9,1fr)
}

.swiper-cls-row-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(10,1fr)
}

.swiper-cls-row-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(11,1fr)
}

.swiper-cls-row-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
    grid-template-rows: repeat(12,1fr)
}

@media (max-width: 767.98px) {
    
    .mobile-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .mobile-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .mobile-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .mobile-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .mobile-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .mobile-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .mobile-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .mobile-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .mobile-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .mobile-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .mobile-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .mobile-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

@media (max-width: 991.98px) {

    .tablet-swiper-cls-fix-1:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(1,1fr)
    }

    .tablet-swiper-cls-fix-2:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .tablet-swiper-cls-fix-3:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(3,1fr)
    }

    .tablet-swiper-cls-fix-4:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(4,1fr)
    }

    .tablet-swiper-cls-fix-5:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(5,1fr)
    }

    .tablet-swiper-cls-fix-6:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(6,1fr)
    }

    .tablet-swiper-cls-fix-7:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(7,1fr)
    }

    .tablet-swiper-cls-fix-8:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(8,1fr)
    }

    .tablet-swiper-cls-fix-9:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(9,1fr)
    }

    .tablet-swiper-cls-fix-10:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(10,1fr)
    }

    .tablet-swiper-cls-fix-11:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(11,1fr)
    }

    .tablet-swiper-cls-fix-12:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-columns: repeat(12,1fr)
    }
}

/* */
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

.flash {
    animation-name: flash
}

.pulse {
    animation-name: pulse
}

.rubberBand {
    animation-name: rubberBand
}

.shake {
    animation-name: shake
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

.tada {
    animation-name: tada
}

.wobble {
    animation-name: wobble
}

.jello {
    animation-name: jello;
    transform-origin: center
}

.bounceIn {
    animation-name: bounceIn
}

.bounceInDown {
    animation-name: bounceInDown
}

.bounceInLeft {
    animation-name: bounceInLeft
}

.bounceInRight {
    animation-name: bounceInRight
}

.bounceInUp {
    animation-name: bounceInUp
}

.fadeIn {
    animation-name: fadeIn
}

.fadeInDown {
    animation-name: fadeInDown
}

.fadeInLeft {
    animation-name: fadeInLeft
}

.fadeInRight {
    animation-name: fadeInRight
}

.fadeInUp {
    animation-name: fadeInUp
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

.rotateIn {
    animation-name: rotateIn
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

.rollIn {
    animation-name: rollIn
}

.zoomIn {
    animation-name: zoomIn
}

.zoomInDown {
    animation-name: zoomInDown
}

.zoomInLeft {
    animation-name: zoomInLeft
}

.zoomInRight {
    animation-name: zoomInRight
}

.zoomInUp {
    animation-name: zoomInUp
}

.slideInDown {
    animation-name: slideInDown
}

.slideInLeft {
    animation-name: slideInLeft
}

.slideInRight {
    animation-name: slideInRight
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow,.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover,.elementor-iqit-banner:hover .elementor-animation-grow {
    transform: scale(1.1)
}

.elementor-iqit-banner .elementor-animation-shrink {
    transform: scale(1.1)
}

.elementor-iqit-banner:hover .elementor-animation-shrink {
    transform: scale(1)
}

.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover {
    transform: scale(.9)
}

.elementor-iqit-banner:hover .elementor-animation-pulse {
    animation-name: elementor-animation-pulse-banner;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover,.elementor-iqit-banner:hover .elementor-animation-pulse-grow {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover,.elementor-iqit-banner:hover .elementor-animation-pulse-shrink {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover,.elementor-iqit-banner:hover .elementor-animation-push {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover,.elementor-iqit-banner:hover .elementor-animation-pop {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in,.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover,.elementor-iqit-banner:hover .elementor-animation-bounce-in {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover,.elementor-iqit-banner:hover .elementor-animation-bounce-out {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36)
}

.elementor-animation-grow-rotate,.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover,.elementor-iqit-banner:hover .elementor-animation-rotate {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover,.elementor-iqit-banner:hover .elementor-animation-grow-rotate {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float,.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover,.elementor-iqit-banner:hover .elementor-animation-float {
    transform: translateY(-8px)
}

.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover,.elementor-iqit-banner:hover .elementor-animation-sink {
    transform: translateY(8px)
}

.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover,.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover,.elementor-iqit-banner:hover .elementor-animation-bob,.elementor-iqit-banner:hover .elementor-animation-hang {
    animation-name: elementor-animation-bob-float,elementor-animation-bob;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 1,infinite;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate
}

.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover,.elementor-iqit-banner:hover .elementor-animation-hang {
    animation-name: elementor-animation-hang-sink,elementor-animation-hang
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover,.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover,.elementor-iqit-banner:hover .elementor-animation-skew,.elementor-iqit-banner:hover .elementor-animation-skew-forward {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward,.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover,.elementor-iqit-banner:hover .elementor-animation-skew-backward {
    transform: skew(10deg)
}

.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover,.elementor-iqit-banner:hover .elementor-animation-wobble-vertical {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover,.elementor-iqit-banner:hover .elementor-animation-wobble-horizontal {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover,.elementor-iqit-banner:hover .elementor-animation-wobble-to-bottom-right {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover,.elementor-iqit-banner:hover .elementor-animation-wobble-to-top-right {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover,.elementor-iqit-banner:hover .elementor-animation-wobble-top {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover,.elementor-iqit-banner:hover .elementor-animation-wobble-bottom {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover,.elementor-iqit-banner:hover .elementor-animation-wobble-skew {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover,.elementor-iqit-banner:hover .elementor-animation-buzz {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover,.elementor-iqit-banner:hover .elementor-animation-buzz-out {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-fade-out-20 {
    transition: opacity .3s ease-in-out
}

.elementor-animation-fade-out-20:active,.elementor-animation-fade-out-20:focus,.elementor-animation-fade-out-20:hover,.elementor-iqit-banner:hover .elementor-animation-fade-out-20 {
    opacity: .8!important
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes pulse {
    0%,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

@keyframes rubberBand {
    0%,to {
        transform: scale3d(1,1,1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }
}

@keyframes shake {
    0%,to {
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes headShake {
    0%,50% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes tada {
    0%,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

@keyframes wobble {
    0%,to {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.39062deg) skewY(.39062deg)
    }

    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

@keyframes elementor-animation-pulse-banner {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(1)
    }
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

@keyframes elementor-animation-bob {
    0%,to {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }
}

@keyframes elementor-animation-bob-float {
    to {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-hang {
    0%,to {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }
}

@keyframes elementor-animation-hang-sink {
    to {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px,8px)
    }

    33.3% {
        transform: translate(-6px,-6px)
    }

    49.95% {
        transform: translate(4px,4px)
    }

    66.6% {
        transform: translate(-2px,-2px)
    }

    83.25% {
        transform: translate(1px,1px)
    }

    to {
        transform: translate(0,0)
    }
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px,-8px)
    }

    33.3% {
        transform: translate(-6px,6px)
    }

    49.95% {
        transform: translate(4px,-4px)
    }

    66.6% {
        transform: translate(-2px,2px)
    }

    83.25% {
        transform: translate(1px,-1px)
    }

    to {
        transform: translate(0,0)
    }
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    to {
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    to {
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes elementor-animation-buzz-out {
    10%,30% {
        transform: translateX(3px) rotate(2deg)
    }

    20%,40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50%,70% {
        transform: translateX(2px) rotate(1deg)
    }

    60%,80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0deg)
    }

    to {
        transform: translateX(-1px) rotate(0deg)
    }
}

@keyframes checkbox-bounce {
    0%,to {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@keyframes animSlide {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes animSlideDown {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(0,0,0)
    }
}

@keyframes loader-1 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loader-2 {
    50% {
        background: #3498db
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

/* arreglos mini cart */
#blockcart-content .bootstrap-touchspin .input-group-btn-vertical {
    display: none !important;
}
#blockcart-content .input-group {
    width: 80px;
}

.cart-buttons {
    display: flex;
}
#blockcart-content .cart-buttons .btn {
    margin: 0 !important;
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cart-summary-line {
    display: flex;
    justify-content: space-between;
}
#cart-subtotal-shipping div {
    display: none;
}
.table-comparativa {
    font-size: 0.9rem;
}
.table-comparativa > tbody td, .table-comparativa > tbody th {
    vertical-align: middle;
} 
.table-comparativa > thead > tr * {
    min-width: 125px;
    width: 14.285%;
}
.table-comparativa > tbody > tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.table-comparativa span.yes {
    display: inline-block;
    background-color: #49d184;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px;
    margin: auto;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
}
