
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body .summary-coupon{
     margin:0px !important; 
     padding: 14px 14px 0px 14px;
     display: flex;
     justify-content: center;
}
.summary-coupon .coupon-form {
     width: 100%;
}
.mz-shipping-progress-bar{
    display: none;  
}

#cart-coupon-add{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 41px;
    background: #82006A;
    border: 2px solid #111111;
    border-radius: 8px;
  
  
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: none;
}

#cart-coupon-add:hover{
    filter: brightness(150%);
    transition: 0.5s;

}

.summary-totalizers .coupon-fieldset > div {
     display: flex !important; 
     width: 100%;
     justify-content: space-between;
}
.coupon-fieldset .coupon-label{
    display: flex;
    align-items: center;
    margin: 0px;
}
.coupon-fieldset .coupon-label label{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #3C3C3B; 
    margin-right: 10px;
}
.coupon-fields span{
    display: flex;
    gap: 10px;

}
.coupon-fields .coupon-value{
    box-shadow: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid  #8C8C8C;
    width: 150px !important;
    height: auto;
    background: #FAFAFA;
  
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #8C8C8C;
}
.coupon-fields .coupon-value:focus{
    box-shadow: none;
    border-color: #000;
}
.coupon-fields .coupon-value::placeholder{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #8C8C8C;

}
.loading-coupon{
  display: none;

}

.coupon-form-saler{
  padding: 14px 14px 10px 14px;
}



#cart-coupon-add-saler{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 41px;
    background: #0073AB;
    border: 2px solid #111111;
    border-radius: 8px;
  
  
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: none;
}

#cart-coupon-add-saler:hover{
    background: #00A5E0;
    transition: 0.5s;

}

.coupon-fields{
   margin: 0px;
}

/*Frete Grátis*/

.frase{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: 37px;
    background: #E5F6E9;
    border-radius: 8px;
  
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #006015;
    margin-bottom: 24px;
    gap: 5px;
}


.frase p{
    margin: 0px;
}

/*AJUSTES*/

body{
    padding: 0px;
    background: #FAFAFA;
}
.container-cart, .container-order-form {
    width: 100%;
}

#cart-link-coupon-add {
    display: none;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #43AFEE;
}

.icon-user::before{
    color: transparent;
    background: url("/arquivos/icon-user.png") no-repeat;
     width: 25px;
    height: 20px;
    background-size: 20px;
  
}

.icon-home:before {
    color: transparent;
    background: url("/arquivos/icon-truck.png") no-repeat;
    width: 25px;
    height: 20px;
    background-size: 20px;
}

.icon-credit-card:before {
    color: transparent;
    background: url("/arquivos/card-outline-form.png") no-repeat;
    width: 25px;
    height: 20px;
    background-size: 20px;
}


/*Header Checkout*/

#header-checkout{
    background: #FFFFFF;
    padding: 10px 0px;
    display: flex;
    align-items: center;
}

#header-checkout .container {
    width: 95% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.back-to-container> a {
    color: #fff;
}

.back-to-container  .back-to-btn {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #007F2A;
    display: flex;
    gap: 13px;
}

.back-to-container  .back-to-btn:hover {
	text-decoration-line: underline;
}

.back-to-container  .back-to-btn::before {
    content: "";
    width: 17px;
    height: 17px;
    background: url("/arquivos/back-icon.svg") 100% no-repeat;
    display: block;
    float: left;
    background-size: 17px;
}

.logo {
    display: flex;
    justify-content: center;
}

.logo>a img {
    width: 193px;
}

.security-container .security-label{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #007F2A;
    display: flex;
    gap: 8px;
    align-items: center;
}

.security-container .security-label::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/arquivos/lock-key-icon.svg") 100% no-repeat;
    display: block;
    float: left; 
}

#header-checkout .container::after,#header-checkout .container::before {
    content: none;
}


/*Steps*/

.w-steps {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.w-bar.w-bar {
    width: 170px;
    height: 2px;
    margin-bottom: 10px;
    position: relative;
    top: 12px;
    background: #CACACA;
    opacity: 1;
}

.w-bar.w-bar.is--active {
    background: #43AFEE;
    opacity: 1;
}

.w-bar.w-entrega.is--active.color-one{
   background: #82006A;
}
.w-bar.w-pagamento.is--active.color-two{
   background: #C60000;
}

.w-steps ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0px;
    margin-right: 15px;
    margin-top: 60px;
    
}

.w-steps ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 12px;
    text-transform: capitalize;
    flex-direction: column;
    margin-top: 4px;
  
   font-family: 'Quicksand';
   font-style: normal;
   font-weight: 700;
   font-size: 12px;
   color: #999999;
}

.w-steps ul li.is--active {
    color:  #000000;;
}

