.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;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.awcpt-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
}
.awcpt-wrapper *,
.awcpt-wrapper ::after,
.awcpt-wrapper ::before { box-sizing: border-box;
}
.awcpt-ft-loader {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 9999;
width: 100vw;
height: 100vh;
background: rgba(255, 255, 255, 0.86);
z-index: 9999;
text-align: center;
}
.awcpt-loader-icon {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 50%;
z-index: 2;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
}
.awcpt-loader-icon svg {
margin: 0 auto;
}
.awcpt-search-wrapper {
display: inline-block;
}
.awcpt-search-input-wrp {
position: relative;
}
.awcpt-search-clear {
display: none;
position: absolute;
top: 50%;
right: 10px;
z-index: 1;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
}
.awcpt-head-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.awcpt-nav {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.awcpt-nav .awcpt-filter {
margin-right: 20px;
margin-bottom: 20px;
}
.awcpt-nav .awcpt-filter:last-child {
margin-right: 0;
}
.awcpt-filter-fld {
background: #fff;
border: 1px solid rgba(23, 42, 104, 0.13);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 6px;
padding: 11px 15px;
font-size: 14px;
line-height: 16px;
color: #172a68;
min-width: 142px;
}
.awcpt-filter-fld.awcpt-multi-select {
min-width: 200px;
}
select.awcpt-filter-fld {
-webkit-appearance: none;
width: 100%;
background-image: url(//opalejump.fr/wp-content/plugins/product-table-for-woocommerce/assets/images/drop-caret.svg);
background-repeat: no-repeat;
background-position: calc(100% - 15px) 50%;
padding-right: 30px;
background-size: 13px;
}
.awcpt-filter .select2-container--default .select2-selection--single {
font-size: 14px;
}
.awcpt-filter
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
font-size: 14px;
}
.awcpt-filter
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border: 0;
background-image: url(//opalejump.fr/wp-content/plugins/product-table-for-woocommerce/assets/images/drop-caret.svg);
background-repeat: no-repeat;
width: 15px;
height: 10px;
}
.awcpt-filter-fld.select2-container-multi {
padding: 0;
}
.awcpt-filter-fld.select2-container-multi input {
border: 0 !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.awcpt-cart-all-wrap {
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 15px;
position: relative;
}
.awcpt-cart-all-wrap a.added_to_cart {
padding: 0;
margin-left: 15px;
font-size: 16px;
color: #000;
background: 0 0;
font-weight: 400;
outline: 0;
}
.awcpt-cart-all-wrap a.added_to_cart:hover {
color: #ff640e;
}
.awcpt-cart-all-check-wrap {
margin-right: 10px;
}
.awcpt-button,
.awcpt-product-table .single_add_to_cart_button {
text-decoration: none !important;
display: inline-block;
vertical-align: middle;
min-width: 120px;
padding: 1.154em 1.25em;
line-height: 1;
outline: 0 !important;
word-break: normal;
text-align: center;
position: relative;
}
.awcpt-button i.awcpt-cart-badge {
display: block;
position: absolute;
top: -5px;
right: -5px;
width: 20px;
height: 20px;
line-height: 20px;
background: #fff;
border-radius: 50%;
color: #ff640e;
font-style: normal;
font-size: 11px;
border: 1px solid #ff640e;
z-index: 1;
}
a.awcpt-button.awcpt-btn-loading i.awcpt-cart-badge {
opacity: 0;
}
.awcpt-button i.awcpt-cart-badge-hide {
display: none;
}
.awcpt-nav .awcpt-button {
min-width: 0;
}
i.awcpt-cart-all-badge {
display: block;
margin-left: 3px;
font-style: normal;
}
label.awcpt-cart-all-checklbl input[type="checkbox"],
label.awcpt-prdcheck-label input[type="checkbox"] {
opacity: 0;
position: absolute;
left: 0;
top: 0;
}
label.awcpt-cart-all-checklbl input[type="checkbox"] + span,
label.awcpt-prdcheck-label input[type="checkbox"] + span {
display: block;
width: 20px;
height: 20px;
position: relative;
border-radius: 3px;
cursor: pointer;
}
label.awcpt-prdcheck-label input[type="checkbox"]:disabled + span {
cursor: no-drop;
}
label.awcpt-cart-all-checklbl input[type="checkbox"] + span::before,
label.awcpt-prdcheck-label input[type="checkbox"] + span::before {
content: "";
display: block;
border: 1px solid #ddd;
border-radius: 3px;
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
z-index: 1;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
label.awcpt-cart-all-checklbl input[type="checkbox"] + span::before {
border-color: #ff640e;
}
label.awcpt-cart-all-checklbl input[type="checkbox"]:hover + span::before,
label.awcpt-prdcheck-label input[type="checkbox"]:hover + span::before {
border-color: #ff640e;
}
label.awcpt-cart-all-checklbl input[type="checkbox"] + span::after,
label.awcpt-prdcheck-label input[type="checkbox"] + span::after {
content: "";
position: absolute;
left: 4px;
top: 6px;
margin: 0;
width: 12px;
height: 6px;
z-index: 2;
border-color: #fff;
border-width: 0 0 2px 2px;
border-style: solid;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-box-sizing: border-box;
box-sizing: border-box;
opacity: 0;
}
label.awcpt-cart-all-checklbl input[type="checkbox"]:checked + span,
label.awcpt-prdcheck-label input[type="checkbox"]:checked + span {
background: #ff640e;
}
label.awcpt-cart-all-checklbl input[type="checkbox"]:checked + span::after,
label.awcpt-prdcheck-label input[type="checkbox"]:checked + span::after {
opacity: 1;
}
label.awcpt-cart-all-checklbl input[type="checkbox"]:checked + span::before,
label.awcpt-prdcheck-label input[type="checkbox"]:checked + span::before {
border-color: #ff640e;
}
.awcpt-product-checkbox-wrp {
position: relative;
}
th.awcpt-prdCheckbox-col .awcpt-product-checkbox-wrp label {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 28px;
}
th.awcpt-prdCheckbox-col .awcpt-product-checkbox-wrp label span {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.awcpt-product-checkbox-wrp {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.awcpt-rating {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.awcpt-rating-stars.star-rating {
margin: 0 8px;
}
.awcpt-cart-form .quantity .qty,
.awcpt-qty-field input.awcpt-quantity {
padding: 5px 10px;
background: inherit;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 3px;
width: 65px;
}
.awcpt-cart-form .cart { display: -ms-inline-flexbox;
display: inline-flex;
flex-wrap: wrap;
margin: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.awcpt-cart-form .cart .button {
word-break: normal;
margin-left: 5px;
white-space: nowrap;
outline: 0;
}
.awcpt-table-wrapper {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
position: relative;
width: 100%;
}
table.awcpt-product-table {
border-collapse: collapse;
}
table.awcpt-product-table:last-child {
margin: 0;
}
table.awcpt-product-table > thead > tr > th {
font-size: 15px;
}
table.awcpt-product-table > tbody > tr > td {
font-size: 16px;
vertical-align: middle;
}
table.awcpt-product-table .wp-post-image {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.awcpt-table-col .added_to_cart,
.awcpt-woo-btn .added_to_cart,
.awcpt-woo-btn .button {
word-break: normal;
font-weight: 700;
min-width: 120px;
padding: 1em 1.25em;
line-height: 1.3;
outline: 0;
position: relative;
}
.awcpt-table-col .added_to_cart,
.awcpt-woo-btn .added_to_cart {
font-size: 14px;
text-decoration: none !important;
margin-top: 10px;
display: block;
text-align: center;
}
.awcpt-table-col a.added_to_cart.wc-forward {
padding: 0;
background: 0 0;
color: #ff640e;
}
.awcpt-table-col a.added_to_cart.wc-forward:hover {
color: #444;
}
.awcpt-nav.awcpt-left-nav .select2-container {
width: 100% !important;
}
span.select2 .select2-selection {
border: 1px solid rgba(23, 42, 104, 0.13);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 6px;
padding: 10px 10px;
height: 50px;
line-height: 1;
font-size: 14px;
}
.awcpt-filter span.select2 .select2-selection:active,
.awcpt-filter span.select2 .select2-selection:focus,
.awcpt-filter span.select2.select2-container--open .select2-selection {
outline: 0;
border-color: #aaa;
}
.awcpt-filter
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 50px;
right: 12px;
}
.awcpt-filter
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
font-size: 13px;
background-color: #eee;
border-color: #bbb;
margin-top: 3px;
line-height: 1.4;
}
.awcpt-select2-dropdown .select2-results__options {
margin: 0;
list-style: none;
padding: 0;
}
.awcpt-select2-dropdown .select2-results__options li {
font-size: 14px;
padding: 10px 20px;
list-style: none;
margin: 0;
}
.awcpt-filter
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: flex-start;
}
.awcpt-select2-dropdown .select2-results__options li:focus {
outline: 0;
}
.awcpt-wrapper
.select2-container
.select2-search--inline
.select2-search__field {
margin-top: 2px;
font-size: 14px;
padding: 0 5px;
}
.select2-container
.awcpt-select2-dropdown
.select2-selection--single
.select2-selection__rendered {
font-size: 14px;
}
.select2-container--default.select2-container--focus
.awcpt-select2-dropdown
.select2-selection--multiple {
border-color: #aaa;
}
.awcpt-pagination-wrap {
text-align: right;
margin: 30px 0 20px;
}
.awcpt-pagination .page-numbers {
display: inline-block;
vertical-align: middle;
width: 50px;
height: 50px;
line-height: 50px;
text-decoration: none !important;
outline: 0;
margin-right: 10px;
margin-bottom: 10px;
}
.awcpt-pagination .page-numbers.dots {
pointer-events: none;
}
.awcpt-pagination .page-numbers:last-child {
margin-right: 0 !important;
}
.awcpt-pagination .page-numbers.prev {
font-size: 0 !important;
background-image: url(//opalejump.fr/wp-content/plugins/product-table-for-woocommerce/assets/images/prev-icon.svg);
background-position: -27px 50%;
background-repeat: no-repeat;
}
.awcpt-pagination .page-numbers.next {
font-size: 0 !important;
background-image: url(//opalejump.fr/wp-content/plugins/product-table-for-woocommerce/assets/images/next-icon.svg);
background-position: 22px 50%;
background-repeat: no-repeat;
}
.awcpt-pagination .page-numbers.prev:hover {
background-position: 22px 50%;
}
.awcpt-pagination .page-numbers.next:hover {
background-position: -27px 50%;
}
.awcpt-container {
width: 100%;
overflow: auto;
}
.awcpt-nav.awcpt-left-nav {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 6px;
margin-right: 25px;
width: 30%;
}
.awcpt-filter-row-grp {
padding: 20px 0 0;
}
.awcpt-filter-row-heading {
font-weight: bolder;
font-size: 16px;
line-height: 1.3;
color: #172a68;
position: relative;
}
.awcpt-left-nav .awcpt-filter-row-heading {
cursor: pointer;
padding-right: 20px;
}
.awcpt-left-nav .awcpt-filter-row-heading::after {
content: "";
display: block;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%) rotate(0);
-ms-transform: translateY(-50%) rotate(0);
transform: translateY(-50%) rotate(0);
width: 15px;
height: 7px;
background-position: center right;
background-image: url(//opalejump.fr/wp-content/plugins/product-table-for-woocommerce/assets/images/toggle-icon.svg);
background-repeat: no-repeat;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.awcpt-left-nav .awcpt-filter-row-heading.awcpt-accordion-close::after {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
background-position: center left;
}
.awcpt-filter-row {
position: relative;
margin: 0 0 22px;
}
.awcpt-filter-row:last-child {
margin: 0;
}
label.awcpt-radio-label {
position: relative;
padding-left: 35px;
cursor: pointer;
font-size: 14px;
line-height: 16px;
color: #172a68;
}
label.awcpt-radio-label:hover {
color: #000;
}
label.awcpt-radio-label input + span {
width: 22px;
height: 22px;
display: block;
border: 1px solid rgba(23, 42, 104, 0.3);
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}
label.awcpt-radio-label input + span::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 3px;
border-radius: 50%;
width: 14px;
height: 14px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: #ff640e;
opacity: 0;
}
label.awcpt-radio-label input {
opacity: 0;
position: absolute;
left: 0;
width: 22px;
height: 22px;
min-width: 0;
border: 0;
cursor: pointer;
}
label.awcpt-radio-label input:checked + span {
border-color: #ff640e;
}
label.awcpt-radio-label input:checked + span::before {
opacity: 1;
}
label.awcpt-checkbox-label {
position: relative;
padding-left: 35px;
cursor: pointer;
font-size: 14px;
line-height: 16px;
color: #172a68;
}
label.awcpt-checkbox-label:hover {
color: #000;
}
label.awcpt-checkbox-label input + span {
width: 20px;
height: 20px;
display: block;
border: 1px solid rgba(23, 42, 104, 0.3);
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
border-radius: 3px;
cursor: pointer;
}
label.awcpt-checkbox-label input + span::before {
content: "";
display: block;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
height: 12px;
width: 6px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
opacity: 0;
left: 6px;
position: absolute;
top: 2px;
}
label.awcpt-checkbox-label input {
opacity: 0;
position: absolute;
left: 0;
width: 22px;
height: 22px;
min-width: 0;
border: 0;
}
label.awcpt-checkbox-label input:checked + span {
border-color: #ff640e;
background-color: #ff640e;
}
label.awcpt-checkbox-label input:checked + span::before {
opacity: 1;
}
.awcpt-nav.awcpt-left-nav .awcpt-filter {
margin: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
width: 100%;
padding: 25px;
}
.awcpt-nav.awcpt-left-nav .awcpt-search-wrapper {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.awcpt-nav.awcpt-left-nav .awcpt-search-wrapper:last-child {
border: 0;
}
.awcpt-nav.awcpt-left-nav .awcpt-filter:last-child {
border-bottom: 0;
}
.awcpt-nav .awcpt-search-wrapper {
margin: 0;
width: 100%;
padding: 25px;
position: relative;
}
.awcpt-result-count {
font-size: 16px;
line-height: 1.3;
color: #172a68;
margin: 0 20px 20px 0;
}
.awcpt-nav.awcpt-left-nav .awcpt-result-count {
margin: 0;
padding: 25px 25px 0;
}
.awcpt-wrapper .awcpt-price-range-wrap input {
width: 58px;
background: #fff !important;
border: 1px solid #e0e0e0;
-webkit-box-shadow: none !important;
box-shadow: none !important;
padding: 14px 8px;
font-size: 16px;
color: #000;
line-height: 1;
margin-right: 9px;
height: 50px;
outline: 0;
border-radius: 3px;
}
.awcpt-nav .awcpt-price-range-wrap input::-webkit-input-placeholder {
opacity: 0.35;
}
.awcpt-nav .awcpt-price-range-wrap input::-moz-placeholder {
opacity: 0.35;
}
.awcpt-nav .awcpt-price-range-wrap input:-ms-input-placeholder {
opacity: 0.35;
}
.awcpt-nav .awcpt-price-range-wrap input::-ms-input-placeholder {
opacity: 0.35;
}
.awcpt-nav .awcpt-price-range-wrap input::placeholder {
opacity: 0.35;
}
.awcpt-nav .awcpt-price-range-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.awcpt-nav .awcpt-price-range-wrap a {
display: block;
width: 58px;
height: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
outline: 0;
}
.awcpt-nav .awcpt-price-range-wrap a:hover {
background: #fff;
color: #ff640e;
border-color: #ff640e;
}
.awcpt-nav span.awcpt-price-range-separator {
margin-right: 9px;
font-size: 14px;
color: #000;
}
.awcpt-nav input.awcpt-search-input {
background: #fff !important;
border: 1px solid #e0e0e0;
border-right: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 3px 0 0 3px;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
height: 50px;
font-size: 16px;
color: #000;
outline: 0;
}
.awcpt-nav .awcpt-search-input-wrp {
width: calc(100% - 60px);
}
.awcpt-nav .awcpt-search-submit-wrp {
position: absolute;
right: 25px;
top: 25px;
width: 60px;
height: 50px;
}
.awcpt-nav .awcpt-search-submit-wrp input {
width: 100%;
height: 100%;
border: 1px solid #ff640e;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #ff640e;
border-radius: 0 3px 3px 0;
font-size: 16px;
color: #fff;
padding: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
outline: 0;
font-weight: 400;
}
.awcpt-nav .awcpt-search-submit-wrp input:hover {
color: #ff640e;
background: #fff;
border-color: #ff640e;
}
a.awcpt-button.add-to-cart-all {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: 0;
padding: 5px 10px;
position: relative;
}
.awcpt-woo-btn .button.loading,
a.awcpt-button.awcpt-btn-loading {
pointer-events: none;
}
.awcpt-woo-btn .button.loading::before,
a.awcpt-button.awcpt-btn-loading::before {
content: "";
display: block;
background-color: inherit;
background-image: url(//opalejump.fr/wp-content/plugins/product-table-for-woocommerce/assets/images/loader-orange.svg);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
background-size: 20px;
border-radius: inherit;
}
.awcpt-head-nav .awcpt-nav .awcpt-search-wrapper {
width: auto;
padding: 0;
margin-right: 20px;
margin-bottom: 20px;
}
.awcpt-head-nav .awcpt-nav .awcpt-search-submit-wrp {
top: 0;
right: 0;
}
.awcpt-head-nav .awcpt-nav .awcpt-search-wrapper:last-child {
margin-right: 0;
}
.awcpt-container {
width: calc(70% - 25px);
}
.awcpt-container.awcpt-container-fullwidth {
width: 100%;
}
.awcpt-loadmore-btn-wrapper {
margin: 20px 0 0;
text-align: center;
}
.mfp-wrap {
z-index: 999999;
}
.mfp-bg {
z-index: 999998;
}
button.awcpt-mfp-close {
display: block;
width: 40px;
background: #000;
height: 40px;
line-height: 40px;
top: 0;
text-align: center;
padding: 0;
right: 0;
position: absolute;
cursor: pointer;
outline: 0 !important;
color: #ccc;
}
button.awcpt-mfp-close:hover {
color: #fff;
background: red;
}
.awcpt-head-nav .awcpt-filter-row-grp {
display: inline;
padding: 0;
}
.awcpt-head-nav .awcpt-filter-row-grp .awcpt-filter-row {
margin: 0 25px 15px 0;
display: inline-block;
}
.awcpt-head-nav .awcpt-filter-row-heading {
display: inline-block;
padding-right: 20px;
font-weight: 400;
}
.awcpt-head-nav label.awcpt-checkbox-label {
border: 1px solid #e1e3eb;
padding: 5px 5px 5px 27px;
border-radius: 6px;
background: #fafafa;
}
.awcpt-head-nav label.awcpt-checkbox-label:hover {
border-color: #ccc;
}
.awcpt-head-nav label.awcpt-checkbox-label input + span {
left: 5px;
width: 15px;
height: 15px;
}
.awcpt-head-nav .awcpt-filter-row-grp .awcpt-filter-row {
margin: 0 15px 15px 0;
}
.awcpt-head-nav label.awcpt-checkbox-label input + span::before {
width: 5px;
height: 10px;
left: 4px;
top: 1px;
}
.awcpt-rating-stars.star-rating span::before {
color: #ffc107;
}
.awcpt-head-nav label.awcpt-radio-label {
border: 1px solid #e1e3eb;
padding: 5px 5px 5px 27px;
border-radius: 6px;
background: #fafafa;
}
.awcpt-head-nav label.awcpt-radio-label:hover {
border-color: #ccc;
}
.awcpt-head-nav label.awcpt-radio-label input + span {
width: 16px;
height: 16px;
left: 5px;
}
.awcpt-head-nav label.awcpt-radio-label input + span::before {
width: 10px;
height: 10px;
left: 2px;
}
.awcpt-wrapper .awcpt-head-nav .awcpt-price-range-wrap input {
padding: 8px;
height: 38px;
width: auto;
max-width: 80px;
}
.awcpt-head-nav .awcpt-nav .awcpt-price-range-wrap a {
height: 38px;
padding: 10px;
font-size: 16px;
}
.awcpt-head-nav .awcpt-result-count:last-child {
padding: 15px 0 0;
}
p.awcpt-product-found-msg {
padding: 15px;
margin: 10px 0 0;
text-align: center;
background: #fff6f8;
}
.awcpt-filter a.awcpt-clear-filter {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none !important;
outline: 0;
font-size: 14px;
color: #444;
outline: 0;
line-height: 1;
text-transform: capitalize;
}
.awcpt-filter a.awcpt-clear-filter::before {
content: "x";
display: inline-block;
vertical-align: middle;
margin-right: 5px;
text-transform: uppercase;
}
.awcpt-filter a.awcpt-clear-filter:hover {
color: red;
}
.awcpt-cart-widget {
position: fixed;
bottom: 0;
right: 0;
background-color: #ff640e;
border-style: solid;
color: #fff;
padding: 20px;
width: 280px;
z-index: 999;
font-size: 14px;
-webkit-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.awcpt-cw-hide {
display: none;
}
a.awcpt-cw-half.awcpt-fcart-link {
color: inherit;
text-decoration: none;
display: inline-block;
vertical-align: middle;
outline: 0;
padding-bottom: 2px;
font-weight: 700;
}
span.awcpt-cw-cart-icon {
width: 20px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
span.awcpt-cw-cart-icon svg {
width: 100%;
display: block;
fill: none;
}
.awcpt-cw-view-label {
display: inline-block;
vertical-align: bottom;
}
.awcpt-cw-half.awcpt-fcart-info {
padding-right: 15px;
}
a.awcpt-cw-half.awcpt-fcart-link:hover {
opacity: 0.8;
}
span.awcpt-cw-separator {
margin: 0 3px;
}
@media only screen and (min-width: 992px) {
.awcpt-container {
width: calc(75% - 35px);
}
.awcpt-head-nav .awcpt-nav.awcpt-head-right-nav .awcpt-search-wrapper {
margin-right: 0;
margin-left: 20px;
}
.awcpt-head-nav
.awcpt-nav.awcpt-head-right-nav
.awcpt-search-wrapper:last-child {
margin-left: 0;
}
.awcpt-nav.awcpt-left-nav {
width: 25%;
margin-right: 35px;
}
.awcpt-head-right-nav {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.awcpt-head-nav-50-50 .awcpt-nav {
width: 50%;
}
.awcpt-head-nav-70-30 .awcpt-head-left-nav {
width: 70%;
}
.awcpt-head-nav-70-30 .awcpt-head-right-nav {
width: 30%;
}
.awcpt-head-nav-30-70 .awcpt-head-left-nav {
width: 30%;
}
.awcpt-head-nav-30-70 .awcpt-head-right-nav {
width: 70%;
}
.awcpt-nav.awcpt-head-right-nav .awcpt-filter {
margin-right: 0;
margin-left: 20px;
}
.awcpt-nav.awcpt-head-right-nav .awcpt-filter:first-child {
margin-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.awcpt-hide-tablet {
display: none !important;
}
}
@media only screen and (max-width: 767px) {
.awcpt-hide-mobile {
display: none !important;
}
.awcpt-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.awcpt-nav.awcpt-left-nav {
min-width: 0;
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.awcpt-head-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.awcpt-head-nav-50-50 .awcpt-nav {
width: 100%;
}
.awcpt-container {
width: 100%;
max-width: 100%;
position: relative;
}
.awcpt-pagination-wrap {
text-align: center;
}
.awcpt-pagination .page-numbers {
width: 36px;
height: 36px;
margin-right: 6px;
margin-bottom: 6px;
line-height: 36px;
font-size: 14px !important;
}
.awcpt-pagination .page-numbers.prev {
background-position: -35px 50%;
}
.awcpt-pagination .page-numbers.next {
background-position: 13px 50%;
}
.awcpt-pagination .page-numbers.prev:hover {
background-position: 13px 50%;
}
.awcpt-pagination .page-numbers.next:hover {
background-position: -35px 50%;
}
}
@media only screen and (max-width: 450px) {
.awcpt-filter
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 40px;
}
.awcpt-wrapper span.select2 .select2-selection {
height: 40px;
padding: 5px 5px;
}
.awcpt-wrapper
.select2-container
.select2-search--inline
.select2-search__field {
padding: 0 2px;
}
.awcpt-head-nav .awcpt-filter-row-heading {
display: block;
padding: 0 0 15px;
}
}
@media only screen and (max-width: 375px) {
.awcpt-nav .awcpt-filter {
margin-right: 0;
width: 100%;
}
}