.ngsimuladorfrete-product-calculate .hidden {
	display: none;
}

.ngsimuladorfrete-shipping-calculator svg .spinner,
.ngsimuladorfrete-shipping-calculator-cancel svg .spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(270deg); }
}

.ngsimuladorfrete-shipping-calculator svg .path,
.ngsimuladorfrete-shipping-calculator-cancel svg .path {
  stroke-dasharray: 320;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation:
    dash 1.4s ease-in-out infinite,
    colors 5.6s ease-in-out infinite
    ;
}

@keyframes colors {
	0% { stroke: #4285F4; }
	25% { stroke: #DE3E35; }
	50% { stroke: #F7C223; }
	75% { stroke: #1B9A59; }
  100% { stroke: #4285F4; }
}

@keyframes dash {
 0% { stroke-dashoffset: 187; }
 50% {
   stroke-dashoffset: 187/4;
   transform:rotate(135deg);
 }
 100% {
   stroke-dashoffset: 187;
   transform:rotate(450deg);
 }
}

.ngsimuladorfrete-shipping-calculator svg {
  display: none;
}

.ngsimuladorfrete-shipping-calculator.is-loading svg,
.ngsimuladorfrete-shipping-calculator-cancel.is-loading svg {
  display: block;
}

.ngsimuladorfrete-product-calculate.buttons_bottom_block {
	display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.ngsimuladorfrete-input.ngsimuladorfrete-text p.title {
    display: block;
    font-size: small;
    margin-bottom: 5px;
}

.ngsimuladorfrete-input.ngsimuladorfrete-text label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.ngsimuladorfrete-input.ngsimuladorfrete-text label i {
    vertical-align: middle;
    font-size: 36px;
	color: #777777;
}

.ngsimuladorfrete-input.ngsimuladorfrete-text input#ngsimuladorfreteShippingCostCep {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    max-width: 122px;
    background: #ffffff;
}

.ngsimuladorfrete-input.ngsimuladorfrete-text button {
    height: 45px;
    border: 1px solid rgba(0,0,0,.25);
	box-shadow: none;
}

.ngsimuladorfrete-input.ngsimuladorfrete-text .ngsimuladorfrete-shipping-calculator.is-loading span {
    display: none;
}

.ngsimuladorfrete-table-container h5 {
    font-size: x-small;
    font-weight: normal;
}

.ngsimuladorfrete-table-container {
    display: inline-block;
    width: 100%;
}

.ngsimuladorfrete-table-container table.ngsimuladorfrete {
    width: 100%;
    font-size: small;
    margin-top: 10px;
}

.ngsimuladorfrete-table-container table.ngsimuladorfrete td {
    margin: 0px;
    padding-left: 0;
}

.ngsimuladorfrete-table-container table.ngsimuladorfrete td.name {
    min-width: 130px;
}

.ngsimuladorfrete-table-container table.ngsimuladorfrete td.price {
    min-width: 70px;
    text-align: center;
}

.ngsimuladorfrete-table-container table.ngsimuladorfrete td.delay {
    min-width: 100px;
    text-align: right;
}

.ngsimuladorfrete-table-container table.ngsimuladorfrete td.date_delivery {
    min-width: 100px;
}


/* carrinho de compras */
.cart-summary .ngsimuladorfrete-table-container {
    margin-top: 0;
}

.cart-summary .ngsimuladorfrete-table-container .alert {
    margin-bottom: 0;
}

.cart-summary .ngsimuladorfrete-table-container table.ngsimuladorfrete td {
    font-size: .75rem;
    line-height: 1.5rem;
}

.cart-summary .ngsimuladorfrete-product-calculate .ngsimuladorfrete-table-container {
    padding: 0;
    border: 0;
}

.cart-summary .ngsimuladorfrete-table-container .radio-inline:first-of-type {
    margin: 0;
    font-size: .75rem;
}

.cart-summary .ngsimuladorfrete-table-container,
.cart-summary .ngsimuladorfrete-product-calculate {
    padding: 1.25rem;
    border-bottom: 1.5rem solid #f6f6f6;
}

.cart-summary .ngsimuladorfrete-product-calculate .ngsimuladorfrete-input.ngsimuladorfrete-text p.title {
    color: #363a42;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cart-summary .ngsimuladorfrete-product-calculate .ngsimuladorfrete-table-container table.ngsimuladorfrete {
    margin-top: 0;
    margin-bottom: 0;
}