.w-steps ul li span {
    border: 1px solid #D9D9D9;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    font-weight: 600;
    margin: 8px 5px;
    background: #D9D9D9;
    color: #D9D9D9;
    font-family: 'Quicksand';
    z-index: 2;
}


.w-steps ul li.is--active span {
    background: #0084BF;
    color:#0084BF;
    font-weight: 800;
    border: 1px solid #0084BF;
}

.w-steps ul li.is--active.color-one span{
    background: #82006A;
    border-color: #82006A;
}
.w-steps ul li.is--active.color-one.color-two span{
    background: #C60000;
    border-color: #C60000;
}
.w-steps ul li.w-pagamento.is--active.color-two span{
    background: #00A242;
    border-color: #00A242;
}

/*Footer checkout*/

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    border: none;
    background: #fff;
}
.footer-container h1{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    
    text-transform: uppercase;
    
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
}

.footer-container-icons_cards{
    display: flex;
    justify-content: center;
    padding: 20px 0px 30px 0px;
}

.footer-container-icons_cards .img-mobile {
    display: none;
}

.footer-container-icons_dev{
    display: flex;
    justify-content: center;
    gap:25px;
}

.footer-container-icons_dev div{
   display:flex;
   gap:4px;
   align-items: center;
}

.footer-logo_wicomm {
	width: 96px;
}

.footer-logo_vtex {
	width: 66px;
}

.footer-container-bottom {
    padding: 24px 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-container-bottom p {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #9A9A9A;
    width: 280px;
    text-align: center;
}

/*Cart empty*/

.empty-cart-title {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #1c1c1e;
  text-align: center;
}

.empty-cart-message p {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3a3a3c;
  text-align: center;
  margin: 20px 0px;
}

.empty-cart-links #cart-choose-products {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  background: #007F2A;
  border-radius: 8px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  border: 2px solid #111111; 
  width: 300px;
  margin: auto;
}

.empty-cart-links #cart-choose-products:hover{
 background: #00A242;
  transition: 0.5s;
}

/*Cart*/

.container-cart {
 	width: 90%;
    margin: auto;
}

.cart{
	border: none;
    margin-bottom: 15px;
}

#cart-title {
    font-weight: 700;
    font-size: 0px;
    margin: 0px 0px 20px 0px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    color: #000000;
}

#cart-title::before {
    content: "Minha Sacola";
    font-size: 32px;
 
}

.checkout-container {
    width: 100%;
    margin: auto;
}


.checkout-container .cart-items {
    overflow: hidden;
}

.checkout-container .cart-items thead {
    background: #FFFFFF;
}

.checkout-container .cart-items thead th {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding: 12px 0;
    text-align: center;
}

.checkout-container .cart-items .product-image {
    width: 120px;
}

.checkout-container .cart-items .product-image img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    background: transparent;
    border: 0;
    border-radius: 4px;
    margin: 20px 0px 20px 20px;
}

.add-item-attachment-container a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background: #FFB703;
    border-radius: 999px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}
.cart-items .product-name {
    padding: 20px 10px 20px 30px;
}
.cart-items .product-name .brand{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #8B8B8B;
}

.cart-items .product-name small{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #8B8B8B;
}

.cart-items .product-name {
    width: auto;
}

.checkout-container .cart-items .add-item-attachment-container a {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1f1f21 !important;
    margin-bottom: 8px;
    border: none;
    box-shadow: none;
  
}

.checkout-container .cart-items .product-name a {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #181717;
    width: 250px;
    display: block;
}

.cart-items .description{
    position: absolute;
    left: 57px;
    top: 0px;
}

.shipping-estimate-date {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #8C8C8C;
    text-transform: capitalize;
}

.span.shipping-estimate-date {
  	color: #8C8C8C;
}

.checkout-container .cart-items .product-name .new-product-real-price {
    display: block;
   font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: #BFBFBF;
    margin-bottom: 30px;
    margin-top: 8px;
}

.checkout-container .cart-items .product-price .new-product-price {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #222222;
}

.cart-items th.quantity {
	padding-right: 25px !important;
}

.quantity .item-quantity-change-decrement {
    position: relative;
    left: 33px;
    top: 1px;
}

.quantity .item-quantity-change-increment {
    right: 37px;
    top: 1px;
    position: relative;
    padding-left: 6px;
}

.quantity input {
    width: 75px;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    font-weight: 800;
	font-size: 14px;
    padding: 8px 10px;
    font-family: 'Quicksand';
    background: #FAFAFA;
}

.quantity .icon-minus-sign:before {
    content: "-";
    color:  #000000;
    font-weight: 200;
    font-size: 31px;
    font-family: 'Quicksand';
    position: relative;
    left: 0px;
    top: -2px;
}

.quantity .icon-plus-sign:before {
    content: "";
    background: url('/arquivos/icon-plus.svg') no-repeat;
    background-position: center;
    background-size: 10px;
    padding: 12px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Quicksand';
    position: relative;
    top: 2px;
    left: -8px;
}

