diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index 899d85d..eb0a0fa 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -111,6 +111,11 @@ color: #303030; font-size: 14px; font-weight: 500; + @include mq(xll, max) { + right: 197px; + top: -22px; + // width: 351%; + } } .item-unavailable { diff --git a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss index 36a3ee9..c7999fa 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss @@ -41,7 +41,7 @@ body .container-main.container-order-form .orderform-template.active { .cart-fixed { top: -42px; @include mq(xll, max) { - right: 230px; + right: 194px; top: -10px; } } @@ -72,6 +72,9 @@ body .container-main.container-order-form .orderform-template.active { } .summary-cart-template-holder{ width: 332px; + @include mq(xll, max) { + // width: 87.8%; + } } #is-corporate-client{ display: none; @@ -215,8 +218,9 @@ body .container-main.container-order-form .orderform-template.active { } #payment-data{ @include mq(xll, max) { + width: 100%; .accordion-group{ - width: 134%; + width: 137%; } } right: 0;