/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2020 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.nopadding {
    padding: 0px !important;
}

.nomargin {
    margin: 0px !important;
}

.fullwidth {
    width: 100% !important;
}

#spreset_button .icon-rotate-right{margin-left:5px;}


.rotate {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

.pull-right {
    float: right;
}

#spreset_button i {
    top:-1px;
    position:relative;
    margin-right:0px!important;
    padding-right:0px!important;
}

.box.spreset-page {
    clearfix:both;
    overflow:hidden;
}