.checkout-container .cart-items .product-item {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 20px;
    padding-top:20px;
    margin-bottom: 20px;
}

.checkout-container .cart-items .quantity-price .total-selling-price {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    width: auto;
    display: block;
}

.icon-remove {
    color: transparent;
    background: url('/arquivos/trash.svg') no-repeat;
    background-position: center;
    background-size: 24px;
    padding: 20px;
    bottom: 50px;
    position: relative;
}

/*Cart more options*/

input.success:not([invalid="true"]) {
    background-image: url("/arquivos/check-icon.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.summary-template-holder .cart-more-options {
    max-width: 450px;
    margin: 0px;
    padding: 15px 15px 0px 15px;
}

.cart-active .srp-container{
    max-width: 500px !important;
}

.client-email span.error{
    position: absolute;
    top: 70px;
}

#shipping-preview-container h2 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 0px;
    line-height: 150%;
    color: #3C3C3B;
}

#shipping-preview-container h2::before {
    content: "Simular Frete e prazo de entrega";
    font-size: 16px;
}


#shipping-preview-container .srp-description {
    color: #3A3A3C;
    font-size: 14px;
    font-weight:300;
    max-width: 100%;
    font-family: 'Quicksand';
}

#shipping-calculate-link { 
    background: white !important;
    color: #43AFEE !important;
    font-size: 14px;
    font-family: 'Quicksand';
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    width: 125px;
    border: 1px solid #43AFEE !important;
    border-radius: 4px;
    letter-spacing: 0.08em;
} 

.srp-postal-code__form {
     width:100%;
}

.vtex-shipping-preview-0-x-postalCodeForgotten{
   	 width:100%;
}

.vtex-shipping-preview-0-x-postalCodeForgotten .ship-postalCode{
     width: 77% !important;
     display:flex;
     flex-direction: column;

}

#shipping-preview-container .vtex-shipping-preview-0-x-postalCodeForgotten{
  	align-items: start;
}

.ship-postalCode label{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 0px;
    color: #000000;
    padding-bottom: 10px;
}

.ship-postalCode label::before{
  	content: "Veja as opções de entrega para seus itens, com 	 todos os prazos e valores.";
  	font-size: 14px;
}

#ship-postalCode {
    border:none;
    border: 1px solid #000000;
	border-radius: 8px;
    font-size: 12px;
    color: #000;
    padding-left: 10px;
    box-shadow: none;
    height: 40px;
    width: 100%;
    min-width: 60%;
    font-family: 'Quicksand';
}

#cart-shipping-calculate {
    height: 41px;
    width: 94px;
    border: 0;
    font-size: 0;
    background: #0073AB;
    border: 2px solid #111111;
    border-radius: 8px;
    text-transform: capitalize;
    outline: none;
    margin-left: 14px;
    position: relative;
    top: 59px;
    text-shadow: none;
}
#cart-shipping-calculate:hover{
    background: #00A5E0;
    transition: 0.5s;

}
#cart-shipping-calculate:before {
    content: "Calcular";
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}

.ship-postalCode a {
    color: #A4A8AA;
}

.srp-delivery-header{
	font-family: 'Quicksand';
}
.srp-shipping-current-single__sla{
    font-family: 'Quicksand';
}

.ship-postalCode small{
    margin-top: 10px;
  
}

.ship-postalCode small a{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #A4A8AA;
    margin-top: 14px;

}



/*Cart totalizers */

.summary-template-holder .accordion-inner {
    border-bottom: none;
}

.w-remove-all__products{
    background: transparent;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 0px;
    border:none;
    color: #434343;
    display: flex;
    align-items: center;
    padding: 15px;
    position: absolute;
    left: 0;
    margin-bottom: 45px;

}

.w-remove-all__products:hover{
	color: #000;
    transition: 0.5s;
}

.w-remove-all__products::after{
    font-size: 14px;
    content: "Esvaziar Sacola";
 
}

.w-remove-all__products::before{
    content: "";
    background: url('/arquivos/trash.svg') no-repeat;
    background-position: center;
    background-size: 17px;
    width: 17px;
    height: 17px;
    display: block;
    margin-right: 5px;
}

.full-cart .summary-totalizers {
    margin: 0;
    padding: 0;
    max-width: 450px;
    min-height: 75px;
    display: inherit!important;
    flex-direction: column;
    width: 100%;
    border: none;
}

.full-cart .summary-discount-descriptions{
    margin-bottom: 0px;
    padding: 5px;
    display: none;
}

.full-cart .summary-totalizers tbody{
    border-bottom: 1px solid #D9D9D9;
}

.full-cart .summary-totalizers tr {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 16px;
    color: #434343;
    display: flex !important;
    padding: 10px;
    border: none;
    justify-content: space-between;
    text-transform: capitalize;
    width: inherit;
}

