.product-view div#box-money {
    margin-top: -30px;
}

.options-container .box-money span:not(.cents),
#broadway-add-to-cart #currency_price_text .box-price span:not(.cents),
.box-money span:not(.cents) {
    margin-left: .2rem;
}

.options-container .box-money,
#broadway-add-to-cart #currency_price_text .box-price,
.box-money {
    text-align: right;
    margin: -10px 0px 10px;
}

#broadway-add-to-cart #currency_price_text .box-price {
    margin-top: 0px;
}

#product_currency_price .box-price .price:first-of-type {
    font-size: 1rem;
}

.options-container .box-money {
    /*margin: -10px 0px -10px;*/
}

.options-container .box-money span strong {
    margin-right: 0px;
}

#broadway-add-to-cart #currency_price_text span strong,
.box-money span strong {
    margin-right: -7px;
}

#broadway-add-to-cart #currency_price_text span strong {
    margin-left: -.1rem;
}

.comission-info.box-money-info {
    //display: none !important;
}

.options-container .box-money .price:first-child,
#broadway-add-to-cart #currency_price_text .box-price .price:first-child,
.box-money .price:first-child {
    font-size: 1rem;
    margin-left: -4px;
    display: inline;
    width: auto;
    float: none;
}

.options-container .box-money .price > .price {
    font-size: inherit;
    font-weight: normal;
}

.options-container .price:first-child::after,
#broadway-add-to-cart #currency_price_text .price:first-child::after,
.box-money .price:first-child::after {
    margin-left: -5px;
}

.options-container span.spotlight:first-child,
#broadway-add-to-cart #currency_price_text span.spotlight:first-child,
.box-money span.spotlight:first-child {
    margin-top: -5px;
}

.options-container .box-price>.text,
#broadway-add-to-cart #currency_price_text .box-price>.text,
.box-money .box-price>.text {
    display: block;
}

/* .options-container span.spotlight:first-child::after,
#broadway-add-to-cart #currency_price_text span.spotlight:first-child::after,
.box-money span.spotlight:first-child::after {
    content: ' ';
    display: block;
} */
.price-box .currency_price .box-price .price {
    float: none;
    display: inline;
    width: auto;
    margin: auto;
    font-size: .8rem;
}

.price-box .currency_price .box-price,
.options-container .paymentTypes {
    display: block;
}

.product-shop .table-custom-option {
    margin: 5px 0;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.box-money .box-price .spotlight,
.options-container .box-price .spotlight {
    margin-left: 0.6rem;
}

.options-container .box-price .spotlight {
    margin-left: .2rem;
}

#broadway-add-to-cart #broadway-add-to-cart #currency_price_text .box-price,
#product_currency_price .box-price {
    margin: 0px;
    display: block;
    color: #666;
    font-weight: normal;
    margin-top: .2rem;
    margin-bottom: -1rem;
    font-size: 12px;
}

#product_currency_price .spotlight {
    padding-left: .5rem;
}

#broadway-stick-menu-prices .box-price {
    display: none;
}

.price-box .currency_price .box-price {
    font-size: 0.7rem;
    margin-top: -25px;
    color: #666;
}

.balloonTip {
    min-width: 20px;
    padding: 5px;
    border-radius: 6px;
    border: solid 1px #777;
    box-shadow: 3px -3px 12px -3px #555 !important;
    color: #666;
    background-color: #efefef;
    z-index: 32767;
    text-align: center;
}

.balloonTip .price {
    color: #666;
    font-weight: inherit;
}

.balloonTip h1 {
    font-weight: bold;
    background-color: #dddddd;
    padding: 7px;
    margin: -5px;
    margin-bottom: 3px;
    border-radius: 7px 7px 0px 0px;
    color: darkslategrey;
}

.balloonTip ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.balloonTip ul li:nth-child(even) {
    background-color: #dddddd;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1rem;
}

.box-money-info {
    cursor: pointer;
}

/*testes*/
.price-box .price.currency_price_text {
    text-align: right;
}

.options-container {
    border: none;
    box-shadow: none;
}

.options-container.hide-box div.options {
    display: none;
}

.options-container div.options {
    border: 1px solid;
    /*margin-bottom: 1rem;*/
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 5px 0px 5px 0px;
}

.payment_info {
    float: none;
    margin: 0px auto;
    width: 100%;
    display: inline-block;
}

.payment_info .card,
.payment_info .bankSlip {
    display: table;
    width: 100%;
    font-size: 100%;
}

.payment_info .card div:first-of-type,
.payment_info .bankSlip div:first-of-type {
    width: 70%;
    text-align: left;
}

.payment_info .card div,
.payment_info .bankSlip div {
    float: left;
}

.payment_info .card div:last-of-type,
.payment_info .card div:last-of-type .price,
.payment_info .bankSlip div:last-of-type {
    text-align: right;
    width: 30%;
    color: #666666;
    font-weight: bold;
    font-size: 100%;
}

.qtyInstallments {
    font-size: 100%;
    font-weight: normal;
}

.payment_info>span {
    font-size: 95%;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: .005rem;
    display: block;
}

.cart .shipping, .cart .discount {
    float: left;
    width: 181px;
    margin-right: 0;
    margin-bottom: 10px;
}

.cart .cart-collaterals input.input-text {
    width: 100% !important;
}

#discount-coupon-form {
    width: auto;
}

.cart_payment_info.hideDesk {
    display: none
}

.coupon-shipping {
    text-align: center;
    clear: both;
    width: 64%;
    float: left;
    box-sizing: border-box;
}

.discount h2,
.payment_info h2 {
    text-align: left;
}

/* .custom-data{
    display: flex;
    width: 100%;
} */


.product-shop .options-container.hasOption .custom-data {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.product-shop .options-container.hasOption .options {
    margin-bottom: 0px;
    box-sizing: border-box;
    border-bottom: none;
    box-shadow: none;
    border-radius: 2px 2px 0px 0px;
}

.product-view .product-shop .custom-data>div,
.product-shop .options-container.hasOption .custom-data>div {
    display: none;
}

.product-view .product-shop .custom-data>div:first-of-type,
.product-shop .options-container.hasOption .custom-data>div:first-of-type {
    display: block;
    /* align-items: center;
    background-color: #e6e6e6;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
    width: 100%; */
}

.product-shop .options-container.hasOption .custom-data div:first-of-type table {
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    border-top: none;
    border-radius: 2px;
    width: calc(100% + 1px);
}

.product-shop .options-container.hasOption .box-money {
    margin-top: 20px;
}

.coupon-shipping {
    display: flex;
}

.coupon-shipping form#discount-coupon-form {
    margin-right: 1rem;
}

@media only screen and (min-width: 412px) and (max-width: 425px) {
    .coupon-shipping {
        width: 100%;
    }
}

@media only screen and (max-width: 411px) {

    .cart .discount,
    .coupon-shipping form,
    .coupon-shipping {
        width: 100% !important;
    }

    .coupon-shipping {
        display: block;
    }

    .discount h2 {
        text-align: center !important;
    }

    .cart_payment_info.hideDesk {
        display: block;
    }

    .payment_info {
        margin: 10px 0px;
        width: 100%;
    }
}

.bankSlipView {
    display: block;
}

@media only screen and (max-width: 960px) {
    .options-container div.options {
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
}