:root {
--imjs-primary-color-1: #FF8000;
--imjs-primary-color-2: #E87500;
--imjs-secondary-color: #005DC0;
--imjs-support-color: #48A84C;
--imjs-hower-line-color: #FFD9B2;
}
.itella-mapping-modal *,
.itella-shipping-container * {
box-sizing: border-box;
}
.hidden {
display: none!important;
}
.presta_extra_content {
margin: -1rem auto 0.9rem;
padding: 0.5rem;
}
.itella-shipping-container {
display: flex;
flex-direction: column;
align-items: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
}
.itella-shipping-container .itella-chosen-point {
padding-bottom: 0.5em;
}
.itella-shipping-container .itella-modal-btn {
background: var(--imjs-primary-color-1);
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
padding: 0 1em;
line-height: 30px;
border-radius: 3rem;
}
.itella-shipping-container .itella-modal-btn:hover {
background: var(--imjs-primary-color-2);
color: #fff!important;
cursor: pointer;
}
.itella-mapping-modal {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
}
.itella-mapping-modal h2,
.itella-mapping-modal h3,
.itella-mapping-modal h4 {
margin: 0;
}
.itella-container {
width: 80%;
height: 80%;
background-color: #fff;
border-radius: 4px;
overflow: hidden;
position: relative;
display: flex;
}
.itella-container .close-modal {
position: absolute;
right: 10px;
top: 10px;
height: 20px;
width: 20px;
z-index: 1000;
cursor: pointer;
}
.itella-container .close-modal img {
width: 100%!important;
height: 100%;
filter: opacity(0.6);
}
.itella-container .close-modal:hover img {
filter: opacity(0.8);
}
.itella-map {
background-color: #fff;
flex: 1;
height: 100%;
border-radius: 4px;
}
.itella-card {
height: 90%;
width: 50%;
background-color: white;
border-radius: 4px;
box-shadow: 0px 0px 15.2px 0.8px rgba(0, 0, 0, 0.13);
position: absolute;
z-index: 400;
display: flex;
flex-direction: column;
}
.itella-card-header {
padding: 12px 24px;
background-color: var(--imjs-primary-color-1);
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 4px 4px 0 0;
display: none;
}
.itella-card-header h2 {
font-size: 1.5em;
color: #fff;
}
.itella-card-header img {
height: 25px;
}
.itella-card-content {
flex: 1;
padding: 12px;
}
.itella-card-content h3 {
font-size: 1.2em;
font-weight: 700;
padding-bottom: 4px;
}
.itella-card-content h4 {
font-size: 1em;
font-weight: 700;
padding-bottom: 4px;
}
.itella-card-content .point-info {
padding-top: 15px;
display: flex;
}
.itella-card-content .point-info > div {
flex: 1;
}
.itella-card-content .point-info .workhours-info,
.itella-card-content .point-info .contacts-info {
font-size: 0.8em;
}
.itella-card-content .workhours-info ol {
list-style: upper-roman;
margin: 0;
padding-left: 2em;
}
.itella-card-content .workhours-info ol li {
padding: 0;
padding-left: 1em;
padding-bottom: 0.5em;
}
.itella-card-content .contacts-info ul {
list-style: none;
margin: 0;
padding: 0;
}
.itella-card-content .contacts-info ul li {
padding-bottom: 0.5em;
}
.itella-card-footer {
padding: 12px;
position: relative;
border-radius: 0 0 4px 4px;
}
.itella-card-footer .itella-btn {
border: unset;
border-radius: 3rem;
background-color: var(--imjs-primary-color-1);
padding: 0;
width: 100%;
line-height: 30px;
color: #fff;
text-transform: uppercase;
cursor: pointer;
}
.itella-card-footer .itella-btn:hover {
background-color: var(--imjs-primary-color-2);
} .itella-select {
background-color: #fff;
position: relative;
}
.itella-shipping-container > .itella-select {
width: 100%;
}
.itella-select .dropdown {
height: 30px;
line-height: 24px;
border-radius: 4px;
background-color: #f4f4f4;
border: solid 1px #d4d4d4;
word-wrap: normal;
overflow: hidden;
position: relative;
cursor: pointer;
padding: 4px 20px 4px 5px;
}
.itella-select .dropdown:after {
position: absolute;
content: "";
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
right: 7px;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.itella-select.open .dropdown {
border-bottom: none;
border-radius: 4px 4px 0 0;
}
.itella-select.open .dropdown:after {
border-color: transparent transparent #888 transparent;
border-width: 0px 4px 5px 4px;
}
.itella-select .dropdown-inner {
display: none;
position: absolute;
z-index: 100;
background-color: #f4f4f4;
border: solid 1px #d4d4d4;
border-top: none;
border-radius: 0 0 4px 4px;
width: 100%;
}
.itella-select.open .dropdown-inner {
display: block;
}
.itella-select .search-bar {
width: 100%;
background-color: var(--imjs-hower-line-color);
padding: 7px 5px;
position: relative;
}
.itella-select .search-bar .search-input {
width: 100%;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
border: none;
font: unset;
border-bottom: 1px solid var(--imjs-primary-color-1);
font-family: inherit;
font-size: 1em;
padding-right: 30px;
}
.itella-select .search-bar img {
height: 15px;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
width: auto!important;
}
.itella-select .search-by {
padding: 4px 10px;
text-align: center;
display: block;
font-size: 0.8em;
color: rgba(0,0,0,0.6);
}
.itella-select ul {
list-style: none;
padding: 0;
margin: 0;
height: 200px;
overflow-y: auto;
}
.itella-select ul li {
background: none;
border-radius: 0;
border: none;
padding: 3px 5px;
margin: 0;
line-height: 17px;
padding-left: 10px;
display: flex;
justify-content: space-between;
}
.itella-select ul li.active {
background-color: var(--imjs-primary-color-1);
color: #fff;
}
.itella-select ul li:not(.city):not(.active):hover {
background-color: var(--imjs-hower-line-color);
cursor: pointer;
}
.itella-select ul li.city {
font-weight: 700;
padding-left: 5px;
} @-webkit-keyframes bounce {
from {
top: 0px;
}
to {
top: -10px;
}
}
@keyframes bounce {
from {
top: 0px;
}
to {
top: -10px;
}
}
.itella-map img.active {
filter: hue-rotate(190deg) saturate(240%) brightness(170%);
-webkit-animation: bounce 0.4s infinite alternate;
animation: bounce 0.4s infinite alternate;
} @media only screen and (max-width: 768px) {
.itella-container {
width: 100%;
height: 100%;
flex-direction: column;
}
.itella-map, .itella-card { position: relative;
}
.itella-card {
height: 70%;
width: 100%;
}
}
@media only screen and (min-width: 769px) {
.itella-card {
max-width: 400px;
top: 50%;
transform: translateY(-50%);
left: 10px;
}
}:root {
--wpcpq-active: #cc99c2;
}
.wpcpq-table .wpcpq-row {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px dashed #e5e5e5;
}
.wpcpq-table .wpcpq-row:last-child {
border-bottom: none;
}
.wpcpq-table .wpcpq-row > div {
flex: 1 1 0;
width: 0;
}
.wpcpq-table .wpcpq-row.wpcpq-head, .wpcpq-table .wpcpq-row.wpcpq-foot {
font-weight: 700;
}
.wpcpq-table .wpcpq-item-active {
background: var(--wpcpq-active);
color: #fff;
}
.wpcpq-table.wpcpq-tiered .wpcpq-summary .wpcpq-summary-info {
flex-direction: column;
flex-basis: 100%;
flex: 2;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item {
display: flex;
align-items: center;
padding: 10px;
border-bottom: 1px dashed #e5e5e5;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item:last-child {
border-bottom: none;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item.wpcpq-item-default {
display: none !important;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-info {
flex-grow: 1;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-info .wpcpq-item-qty {
font-weight: 700;
}
.wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .add_to_cart_inline, .wpcpq-table.wpcpq-layout-quick_buy .wpcpq-item .wpcpq-item-atc-btn {
margin: 0 !important;
}
.wpcpq-table.wpcpq-layout-compact {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-left: -5px;
margin-right: -5px;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
width: calc(25% - 10px);
min-width: 120px;
border: 1px solid #dddddd;
border-radius: 4px;
margin: 5px;
padding: 10px;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item > div {
width: 100%;
flex: 0 0 100%;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-item .wpcpq-item-qty {
font-weight: 700;
}
.wpcpq-table.wpcpq-layout-compact .wpcpq-summary {
width: 100%;
margin: 5px;
}
.wpcpq-table.wpcpq-click-yes .wpcpq-item {
cursor: pointer;
}
.wpcpq-table.wpcpq-hide-first-row-yes .wpcpq-item-default {
display: none;
}