.arrow-top-slide .slide-arrow.next-arrow {
    right: -50px;
    left: auto;
    border-radius: 0px 20px 20px 0px;
}

.arrow-top-slide .slide-arrow.prev-arrow {
    left: -50px;
    right: auto;
    border-radius: 20px 0px 0px 20px;
}

.content-sld h1,
.content-sld h2 {
    text-align: right;
    padding-right: 20px;
}

.axil-product .cart-action li.select-option a {
    background-color: #782569;
}

.newsletter button {
    border-radius: 6px 0px 0px 6px !important;
}

.single-item button.fal {
    bottom: 12%;
}

li.quickview a .fa-shopping-bag {
    position: relative;
    left: 4px;
}

.category-select .single-select {
    padding-right: 60px;
}

.form-group input {
    padding: 0px 30px;
}

.form-group textarea {
    padding: 40px;
}

@media only screen and (max-width: 479px) {
    .header-action>ul>li.axil-mobile-toggle {
        right: 25px;
    }
    .header-action>ul>li.my-account {
        right: 20px;
    }
    .header-top-dropdown {
        justify-content: right;
    }
    .axil-mobile-toggle .menu-btn i {
        padding-left: 23px;
    }
}