.carousel-indicators {
    position: inherit;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.select-modelos {
    width: 50%;
}

@media (max-width: 767px) {
    .gallery-wrap .img-big-wrap img {
        max-width: 270px;
        max-height: 270px;
        margin-top: 20px;
    }

    h2 {
        font-size: 1.7rem;
    }

    .select-modelos {
        width: 100%;
    }
}

.icone-ggcoins img {
    float: left;
    width: 27px;
    height: 27px;
}

.icone-ggcoins span {
    font-style: cursive;
    padding-left: 2px;
    font-size: 0.8rem;
    font-style: italic;
}

.card.black {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.rdo-grp label {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 6px 8px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.rdo-grp label:hover {
    background: rgba(125, 100, 247, 0.06);
}

.rdo-grp label span {
    vertical-align: middle;
}

.rdo-grp label span:first-child {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #e8eaed;
    border-radius: 50%;
    transition: all 0.2s ease;
    margin-right: 8px;
}

.rdo-grp label span:first-child:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.rdo-grp label:hover span:first-child {
    background: #222835;
}

.rdo-grp input {
    display: none;
}

.rdo-grp input:checked + label span:first-child {
    background: #222835;
}

.rdo-grp input:checked + label span:first-child:after {
    transform: scale(0.5);
}

.time h6 {
    font-family: 'Bangers', cursive;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: .11em;
    margin-bottom: 0px;
}

.banner-frete-gratis {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 280px;
    height: 80px;
    background-color: transparent;
    z-index: 200;
}

.label-rating:hover {
    text-decoration: underline;
}

.slick-track {
    margin-left: initial !important;
}

.layout-black {
    margin-bottom: 10px;
}

figure figcaption .btn-add-cart {
    display: block !important;
}

figure figcaption .btn-arrematar {
    display: block !important;
}

.btn-add-cart {
    width: auto !important;
}

.btn-add-cart, .listaDesejos {
    margin-top: 5px;
}

.btn-add-cart, .ativarNotificacao {
    margin-top: 5px;
}

.btn-arrematar {
    width: auto !important;
}

.btn-arrematar, .listaDesejos {
    margin-top: 5px;
}

.btn-arrematar, .ativarNotificacao {
    margin-top: 5px;
}

.content-infos-ads {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.content-infos-ads > .content-infos {
    flex: 1;
}

.content-btns {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}

.content-btns div:first-child {
    width: 300px;
}

@media (min-width: 100px) and (max-width: 1200px) {
    .content-btns {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

.content-table {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.table-lances-length {
    margin-bottom: 8px;
    margin-top: 15px;
    font-weight: 500;
    color: #222835;
    cursor: pointer;
}

.table-lances-length:hover {
    text-decoration: underline;
}

.content-footer-ads {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 100px) and (max-width: 767.98px) {
    .content-footer-ads {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.content-btns-plus {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    margin: 10px 0px;
}

.content-btns-plus .btn-plus {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 3px 7px;
    border-radius: 0.37rem;
    cursor: pointer;
    background-color: #222835;
    user-select: none;
}

.content-btns-plus .btn-plus:hover {
    opacity: 0.95;
}

.content-btns-plus .btn-plus span {
    font-size: 1rem;
    line-height: 1.5;
    color: #e8eaed;
    font-weight: bold;
}

.alert-success.alert-dismissible {
    display: none;
}

.alert-promo {
    color: #FFF;
    background-color: #6b37c4;
    border-color: #6b37c4;
    font-size: 16px;
}

.alert-promo a {
    color: #FFF;
}

.gg-priceBox{
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.gg-priceBox__body{
    padding: 16px 18px;
}

.gg-priceBox__priceRow{
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.gg-priceBox__price{
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.2px;
    color: #1f2d3d;
    line-height: 1.05;
}

.gg-priceBox__installments{
    margin-top: 8px;
    font-size: 14px;
    color: #6c757d;
}

.gg-priceBox__installments strong{
    color: #1f2d3d;
    font-weight: 800;
}

.gg-priceBox__badges{
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gg-priceBox__badge{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(0,0,0,.06);
}

.gg-priceBox__badgeIcon{
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex: 0 0 26px;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(0,0,0,.05);
}

.gg-priceBox__badge--free{
    background: rgba(25, 135, 84, .10);
    color: #198754;
    border-color: rgba(25, 135, 84, .18);
}

.gg-priceBox__badge--stock{
    background: rgba(255, 193, 7, .14);
    color: #8a6d1f;
    border-color: rgba(255, 193, 7, .22);
}

.gg-priceBox__badge--stock strong{
    font-weight: 900;
}

@media (max-width: 575.98px){
    .gg-priceBox__price{
        font-size: 26px;
    }
    .gg-priceBox__badge{
        font-size: 13px;
    }
}

.gg-priceBox__promo{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.gg-priceBox__oldPrice{
    font-size: 15px;
    color: #6c757d;
    text-decoration: line-through;
    font-weight: 500;
}

.gg-priceBox__discount{
    background: #20c997;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 6px;
    letter-spacing: .3px;
}

.gg-buyActions{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.gg-buyActions__btnCart{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 15px;
    border: 1px solid rgba(23, 162, 184, .35);
    background: #17a2b8;
    color: #fff;
    box-shadow: 0 8px 18px rgba(23, 162, 184, .20);
    transition: transform .08s ease, box-shadow .12s ease, background .12s ease;
    flex: 1 1 auto;
}

.gg-buyActions__btnCart:hover{
    background: #138496;
    border-color: rgba(23, 162, 184, .45);
    box-shadow: 0 10px 22px rgba(23, 162, 184, .28);
    color: #fff;
}

.gg-buyActions__btnCart:active{
    transform: translateY(1px);
}

.gg-buyActions__btnCart:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(23, 162, 184, .25),
    0 10px 22px rgba(23, 162, 184, .22);
}

.gg-buyActions__cartIcon{
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #17a2b8;
    border: 1px solid rgba(0,0,0,.06);
    font-size: 14px;
    line-height: 1;
}

.gg-buyActions__btnWish{
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fff;
    color: #6c757d;
    font-size: 20px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .08s ease, background .12s ease, border-color .12s ease;
    flex: 0 0 48px;
}

.gg-buyActions__btnWish:hover{
    background: #f8f9fa;
    border-color: rgba(0,0,0,.14);
}

.gg-buyActions__btnWish:active{
    transform: translateY(1px);
}

.gg-buyActions__btnWish:focus{
    outline: none;
    box-shadow: 0 0 0 3px rgba(108,117,125,.18);
}

@media (max-width: 575.98px){
    .gg-buyActions{
        gap: 10px;
    }
    .gg-buyActions__btnCart{
        font-size: 14px;
        height: 46px;
    }
    .gg-buyActions__btnWish{
        width: 46px;
        height: 46px;
    }
}

.gg-buyActions__btnWish--active{
    color: #dc3545;
    border-color: rgba(220,53,69,.22);
    background: rgba(220,53,69,.06);
}

.gg-priceBox__coins{
    margin-top: 12px;
    padding: 5px 16px;
    border-top: 1px dashed rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6c757d;
}

.gg-priceBox__coinsIcon{
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.gg-priceBox__coinsIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gg-priceBox__coins strong{
    color: #1f2d3d;
    font-weight: 700;
}

.gg-arremate-row{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.text-regulamento {
    font-size: 12px;
}