.toret-toolkit-checkout-notice-wrap {
padding: 10px 5px;
border: 1px solid black;
}
.ttol-review-type {
font-style: italic;
font-size: 0.8em;
}
.ttol-best-price-wrap {
opacity: 0.6;
font-size: 0.8em;
}
.ttolShippingDialog {
z-index: 99999;
width: 60%; overflow-y: auto;
padding-top: 0;
}
.ttolShippingDialogBoot {
z-index: 99999;
}
.ttolPriceChartDialog {
z-index: 99999;
width: 80%;
overflow-y: auto;
padding-top: 0;
}
.ui-dialog {
z-index: 999009 !important;
}
.toret-toolkit-popup-wrap {
padding: 0 1em 0.4em 1em;
font-size: 14px;
}
.toret-toolkit-popup-item {
display: grid;
grid-template-columns: 250px 100px;
grid-auto-rows: auto;
column-gap: 10px;
row-gap: 10px;
}
.toret-toolkit-popup-country {
font-weight: bold;
margin-top: 5px;
}
.toret-toolkit-popup-price {
text-align: right;
}
.toret-toolkit-popup-wrap .toret-toolkit-popup-country:first-child {
margin-top: 0;
}
@media (max-width: 568px) {
.toret-toolkit-popup-item {
grid-template-columns: auto 60px;
}
}
.ttol-find-ares {
color: red;
}
.ttol-price-chart-wrap { }
.ttol-price-chart-text {
padding-left: 16px;
}
.ui-dialog-titlebar-close {
border: 1px solid #aaaaaa;
color: #FF0000;
}
.toret-toolkit-modal-title {
padding: 0; }
.ttol-product-pes-wrap {
margin: 5px 0;
}
.ttol-product-pes-wrap .ttol-product-pes-notify {
margin-left: 5px;
}
.ttol-product-pes-wrap .ttol-product-pes-email,
.ttol-product-pes-wrap .ttol-product-pes-notify {
display: inline-block;
padding: 10px 15px; border-radius: 0;
-webkit-appearance: none;
}
.ttol-pes-notify-sent-wrap {
margin: 5px 0;
font-size: 16px;
color: green;
}
.ttol-pes-notify-saved-wrap {
margin: 5px 0;
font-size: 16px;
color: green;
}
.ttol-pes-notify-exists-wrap {
margin: 5px 0;
font-size: 16px;
color: #fe7624;
}
.ttol-pes-verification-exists, .ttol-pes-notify-saved, .ttol-pes-notify-sent {
font-weight: 500;
margin-left: 5px;
}
.spinner-button { position: relative; }
.spinner-button.loading { padding-right: 40px;
}
.spinner-button.loading:after {
content: "";
position: absolute;
border-radius: 100%;
right: 6px;
top: 50%;
width: 0;
height: 0;
margin-top: -2px;
border: 2px solid rgba(255, 255, 255, 0.5);
border-left-color: black;
border-top-color: black;
animation: spin .6s infinite linear, grow .3s forwards ease-out;
} @keyframes spin {
to {
transform: rotate(359deg);
}
}
@keyframes grow {
to {
width: 14px;
height: 14px;
margin-top: -8px;
right: 13px;
}
}
.btn-mat {
font-size: 14px !important;
letter-spacing: 1px;
font-weight: 500;
padding: 10px 16px;
border: 1px;
border-radius: 4px;
cursor: pointer;
}
.btn-mat:hover {
color: #001543;
background: #edf3ff;
border-color: #edf3ff;
}
#ttol-price-chart-close {
padding: 5px 8px;
}
.ttol-product-pes-email-wrap {
display: flex;
align-items: center;
}
#ttol-product-pes-email {
width: 60% !important;
} .ttol-ico-notfound{
color: red;
}
.ttol-ico-found{
color: green;
}
.ttol-enquiry-ok{
color: green;
}
.ttol-enquiry-error{
color: red;
}
.ttol-enuqiry-input-wrap{
display: flex;
flex-direction: column;
margin-top: 5px;
}
.ttol-enuqiry-submit-wrap{
margin-top: 10px;
float: right;
}
.ttol-hidden-company {
display: none;
} .button--loading .button__text { }
.button--loading::after {
display: block!important;
content: "";
position: relative;
width: 16px;
height: 16px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border: 4px solid transparent;
border-top-color: #ffffff;
border-radius: 50%;
animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
from {
transform: rotate(0turn);
}
to {
transform: rotate(1turn);
}
}
#billing_nafirmu_field{
clear: both;
} .autoComplete_wrapper {
position: relative;
}
.autoComplete_wrapper>ul {
position: absolute;
max-height: 226px;
overflow-y: scroll;
top: 100%;
left: 0;
right: 0;
padding: 0;
margin: .5rem 0 0 0;
border-radius: 4px;
background-color: #fff;
border: 1px solid rgba(33, 33, 33, .1);
z-index: 1000;
outline: 0;
}
.autoComplete_wrapper>ul>li {
padding: 10px 20px;
list-style: none;
text-align: left;
font-size: 16px;
color: #212121;
transition: all .1s ease-in-out;
border-radius: 3px;
background-color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: all .2s ease;
cursor: pointer;
}
.autoComplete_wrapper>ul>li mark {
background-color: transparent;
color: #ff7a7a;
font-weight: 700;
}
.ui-dialog-titlebar-close{
display: none;
} .ttol-toret_toolkit_dsa_form-wrap {
margin: 0 auto;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
background: #fff;
}
.ttol-toret_toolkit_dsa_form-wrap .form-group {
margin-bottom: 15px;
}
.ttol-toret_toolkit_dsa_form-wrap label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.ttol-toret_toolkit_dsa_form-wrap .form-control {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
}
.ttol-toret_toolkit_dsa_form-wrap textarea.form-control {
min-height: 100px;
resize: vertical;
}
.ttol-toret_toolkit_dsa_form-wrap input[type="checkbox"] {
margin-right: 5px;
width: auto;
}
.ttol-toret_toolkit_dsa_form-wrap small.text-muted {
display: block;
font-size: 14px;
color: #6c757d;
margin-top: 5px;
}
.ttol-toret_toolkit_dsa_form-wrap input[type="submit"] {
background: #000;
color: #fff;
border: none;
padding: 10px 15px;
font-size: 16px;
cursor: pointer;
border-radius: 4px;
width: 100%;
}
.ttol-toret_toolkit_dsa_form-wrap input[type="submit"]:hover {
opacity: 0.7;
}