.full-cart .summary-totalizers tr.Shipping {
    display: none !important;
}

.full-cart .summary-totalizers .monetary {
    text-align: right;
    padding: 5px 10px;
}

.full-cart .summary-totalizers .space,
.full-cart .summary-totalizers .empty {
    display: none;
}

.full-cart .summary-totalizers tfoot tr {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 16px;
    color: #434343;
}

.full-cart .summary-totalizers .info {
    text-align: left;
    vertical-align: inherit;
    
}

.full-cart .summary-totalizers tfoot .info {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 16px;
    color: #434343;
    text-align: left;
}

.full-cart .summary-totalizers tfoot .monetary {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 16px;
    color: #434343;
    text-align: right;
}

.full-cart .summary-totalizers tfoot tr td {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    font-size: 16px;
    color: #434343;
    vertical-align: inherit;
}

.full-cart .summary-totalizers .shipping-calculate {
    display: none !important;
}

/*Cart links*/

.cart-links {
    width: 100%;
    margin: auto;
    max-width:448px;
    display:flex;
    flex-flow: column-reverse;
  	align-items: center;
    /*border: 1px solid #cacaca;*/
    border-radius: 0px 0px 8px 8px;
    border-top: none;

}

.cart-links .btn-place-order-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

#cart-to-orderform{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    width: 87%;
    background: #007F2A ;
    border-radius: 8px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 0px;
    color: #FFFFFF;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid #111111 ;

}

#cart-to-orderform:hover{
    background: #00A242;
    transition: 0.5s;
}

.cart-template #cart-to-orderform::before{
    content: "Finalizar Compra" ;
    font-size: 14px ;
}

.cart-links .link-choose-more-products {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 0px;
    margin-top: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #007F2A;
    justify-content: center;
}

.cart-links .link-choose-more-products::before{
    content: "Continuar Comprando";
    font-size: 14px;   
}


/*Client Email*/

.client-pre-email {
    border:none;
    background: #FAFAFA;
}

.container-order-form #orderform-title{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    color: #1C1C1E;
    text-align:left;
    margin-top: 0px;
    margin-bottom: 20px;

}

.client-pre-email label{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.client-pre-email-h span {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000000;
}

.client-pre-email-h small {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700 ;
    font-size: 16px;
    color: #8C8C8C;
}


.orderform-template-holder .link-cart {
    display:none;
}

.orderform-template-holder .pre-email {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pre-email .client-email {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    gap: 15px;
    margin-top: 25px;
}

.client-pre-email .btn-success {
    position: initial;
}

.client-pre-email input{
    padding: 16px;
    height: 40px;
    background: #FAFAFA;
    border: none;
    border-color: transparent;
    border-bottom: 1px solid #8C8C8C;
    border-radius: 0px;
    width: 350px;
    box-shadow: none;
    font-size: 16px;
}



.client-pre-email input::placeholder {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #8C8C8C;
}

.client-pre-email input:focus {
    box-shadow: none;
}

.client-pre-email #btn-client-pre-email {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 120px;
    background: #007F2A;
    border-radius: 8px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    box-shadow: none;
    text-shadow: none;
    border:  2px solid #111111;
    max-height: 44px;
}

.client-pre-email #btn-client-pre-email:hover{
    background: #00A242;
    transition: 0.5s;
}

.client-email span.error {
    position: absolute;
    top: 70px;
    top: 60px;
    z-index: 5;
}

.client-pre-email .emailInfo {
    border:none;
    background-color: #FAFAFA; 
    width: 40%;
    margin-top: 25px;
}

.client-pre-email .emailInfo h3 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px
}

.client-pre-email .emailInfo ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding-left: 17%;
}

.client-pre-email .emailInfo .icon-lock::before {
    content: "";
    background: url(/arquivos/lock-icon.png);
    width: 132px;
    background-size: 132px;
    background-repeat: no-repeat;
    height: 181px;
    margin-right: 30px;
}


.client-pre-email .emailInfo .unstyled li {
    display: flex;
    gap: 12px;
}

.client-pre-email .emailInfo .unstyled span {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
}

.client-pre-email .emailInfo .icon-ok{
   color: #000;
   display: flex;
   align-items:center;
}

/*Client profile*/

.container-order-form{
 	width: 95%;
    margin: auto;
}

.shipping-summary-info, .notification{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #9A9A9A;
}

.checkbox.newsletter-label{
    display: flex;
    gap: 6px;
}

.checkbox.newsletter-label .newsletter-text {
    color: #3A3A3C;
    font-size: 0px;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Quicksand';
}

.step .w-declare-cancellation{
	display:none;

}

