.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;
}#searchPopup {
display: none;
}
.ss_modal_overlay {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
z-index: 9999999;
}
.ss_modal * {
box-sizing: border-box;
}
.ss_modal { font-size: 14px;
top: 10px;
}
.ss_modal {
width: 1400px;
max-width: 98%;
margin: 0 auto;
left: 0;
right: 0;
position: fixed;
z-index: 99999999;
background: #fff;
border: 1px solid #edeeed;
height: calc(100vh - 20px);
border-radius: 5px;
box-shadow: 0px 0px 5px rgb(0 0 0 / 45%);
}
.ss_modal .ss_modal_content {
height: calc(100% - 80px);
}
.ss_modal .clearfix:after {
content: '';
display: table;
clear: both;
}
.ss_modal .ss_modal_header .ss_modal_clear {
width: 25%;
float: left;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
padding-top: .9375rem;
border-right: #edeeed 1px solid;
}
.ss_modal .ss_modal_content .ss_modal_sidebar {
width: 25%;
float: left;
padding-right: 0.9375rem;
padding-left: 0.9375rem;
border-right: #edeeed 1px solid;
height: 100%;
overflow: auto;
}
.ss_modal .ss_modal_header .ss_modal_search,
.ss_modal .ss_modal_content .ss_modal_results {
width: 75%;
float: left;
padding: 0 10px;
margin-left: -1px;
border-left: #edeeed 1px solid;
}
.ss_modal .ss_modal_header .ss_modal_search {
padding: 8px !important;
}
.ss_modal .ss_modal_header .ss_modal_clear a {
display: block;
width: 100%;
text-decoration: none;
text-align: center;
padding: 12.24px 14.4px;
background: #fff;
margin-bottom: 16px;
line-height: 1;
border-radius: 4px;
border: 1px solid #d7d7d7;
color: #d7d7d7;
font-size: 14.4px;
border-radius: 5px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
.ss_modal .ss_modal_content .ss_modal_sidebar ul li a {
color: #000;
text-decoration: none;
display: block;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li {
border: #edeeed 1px solid;
margin-bottom: 20px;
border-radius: 5px;
overflow: hidden;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > a {
font-size: 16px;
font-weight: 500;
margin: 0;
line-height: 22.4px;
padding: 5px 10px;
background: #edeeed;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul {
padding: 10px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li {
padding: 5px 0px 5px 0px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li:last-child {
margin-bottom: 0;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li > ul > li {
padding: 5px 0px 5px 0px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li > ul {
padding-left: 13px;
padding-top: 5px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li > ul > li:last-child {
padding-bottom: 0;
}
.ss_modal .ss_modal_header .ss_modal_search {
border-bottom: #edeeed 1px solid;
min-height: 54px;
}
.ss_modal .ss_modal_header .ss_modal_search input[type="text"] {
display: block;
border: #edeeed 1px solid;
padding: 8px 10px;
width: 490px;
margin-top: 5px;
background: #fff;
border-radius: 22px;
line-height: 18px;
font-size: 18px;
font-weight: 400;
height: 42px;
padding-right: 80px;
padding-left: 25px;
box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
background-color: #fefefe;
margin-left: 15px;
}
.ss_modal .ss_modal_header .ss_modal_search input[type="text"]:focus {
box-shadow: 0 0 5px #d7d7d7;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination { }
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item {
padding-top: 20px;
padding-bottom: 10px;
height: calc(100vh - 142px);
overflow: auto;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul {
list-style: none;
margin: 0;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.psf-view-cart-btn {
display: none;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li button.psf-cart-btn {
opacity: 0;
margin: 0 auto;
border: none;
box-shadow: 0 10px 20px rgb(3 15 39 / 10%);
transform: translateY(-30px);
padding-left: 30px;
padding-right: 30px;
border-radius: 5px;
position: relative;
z-index: 11;
-webkit-transition: .2s !important;
-moz-transition: .2s !important;
-ms-transition: .2s !important;
-o-transition: .2s !important;
transition: .2s !important;
overflow: hidden;
text-decoration: none !important;
margin-bottom: 10px;
padding: 10px 13px;
cursor: pointer;
width: 128px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li button.psf-cart-btn:first-child {
margin-top: 50px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li:hover button.psf-cart-btn:first-child {
margin-top: 0px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li:hover button.psf-cart-btn {
opacity: 1;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li button.psf-cart-btn:before {
content: "";
display: block;
width: 100%;
height: 100%;
margin: auto;
position: absolute;
z-index: -1;
top: 0;
left: -1px;
bottom: 0;
right: -1px;
-webkit-transition: -webkit-transform .5s cubic-bezier(.38, .32, .36, .98) 0s;
transition: -webkit-transform .5s cubic-bezier(.38, .32, .36, .98) 0s;
-o-transition: transform .5s cubic-bezier(.38, .32, .36, .98) 0s;
transition: transform .5s cubic-bezier(.38, .32, .36, .98) 0s;
transition: transform .5s cubic-bezier(.38, .32, .36, .98) 0s, -webkit-transform .5s cubic-bezier(.38, .32, .36, .98) 0s;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li button.psf-cart-btn:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li {
width: 25%;
float: left;
padding: 0 10px 0px 10px;
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li .psf-add-to-cart-wrapper {
position: absolute;
display: flex;
left: 10px;
right: 10px;
top: 0;
bottom: 0;
height: 100%;
align-items: center;
visibility: hidden;
border: #edeeed 1px solid;
border-radius: 3px;
flex-direction: column;
justify-content: center;
-webkit-transition: .1s;
-moz-transition: .1s;
-ms-transition: .1s;
-o-transition: .1s;
transition: .1s;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li:hover .psf-add-to-cart-wrapper {
visibility: visible;
background-color: rgb(255 255 255 / 58%);
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box {
border: #edeeed 1px solid;
cursor: pointer;
height: 100%;
border-radius: 3px;
overflow: hidden;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_information {
min-height: 150px;
display: flex;
width: 100%;
flex-direction: column;
justify-content: space-evenly;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li .product_image img {
width: auto;
margin: 0 auto;
height: 150px;
display: block;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row {
padding: 5px;
margin-bottom: 10px;
min-height: 55px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_title {
font-weight: 500;
text-align: center;
margin-top: 15px;
margin-bottom: 5px;
font-size: 14px;
line-height: 16.8px;
padding: 0 10px;
}
#searchPopup span.stock_status.outofstock svg {
width: 15px;
height: 7px;
margin-bottom: 0px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price {
text-align: center;
margin-bottom: 10px;
color: red;
font-size: 18px;
line-height: 18px;
min-height: 40px;
font-weight: 700;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price font {
font-size: 11px;
line-height: 11px;
padding: 3px;
display: inline;
font-weight: 400;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price font.now {
color: #fff;
background: red;
font-weight: 500;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price font.symbol {
font-size: 14.4px;
line-height: 14.4px;
padding-right: 0px;
background: #fff;
font-weight: 700;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price font.tax_text {
background: none !important;
color: #000;
font-weight: 400;
font-size: 9px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li .psf-buttons-wrap {
width: 128px;
margin: 0 auto;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price font.save_price,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price .product_original_price {
font-weight: 500;
font-size: 12px;
line-height: 12px;
font-weight: normal;
color: #999;
text-decoration: line-through;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price font.save_price {
text-decoration: none;
color: red;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_bottom_text {
font-weight: 500;
text-align: center;
color: #fff;
background: red;
padding: 2px;
font-size: 12px;
line-height: 19.2px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row img {
max-height: 40px;
margin-bottom: 10px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div {
width: 50%;
float: left;
height: 30px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text {
text-align: right;
color: green;
font-size: 11px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text svg {
width: 15px;
height: 15px;
padding: 0;
display: inline-block;
margin: 0px 0 -4px 0px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text .free_delivery {
border-radius: 3px;
border: 1px solid #61b850;
padding: 5px;
display: inline-block;
margin-bottom: 3px;
font-size: 11px;
font-weight: 400;
line-height: 11px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li > ul {
display: none;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li a {
position: relative;
padding-left: 17px;
font-weight: 400;
font-size: 14px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li a:hover::before {
left: 2px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li a:before {
content: '';
display: inline-block;
width: 17px;
height: 17px;
background-size: contain;
position: absolute;
top: 3px;
left: 0px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAlElEQVRIie2UQQqDQAxFH72GM0vx7C1aV+qpLIweQBfGTRH8ESpdzIMwm/z/yUACmX8lAjUwActJTUALVB7zUTD+ro9pT6lN0AGF0B+A3jQvJWD/lqA0G9E0SWneR/ZyqHtcMHKRA3LAbwJme72LBuKivdkWpke7LREYTPNUAiquHbsRx9SB7XAlwTgBDVCq5pl7WQE5BUc9Y+4SogAAAABJRU5ErkJggg==);
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul:not(.filter_categories) > li a:before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
position: absolute;
top: 6px;
left: 0px;
border: 1.5px solid #000;
border-radius: 2px;
background: none;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul:not(.filter_categories) > li.active > a:after {
content: '';
display: inline-block;
width: 10px;
height: 10px;
position: absolute;
top: 7px;
left: 1px;
background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxNzIgMTcyIiBzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDE3MnYtMTcyaDE3MnYxNzJ6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTE0NS40MzI5NCwzNy45MzI5NGwtODAuOTMyOTQsODAuOTMyOTVsLTMwLjc2NjI4LC0zMC43NjYyOGwtMTAuMTM0MTEsMTAuMTM0MTFsNDAuOTAwMzksNDAuOTAwMzlsOTEuMDY3MDYsLTkxLjA2NzA1eiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+');
border-radius: 2px;
background-size: contain;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul.filter_categories > li a:before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXElEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DacoozEToeYhAwODIAMDw0UGBoZcqEVUBzQt7EbBEAcA9pke7TZh8K8AAAAASUVORK5CYII=);
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul.filter_categories > li.active > a {
font-weight: bold;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul.filter_categories > li.active > ul > li.active a {
font-weight: bold;
}
.ss_modal .ss_modal_content .ss_modal_sidebar > ul > li > ul > li.active > ul {
display: block;
}
.ss_modal a,
.ss_modal input {
outline: 0px !important;
}
.ss_modal .ss_modal_header .ss_modal_search label {
position: relative;
display: inline-block;
}
.ss_modal .ss_modal_header .ss_modal_search label:after {
content: '';
top: 8.6px;
right: 4px;
position: absolute;
display: inline-block;
width: 35px;
height: 35px;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiNmZmZmZmY7Ij4gICAgPHBhdGggZD0iTSA5IDIgQyA1LjE0NTg1MTQgMiAyIDUuMTQ1ODUxNCAyIDkgQyAyIDEyLjg1NDE0OSA1LjE0NTg1MTQgMTYgOSAxNiBDIDEwLjc0Nzk5OCAxNiAxMi4zNDUwMDkgMTUuMzQ4MDI0IDEzLjU3NDIxOSAxNC4yODEyNSBMIDE0IDE0LjcwNzAzMSBMIDE0IDE2IEwgMTkuNTg1OTM4IDIxLjU4NTkzOCBDIDIwLjEzNzkzNyAyMi4xMzc5MzcgMjEuMDMzOTM4IDIyLjEzNzkzOCAyMS41ODU5MzggMjEuNTg1OTM4IEMgMjIuMTM3OTM4IDIxLjAzMzkzOCAyMi4xMzc5MzggMjAuMTM3OTM4IDIxLjU4NTkzOCAxOS41ODU5MzggTCAxNiAxNCBMIDE0LjcwNzAzMSAxNCBMIDE0LjI4MTI1IDEzLjU3NDIxOSBDIDE1LjM0ODAyNCAxMi4zNDUwMDkgMTYgMTAuNzQ3OTk4IDE2IDkgQyAxNiA1LjE0NTg1MTQgMTIuODU0MTQ5IDIgOSAyIHogTSA5IDQgQyAxMS43NzMyNjggNCAxNCA2LjIyNjczMTYgMTQgOSBDIDE0IDExLjc3MzI2OCAxMS43NzMyNjggMTQgOSAxNCBDIDYuMjI2NzMxNiAxNCA0IDExLjc3MzI2OCA0IDkgQyA0IDYuMjI2NzMxNiA2LjIyNjczMTYgNCA5IDQgeiI+PC9wYXRoPjwvc3ZnPg==) 50% 50% no-repeat;
background-size: 50%;
background-color: #3276b2;
background-position: center center;
border-radius: 50%;
font-size: 1.5rem;
}
.ss_modal a#popup_close_button, .ss_modal a#popup_close_button:hover {
float: right;
text-decoration: none;
font-size: 18px;
margin: 8px 10px;
color: #000;
}
.ss_modal .ss_mobile_clear_search {
display: none;
}
.ss_modal a.ss_mobile_menu {
display: none;
width: 24px;
height: 24px;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij48cGF0aCBkPSJNIDIgNSBMIDIgNyBMIDIyIDcgTCAyMiA1IEwgMiA1IHogTSAyIDExIEwgMiAxMyBMIDIyIDEzIEwgMjIgMTEgTCAyIDExIHogTSAyIDE3IEwgMiAxOSBMIDIyIDE5IEwgMjIgMTcgTCAyIDE3IHoiPjwvcGF0aD48L3N2Zz4=) 50% 50% no-repeat;
background-size: 100%;
float: left;
font-size: 0px;
margin: 14px 0px 0 0;
}
.ss_modal .ss_modal_content .ss_modal_results {
position: relative;
padding-bottom: 49px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination {
position: absolute;
width: 100%;
bottom: 0px;
left: 0px;
background: #fff;
border-top: 1px solid #edeeed;
padding: 10px 15px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li {
display: inline-block;
margin: 0px 1px 0 0;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li a {
text-decoration: none;
color: #000;
padding: 3px 10px;
line-height: 22.4px;
font-size: 14px;
font-weight: 400;
display: inline-block;
vertical-align: middle;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li a:hover,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li a.active {
background: #edeeed;
border-radius: 3px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-prev-page,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-next-page,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-last-page,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-first-page {
font-size: 9px;
padding: 3px 5px;
line-height: 20.4px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text, .ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text svg {
color: #61b850;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text svg, .ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text .instock svg g, .ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text .onbackorder svg g, .ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text .outofstock svg path {
fill: #37ff00;
width: 10px;
color: #61b850 !important;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > div, .ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > div em {
width: 100%;
text-align: center;
font-style: inherit;
font-size: 16px;
line-height: 24px;
font-weight: 400;
}
@media (min-width: 1024px) and (max-width: 1199px) {
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li {
width: 33.33%;
}
}
@media (max-width: 990px) {
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li {
width: 50%;
}
.ss_modal .ss_modal_header .ss_modal_search, .ss_modal .ss_modal_content .ss_modal_results {
width: 66.66%;
}
.ss_modal .ss_modal_header .ss_modal_clear, .ss_modal .ss_modal_content .ss_modal_sidebar {
width: 33.33%;
}
.ss_modal .ss_modal_header .ss_modal_search input[type="text"] {
width: 425px;
}
}
@media (max-width: 768px) {
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li {
width: 100%;
}
.ss_modal .ss_modal_header .ss_modal_search, .ss_modal .ss_modal_content .ss_modal_results {
width: 66.66%;
}
.ss_modal .ss_modal_header .ss_modal_clear, .ss_modal .ss_modal_content .ss_modal_sidebar {
width: 33.33%;
}
.ss_modal .ss_modal_header .ss_modal_search input[type="text"] {
width: 425px;
}
}
@media (max-width: 760px) {
.ss_modal .ss_modal_header .ss_modal_search input[type="text"] {
width: 350px;
}
}
@media (max-width: 640px) {
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li button.psf-cart-btn {
transform: translateY(0px);
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li:hover button.psf-cart-btn:first-child {
margin-top: 10px;
}
.ss_modal {
height: calc(85vh - 20px);
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row {
margin-bottom: 0px;
min-height: 40px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_title {
padding: 0px 5px 0 0;
margin-top: 10px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li .product_image img {
height: 110px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li {
width: 100%;
}
.ss_modal .ss_modal_header .ss_modal_search, .ss_modal .ss_modal_content .ss_modal_results {
width: 100%;
}
.ss_modal .ss_modal_header .ss_modal_clear {
display: none;
}
.ss_modal .ss_modal_header .ss_modal_search input[type="text"] {
width: 280px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar {
position: absolute;
background: #fff;
left: -1000px;
transition: 0.5s all ease;
z-index: 9;
height: calc(100vh - 70px);
overflow: auto;
width: 260px;
padding-top: 15px;
}
.ss_modal .ss_modal_content .ss_modal_sidebar.active {
left: 0px;
}
.ss_modal .ss_modal_header .ss_modal_search {
text-align: center;
}
.ss_modal a.ss_mobile_menu {
display: inline-block;
}
.ss_modal .ss_mobile_clear_search {
display: block;
width: 100%;
text-decoration: none !important;
text-align: center;
padding: 10px;
background: #fff;
border: 1px solid #edeeed;
margin-bottom: 20px;
color: #dddddd;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_information {
float: right;
width: 66%; text-align: left; }
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_title, .ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_price {
text-align: left;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li.numbered {
display: none;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div {
width: 33.33%;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text {
width: 66%;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text br {
display: none;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row {
min-height: 45px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row img {
height: 30px;
margin-bottom: 0px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .brand_row > div.brand_text .free_delivery {
float: left;
font-size: 10px;
line-height: 10px;
padding: 2px 3px;
margin-top: 2px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li > .product_box .product_information {
justify-content: center;
min-height: 110px;
}
.ss_modal .ss_modal_header .ss_modal_search label {
display: block;
width: calc(100% - 75px);
float: left;
margin: 2px 0 0 0;
}
.ss_modal .ss_modal_header .ss_modal_search {
min-height: 50px;
}
.ss_modal .ss_modal_header .ss_modal_search input[type="text"] {
width: 100%;
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
line-height: 26px;
height: 35px;
}
.ss_modal .ss_modal_header .ss_modal_search label:after {
top: 8px;
right: -11px;
height: 29px;
width: 29px;
}
.ss_modal .ss_modal_header .ss_modal_search {
padding: 0 10px !important;
}
.ss_modal .ss_modal_header .ss_modal_search, .ss_modal .ss_modal_content .ss_modal_results {
padding: 0px;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li .product_image {
width: 33.33%;
display: inline-block;
}
.ss_modal .ss_modal_content {
height: calc(100vh - 50px);
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item {
height: calc(100vh - 70px);
background: #ffffff;
}
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li a { }
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-prev-page,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-next-page,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-last-page,
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_pagination ul li .goto-first-page {
display: inline-block;
}
}
@media (max-width: 380px) {
.ss_modal .ss_modal_header .ss_modal_search input[type="text"] {
width: 220px;
padding-right: 17px;
}
}
@media (min-width: 641px) and (max-width: 1023px) {
.ss_modal .ss_modal_content .ss_modal_results .ss_modal_results_item > ul > li {
width: 50% !important;
}
}.wc-video-circles-title {
text-align: center;
font-size: 1.5em;
margin-top: 30px;
margin-bottom: 20px;
color: #333; }
.wc-video-circles-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
grid-gap: 10px;
justify-content: center;
margin-top: 20px; }
.wc-video-circle {
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
cursor: pointer;
background-color: #f1f1f1;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.wc-video-circle iframe,
.wc-video-circle video {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
transition: all 0.2s ease-in-out;
} .wc-video-circle iframe {
pointer-events: none;
-webkit-overflow-scrolling: touch;
}
.wc-video-popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.8);
padding: 10px;
border-radius: 10px;
z-index: 10000;
}
.wc-video-popup iframe,
.wc-video-popup video {
max-width: 100%;
max-height: 80vh;
border-radius: 10px;
}
.wc-video-popup-close {
position: absolute;
top: -10px;
right: -10px;
background: #fff;
color: #000;
font-size: 20px;
line-height: 20px;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
cursor: pointer;
}