.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.cmplz-video.cmplz-iframe-styles {
background-color: transparent;
}
.cmplz-video.cmplz-hidden {
visibility: hidden !important;
}
.cmplz-blocked-content-notice {
display: none;
}
.cmplz-placeholder-parent {
height: inherit;
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
display: block;
}
.cmplz-blocked-content-container,
.cmplz-wp-video {
animation-name: cmplz-fadein;
animation-duration: 600ms;
background: #FFF;
border: 0;
border-radius: 3px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat !important;
background-size: cover !important;
height: inherit;
position: relative;
}
.cmplz-blocked-content-container.gmw-map-cover,
.cmplz-wp-video.gmw-map-cover {
max-height: 100%;
position: absolute;
}
.cmplz-blocked-content-container.cmplz-video-placeholder,
.cmplz-wp-video.cmplz-video-placeholder {
padding-bottom: initial;
}
.cmplz-blocked-content-container iframe,
.cmplz-wp-video iframe {
visibility: hidden;
max-height: 100%;
border: 0 !important;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn,
.cmplz-wp-video .cmplz-custom-accept-btn {
white-space: normal;
text-transform: initial;
cursor: pointer;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 200px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5); color: #fff;
text-align: center; z-index: 98; line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,
.cmplz-wp-video .cmplz-custom-accept-btn:focus {
border: 1px dotted #cecece;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
white-space: normal;
text-transform: initial;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 300px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5); color: #fff;
text-align: center; z-index: 98; line-height: 23px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
display: block;
margin-bottom: 10px;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
color: #fff;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
display: block;
}
.cmplz-blocked-content-container div div {
display: none;
}
.cmplz-wp-video .cmplz-placeholder-element {
width: 100%;
height: inherit;
}
@keyframes cmplz-fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}.wpforms-container .wpforms-form .wpforms-error-alert{border:1px solid #cccccc;text-shadow:0 1px 0 rgba(255,255,255,0.5);padding:10px 15px;font-size:14px;margin:0 0 10px 0}.wpforms-container .wpforms-form .wpforms-error-alert{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}div[style*="z-index: 2147483647"] div[style*="border-width: 11px"][style*="position: absolute"][style*="pointer-events: none"]{border-style:none}.wpforms-is-turnstile iframe{margin-left:-2px !important}.wpforms-container .wpforms-error-container,.wpforms-container noscript.wpforms-error-noscript{color:#990000}.wpforms-container label.wpforms-error{display:block;color:#990000;font-size:0.9em;float:none;cursor:default}.wpforms-container .wpforms-field input.wpforms-error,.wpforms-container .wpforms-field input.user-invalid,.wpforms-container .wpforms-field textarea.wpforms-error,.wpforms-container .wpforms-field textarea.user-invalid,.wpforms-container .wpforms-field select.wpforms-error,.wpforms-container .wpforms-field select.user-invalid,.wpforms-container .wpforms-field.wpforms-has-error .choices__inner{border:1px solid #cc0000}.wpforms-container .wpforms-field-credit-card-expiration label.wpforms-error,.wpforms-container .wpforms-field-credit-card-code label.wpforms-error{display:none !important}.wpforms-container .wpforms-page-indicator{margin:0 0 20px 0;overflow:hidden}.wpforms-container .wpforms-page-indicator.circles{border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;padding:15px 10px}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page{float:left;margin:0 20px 0 0}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type{margin:0}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{height:40px;width:40px;border-radius:50%;display:inline-block;margin:0 10px 0 0;line-height:40px;text-align:center;background-color:#ddd;color:#666}.wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number{color:#fff}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page{float:left;text-align:center;line-height:1.2}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number{display:block;text-indent:-9999px;height:6px;background-color:#ddd;margin:0 0 16px 0;position:relative}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle{position:absolute;top:100%;left:50%;width:0;height:0;margin-left:-5px;border-style:solid;border-width:6px 5px 0 5px;border-color:transparent transparent transparent transparent}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-title{display:inline-block;padding:0 15px;font-size:16px}.wpforms-container .wpforms-page-indicator.progress{font-size:18px}.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap{display:block;width:100%;background-color:#ddd;height:18px;border-radius:10px;overflow:hidden;position:relative;margin:5px 0 0}.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress{height:18px;position:absolute;left:0;top:0}div.wpforms-container .wpforms-notice{background-color:#fff;border:1px solid #ddd;border-left-width:12px;color:#333;font-size:16px;line-height:1.5;margin-bottom:30px;padding:20px 36px 20px 26px;position:relative}div.wpforms-container .wpforms-notice .wpforms-delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;height:20px;margin:0;padding:0;outline:none;vertical-align:top;width:20px;position:absolute;right:10px;top:10px}div.wpforms-container .wpforms-notice .wpforms-delete:before,div.wpforms-container .wpforms-notice .wpforms-delete:after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}div.wpforms-container .wpforms-notice .wpforms-delete:before{height:2px;width:50%}div.wpforms-container .wpforms-notice .wpforms-delete:after{height:50%;width:2px}div.wpforms-container .wpforms-notice .wpforms-delete:hover,div.wpforms-container .wpforms-notice .wpforms-delete:focus{background-color:rgba(10,10,10,0.3)}div.wpforms-container .wpforms-notice a{text-decoration:underline}div.wpforms-container .wpforms-notice p{margin:0 0 20px 0}div.wpforms-container .wpforms-notice p:last-of-type{margin-bottom:0}div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-info{border-color:#3273dc}div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-success{border-color:#23d160}div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-warning{border-color:#ffdd57}div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,div.wpforms-container-full .wpforms-notice.wpforms-error{border-color:#ff3860}div.wpforms-container-full .wpforms-notice .wpforms-notice-actions{margin-top:20px}div.wpforms-container-full .wpforms-notice .wpforms-notice-action{border:2px solid;margin-right:20px;padding:5px;text-decoration:none}div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active{color:#fff}div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active{background-color:#3273dc}div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active{background-color:#23d160}div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active{background-color:#ffdd57;color:inherit}div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active{background-color:#ff3860}.wpforms-preview-notice-links{line-height:2.4}.wpforms-container .wpforms-title{font-size:26px;margin:0 0 10px 0}.wpforms-container .wpforms-description{margin:0 0 10px 0}.wpforms-container .wpforms-submit-container{padding:10px 0 0 0;position:relative}.wpforms-container .wpforms-submit-spinner{margin-left:0.5em}.wpforms-container{margin-bottom:26px}.wpforms-container .wpforms-field-hp{display:none !important;position:absolute !important;left:-9000px !important}.wpforms-container .wpforms-field.wpforms-field-hidden{display:none;padding:0}.wpforms-container .wpforms-screen-reader-element{position:absolute !important;clip:rect(0, 0, 0, 0);height:1px;width:1px;border:0;overflow:hidden;word-wrap:normal !important}.amp-form-submit-success .wpforms-field-container,.amp-form-submit-success .wpforms-submit-container{display:none}.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap h3{width:100%;margin:10px 0 5px;font-weight:700;font-size:20px}.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap img{margin-right:25px;width:initial}.edit-post-visual-editor .wpforms-gutenberg-form-selector-wrap .components-base-control{width:100%}div.wpforms-gutenberg-form-selector .wpforms-form input:disabled,div.wpforms-gutenberg-form-selector .wpforms-form textarea:disabled,div.wpforms-gutenberg-form-selector .wpforms-form select:disabled,div.wpforms-gutenberg-form-selector .wpforms-form button[type=submit]:disabled{cursor:not-allowed}div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__inner,div.wpforms-container .wpforms-form .choices.is-open .choices__list--dropdown{border-radius:0 0 2px 2px}div.wpforms-container .wpforms-form .choices.is-open.is-flipped .choices__list--dropdown,div.wpforms-container .wpforms-form .choices.is-open .choices__inner{border-radius:2px 2px 0 0}div.wpforms-container .wpforms-form .choices .choices__inner{border-radius:2px;min-height:35px}div.wpforms-container .wpforms-form .choices .choices__inner .choices__list--single{height:auto}div.wpforms-container .wpforms-form .choices .choices__inner .choices__list--multiple .choices__item{line-height:1.3}body.rtl .wpforms-field-phone input[type=tel]{direction:ltr;unicode-bidi:embed;text-align:right}body.rtl .wpforms-container .wpforms-first{float:right}body.rtl .wpforms-container .wpforms-first+.wpforms-one-half{margin-right:4%;margin-left:0}.wpforms-clear:before{content:" ";display:table}.wpforms-clear:after{clear:both;content:" ";display:table}.wpforms-container ul,.wpforms-container ul li{background:none;border:0;margin:0;list-style:none}.wpforms-container input.wpforms-field-medium,.wpforms-container select.wpforms-field-medium,.wpforms-container .wpforms-field-row.wpforms-field-medium{max-width:60%}.wpforms-container textarea.wpforms-field-medium{height:120px}.wpforms-container input.wpforms-field-small,.wpforms-container select.wpforms-field-small,.wpforms-container .wpforms-field-row.wpforms-field-small{max-width:25%}.wpforms-container textarea.wpforms-field-small{height:70px}.wpforms-container input.wpforms-field-large,.wpforms-container select.wpforms-field-large,.wpforms-container .wpforms-field-row.wpforms-field-large{max-width:100%}.wpforms-container textarea.wpforms-field-large{height:220px}.wpforms-container .wpforms-field{padding:10px 0;position:relative}.wpforms-container .wpforms-field-description,.wpforms-container .wpforms-field-limit-text{font-size:0.85em;margin:5px 0 0 0}.wpforms-container .wpforms-field-description.wpforms-disclaimer-description{background-color:#fff;border:1px solid #ddd;padding:15px 15px 0;height:125px;overflow-y:scroll;overflow-x:hidden}.wpforms-container .wpforms-field-description.wpforms-disclaimer-description p{margin:0 0 15px 0}.wpforms-container .wpforms-field-description-before,.wpforms-container .wpforms-field-description.before{font-size:0.85em;margin:0 0 5px 0}.wpforms-container .wpforms-field-label{display:block;font-weight:700;float:none;word-break:break-word;word-wrap:break-word}.wpforms-container .wpforms-field-sublabel{display:block;font-size:0.85em;float:none}.wpforms-container .wpforms-field-label-inline{display:inline;vertical-align:baseline;font-weight:400;word-break:break-word}.wpforms-container .wpforms-field-label.wpforms-label-hide,.wpforms-container .wpforms-field-sublabel.wpforms-sublabel-hide{position:absolute;top:-99999px;left:-99999px}.wpforms-container .wpforms-required-label{color:#ff0000;font-weight:normal}.wpforms-container .wpforms-field-row{margin-bottom:8px;position:relative}.wpforms-container .wpforms-field .wpforms-field-row:last-of-type{margin-bottom:0}.wpforms-container .wpforms-field-row:before{content:"";display:table}.wpforms-container .wpforms-field-row:after{clear:both;content:"";display:table}.wpforms-container .wpforms-form .wpforms-field-address .wpforms-one-half:only-child{margin-left:0}.wpforms-container .wpforms-five-sixths,.wpforms-container .wpforms-four-sixths,.wpforms-container .wpforms-four-fifths,.wpforms-container .wpforms-one-fifth,.wpforms-container .wpforms-one-fourth,.wpforms-container .wpforms-one-half,.wpforms-container .wpforms-one-sixth,.wpforms-container .wpforms-one-third,.wpforms-container .wpforms-three-fourths,.wpforms-container .wpforms-three-fifths,.wpforms-container .wpforms-three-sixths,.wpforms-container .wpforms-two-fourths,.wpforms-container .wpforms-two-fifths,.wpforms-container .wpforms-two-sixths,.wpforms-container .wpforms-two-thirds{float:left;margin-left:20px;clear:none}.wpforms-container .wpforms-one-half,.wpforms-container .wpforms-three-sixths,.wpforms-container .wpforms-two-fourths{width:calc( 50% - 10px)}.wpforms-container .wpforms-one-third,.wpforms-container .wpforms-two-sixths{width:calc( 100% / 3 - 20px)}.wpforms-container .wpforms-one-third.wpforms-first,.wpforms-container .wpforms-two-sixths.wpforms-first{width:calc( 100% / 3)}.wpforms-container .wpforms-four-sixths,.wpforms-container .wpforms-two-thirds{width:calc( 2 * 100% / 3 - 20px)}.wpforms-container .wpforms-four-sixths.wpforms-first,.wpforms-container .wpforms-two-thirds.wpforms-first{width:calc( 2 * 100% / 3)}.wpforms-container .wpforms-one-fourth{width:calc( 25% - 20px)}.wpforms-container .wpforms-one-fourth.wpforms-first{width:25%}.wpforms-container .wpforms-three-fourths{width:calc( 75% - 20px)}.wpforms-container .wpforms-three-fourths.wpforms-first{width:75%}.wpforms-container .wpforms-one-fifth{width:calc( 100% / 5 - 20px)}.wpforms-container .wpforms-one-fifth.wpforms-first{width:calc( 100% / 5)}.wpforms-container .wpforms-two-fifths{width:calc( 2 * 100% / 5 - 20px)}.wpforms-container .wpforms-two-fifths.wpforms-first{width:calc( 2 * 100% / 5)}.wpforms-container .wpforms-three-fifths{width:calc( 3 * 100% / 5 - 20px)}.wpforms-container .wpforms-three-fifths.wpforms-first{width:calc( 3 * 100% / 5)}.wpforms-container .wpforms-four-fifths{width:calc( 4 * 100% / 5 - 20px)}.wpforms-container .wpforms-four-fifths.wpforms-first{width:calc( 4 * 100% / 5)}.wpforms-container .wpforms-one-sixth{width:calc( 100% / 6 - 20px)}.wpforms-container .wpforms-one-sixth.wpforms-first{width:calc( 100% / 6)}.wpforms-container .wpforms-five-sixths{width:calc( 5 * 100% / 6 - 20px)}.wpforms-container .wpforms-five-sixths.wpforms-first{width:calc( 5 * 100% / 6)}.wpforms-container .wpforms-first{clear:both !important;margin-left:0 !important}.wpforms-container .wpforms-checkbox-2-columns ul,.wpforms-container .wpforms-multiplechoice-2-columns ul,.wpforms-container .wpforms-list-2-columns ul,.wpforms-container .wpforms-checkbox-3-columns ul,.wpforms-container .wpforms-multiplechoice-3-columns ul,.wpforms-container .wpforms-list-3-columns ul{display:-ms-flex;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.wpforms-container .wpforms-checkbox-2-columns ul li,.wpforms-container .wpforms-multiplechoice-2-columns ul li,.wpforms-container .wpforms-list-2-columns ul li{width:50%;display:block;padding-right:26px}.wpforms-container .wpforms-checkbox-3-columns ul li,.wpforms-container .wpforms-multiplechoice-3-columns ul li,.wpforms-container .wpforms-list-3-columns ul li{width:33.3333%;display:block;padding-right:26px}.wpforms-container .wpforms-list-inline ul li{display:inline-block;margin-right:20px;vertical-align:top}.wpforms-container .wpforms-first-half{float:left;width:48%;clear:both}.wpforms-container .wpforms-last-half{float:right;width:48%;clear:none}.wpforms-container .wpforms-first-third{float:left;width:30.666666667%;clear:both}.wpforms-container .wpforms-middle-third{float:left;width:30.666666667%;margin-left:4%;clear:none}.wpforms-container .wpforms-last-third{float:right;width:30.666666667%;clear:none}.wpforms-container .wpforms-last{float:right !important;margin-right:0 !important;clear:none}.wpforms-container.inline-fields{overflow:hidden}.wpforms-container.inline-fields .wpforms-field-container{display:table;width:calc(100% - 160px);float:left}.wpforms-container.inline-fields .wpforms-field{display:table-cell;padding-right:2%;vertical-align:top}.wpforms-container.inline-fields .wpforms-submit-container{float:right;width:160px}.wpforms-container.inline-fields .wpforms-submit{display:block;width:100%}.wpforms-container.inline-fields input.wpforms-field-medium,.wpforms-container.inline-fields select.wpforms-field-medium,.wpforms-container.inline-fields .wpforms-field-row.wpforms-field-medium{max-width:100%}.wpforms-container input[type=date],.wpforms-container input[type=datetime],.wpforms-container input[type=datetime-local],.wpforms-container input[type=email],.wpforms-container input[type=month],.wpforms-container input[type=number],.wpforms-container input[type=password],.wpforms-container input[type=range],.wpforms-container input[type=search],.wpforms-container input[type=tel],.wpforms-container input[type=text],.wpforms-container input[type=time],.wpforms-container input[type=url],.wpforms-container input[type=week],.wpforms-container select,.wpforms-container textarea{display:block;width:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;float:none;font-family:inherit}.wpforms-container input[type=checkbox],.wpforms-container input[type=radio]{width:13px;height:13px;margin:2px 10px 0 3px;display:inline-block;vertical-align:baseline}.wpforms-container amp-img>img{position:absolute}.wpforms-container .wpforms-recaptcha-container{padding:10px 0 20px 0;clear:both}.wpforms-container .wpforms-field-date-time-date-sep{display:inline-block;padding:0 5px}.wpforms-container .wpforms-field-date-time-date-year,.wpforms-container .wpforms-field-date-time-date-day,.wpforms-container .wpforms-field-date-time-date-month{display:inline-block;width:auto}.wpforms-container .wpforms-field-rating-item{padding:0 6px 0 0;margin:0;display:inline-block}.wpforms-container .wpforms-field-rating svg{cursor:pointer;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;opacity:0.60}.wpforms-container .wpforms-field-rating-item.selected svg,.wpforms-container .wpforms-field-rating-item.hover svg{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:1}.wpforms-field-container .wpforms-field-date-time .wpforms-field-row{display:flex;flex-wrap:wrap;align-items:start;gap:10px 4%}.wpforms-field-container .wpforms-field-date-time .wpforms-field-row::before,.wpforms-field-container .wpforms-field-date-time .wpforms-field-row::after{position:absolute}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-date-dropdown-wrap{width:100%}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown+.wpforms-field-row-block{flex:1;min-width:30%}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-dropdown .wpforms-field-sublabel{width:100%}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap{align-items:center;display:flex;flex-grow:1;flex-wrap:nowrap;margin:0 -6px 0 -6px}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-small{width:calc( 25% + 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-medium{width:calc( 60% + 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap.wpforms-field-large{width:calc( 100% + 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-dropdown-wrap select{margin:0 6px 0 6px}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-time-date-day,.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-time-date-month{width:calc( 30% - 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-field-date-time-date-year{width:calc( 40% - 12px)}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-datepicker{width:clamp(50%, 100px, 100%)}.wpforms-field-container .wpforms-field-date-time .wpforms-date-type-datepicker+.wpforms-field-row-block{width:clamp(50%, 100px, 100%)}.wpforms-container .wpforms-datepicker-wrap{position:relative}.wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear{position:absolute;background-image:url(//www.droneyourlife.de/wp-content/plugins/wpforms-lite/assets/pro/images/times-solid-white.svg);background-position:50% 50%;background-repeat:no-repeat;background-color:#cccccc;background-size:8px;width:16px;height:16px;cursor:pointer;display:block;border-radius:50%;right:10px;top:50%;margin-top:-8px;transition:all 0.3s}.wpforms-container .wpforms-datepicker-wrap .wpforms-datepicker-clear:hover{background-color:red}.wpforms-container .wpforms-datepicker-wrap .wpforms-field-small+.wpforms-datepicker-clear{right:calc( 75% + 10px)}.wpforms-container .wpforms-datepicker-wrap .wpforms-field-medium+.wpforms-datepicker-clear{right:calc( 40% + 10px)}.wpforms-container .wpforms-field-rating-item{padding:0 6px 0 0;margin:0;display:inline-block}.wpforms-container .wpforms-field-rating svg{cursor:pointer;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;opacity:0.60}.wpforms-container .wpforms-field-rating-item.selected svg,.wpforms-container .wpforms-field-rating-item.hover svg{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:1}.wpforms-container ul.wpforms-image-choices label:not(.wpforms-error){cursor:pointer;position:relative}.wpforms-container ul.wpforms-image-choices label input{top:50%}.wpforms-container .wpforms-list-inline .wpforms-image-choices-modern li{margin:5px 5px 5px 5px}.wpforms-container .wpforms-image-choices-modern img{display:inline-block;margin:0 auto;max-width:100%}.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error){background-color:#fff;display:inline-block;margin:0 auto;cursor:pointer;border:1px solid #fff;border-radius:3px;padding:20px 20px 18px 20px;transition:all 0.5s;text-align:center}.wpforms-container .wpforms-image-choices-modern label:not(.wpforms-error):hover{border:1px solid #ddd}.wpforms-container .wpforms-image-choices-modern .wpforms-selected label{box-shadow:0 0 20px 0 rgba(0,0,0,0.1)}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image:after{content:"\2714";font-size:22px;line-height:32px;color:#fff;background:green;opacity:0;position:absolute;top:50%;left:50%;margin:-16px 0 0 -16px;width:32px;height:32px;border-radius:50%;transition:all 0.5s}.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-image:after{opacity:1}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-image{display:block;position:relative}.wpforms-container .wpforms-image-choices-modern .wpforms-selected .wpforms-image-choices-label{font-weight:700}.wpforms-container .wpforms-image-choices-modern .wpforms-image-choices-label{display:block;margin-top:12px}.wpforms-container .wpforms-list-inline .wpforms-image-choices-classic li{margin:0 10px 10px 0 !important}.wpforms-container .wpforms-image-choices-classic img{display:inline-block;margin:0 auto;max-width:100%}.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error){background-color:#fff;display:inline-block;margin:0 auto;cursor:pointer;border:2px solid #fff;padding:10px;text-align:center}.wpforms-container .wpforms-image-choices-classic label:not(.wpforms-error):hover{border-color:#ddd}.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-image{display:block}.wpforms-container .wpforms-image-choices-classic .wpforms-selected label{border-color:#666 !important}.wpforms-container .wpforms-image-choices-classic .wpforms-image-choices-label{display:block;margin-top:8px}.wpforms-container ul.wpforms-icon-choices,.wpforms-container ul.wpforms-icon-choices *{box-sizing:border-box}.wpforms-container ul.wpforms-icon-choices{display:flex;flex-direction:column;width:100%;padding:0 1px 0 1px !important;margin:12px 0 -20px 0 !important}.wpforms-container ul.wpforms-icon-choices+.wpforms-field-description,.wpforms-container ul.wpforms-icon-choices+.wpforms-error{margin-top:15px}.wpforms-container ul.wpforms-icon-choices li{min-width:120px;padding-right:0 !important;margin:0 0 20px 0 !important}.wpforms-container ul.wpforms-icon-choices label{position:relative;display:block;margin:0;cursor:pointer}.wpforms-container ul.wpforms-icon-choices .wpforms-icon-choices-icon{display:block}.wpforms-container ul.wpforms-icon-choices svg{margin:0 auto;fill:var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-none svg{margin:0}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin:0 0 22px 0 !important}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default label{text-align:center}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon{position:relative;z-index:1;margin-bottom:10px;padding:15px 20px 45px 20px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:6px}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg{position:relative;z-index:2}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg{display:block;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:6px;background-color:#ffffff}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon{background-color:transparent;box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);box-sizing:border-box}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg{background-color:var(--wpforms-icon-choices-color);opacity:.1}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li label{background-color:#ffffff !important;box-shadow:0 0 0 1px #cccccc;border-radius:6px;height:100%;padding:20px 20px 15px 20px;text-align:center}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color),0 2px 10px rgba(0,0,0,0.15)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li label{background-color:#ffffff !important;height:100%;padding:20px 20px 15px 20px;text-align:center}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover{box-shadow:0 0 0 1px #999999}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label{box-shadow:0 0 0 1px #999999}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-container .wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:50%;margin:15px auto 0}.wpforms-container .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container .wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container .wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";position:absolute;z-index:2;bottom:calc(15px + 4px);left:calc(50% - 4px);display:block;width:8px;height:8px;background-color:var(--wpforms-icon-choices-color);border-radius:50%}.wpforms-container .wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:3px;margin:15px auto 0}.wpforms-container .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-container .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-container .wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-container .wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";box-sizing:border-box;display:block;position:absolute;z-index:2;bottom:23px;left:calc(50% - 6px);width:6px;height:10px;border-style:solid;border-color:var(--wpforms-icon-choices-color);border-width:0 2px 2px 0;transform-origin:bottom left;transform:rotate(45deg)}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices{flex-direction:row;flex-wrap:wrap}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices li{margin-right:20px !important}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin-right:22px !important;margin-bottom:22px !important}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li{width:calc( 100% / 2 - 20px / 2)}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n){margin-right:0 !important}.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 2 - 22px / 2)}.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li{width:calc( 100% / 3 - 20px * 2 / 3)}.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n){margin-right:0 !important}.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-container .wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 3 - 22px * 2 / 3)}.wpforms-container .wpforms-list-inline ul.wpforms-icon-choices li{width:auto;max-width:calc( 100% / 4 - 20px)}.wpforms-container .wpforms-form textarea.wpforms-field-small.wp-editor-area{height:100px}.wpforms-container .wpforms-form textarea.wpforms-field-medium.wp-editor-area{height:250px}.wpforms-container .wpforms-form textarea.wpforms-field-large.wp-editor-area{height:400px}.wpforms-container .wpforms-form textarea.wp-editor-area:focus{outline:none}.wpforms-container .wpforms-field-layout{padding:0}ul.wpforms-icon-choices,ul.wpforms-icon-choices *{box-sizing:border-box}ul.wpforms-icon-choices{display:flex;flex-direction:column;width:100%;padding:0 1px 0 1px !important;margin:12px 0 -20px 0 !important}ul.wpforms-icon-choices+.wpforms-field-description,ul.wpforms-icon-choices+.wpforms-error{margin-top:15px}ul.wpforms-icon-choices li{min-width:120px;padding-right:0 !important;margin:0 0 20px 0 !important}ul.wpforms-icon-choices label{position:relative;display:block;margin:0;cursor:pointer}ul.wpforms-icon-choices .wpforms-icon-choices-icon{display:block}ul.wpforms-icon-choices svg{margin:0 auto;fill:var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-none svg{margin:0}ul.wpforms-icon-choices.wpforms-icon-choices-default li,ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin:0 0 22px 0 !important}ul.wpforms-icon-choices.wpforms-icon-choices-default label{text-align:center}ul.wpforms-icon-choices.wpforms-icon-choices-default label:focus-within .wpforms-icon-choices-icon{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon{position:relative;z-index:1;margin-bottom:10px;padding:15px 20px 45px 20px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:6px}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon svg{position:relative;z-index:2}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-icon-choices-icon-bg{display:block;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:6px;background-color:#ffffff}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon{background-color:transparent;box-shadow:0 0 0 1px var(--wpforms-icon-choices-color);box-sizing:border-box}ul.wpforms-icon-choices.wpforms-icon-choices-default .wpforms-selected .wpforms-icon-choices-icon-bg{background-color:var(--wpforms-icon-choices-color);opacity:.1}ul.wpforms-icon-choices.wpforms-icon-choices-modern li label{background-color:#ffffff !important;box-shadow:0 0 0 1px #cccccc;border-radius:6px;height:100%;padding:20px 20px 15px 20px;text-align:center}ul.wpforms-icon-choices.wpforms-icon-choices-modern li label:hover{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-modern li:focus-within label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-modern li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color),0 2px 10px rgba(0,0,0,0.15)}ul.wpforms-icon-choices.wpforms-icon-choices-modern li .wpforms-icon-choices-icon{margin-bottom:10px}ul.wpforms-icon-choices.wpforms-icon-choices-classic li label{background-color:#ffffff !important;height:100%;padding:20px 20px 15px 20px;text-align:center}ul.wpforms-icon-choices.wpforms-icon-choices-classic li label:hover{box-shadow:0 0 0 1px #999999}ul.wpforms-icon-choices.wpforms-icon-choices-classic li:focus-within label{box-shadow:0 0 0 1px #999999}ul.wpforms-icon-choices.wpforms-icon-choices-classic li.wpforms-selected label{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}ul.wpforms-icon-choices.wpforms-icon-choices-classic li .wpforms-icon-choices-icon{margin-bottom:10px}.wpforms-field-radio ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-field-payment-multiple ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:50%;margin:15px auto 0}.wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-field-radio ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-field-payment-multiple ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";position:absolute;z-index:2;bottom:calc(15px + 4px);left:calc(50% - 4px);display:block;width:8px;height:8px;background-color:var(--wpforms-icon-choices-color);border-radius:50%}.wpforms-field-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before,.wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li .wpforms-icon-choices-icon:before{content:"";position:absolute;z-index:2;bottom:15px;left:calc(50% - 8px);display:block;width:16px;height:16px;background-color:#ffffff;box-shadow:0 0 0 1px #cccccc;border-radius:3px;margin:15px auto 0}.wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before,.wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:before{box-shadow:0 0 0 1px var(--wpforms-icon-choices-color)}.wpforms-field-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after,.wpforms-field-payment-checkbox ul.wpforms-icon-choices-default li.wpforms-selected .wpforms-icon-choices-icon:after{content:"";box-sizing:border-box;display:block;position:absolute;z-index:2;bottom:23px;left:calc(50% - 6px);width:6px;height:10px;border-style:solid;border-color:var(--wpforms-icon-choices-color);border-width:0 2px 2px 0;transform-origin:bottom left;transform:rotate(45deg)}.wpforms-list-2-columns ul.wpforms-icon-choices,.wpforms-list-3-columns ul.wpforms-icon-choices,.wpforms-list-inline ul.wpforms-icon-choices{flex-direction:row;flex-wrap:wrap}.wpforms-list-2-columns ul.wpforms-icon-choices li,.wpforms-list-3-columns ul.wpforms-icon-choices li,.wpforms-list-inline ul.wpforms-icon-choices li{margin-right:20px !important}.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li,.wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-inline ul.wpforms-icon-choices.wpforms-icon-choices-modern li{margin-right:22px !important;margin-bottom:22px !important}.wpforms-list-2-columns ul.wpforms-icon-choices li{width:calc( 100% / 2 - 20px / 2)}.wpforms-list-2-columns ul.wpforms-icon-choices li:nth-child(2n){margin-right:0 !important}.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-2-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 2 - 22px / 2)}.wpforms-list-3-columns ul.wpforms-icon-choices li{width:calc( 100% / 3 - 20px * 2 / 3)}.wpforms-list-3-columns ul.wpforms-icon-choices li:nth-child(3n){margin-right:0 !important}.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-default li,.wpforms-list-3-columns ul.wpforms-icon-choices.wpforms-icon-choices-modern li{width:calc( 100% / 3 - 22px * 2 / 3)}.wpforms-list-inline ul.wpforms-icon-choices li{width:auto;max-width:calc( 100% / 4 - 20px)}@media only screen and (max-width: 600px){.wpforms-container .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout){overflow-x:hidden}.wpforms-container .wpforms-field{padding-right:1px;padding-left:1px}.wpforms-container .wpforms-form .wpforms-field>*{max-width:100%}.wpforms-container .wpforms-mobile-full{width:100%;margin-left:0;float:none}.wpforms-container .wpforms-checkbox-2-columns ul li,.wpforms-container .wpforms-multiplechoice-2-columns ul li,.wpforms-container .wpforms-list-2-columns ul li,.wpforms-container .wpforms-checkbox-3-columns ul li,.wpforms-container .wpforms-multiplechoice-3-columns ul li,.wpforms-container .wpforms-list-3-columns ul li{float:none;width:100%}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page{float:none;display:block;margin:0 0 10px 0}.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page-number{width:30px;height:30px;line-height:30px}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page{width:100% !important;padding:5px 10px}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page-number{display:none}.wpforms-container .wpforms-page-indicator.connector .wpforms-page-indicator-page.active{font-weight:700}.wpforms-container.inline-fields .wpforms-field-container,.wpforms-container.inline-fields .wpforms-field{display:block;width:100%}.wpforms-container.inline-fields .wpforms-submit-container{width:100%}}.atkp-notavailabledefault {
background-image: none;
background-color: gainsboro !important;
text-align: center;
}
.atkp-notavailable {
width: 100%;
margin: 10px;
}
.atkp-notavailablebutton {
text-align: center;
width: 100%;
margin: 10px;
}
.atkp-datasheet {
}
.atkp-datasheet-caption {
color: darkgray;
width: 33.33333%;
}
.atkp-datasheet-value {
}
.atkp-searchform-widget .atkp-label {
margin-top: 10px;
}
.atkp-searchform-widget > input {
margin-top: 15px;
width: 100%
}
.atkp-infobutton {
color: #444444;
background: #F3F3F3;
border: 1px #DADADA solid;
padding: 2px 10px;
border-radius: 2px;
font-weight: bold;
font-size: 9pt;
outline: none;
}
.atkp-infobutton:hover {
border: 1px #C6C6C6 solid;
box-shadow: 1px 1px 1px #EAEAEA;
color: #333333;
background: #F7F7F7;
}
.atkp-infobutton:active {
box-shadow: inset 1px 1px 1px #DFDFDF;
}
.atkp-formgroup-col2 {
width: 50%;
}
.atkp-formgroup-col3 {
width: 33.33333%;
}
.atkp-formgroup-col4 {
width: 25%;
}
.atkp-formgroup {
margin: 0;
padding: 10px;
border: 0;
border-right: 1px solid #eee;
box-sizing: border-box;
float: left;
min-height: 90px;
}
.atkp-formgroups {
border-left: 1px solid #eee;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.atkp-label {
margin-bottom: 10px;
font-weight: 600;
}
.atkp-select-image > img {
max-width: 40px;
max-height: 40px
}
.atkp-select-option {
}
.atkp-select-image {
float: left;
width: 8%;
}
.atkp-select-title {
float: left;
width: 92%;
}
.atkp-selectcontrol {
} .atkp-checkbox {
padding-top: 5px;
padding-bottom: 5px;
}
.atkp-checkbox > label {
padding: 10px;
}
.atkp-rangeslider-container { padding-top: 10px;
padding-bottom: 10px; margin-top: 5px;
}
.atkp-minprice {
margin-top: -5px;
float: left; width: 21%;
vertical-align: middle;
font-size: 14px;
line-height: 1.4;
}
.atkp-rangeslider {
float: left;
width: 58%;
padding-right: 10px;
}
.atkp-maxprice {
margin-top: -6px;
float: left;
width: 21%; text-align: right;
vertical-align: middle;
font-size: 14px;
line-height: 1.4;
}
.atkp-box {
position: relative;
display: inline-block;
width: 100%;
margin-top: 2em;
background-color: #ffffff; }
.atkp-cleartable table,
.atkp-cleartable thead,
.atkp-cleartable tbody,
.atkp-cleartable tfoot,
.atkp-cleartable tr,
.atkp-cleartable th,
.atkp-cleartable td {
}
.atkp-pricecompare {
font-size: 11px;
}
.atkp-container .atkp-moreoffersinfo {
padding-bottom: 0 !important;
}
.atkp-offers-dropdown-content .atkp-container {
padding-bottom: 0 !important;
}
.atkp-predicateheadline {
text-align: center;
}
.atkp-predicateheadline > span {
color: #fff;
line-height: 35px;
}
.atkp-predicateheadline span:empty {
display: none;
}
.atkp-check {
display: inline-block;
width: 18px;
height: 1.3rem;
position: relative;
top: 0px;
}
.atkp-procontra {
line-height: 1.4;
margin-top: 20px;
}
ul.atkp-pro, ul.atkp-contra {
list-style-type: none;
margin-left: 0px !important;
}
.atkp-check .atkp-check-content {
display: inline-block;
transform: rotate(45deg);
height: 12px;
width: 7px;
margin-left: 15%;
border-bottom: 3px solid green;
border-right: 3px solid green;
}
.atkp-x {
display: inline-block;
width: 12px;
height: 18px;
line-height: 0;
position: relative;
top: 9px;
margin-right: 4px;
}
.atkp-x .atkp-x-1 {
display: inline-block;
width: 16px;
height: 3px;
background: red;
transform: rotate(45deg);
position: absolute;
top: 0;
left: 0;
}
.atkp-x .atkp-x-2 {
display: inline-block;
width: 16px;
height: 3px;
background: red;
transform: rotate(-45deg);
position: absolute;
top: 0;
left: 0;
}
.atkp-testbadge {
border: 2px solid grey;
text-align: center;
background-color: #fff;
max-width: 160px;
min-width: 110px;
}
.atkp-testtitle {
background-color: grey;
color: #fff;
display: block;
line-height: 26px;
padding-bottom: 2px;
font-weight: bold;
font-size: small;
}
.atkp-testnote {
display: block;
font-size: 30px;
margin-bottom: 8px;
font-weight: bold;
color: grey;
margin-bottom: -10px;
}
.atkp-testtext {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.atkp-testdate {
display: block;
font-size: 12px;
background-color: #f5f5f5;
margin-top: 5px;
}
.atkp-testdate span:empty {
display: none;
}
.atkp-pricecompare .atkp-button {
text-align: center
}
.atkp-container {
line-height: 1.7;
}
.atkp-container img {
box-shadow: 0 0 0 0 !important;
display: initial !important;
margin: 0;
max-height: 240px;
}
.atkp-container div:first-child {
margin-top: 0 !important;
}
.atkp-right {
float: right;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
}
.atkp-left {
float: left;
margin-top: 3px;
margin-right: 3px;
margin-bottom: 3px;
}
.atkp-center {
display: flex;
justify-content: center;
}
.atkp-clearfix:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0px;
}
.atkp-box .atkp-thumb {
float: left;
width: 160px;
text-align: center;
margin: 10px;
}
.atkp-box .atkp-bottom {
text-align: right;
margin: 10px;
}
.atkp-box .atkp-author {
font-size: small;
margin-left: 160px;
display: block;
}
.atkp-box .atkp-title {
font-weight: bold;
margin-left: 160px;
display: block;
box-shadow: 0 0 0 0;
border-bottom: 0px solid !important;
}
.atkp-description li {
margin: 0px !important;
}
.atkp-box .atkp-description {
margin: 5px 0 5px 0;
margin-left: 160px
}
.atkp-box .atkp-description p:empty {
display: none;
}
.atkp-box .atkp-price {
display: block;
font-size: small;
}
.atkp-baseprice {
font-size: 12px;
font-weight: normal;
}
.atkp-box .atkp-saleprice {
font-weight: bold;
font-size: large;
}
.atkp-secondbox .atkp-saleprice {
margin-top: 30px;
}
.atkp-secondbox .atkp-rating {
margin-bottom: 10px;
font-size: small;
}
.atkp-box .atkp-listprice {
text-decoration: line-through;
color: gray;
}
.atkp-box .atkp-savedamount {
color: darkred;
}
.atkp-box .atkp-price p:empty {
display: none;
}
.atkp-box .atkp-content {
margin-left: 150px;
padding-left: 10px; margin: 10px;
}
.atkp-box .atkp-reviews {
font-size: small;
text-align: center;
}
.atkp-box .atkp-rating {
text-align: center;
padding-top: 5px;
}
.atkp-box .atkp-image {
max-width: 140px;
margin-top: 10px;
}
.atkp-box .atkp-priceinfo {
font-size: 11px;
float: left;
margin-top: 0px;
}
.atkp-secondbox .atkp-title {
margin: 15px;
margin-bottom: 5px;
}
.atkp-secondbox .atkp-bottom {
text-align: left;
}
.atkp-secondbox .atkp-rating {
text-align: left;
}
.atkp-secondbox .atkp-shoplogo {
margin-top: 0px;
text-align: right;
}
.atkp-disclaimer {
font-size: x-small;
display: block;
}
.atkp-credits {
font-size: small;
display: block;
margin-bottom: 15px;
} .atkp-star {
background-image: url(//www.droneyourlife.de/wp-content/plugins/affiliate-toolkit-starter/images/star_sprite.png);
display: inline-block;
height: 16px;
width: 80px;
background-position: -80px -48px;
}
.atkp-star-1 {
background-position: -64px -48px;
}
.atkp-star-2 {
background-position: -48px -48px;
}
.atkp-star-3 {
background-position: -32px -48px;
}
.atkp-star-4 {
background-position: -16px -48px;
}
.atkp-star-5 {
background-position: 0 -48px;
}
.atkp-star-1.atkp-star-qtr {
background-position: -64px -32px;
}
.atkp-star-2.atkp-star-qtr {
background-position: -48px -32px;
}
.atkp-star-3.atkp-star-qtr {
background-position: -32px -32px;
}
.atkp-star-4.atkp-star-qtr {
background-position: -16px -32px;
}
.atkp-star-5.atkp-star-qtr {
background-position: 0 -32px;
}
.atkp-star-1.atkp-star-05 {
background-position: -64px -16px;
}
.atkp-star-2.atkp-star-05 {
background-position: -48px -16px;
}
.atkp-star-3.atkp-star-05 {
background-position: -32px -16px;
}
.atkp-star-4.atkp-star-05 {
background-position: -16px -16px;
}
.atkp-star-5.atkp-star-05 {
background-position: 0 -16px;
}
.atkp-star-1.atkp-star-3qtr {
background-position: -64px 0;
}
.atkp-star-2.atkp-star-3qtr {
background-position: -48px 0;
}
.atkp-star-3.atkp-star-3qtr {
background-position: -32px 0;
}
.atkp-star-4.atkp-star-3qtr {
background-position: -16px 0;
}
.atkp-star-5.atkp-star-3qtr {
background-position: 0 0;
}
.atkp-smallbox {
width: 270px;
}
.atkp-small-disclaimer {
width: 270px;
}
.atkp-small-disclaimer .atkp-widget {
width: 100%;
}
.atkp-smallbox .atkp-shoplogo {
text-align: center;
}
.atkp-shoplogo {
margin-top: 10px;
}
.atkp-widget {
width: 100% !important;
border: 0 !important;
background-color: inherit;
background-image: none;
}
.atkp-exitintent {
width: 100%;
border: 0;
}
.atkp-exitintent .atkp-header {
text-align: center;
margin: 10px;
}
.atkp-exitintent .atkp-button {
width: 100%;
}
.atkp-exitintent .atkp-products {
text-align: center;
vertical-align: top;
}
.atkp-exitintent .atkp-price {
font-size: small;
margin: 10px;
float: left;
margin-right: 1px;
margin-left: 2px;
}
.atkp-exitintent .atkp-saleprice {
color: #b12704;
margin-left: 10px;
}
.atkp-exitintent .atkp-product {
display: inline-block;
width: 30%;
height: 220px;
margin: 5px;;
position: relative;
vertical-align: top;
border: 1px solid #eee;
background-image: linear-gradient(to top, #fafafa 0, #fdfdfd 20%, #fff 60%);
}
.atkp-exitintent .atkp-image {
margin-top: 5px
}
.atkp-exitintent .atkp-imagecontainer {
height: 160px;
}
.atkp-exitintent .atkp-priceinfo {
margin-top: 5px;
}
.atkp-exitintent .atkp-rating {
display: inline-block;
vertical-align: middle;
}
.atkp-exitintent .rating-container {
margin-left: 10px;
margin-top: 23px;
position: fixed;
}
.atkp-exitintent .atkp-prime {
display: inline-block;
}
.atkp-smallbox .atkp-thumb {
float: none;
width: 100%;
padding-bottom: 10px;
margin: 0;
}
.atkp-smallbox .atkp-content {
margin-left: 0px;
padding-left: 0px;
min-height: 0px;
margin-left: 10px;
}
.atkp-smallbox .atkp-description {
margin-left: 0px;
margin-top: 10px;
}
.atkp-smallbox .atkp-title {
margin-left: 0px;
}
.atkp-smallbox .atkp-author {
margin-left: 0px;
}
.atkp-smallbox .atpk-button {
width: 100%;
padding: 14px 0px;
}
.atkp-smallbox .atkp-image {
max-width: 90%;
}
.atkp-smallbox .atkp-priceinfo {
margin-top: 5px;
} .atkp-widget .atkp-content {
margin-left: 0px;
}
.atkp-widget .atkp-bottom {
margin: 0px;
}
.atkp-page .atkp-secondbox .atkp-title {
display: none;
}
.atkp-page .atkp-box {
border: 0;
background: none;
} .atkp-tooltip {
position: relative;
display: inline-block;
text-decoration: underline !important;
}
.atkp-tooltip .atkp-tooltiptext {
visibility: hidden;
width: 250px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 5px;
position: absolute;
z-index: 1;
top: -5px;
left: 110%;
}
.atkp-tooltip .atkp-tooltiptext::after {
content: "";
position: absolute;
top: 50%;
right: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent black transparent transparent;
}
.atkp-tooltip:hover .atkp-tooltiptext {
visibility: visible;
}
.atkp-producttable {
background: #fff;
border: 0;
width: 100%;
border-spacing: 0px;
font-size: 13px;
min-height: 20px;
color: #2b333a;
}
.atkp-producttable-lastrow {
border-bottom: 1px solid #d8dadb !important;
}
.atkp-producttable td {
min-width: 150px;
max-width: 150px;
padding: 5px;
word-wrap: break-word;
}
.atkp-producttable-header {
font-weight: bold;
text-align: left;
vertical-align: middle;
margin: 3px 0;
border-left: 1px solid #d8dadb;
border-right: 1px solid #d8dadb;
border-bottom: 1px solid #d8dadb;
}
.atkp-producttable-detail {
border: 0;
padding: 5px;
border-right: 1px solid #d8dadb;
border-top: 1px solid #d8dadb;
vertical-align: top;
}
.atkp-producttable-head {
padding: 0 !important;
vertical-align: top;
}
.atkp-producttable-head img {
max-width: 150px;
max-height: 150px;
}
.atkp-producttable-button a {
display: block;
padding: 6px 3px;
text-align: center;
}
.atkp-producttable-wrapper {
overflow-x: auto;
margin-bottom: 17px;
}
.atkp-producttable-leftborder {
border-left: 1px solid #d8dadb;
}
.atkp-producttable-lefttop {
border-left: 0;
border-top: 0;
}
.atkp-producttable-center {
text-align: center !important;
}
.atkp-producttable-right {
text-align: right !important;
}
.atkp-producttable-left {
text-align: left !important;
}
.atkp-producttable-badge div {
margin-left: auto;
margin-right: auto;
}
.atkp-producttable-head {
padding: 0;
background: #fff !important;
}
.atkp-producttable-stretch {
}
.atkp-producttable .atkp-price {
display: block;
font-size: 11px;
}
.atkp-producttable .atkp-saleprice {
font-weight: bold;
color: green;
font-size: 16px;
}
.atkp-producttable .atkp-listprice {
text-decoration: line-through;
color: gray;
font-size: 11px;
text-align: center;
}
.atkp-producttable .atkp-price p:empty {
display: none;
}
.atkp-producttable, .atkp-mobileproducttable tr {
background-color: #fbfbfb;
}
.atkp-producttable, .atkp-mobileproducttable tr:nth-child(odd) {
background-color: #fff;
}
.atkp-producttable .atkp-listpriceinfo {
font-size: x-small;
text-align: center;
}
.atkp-mobileproducttable {
}
.atkp-prdmob-wrapper {
}
.atkp-prdmob-wrapper .atkp-prdmob-title {
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
font-weight: bold;
}
.atkp-prdmob-wrapper .atkp-listpriceinfo {
font-size: 11px;
text-align: right;
}
.atkp-prdmob-wrapper .atkp-listprice {
color: gray;
font-size: 11px;
text-align: right;
}
.atkp-prdmob-wrapper .atkp-price {
color: green;
font-weight: bold;
font-size: 16px;
text-align: right;
}
.atkp-prdmob-image-wrapper {
float: left;
width: 120px;
text-align: center;
margin: 5px;
}
.atkp-prdmob-image-wrapper img {
max-width: 120px;
max-height: 150px;
}
.atkp-prdmob-table-wrapper {
float: left;
width: 49%;
min-height: 200px;
margin-top: 5px;
font-size: 12px; }
.atkp-prdmob-price-wrapper {
float: right;
width: 27%;
margin-right: 5px;
margin-left: 5px;
}
.atkp-prdmob-button-wrapper > a {
display: block;
padding: 6px 3px;
text-align: center;
margin-top: 5px;
}
.atkp-prdmob-button-wrapper .atkp-moreoffersinfo {
text-align: right;
margin: 5px 0;
}
.atkp-producttable-resp {
display: table;
border-bottom: 1px solid #d8dadb;
}
.atkp-mobileproducttable-resp {
display: none;
}
.atkp-mobileproducttable tr {
}
.atkp-mobileproducttable-detail {
}
.atkp-mobileproducttable-header {
font-weight: bold;
text-align: left;
vertical-align: middle;
width: 50%;
min-height: 15px;
}
.atkp-formgroup > input {
margin-top: 20px;
width: 100%;
}
.atkp-moreoffers3-container,.atkp-moreoffers4-container {
vertical-align: middle; padding-top:10px; display: inline-block
}
.atkp-moreoffers3-button > img {
max-height: 18px ;
margin-top: auto;
margin-bottom: auto;
}
.atkp-moreoffers4-button {
padding:5px !important;
}
.atkp-moreoffers4-button > img {
max-height: 30px !important;
}
@media (max-width: 1040px) {
.atkp-producttable-resp {
display: none !important;
}
.atkp-mobileproducttable-resp {
display: block;
}
.atkp-formgroup {
width: 50%;
}
}
@media (max-width: 1270px) {
.atkp-prdmob-table-wrapper { width: 98%;
margin: 5px;
min-height: 0;
}
.atkp-prdmob-image-wrapper {
float: initial;
width: 98%;
text-align: center;
}
.atkp-prdmob-button-wrapper { }
.atkp-prdmob-price-wrapper {
float: initial;
width: 98%
}
} @media (max-width: 700px) {
.atkp-formgroup {
width: 100%;
}
.atkp-smallbox {
width: 100%;
}
.atkp-right {
float: none;
}
.atkp-left {
float: none;
}
.atkp-box .atkp-button {
padding: 6px 0;
text-align: center;
width: 100%;
}
.atkp-secondbutton {
width:100%;
text-align:center
}
.atkp-moreoffers3-container {
width:100%;
}
.atkp-box .atkp-thumb {
float: none;
width: 100%;
padding-bottom: 10px;
margin: 0;
}
.atkp-box .atkp-content {
margin-left: 0px;
padding-left: 0px;
min-height: 0px;
margin-left: 10px;
}
.atkp-box .atkp-description {
margin-left: 0px;
margin-top: 10px;
}
.atkp-box .atkp-title {
margin-left: 0px;
}
.atkp-box .atkp-author {
margin-left: 0px;
}
.atkp-box .atpk-button {
width: 100%;
padding: 14px 0px;
}
.atkp-box .atkp-image { max-width: 90%;
}
.atkp-smallbox .atkp-priceinfo {
margin-top: 5px;
}
} .atkp-ribbon {
position: absolute;
right: -5px;
top: -5px;
z-index: 1;
overflow: hidden;
width: 75px;
height: 75px;
text-align: right;
}
.atkp-ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background: #E47911;
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px;
right: -21px;
}
.atkp-ribbon span::before {
content: "";
position: absolute;
left: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid #8F0808;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #8F0808;
}
.atkp-ribbon span::after {
content: "";
position: absolute;
right: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #8F0808;
border-bottom: 3px solid transparent;
border-top: 3px solid #8F0808;
}
#bio_ep_close {
z-index: 10;
}
.atkp-exitintentcontainer .atkp-disclaimer {
margin-left: 10px;
}
.atkp-lookupbox .submitbox {
padding: 8px 16px;
background: #fcfcfc;
border-top: 1px solid #dfdfdf;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.atkp_product_prdlookupresult div {
margin: 20px;
}
.atkp_product_prdlookupresult h3 {
margin: 0px;
margin-left: 90px;
}
.atkp_product_prdlookupresult h3:hover {
cursor: pointer;
}
.atkp_product_prdlookupresult p {
padding: 0px;
margin-left: 90px;
}
.atkp_product_prdlookupresult ul {
list-style-type: none;
width: 100%;
}
.atkp_product_prdlookupresult li img {
float: left;
margin: 0 15px 0 0;
}
.atkp_product_prdlookupresult li img {
max-width: 100px;
}
.atkp_product_prdlookupresult li {
padding: 10px;
overflow: auto;
}
.atkp_product_prdlookupresult li:hover {
background: #eee;
}
.atkp_list_nodelookupresult div {
margin: 20px;
}
.atkp_browsenode_nodelookupresult h3 {
margin: 0px;
}
#atkp_list_nodelookupresult h3:hover {
cursor: pointer;
}
#atkp_list_nodelookupresult p {
padding: 0px;
}
#atkp_list_nodelookupresult ul {
list-style-type: none;
width: 100%;
}
#atkp_list_nodelookupresult li {
padding: 5px;
overflow: auto;
}
#atkp_list_nodelookupresult li:hover {
background: #eee;
}
.atkp-affiliateimage {
display: table;
text-align: right;
font-size: 7pt;
}
.atkp-more-offers-left {
float: left;
}
.atkp-more-offers-left img {
vertical-align: middle;
margin: 18px 5px;
}
.atkp-more-offers-right {
float: right;
text-align: right;
margin: 5px;
} .atkp-offers-dropbtn {
cursor: pointer;
} .atkp-offers-dropdown {
position: relative;
display: inline-block;
} .atkp-offers-dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 200px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
font-size: 12px;
z-index: 100;
margin-left: -110px;
} .atkp-offers-dropdown-content a {
} .atkp-offers-dropdown-content a:hover {
background-color: #f1f1f1
} .atkp-offers-dropdown:hover .atkp-offers-dropdown-content {
display: block;
} .atkp-offers-dropdown:hover .dropbtn {
}
.atkp-box-3-cols {
box-sizing: border-box;
width: 104%;
margin-left: -2%;
}
.atkp-box-3-cols .atkp-title {
font-size: 15px;
overflow: hidden;
height: 40px;
line-height: 20px;
}
.atkp-box-3-cols .atkp-primelogo {
float: left;
}
.atkp-box-3-cols .atkp-author {
height: 45px;
font-size: 11px;
}
.atkp-box-3-cols .atkp-moreoffersinfo {
height: 20px;
}
.atkp-box-3-cols .atkp-image {
max-height: 160px;
}
.atkp-box-3-cols div {
margin-top: 0px;
}
.atkp-box-3-cols-item {
width: 30.5%;
margin-left: 2%;
vertical-align: top;
margin-bottom: 20px;
}
.atkp-box-2-cols {
box-sizing: border-box;
width: 104%;
margin-left: -2%;
}
.atkp-box-2-cols .atkp-title {
font-size: 15px;
overflow: hidden;
height: 40px;
line-height: 20px;
}
.atkp-box-2-cols .atkp-primelogo {
width: 30%;
float: right;
text-align: right;
}
.atkp-box-3-cols .atkp-primelogo {
width: 30%;
float: right;
text-align: right;
}
.atkp-ratingbar {
height: 28px;
}
.atkp-box-2-cols .atkp-author {
height: 15px;
font-size: 11px;
overflow: hidden;
}
.atkp-box-3-cols .atkp-author {
height: 15px;
font-size: 11px;
overflow: hidden;
}
.atkp-box-2-cols .atkp-moreoffersinfo {
height: 20px;
}
.atkp-box-2-cols .atkp-image {
max-height: 160px;
}
.atkp-box-2-cols .atkp-rating {
padding-top: 0;
text-align: left;
width: 50%;
float: left;
}
.atkp-box-3-cols .atkp-rating {
padding-top: 0;
text-align: left;
width: 50%;
float: left;
}
.atkp-box-2-cols div {
margin-top: 0px;
}
.atkp-box-2-cols-item {
width: 47%;
margin-left: 2%;
vertical-align: top;
margin-bottom: 20px;
max-height: 409px;
}
.atkp-box-3-cols-item .atkp-button { overflow: auto;
}
.atkp-box-2-cols-item .atkp-button { overflow: auto;
}
.atkp-box-2-cols-item .atkp-thumb {
height: 160px;
}
.atkp-box-3-cols-item .atkp-thumb {
height: 160px;
}
.atkp-box-3-cols-item .atkp-shoplogo { text-align: right;
}
.atkp-box-2-cols-item .atkp-shoplogo {
height: 40px;
text-align: right;
}
@media (max-width: 1024px) and (min-width: 601px) {
.atkp-box-2-cols {
margin-left: -2%;
}
.atkp-box-3-cols-item {
width: 47%;
margin-left: 2%;
max-height: 424px;
}
.atkp-box-2-cols-item {
max-height: 424px;
}
}
.atkp-variation {
height: auto;
overflow: visible;
border-color: #a2a6ac;
border-radius: 2px;
border-width: 1px;
border-style: solid;
display: inline-block;
width: 100px;
margin: 2px;
padding: 2px;
}
.atkp-variation-container {
margin-top: 5px;
text-align: center;
}
.atkp-variationimage > img {
max-width: 32px;
max-height: 40px;
text-align: center;
vertical-align: middle;
}
.atkp-variationimage {
float: left;
width: 30%;
}
.atkp-variation-price {
font-size: 12px;
font-color: #555;
text-align: center;
}
.atkp-variationinner {
float: left;
display: block;
width: 70%;
}
.atkp-variation-container a:link, .atkp-variation-container a:visited {
color: #555 !important;
text-decoration: none;
}
.atkp-variationname {
text-align: center;
margin-left: auto;
margin-right: auto;
overflow: hidden;
font-size: 12px;
height: 22px;
} .atkp-link-image{
display: inline-block;
}
.atkp-sitestripe-notfound{
background: red;
color:white;
border: 1px solid darkred;
width:100%;
padding: 3px;
}
.atkp-sitestripe-box {
background: #fff;
width: 118px;
overflow: hidden;
height: 241px;
border: 1px solid #ddd;
padding: 3px 0
}
.atkp-sitestripe-box a {
text-decoration: none
}
.atkp-sitestripe-box {
border-top: 2px solid #f90;
}
.atkp-sitestripe-box .amzn-ad-logo-holder {
text-align: center;
margin: 0;
padding: 0;
display: block
}
.atkp-sitestripe-box .amzn-ad-image-holder {
padding: 0;
margin: 7px 0;
text-align: center
}
.atkp-sitestripe-box .amzn-ad-image-holder img {
border: 0 !important
}
.atkp-sitestripe-box .amzn-ad-image-holder a {
display: inline-block
}
.atkp-sitestripe-box #title a {
font: normal 13px/17px Arial, Helvetica, sans-serif;
color: #0066c0;
text-decoration: none;
text-align:left;
}
.atkp-sitestripe-box #title {
line-height:1.1 ;
}
.atkp-sitestripe-box .amzn-ad-prod-detail {
text-align: left;
padding: 3px 9px;
margin: 0;
height: 34px;
}
.atkp-sitestripe-box .amzn-ad-price-block {
text-align: left;
padding: 8px 5px; font: normal 13px/17px Arial,Helvetica,sans-serif;
color: #333;
}
.atkp-sitestripe-box .amzn-ad-price-block a {
float: left
}
.atkp-sitestripe-box .amzn-ad-primary-btn {
width: 100%;
display: block;
padding: 6px 0;
margin-bottom: 3px;
border-width: 1px 0;
}
.atkp-sitestripe-box .amzn-ad-primary-btn a {
text-decoration: none !important;
}
.atkp-sitestripe-box .amzn-ad-primary-btn span {
display: block;
}
.atkp-sitestripe-box .amzn-ad-primary-btn.logo span {
text-align: left;
height: 25px;
vertical-align: middle;
display: table-cell;
padding-left: 30px;
background-repeat: no-repeat;
font-size: 11.4px
}
.atkp-sitestripe-box .amzn-ad-primary-btn {
background: #f8e6b8;
padding: 3px;
background: -moz-linear-gradient(top, #f8e6b8 0, #f3d686 6%, #ebb62c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8e6b8), color-stop(6%, #f3d686), color-stop(100%, #ebb62c));
background: -webkit-linear-gradient(top, #f8e6b8 0, #f3d686 6%, #ebb62c 100%);
background: -o-linear-gradient(top, #f8e6b8 0, #f3d686 6%, #ebb62c 100%);
background: -ms-linear-gradient(top, #f8e6b8 0, #f3d686 6%, #ebb62c 100%);
background: linear-gradient(to bottom, #f8e6b8 0, #f3d686 6%, #ebb62c 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e6b8', endColorstr='#ebb62c', GradientType=0)
}
.atkp-sitestripe-box .amzn-ad-primary-btn:hover {
background: #f4f2ed;
background: -moz-linear-gradient(top, #f4f2ed 0, #efdeb3 6%, #e8bb4a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f2ed), color-stop(6%, #efdeb3), color-stop(100%, #e8bb4a));
background: -webkit-linear-gradient(top, #f4f2ed 0, #efdeb3 6%, #e8bb4a 100%);
background: -o-linear-gradient(top, #f4f2ed 0, #efdeb3 6%, #e8bb4a 100%);
background: -ms-linear-gradient(top, #f4f2ed 0, #efdeb3 6%, #e8bb4a 100%);
background: linear-gradient(to bottom, #f4f2ed 0, #efdeb3 6%, #e8bb4a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f2ed', endColorstr='#e8bb4a', GradientType=0)
}
.atkp-sitestripe-box .amzn-ad-primary-btn span {
color: #111;
font-size: 14px;
background-position: 0 0
} @media (max-width: 601px) {
.atkp-box-3-cols-item {
width: 98%;
}
.atkp-box-2-cols-item {
width: 98%;
}
.atkp-box-2-cols-item {
max-height: 424px;
}
}
.atkp-spinloader,
.atkp-spinloader:before,
.atkp-spinloader:after {
background: #5b5b5b;
-webkit-animation: atkp-spinload1 1s infinite ease-in-out;
animation: atkp-spinload1 1s infinite ease-in-out;
width: 1em;
height: 4em;
}
.atkp-spinloader {
max-height: 44px;
color: #5b5b5b;
text-indent: -9999em;
margin: 88px auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.atkp-spinloader:before,
.atkp-spinloader:after {
position: absolute;
top: 0;
content: '';
}
.atkp-spinloader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.atkp-spinloader:after {
left: 1.5em;
}
@-webkit-keyframes atkp-spinload1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes atkp-spinload1 {
0%,
80%,
100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
.atkp-spinloader-round {
margin: 100px auto;
font-size: 25px;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
text-indent: -9999em;
-webkit-animation: atkp-spinload5 1.1s infinite ease;
animation: atkp-spinload5 1.1s infinite ease;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
@-webkit-keyframes atkp-spinload5 {
0%,
100% {
box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
}
12.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
}
25% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
37.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
50% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
62.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
75% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
87.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
}
}
@keyframes atkp-spinload5 {
0%,
100% {
box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
}
12.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
}
25% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
37.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
50% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
62.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
75% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
}
87.5% {
box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
}
}
.atkp-livesearch-title {
font-weight: bold;
}
.atkp-producttable-grouprow {
background-color: #fafafa;
border: 1px solid #d8dadb;
}
.atkp-producttable-grouprow td {
text-align: left;
vertical-align: middle;
padding: 8px;
border-width: 1px;
}
.atkp-producttable-groupheader {
font-weight: 600;
color: #2b333a;
font-size: 13px;
line-height: 20px;
}
.atkp-producttable-groupdescription {
display: block;
color: #2b333a;
font-size: 11px;
line-height: 20px;
}
.atkp-admin-actions {
margin-top: 10px;
margin-bottom: 10px;
}
.atkp-admin-actions > a {
font-size: small !important;
} .atkp-pricecompare-container {
display: table;
border-collapse: collapse;
width: 100%;
}
.atkp-pricecompare-row {
display: table-row;
}
.atkp-pricecompare-cell {
display: table-cell;
}
.atkp-pricecompare-title {
width: 41.66666667%;
float: none;
vertical-align: middle;
border-bottom: 1px solid #eee;
padding: 18px 10px;
font-size: 13px;
}
.atkp-pricecompare-nologo .atkp-pricecompare-title {
width: 58.33333334%;
}
.atkp-pricecompare-title > a, .atkp-pricecompare-mobile-title > a {
text-decoration: none !important;
color: #0b0b0b;
}
.atkp-pricecompare-mobile-title {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
display: none;
}
.atkp-pricecompare-logo, .atkp-pricecompare-button {
width: 16.66666667%;
float: none;
vertical-align: middle;
border-bottom: 1px solid #eee;
padding: 18px 10px;
text-align: right;
}
.atkp-pricecompare-nologo .atkp-pricecompare-logo {
display: none;
}
.atkp-pricecompare-logo img {
max-width:100px;
}
.atkp-pricecompare-price {
width: 25%;
vertical-align: middle;
border-bottom: 1px solid #eee;
padding: 18px 10px;
}
.atkp-pricecompare-price > .atkp-price {
font-weight: bold;
font-size: 1.1em;
white-space: nowrap;
color: #dc3545;
}
.atkp-pricecompare-price > .atkp-stock {
color: #7ad03a;
font-size: 80%;
font-weight: normal;
line-height: 15px;
}
.atkp-pricecompare-price > .atkp-price > .atkp-shipping {
font-size: 80%;
font-weight: normal;
line-height: 15px;
display: inline-block;
}
.atkp-pricecompare-container .atkp-button {
white-space: nowrap;
}
.atkp-shopname {
color: #777;
font-size: 85%;
text-align: center;
width: 100%;
display: inline-block;
overflow: hidden;
max-height: 50px;
}
.atkp-pricecompare-row:hover {
background-color: #f9f9f9;
}
@media (max-width: 460px) {
.atkp-pricecompare-mobile-title {
display: block;
}
.atkp-pricecompare-title {
display: none;
}
.atkp-pricecompare-nologo .atkp-pricecompare-cell {
width: 50%
}
.atkp-pricecompare-cell {
width: 33.3333%
}
.atkp-pricecompare-button > a {
width: 100%;
}
}  .atkp-list-outer-container span.atkp-explain {
font-size: 12px;
font-style: italic;
color: #5f6368eb;
display: block;
}
.atkp-list-outer-container div.atkp-list {
font-size: 1.25rem;
line-height: 1.75;
}
.atkp-list-outer-container div.atkp-list > div {
min-height: 170px;
}
.atkp-list-outer-container div.atkp-list-container {
margin: 40px 0px;
}
.atkp-list-outer-container ol.atkp-ol-list-display li {
font-size: 30px;
line-height: 1.25;
font-weight: 700;
color: #000;
margin: 10px 0px;
max-width: 400px;
}
.atkp-list-outer-container a.atkp-list-link {
padding-left: 20px;
margin-top: -40px;
float: right;
}
.atkp-list-outer-container a.atkp-list-link img {
max-width: 230px;
max-height: 250px;
border-radius: 40px;
}
.atkp-list-outer-container .atkp-half-width {
width: 50%;
}
.atkp-list-outer-container a.box-shadow {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 767px) {
.atkp-list-outer-container a.atkp-list-link {
float: unset;
padding-left: 0px;
}
.atkp-list-outer-container ol.atkp-ol-list-display {
padding-right: 20px;
padding-left: 30px;
}
.atkp-list-outer-container .atkp-half-width {
width: 100%;
}
.atkp-list-outer-container div.atkp-list > div {
min-height: 10px;
}
}