.checkbox.newsletter-label .newsletter-text::before {
    content: "Declaro que li e concordo com os termos da Política de Privacidade da Abrakadabra.";
 	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.step{ 
    background: #FFFFFF;
    border: 1px solid #CACACA;
    border-radius: 8px;
}

.step.active {
    border: 2px solid #000000;
}

.step .client-notice{
  display:none;
  
}

.accordion-group .accordion-heading .accordion-toggle {
    font-size: 16px;
    font-weight: 700;
    color:  #000000;
    font-family: 'Quicksand';
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.step.accordion-group{
   padding: 16px 16px 16px 16px !important;
}

.step.accordion-group.client-profile-data.filled {
    border: 2px solid #12B14A;
    border-radius: 8px;
}

.step .text input {
    box-sizing: border-box;
    margin: 0;
    height: 40px;
    width: 100%;
    padding: 0;
    padding-left: 11px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #BFBFBF;
    font-family: 'Quicksand';
    border-radius: 8px;
    background: #fff;
}

.step .text input::placeholder{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #BFBFBF;
}

.step .text input:focus {
    box-shadow: none;
    outline: none;
    border-color: #000;
}

.step .text label,
.step .select label {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: 'Quicksand';
}

.box-client-info-pf p {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 11px;
    color: #000;
    font-family: 'Montserrat';
}

.step input.success {
    background-position: center right 10px;
}

#is-corporate-client,
#not-corporate-client {
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
  	color: #8C8C8C;
    font-family: 'Quicksand';
}

.box-client-info-pj {
    margin-bottom: 15px;
}

.newsletter span {
    color: #000;
    font-weight: 700;
    font-size: 11px;
    font-family: 'Quicksand';
}

.prime-profile__container span {
    color: #000;
    font-size: 11px;
    font-family: 'Quicksand';
}

.form-step .btn-submit-wrapper {
    margin-top: 20px;
}

.btn-place-order-wrapper{
 	width: 500px;

}

.btn-submit-wrapper button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #007F2A ;
    border-radius: 8px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    border: 2px solid #111111 !important;
    box-shadow: none;
    text-shadow: none;
    border: none;
}

.accordion-toggle-active {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #1C1C1E;
}

.btn-submit-wrapper button:hover{
    background: #00A242;
    transition: 0.5s;
}

.accordion-toggle .link-box-edit {
    top: 0;
    bottom: 0;
    background: no-repeat;
    border: 0;
    color: #253CC1;
    box-shadow: none;
    font-size: 18px;
    font-family: 'Quicksand';
    margin: auto;
    height: 21px;
    margin-right: 20px;
    padding: 0;
    outline: none;
    z-index: 2;
}

.ship-postalCode a {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;   
    text-decoration-line: underline;
    color: #43AFEE;

}
.box-step .vtex-omnishipping-1-x-shippingSectionTitle,
.box-step .delivery-address-title {
    color: #1C1C1E;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Quicksand';
    text-transform: uppercase;
}

.icon-edit:before {
    color: green;
}

#opt-in-newsletter {
    position: relative;
    appearance: none;
    outline: none !important;
    border: 1px solid #1C1C1E;
    border-radius: 4px;
    top: 0;
    display: flex;
  	padding: 2px;
    width: 30px;
}

#opt-in-newsletter:checked::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #000;
  	transform: rotate(308deg);
  	border-top: none;
  	border-right: none;
}

.vtex-omnishipping-1-x-leanShippingOptionRadio.shp-option-radio {
    position: relative;
    display: inline-block;
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    outline: none !important;
    border: 1px solid #1C1C1E;
    border-radius: 4px;
    top: 0;
    margin-top: 0;
    margin-right: 12px;
}

.vtex-omnishipping-1-x-leanShippingOptionRadio.shp-option-radio:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid black;
    background: black!important;
    top: 0;
    border-radius: 4px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}


.vtex-omnishipping-1-x-leanShippingOptionRadio {
    display: block !important;
}

.vtex-omnishipping-1-x-leanShippingIcon {
    display: none !important;
}

.vtex-omnishipping-1-x-option:hover,
.vtex-omnishipping-1-x-leanShippingOptionActive {
    background: #F1F1F1 !important;
    border: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA !important;
    border-radius: 4px;
}

.vtex-omnishipping-1-x-leanShippingOptionActive .shp-option-text-label-single {
    color: #9A9A9A;
    font-weight: 500;
    font-size: 12px;
	font-family: 'Quicksand';
}

.vtex-omnishipping-1-x-leanShippingOptionActive .shp-option-text-price {
    color: #1C1C1E;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Quicksand';
}

.vtex-omnishipping-1-x-address p {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

#force-shipping-fields {
    color: gray;
    font-size: 11px;
    font-family: 'Quicksand';
    text-decoration: underline;
    font-weight: 600;
    text-transform: uppercase;

}

.vtex-omnishipping-1-x-SummaryItemPrice {
    width: 100px;
    font-weight: 600;
}

.payment-group-item.active {
    background-color: #fff;
    border: 0;
    color: #000;
}

