.wsk-float {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 33;
}

    .wsk-float a, .wsk-float a img {
        display: block;
    }

.pulse-button {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image: url('/img/icon/wp-square.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

    .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    }
}

#whatsapp-link {
    display: block;
}

#whatsapp-wrap {
    position: fixed;
    top: calc(50% - 200px);
    right: 0;
    overflow: visible;
    z-index: 10000;
}

#professional-whatsapp {
    position: absolute;
    top: 0;
    right: 0px;
    width: 255px;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    color: #fff;
    padding-right: 0px;
    padding-left: 60px;
    background: #30ba45;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    direction: ltr;
    z-index: 33;
}

    #professional-whatsapp:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 65px;
        height: 50px;
        background: url('/img/icon/wp.png') no-repeat 17px center;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

@media screen and (max-width: 769px) {
    .wsk-float {
        display: block;
    }

    #whatsapp-link {
        display: none;
    }
}

.navbar .attr-right .attr-nav li.button a {
    padding: 13px 20px !important;
}

@media (max-width: 767px) {
    .navbar .attr-nav li.button.search {
        display: inline-block;
    }
}

@media (max-width: 550px) {
    .attr-right {
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .navbar .col-lg-3:last-child {
        right: 0px;
    }
}

nav.navbar.validnavs .navbar-toggle i {
    font-weight: 600;
}

ol li {
    list-style: unset;
    margin-left: 30px;
}

.cart-float {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 33;
}

    .cart-float a, .cart-float a img {
        display: block;
    }

@media screen and (max-width: 769px) {
    .cart-float {
        display: block;
    }
}

.cart-button {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #DF0A0A;
    background-image: url('/img/icon/cart-square.png');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}


.table {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 4px 0px;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.table a {
    color: #000;
    border-bottom: dotted 2px black;
}

td, th {
    border: 1px solid rgba(0, 0, 0, .05);
}

.breadcumb-menu li:last-child {
    color: #fff;
}

.product-big-img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 6px 0px;
}

@media (max-width: 767px) {
    .product-about .actions .th-btn, .product-about .actions .col-md, .product-about .actions .col-md-auto {
        width: 100%;
    }
}