.fa-solid.fa-stop {
    transform: rotate(45deg);
}

.h5.mb-0 {}

.full-width {
    width: 100%;
}

.np-hero-section {
    padding-bottom: 50px;
}

.free {
    color: #ffffff !important;
    background: #0aad53 !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    display: inline-block !important;
    font-size: 16px;
}

.file-type li {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    width: 45px;
}

.file-type li img {
    width: 25px;
}

.carousel-item iframe {
    height: 510px;
}

.btn-filtrar {
    height: 40px;
    border-radius: 40px;
    padding: 0px 30px;
    background: #1c1f26 !important;
    margin-left: 25px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(231, 231, 231, 0.9058823529);
}

.nav-link:focus,
.nav-link:hover {
    color: #ffffff !important;
}

.icon-wardn {
    color: #cb0753;
}

.form-error {
    display: block;
    margin-top: -20px;
    margin-bottom: 15px;
}

#popup-login {
    background: #FFF;
    width: 300px;
    min-height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

button.boxTrash {
    z-index: 100;
    position: absolute;
    border: 0;
    border-radius: 10px;
    padding: 2px 10px;
    background: #cb0753;
    margin: 10px;
    right: 15px;
    top: 5px;
    color: #FFF;

    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

button.boxTrash:hover {
    background: #00A0DF;
    color: #FFF;
}

.fav-title {
    background-color: #212529;
    padding: 15px 10px;
}


ul.list-tools {
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 0 10px 3px 10px;
    margin-top: -38px;
    z-index: 40;
    position: relative;
    margin-right: 10px;
}

.list-tools>li {
    display: inline-block;
    padding: 3px 10px;
    line-height: 0;
}

.list-tools>li>a {
    font-size: 15px;
    color: #00A0DF;
}

.list-tools>li>a.trash {
    font-size: 15px;
    color: #cb0753;
}


.swal2-title,
.sweet-alert p {
    color: #ffffff !important;
    /* color: #575757 !important; */
}

.single-nft-item .nft-item-footer .item-like {
    cursor: pointer;
}

.creator-profile-area .thumb-wrapper img+p {
    display: none;
}

.creator-profile-area .thumb-wrapper:hover img+p {
    display: block;
    margin: 0;
    font-size: 10px;
    text-align: center;
    background: #1c1f26d4;
    position: absolute;
    margin-top: -84px;
    padding: 4px 0;
}

button.btn-download {
    width: 100%;
    text-align: center;
    padding: 17px 30px;
    display: inline-block;
    background: linear-gradient(92.29deg, #00A0DF -9.05%, #00A0DF 103.12%);
    font-size: 14px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;

    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a.btn-carrinho,
button.btn-carrinho {
    width: auto;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    padding: 14px 14px 13px 14px;
    margin-left: 5px;
    color: #00a0df;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a.btn-favorito,
button.btn-favorito {
    width: 80px;
    text-align: center;
    display: block;
    padding: 14px 14px 13px 14px;
    margin-left: 5px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

    background-color: #cb0753;
    color: #ffffff;
}

a.btn-favorito:hover,
button.btn-favorito:hover {
    background-color: #ffffff;
    color: #cb0753;
}

button.btn-carrinho {
    padding: 0;
    width: 100px;
}

.btn-group-carrinho .dropdown-menu {
    left: 0 !important;
    background: #585858;
}

.btn-group-carrinho ul li a {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 5px 10px;
}

.btn-group-carrinho ul li a:hover {
    color: #ffffff;
    background-color: #585858;
}

.btn-group-carrinho ul li a:hover img {
    margin-left: 5px;
}

.btn-group-carrinho ul li a img {
    margin-right: 5px;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.btn-carrinho:hover,
button.btn-carrinho:hover {
    color: #ffffff;
    background: #e7004c;
}

.swal2-styled.swal2-confirm {
    background-color: #e7004c !important;
}

.cart-table {
    background: #1c1f26;
}

.img-sobre-wardn {
    width: 70%;
    margin: 0 auto;
    display: block;
}


a.btn-saldo-wardn {
    width: auto;
    text-align: center;
    background-color: #f4680e;
    display: inline-block;
    padding: 14px 14px 13px 14px;
    margin-left: 5px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a.btn-saldo-wardn:hover {
    color: #ffffff;
    background: #e7004c;
}


.box-planos {
    background: transparent;
    position: relative;
    display: block;
    padding: 2px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 4;
}

.box-planos::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(92.29deg, #00a0df -9.05%, #e7004c 103.12%);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.box-planos.ativo::before,
.box-planos:hover::before {
    opacity: 1;
}

.box-planos.ativo .fa-star {
    float: right;
    margin-top: -20px;
    margin-right: -15px;
    font-size: 25px;
}

.box-planos .nome {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    z-index: 99;
    position: relative;
}

.box-planos .planos {
    z-index: 33;
    position: relative;
    background: #1e2129;
    border-radius: 20px;
    padding: 20px;
}

.box-planos .planos {
    text-align: center;
}

.box-planos .planos>li {
    margin: 15px 0;
    color: #959595;
}

.box-planos .planos .wardn {
    font-size: 13px;
    line-height: 16px;
}

.box-planos .planos .wardn strong {
    color: #fff;
    font-size: 26px;
}

.beneficios {
    background: #ffffff08;
    padding: 10px 0;
    border-radius: 8px;
}

.beneficios ul li {
    color: #959595;
    font-size: 18px;
    padding: 7px 0;
}

.beneficios ul li i {
    font-size: 16px;
}

.beneficios ul li i.fa-check {
    color: #00b10e;
}

.beneficios ul li i.fa-times {
    color: #9d3535;
}

.beneficios p {
    padding: 0 10px;
    color: #959595;
}

.box-planos .planos .ass a {
    width: 100%;
    font-size: 23px;
    text-transform: uppercase;
}

.box-planos .planos .descricao {
    color: #959595;
    border-top: 1px solid #78787833;
    padding-top: 15px;
}

.box-planos .planos .price {
    font-size: 25px;
    padding: 15px 0;
    color: #fff;
    font-weight: 600;
}

.box-planos .planos .price span {
    font-size: 12px;
}






label.btn-modo-pagamento-inner {
    font-size: 16px;
    color: #424242;
    font-weight: 800;
}

.btn-modo-pagamento {
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-modo-pagamento small {
    background: linear-gradient(92.29deg, #00a0df -9.05%, #e7004c 103.12%);
    border-radius: 15px;
    padding: 0;
    position: absolute;
    bottom: -23px;
    right: 5%;
    width: 90%;
    color: #FFF;
    font-size: 13px;
}

.btn-modo-pagamento>label.btn-modo-pagamento-inner {
    margin: 0px;
    width: 150px;
    height: 50px;
    background: #e80a4d;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    display: block;
}

.btn-modo-pagamento>label.btn-modo-pagamento-inner:before {
    content: attr(data-on);
    position: absolute;
    color: #FFF;
    top: 2px;
    right: 2px;

    width: 70px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all ease 0.5s;
}

.btn-modo-pagamento>label.btn-modo-pagamento-inner:after {
    content: attr(data-off);
    width: 70px;
    height: 45px;
    background: #fff;
    border-radius: 26px;
    position: absolute;
    left: 2px;
    right: auto;
    top: 2px;
    text-align: center;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all ease 0.5s;
}

.btn-modo-pagamento input[type="checkbox"] {
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

/* .btn-modo-pagamento input[type="checkbox"]:checked+label.btn-modo-pagamento-inner {
    background: #000;
    color: #fff;
} */

/* .btn-modo-pagamento input[type="checkbox"]:checked+label.btn-modo-pagamento-inner:after {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
} */

.btn-modo-pagamento input[type="checkbox"]:checked+label.btn-modo-pagamento-inner:after {
    content: attr(data-on);
    /* right: 2px; */
    left: 78px;
    background: #fff;
    color: #424242;
}

.btn-modo-pagamento input[type="checkbox"]:checked+label.btn-modo-pagamento-inner:before {
    content: attr(data-off);
    right: 78px;
    /* left: 2px; */
}


.profile-box {
    background: url('/assets/theme/wardn/img/bg-quadrado.png');
    background-size: contain;
}

.box-rtn-order {
    display: none;
    background: #252830f0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.box-rtn-order {
    color: #fff;
}

.nft-form-area form input:focus {
    border: 1px solid #00a0df;
}

#checkout label {
    color: #ffffff;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #FFF !important
}


.accordion.favoritos .accordion-item {
    background-color: transparent;
    border: 0;
    margin: 15px 0;
}

.accordion.favoritos .accordion-button:not(.collapsed)::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    background-image: none;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion.favoritos .accordion-button::before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    background-image: none;

    margin-right: 10px;

    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion.favoritos .accordion-button:not(.collapsed)::after,
.accordion.favoritos .accordion-button::after {
    content: '';
    background-image: none;
}

.accordion.favoritos .accordion-button {
    width: 100%;
    font-size: 1rem;
    color: #f5f5f5;
    background-color: #212529;
    font-weight: 600;
}

.accordion.favoritos .accordion-body {
    padding: 0.25rem;
}

.img-pin-wardn {
    position: absolute;
    right: -10px;
    top: -10px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 35%;
    bottom: auto;
}

.swal2-container.swal2-center>.swal2-popup {
    background-color: #1c1f26;
    background-image: url(/assets/theme/wardn/img/bg-quadrado.png);
    background-size: auto;
    color: #fff;
}

a.item-like {
    color: #fff;
}

.btn-limpar {
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
    color: #FFF;
}

.btn-limpar:hover {
    color: #00A0DF;
}

.show-favorite-box {
    background: #FFF;
    width: 180px;
    height: 270px;
    position: absolute;
    bottom: 50px;
    right: 0;
    margin-left: -1rem;
    border-radius: 5px;
    display: none;
    /* opacity: 0; */
    z-index: 9999;

    padding: 3px 8px;
    font-size: 14px;

    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.show-favorite-box p {
    color: #1c1f26;
    margin-bottom: 0;
}

.show-favorite-box .list {
    overflow: auto;
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
}



.button-check {
    float: left;
    margin: 0;
    width: 100px;
    height: 40px;
    position: relative;
}
  
.button-check label,
.button-check input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
  
.button-check input[type="checkbox"] {
    opacity: 0;
    z-index: 100;
    cursor: pointer;
}
  
.button-check input[type="checkbox"]:checked + label {
    background: #00A0DF !important;
}
  
.button-check label {
    cursor: pointer;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
}
  
.btn-order-by {
    right: 30px;
    position: absolute;
}
.pd-slider {
    position: relative;
}
.tags {
    position: absolute;
    z-index: 888;
    right: 16px;
}

.tags li {
    margin-left: 3px;
    float: right;
    padding: 0px 5px;
    font-size: 10px;
    position: relative;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 7px;
}
.tags li::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 15px 0 0;
    transform: rotate(0deg);
    position: absolute;
    bottom: -15px;
    left: 0;
}
.tags li::after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 15px 0;
    transform: rotate(0deg);
    content: '';
    position: absolute;
    right: 0;
    bottom: -15px;
}

/* labens */
.label {
    background-color: #D1DADE;
    color: #5E5E5E;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
    font-size: 10px;
}
.label-primary {
  background-color: #1ab394;
  color: #FFFFFF;
}
.label-success {
  background-color: #1c84c6;
  color: #FFFFFF;
}
.label-warning {
  background-color: #f8ac59;
  color: #FFFFFF;
}
.label-warning-light {
  background-color: #f8ac59;
  color: #ffffff;
}
.label-danger {
  background-color: #ED5565;
  color: #FFFFFF;
}
.label-info {
  background-color: #23c6c8;
  color: #FFFFFF;
}
.label-inverse {
  background-color: #262626;
  color: #FFFFFF;
}
.label-white {
  background-color: #FFFFFF;
  color: #5E5E5E;
}
.label-white {
  background-color: #2A2E36;
  color: #8B91A0;
}

.btn-cancel {
    background: #ff5454 !important;
}

@media (min-width: 1200px) {
    .ex-explore-items .col-xl-3 {
        width: 20%;
    }

}

@media (max-width: 767px) {

    form.form-filter {
        width: 100%;
    }

    #ajax-filtros {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .ex-top-bar .sort-btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .ex-top-bar .sort-btn .sort-select {
        margin-left: 0;
        width: 100%;
    }

    .ex-top-bar .sort-btn .sort-select .nice-select {
        width: 100%;
        margin-top: 10px;
    }


    .btn-filtrar {
        background: #0029FF;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .single-nft-item .nft-item-wrapper {
        padding: 10px 10px !important;
    }

    .single-nft-item .nft-item-wrapper .item-price {
        margin-left: 0 !important;
    }

    .creator-profile-area .thumb-wrapper img+p {
        display: block;
        margin: 0;
        font-size: 10px;
        text-align: center;
        background: #1c1f26d4;
        position: absolute;
        margin-top: -20px !important;
        padding: 2px 0;
        border: 1px solid #FFF;
        border-radius: 40px;
        line-height: 11px;
    }

}