.payment-group-item {
    background-color: #fff;
    text-decoration: none;
    color: #000;
    border: 0;
    margin: 0;
    position: relative;
    padding-left: 30px;
}

.payment-group-item:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #bdbdbd;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 10px;
}

.payment-group-item.active:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    background: black;
    left: 4px;
    border-radius: 100%;
    top: 14px;
}

.payment-group-item:hover {
    color: #000;
}

#app-container label {
    color: #3f4040;
}

#app-container select,
#app-container input[type="text"],
#app-container input[type="tel"] {
    height: 25px;
    color: #000;
}

.ChangeNumberOfPayments a {
    color: #253CC1;
    font-weight: 500;
    font-size: 12px;
    text-decoration: underline;
   font-family: 'Quicksand';
}

.SecurityEnvironmentIcon {
    background: #009baa;
    color: #fff;
}

#payment-data-submit.btn-success {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background: #007F2A ;
    border-radius: 8px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    border: 2px solid #111111 !important;
    box-shadow: none;
    text-shadow: none;
    border: none;
}

#payment-data-submit.btn-success:hover{
    background: #00A242;
    transition: 0.5s;
} 

#payment-data-submit.btn-success .icon-lock {
    display: none;
}

.vtex-omnishipping-1-x-shippingDataDev,
#payment-data .step.accordion-group.active {
    background: #fff !important;
}

#open-shipping,
#back-to-address-list,
#edit-address-button,
#new-address-button {
    border: 0;
    color: #3f4040;
    text-decoration: underline;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Quicksand';
}

/*Mini cart*/

.mini-cart .cart-fixed {
    width: auto;
    height: fit-content !important;
    position: unset;
    border: 1px solid #CACACA;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
}

.cart-fixed-transition .cart-items .product-name {
    padding-left: 40px;
    position: absolute;
    right: 14px;
    top: -20px;

}

.mini-cart .cart-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mini-cart h2 {
    background: #fff;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    font-family: 'Quicksand';
}

.mini-cart .item {
    border: 0;
    color: #000;
    font-size: 11px;
    font-family: 'Quicksand';
}

.mini-cart .item .price {
    font-weight: 600;
}

.row-fluid .mini-cart .cart-fixed .summary-cart-template-holder {
    height: auto !important;
    border-bottom: 1px solid #F1F1F1;
}

.mini-cart .summary-cart-template-holder .product-name {
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Quicksand';
}

.mini-cart .summary-cart-template-holder .cart-items .price.pull-right {
    display: block;
    width: 97%;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    font-family: 'Quicksand';
}

.mini-cart .summary-template-holder {
    background: #fff;
    border: 0;
}

.mini-cart .summary-template-holder .totalizers-list tr .space,
.mini-cart .summary-template-holder .totalizers-list tr .empty {
    display: none;
}

.mini-cart .summary-template-holder,
.mini-cart h2 {
    padding-top: 0;
}

.mini-cart .link-cart {
    display: none;
}

.mini-cart .summary-template-holder .totalizers-list td {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Quicksand';

}

.mini-cart .summary-template-holder tfoot td {
    color: #000;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Quicksand';
}

.mini-cart .summary-template-holder tfoot td.monetary {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: 'Quicksand';
    width: 220px;
}

.mini-cart .summary-template-holder .totalizers-list .quantity-price,
.mini-cart .summary-template-holder .totalizers-list .monetary {
    width: auto;
}

#orderform-minicart-to-cart {
    color: #253CC1;
    text-decoration: underline;
}

.row-fluid .mini-cart .cart-fixed tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    height: 55px;
}

.row-fluid .mini-cart .cart-fixed tfoot tr {
    border: 0;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Quicksand';
}

.row-fluid .mini-cart .cart-fixed tr.hide {
    display: none;
}

.row-fluid .mini-cart tr .info {
    text-align: left;
}

.row-fluid .mini-cart tr .monetary {
    text-align: right;
}

.mini-cart .summary-template-holder .accordion-inner{
    border: none;
}

.vtex-omnishipping-1-x-addressFormPart1 .ship-postalCode{
    display: flex;
    flex-direction: column;
}
.vtex-omnishipping-1-x-addressFormPart1 small a{
    margin-left: 0px;
    color: #8c8c8c;
}

/*Mobile*/

@media (max-width: 787px) {
  
      
    body {
        padding: 0;
    }
  
   /*header*/
  
    #header-checkout {
      padding: 25px 0px;
      margin: 0;
  
    }
  
    .back-to-container .back-to-btn ,
    .security-container .security-label{
        width: 90px;
        font-size: 10px;
        line-height: 12px;
        gap: 5px;
    }
  
    .back-to-container .back-to-btn::before {
		width: 27px;
    }
  
    .security-container .security-label {
       flex-direction: column;
       text-align: center;
    }
  
    .logo>a img {
   		width: 162px;
	}
  
    .w-steps ul {
    	margin-top: 25px;
  	}
   
    .w-steps ul li {
        font-size: 10px;
    }

    .w-steps ul li span {
        font-size: 20px;
    }

    .w-bar.w-bar {
        width: 75px;
    }
  
    #cart-title {
        text-align: center;  
        margin: 0px 0px 20px 0px;
    }

    #cart-title::before {
        font-size: 24px;
    }
  
    .cart {
        border: none;
    }
  
    .checkout-container .cart-items .product-image {
        width: 56px;
    }

    .checkout-container .cart-items .product-image img {
        margin: 0;
        width: 72px;
    }

    body .container-cart {
        width: 100%;
        margin: 0;
    }
  
    body .container-order-form{
        width: 95%;
    }
  
    .full-cart .cart table{
      border-radius:0px;
    }

    .full-cart .cart table tbody tr td.product-name {
    	margin-left: 80px;

    }
    .full-cart .cart table tbody tr td.product-name a {
        width: 74%;

    }

    .full-cart .cart table tbody tr td.quantity {
        width: 140px;
        float: right;
        margin-left: 0px;
    }

    .full-cart .cart table tbody tr td.quantity input {
        width: 77px;
    }
  
   .quantity .icon-minus-sign:before {
        top: -6px;
    }
  
    .quantity .item-quantity-change-decrement {
        height: 22px;
    }

    .full-cart .cart table tbody tr td.item-remove {
        right: 2px;
    }

    .quantity .item-quantity-change-increment {
        right: -86px;
        top: -30px;
        position: relative;
        padding-left: 6px;
    }

    .vtex-shipping-preview-0-x-pc .ship-postalCode {
        width: 100% !important;
    }
  
    .quantity .icon-plus-sign:before {
		top: -5px;
	}

    .srp-postal-code__form.dib.relative {
        width: 100% !important;
    }

    .checkout-container .cart-items .product-item {
        padding-bottom: 60px;
        margin-bottom: 0px;
        margin-left: 0px;
 	    margin-right: 0px;
        border-top: none;
	  
    }

    .summary-template-holder .summary .coupon {
        margin-bottom: 0 !important;
        border-top: 1px solid #F1F1F1;
        padding-top: 20px;
    }

    .client-pre-email {
        height: 105%;
        margin-top: 0;
    }

    .client-pre-email .emailInfo h3 {
        line-height: 19.2px;
    }

    #client-pre-email {
        width: 90%!important;
    }
  .client-email span.error{
        top: 37px;
    }

    .client-pre-email .emailInfo .unstyled {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .client-pre-email .emailInfo .unstyled li {
        width: 179px;
    }

    .client-pre-email .emailInfo .unstyled li span {
        flex-direction: column;
        white-space: inherit;
        font-size: 14px;
        font-weight: 500;
        line-height: inherit;
        text-align: left;
    }

    .client-pre-email .emailInfo .unstyled li span[data-i18n="clientProfileData.bullet1WhyEmail"]::before,
    .client-pre-email .emailInfo .unstyled li span[data-i18n="clientProfileData.bullet2WhyEmail"]::before,
    .client-pre-email .emailInfo .unstyled li span[data-i18n="clientProfileData.bullet3WhyEmail"]::before {
        margin: 0;
        margin-bottom: 12px;
    }

    .client-pre-email .emailInfo .unstyled li span[data-i18n="clientProfileData.bullet2WhyEmail"]::before,
    .client-pre-email .emailInfo .unstyled li span[data-i18n="clientProfileData.bullet3WhyEmail"]::before {
        width: 16px;
    }

    .box-client-info-pf {
        width: 100% !important;
    }

    .full-cart .cart table tbody tr td.product-price {
        font-weight: 700;
        float: left;
        padding-left: 0px;
        padding-top: 10px;
        margin-left: 85px; 
    }

    .prime-cart__container {
        width: 100%;
    }

    .summary-template-holder .cart-more-options {
        font-size: 10px;
        margin-right: 0px;
        border: none;
    }

    .prime-cart__container a {
        font-size: 10px;

    }

    .full-cart .summary-totalizers {
        width: inherit!important;
        min-width:inherit!important;
        margin-right: 0px;
    }

    .e-consult-group span {
        font-size: 13px;
    }

    #e-id-consultor,
    #cart-coupon {
        width: 90px;
    }

    .e-consult-group {
        margin-top: 30px;
    }

    .cart-links {
        width: 100%;
        margin-top: 10px;
        padding: 0px;
        border: none;
    }

    .w-footer .w-container {
        padding: 0 6%;
    }

    .w-footer .w-line {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        padding: 0 5%;
    }

    .w-footer .w-logo {
        margin-bottom: 20px;
    }

    .orderform-template-holder .client-profile-data input[type="text"] {
        width: 100% !important;
    }

    .orderform-template-holder .client-profile-data .client-document,
    .orderform-template-holder .client-profile-data .client-phone {
        width: 100% !important;
    }

    .orderform-template-holder .client-profile-data .client-document input,
    .orderform-template-holder .client-profile-data .client-phone input {
        width: 100%;
    }
  
   .orderform-template.active{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  
    }
   
    .body-order-form .row-fluid .span8 {
       width: 100%;   
    }

    .row-fluid .mini-cart .cart-fixed.cart-fixed-transition {
        box-sizing: border-box;
        margin: 0;
        margin-top: 20px;
    }

    .body-order-form .row-fluid .mini-cart {
        margin: 0;
    }

    .payment-data .payment-group a {
        border: 0;
    }


  	.codesale .codesale-fieldset .codesale-fields .field 	 #cart-codesale-add {
    	margin-left: 32px !important;
	}
  
  	.coupon-fields{
        width: 100%;
    }
  
  	#cart-coupon {
  	    width: 70%;
    }
  
	.item-remove-ico{
        right: 35px;
        position: relative;
        top: 15px;
    }
  
  	.orderform-template{
       padding: 0px;
    }
    
    .row-fluid .mini-cart .cart-fixed {
        width: 100%;
    }
  
    .add-item-attachment-container{
        position: absolute;
        bottom: -50px;
        left: 0px;
        width: 300px;
    }
  
    .summary-template-holder .summary {
    	padding: 0px;
    }
  
    .btn-place-order-wrapper {
    	width: 100%;
    }
  
    .link-choose-more-products-wrapper{
    	width: 100%; 
        text-align: center;

    }
  
    .ship-postalCode span.error {
    
        position:absolute;
        bottom: -15px;
    }
    
    #ship-postalCode {
        width: 95%;
    }
  
    #cart-shipping-calculate{
        margin-left: 0px;
        position: unset;
        align-self: end;
        margin-bottom: 20px;
        width: 120px;
    }
  
    #cart-to-orderform{
        width: 80%;
     
    }
    .w-remove-all__products {
       display: none;
    }
    .summary-template-holder .accordion-inner {
    	border: none;
    }
    
    .step, .cart, .totalizers {
        padding: 5px !important; 
    }
  
   .footer-container-icons_cards .img-desktop {
        display: none;
    } 
  
   .footer-container-icons_cards .img-mobile {
        display: flex;
        width: 230px;
    }
  
   .pre-email .client-email{
      flex-direction:column;
  
   }
  
  .client-pre-email input{
      border: 1px solid #8C8C8C;
   }
  .container-order-form #orderform-title{
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px;
  }
  .client-pre-email .emailInfo{
      width: 100%;
      
  }
  .client-pre-email .emailInfo .unstyled li{
      width: 100%;
  }
  .client-pre-email .emailInfo ul {
      padding-left: 1%;
  }
  .client-pre-email #btn-client-pre-email {
       width: 90%;
  
  }
  .client-pre-email h3 span{
      font-size: 16px;
  }
  .coupon-fieldset .coupon-label label {
    font-size: 12px;
    width: 120px;
  }
  .coupon-fields .coupon-value::placeholder{
    font-size: 12px;
  }
  .coupon-fields .coupon-value{
    width: 150% !important; 
}
  
}


/* Disclosure */
.summary-help {
    list-style-type: none;
    position: fixed;
    z-index: 10000;
    bottom: 150px;
    right: 0;
    width: 50px;
    height: 119px;
    padding: 0;
    background: #fff;
    border: 2px solid #111;
    border-radius: 0px 16px 16px 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #111;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
  
    
}

.summary-help:hover {
    background: #111;
    color: #fff;
}

.summary-help:hover .summary-icon {
    filter: invert(1);
}

.summary-icon {
    transform: rotate(180deg);
}

.disclosure-content {
    display: flex;
    flex-direction: column;

    position: fixed;
    z-index: 10;
    bottom: 150px;
    right: 0;
}

.disclosure-link {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #cfcfcf;
}

.disclosure-content .disclosure-link:hover {
    background: #eee;
    text-decoration: none;
}

.disclosure-content .disclosure-link:first-child {
    border-radius: 14px 14px 0 0;
}

.disclosure-content .disclosure-link:last-child {
    border: none;
    border-radius: 0 0 14px 14px; 
}

.disclosure-link p {
    margin: 0;
    width: 261px;
    height: 44px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    border-right: 0.5px solid #cfcfcf;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #111;
    text-decoration: none;
}

.disclosure-content {
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 16px;
    position: fixed;
    bottom: 275px;
    right: 7px;
}

.disclosure-container-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 44px;
}

@media (max-width: 1080px) {
    .summary-help {
        width: 40px;
        height: 85px;
    }

    .disclosure-link p {
        width: 160px;
        height: 42px;
    }
}