@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-10%) rotate(-6deg); transform: translateX(-10%) rotate(-6deg); } 30% { -webkit-transform: translateX(5%) rotate(6deg); transform: translateX(5%) rotate(6deg); } 45% { -webkit-transform: translateX(-5%) rotate(-3.6deg); transform: translateX(-5%) rotate(-3.6deg); } 60% { -webkit-transform: translateX(2%) rotate(2.4deg); transform: translateX(2%) rotate(2.4deg); } 75% { -webkit-transform: translateX(-1%) rotate(-1.2deg); transform: translateX(-1%) rotate(-1.2deg); } } @keyframes wobble-hor-bottom { 0%, 100% { -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } 15% { -webkit-transform: translateX(-10%) rotate(-6deg); transform: translateX(-10%) rotate(-6deg); } 30% { -webkit-transform: translateX(5%) rotate(6deg); transform: translateX(5%) rotate(6deg); } 45% { -webkit-transform: translateX(-5%) rotate(-3.6deg); transform: translateX(-5%) rotate(-3.6deg); } 60% { -webkit-transform: translateX(2%) rotate(2.4deg); transform: translateX(2%) rotate(2.4deg); } 75% { -webkit-transform: translateX(-1%) rotate(-1.2deg); transform: translateX(-1%) rotate(-1.2deg); } } /* Elements */ .orderable-main__group { margin: 0 0 36px; } /* Modifiers */ .orderable-main--sections-tabs .orderable-main__group { display: none; } .orderable-main--sections-tabs .orderable-main__group:first-of-type { display: block; } @media screen and (min-width: 620px) { .orderable-main--sections-side_tabs { display: -webkit-box; display: -ms-flexbox; display: flex; } .orderable-main--sections-side_tabs .orderable-main__tabs { margin: 0 24px 0 0 !important; } .orderable-main--sections-side_tabs .orderable-main__sections { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } } /* Block */ .orderable-products-list { margin-bottom: 12px; -webkit-box-sizing: border-box; box-sizing: border-box; } .orderable-products-list * { -webkit-box-sizing: border-box; box-sizing: border-box; } .orderable-products-list:last-child { margin-bottom: 0; } @media screen and (min-width: 480px) { .orderable-products-list .orderable-product { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; } } @media screen and (min-width: 480px) { .orderable-products-list .orderable-product__hero { width: 200px; } } @media screen and (min-width: 480px) { .orderable-products-list .orderable-product__image { -o-object-fit: cover; object-fit: cover; width: 100% !important; height: 100% !important; } } @media screen and (min-width: 480px) { .orderable-products-list .orderable-product__content-wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column nowrap; flex-flow: column nowrap; } } .orderable-products-list .orderable-product__actions { padding: 12px 24px 18px; margin-top: auto; } /* Elements */ .orderable-products-list__item { width: 100%; margin: 0 0 24px; } @media screen and (max-width: 480px) { .orderable-products-list__item { padding: 0 0 24px; border-bottom: 1px solid rgb(236.2195121951, 240.7268292683, 242.9804878049); } .orderable-products-list__item:last-child { border-bottom: none; } } /* Modifiers */ .orderable-products-list--list .orderable-products-list__item .orderable-product { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } @media screen and (min-width: 540px) { .orderable-products-list--grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -12px; margin-right: -12px; } } @media screen and (min-width: 768px) { .orderable-products-list--grid .orderable-products-list__item { margin: 0 0 24px; padding: 0 12px; width: 50%; } } @media screen and (min-width: 1120px) { .orderable-products-list--grid .orderable-products-list__item { width: 33.33%; } } @media screen and (min-width: 768px) { .orderable-products-list--grid .orderable-product { padding: 0 0 88px; display: block; margin: 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; } } @media screen and (min-width: 768px) { .orderable-products-list--grid .orderable-product__hero { width: auto; } .orderable-products-list--grid .orderable-product__hero img { -o-object-fit: fill; object-fit: fill; width: 100%; height: auto; } } @media screen and (min-width: 768px) { .orderable-products-list--grid .orderable-product__content-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } } @media screen and (min-width: 768px) { .orderable-products-list--grid .orderable-product__actions { padding: 0; margin-top: 0; position: absolute; bottom: 24px; left: 24px; right: 24px; } } /* Block */ .orderable-product { overflow: hidden; position: relative; } /* Elements */ .orderable-product__hero { position: relative; } .orderable-product__image { border-radius: 0; margin: 0; display: block; width: 100%; height: auto !important; max-width: none !important; } .orderable-product__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 18px 24px 12px; } .orderable-product__content :last-child { margin-bottom: 0; } .orderable-product__title { margin: 0 0 12px !important; } .orderable-product__description { margin: 0; } .orderable-product__tags { overflow: hidden; margin: 0; padding: 0; list-style: none none outside; } img + .orderable-product__tags { position: absolute; bottom: 0; left: 0; padding: 12px; z-index: 20; } .orderable-product__tags li { margin: 6px 0 0 0; } .orderable-product__options { margin: 0 0 24px; padding: 0; border-radius: 6px; } .orderable-product__options th, .orderable-product__options td { background-color: transparent !important; padding: 0 0 12px; text-align: left; display: block; margin: 0; } .orderable-product__options th { line-height: 22px; } .orderable-product__options td { padding-bottom: 24px; } .orderable-product__options tr { padding: 0; margin: 0; } .orderable-product__options tr:last-child td { padding-bottom: 0; } .orderable-product__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .orderable-product__actions:last-child { margin-bottom: 0; } .orderable-product__actions-price { margin: 0 4px 0 0; } .orderable-drawer__inner .orderable-product__actions .orderable-product__actions-price { margin-right: 60px; } .orderable-drawer__inner .orderable-product__actions .orderable-product__actions-price .price del + ins { margin-left: 0; } .orderable-product__actions-price .amount { white-space: nowrap; margin: 0 6px 0 0; font-weight: 700; color: #000; font-size: 20px; line-height: 24px; } .orderable-product__actions-counter { display: none; position: absolute; top: -6px; right: -4px; white-space: nowrap; padding: 0 4px; background: #000; color: #fff; height: 18px; line-height: 18px; font-size: 12px; border-radius: 11px; min-width: 18px; text-align: center; } .orderable-product__actions-button { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 0 0 auto; } .orderable-main--quantity-roller .orderable-product__actions-button .orderable-product__actions-counter:not([data-orderable-product-quantity="0"]) { display: inline; } .orderable-product__actions-button .orderable-quantity-roller { display: none; } .orderable-product__actions-button .orderable-quantity-roller--is-active { display: -webkit-box; display: -ms-flexbox; display: flex; } .orderable-product__actions-button .orderable-quantity-roller--is-active + .orderable-product__add-to-order { display: none; } .orderable-product__actions-button .orderable-quantity-roller + .orderable-product__add-to-order:not([data-orderable-trigger=product-options]) .orderable-product__actions-counter { display: none; } .orderable-product__actions-button .orderable-product__cancel-update { background-color: #f2f2f3; border-color: #f2f2f3; margin-right: 10px; } .orderable-product__actions-button .orderable-quantity-roller__roller { border-color: #000; } .orderable-product__actions-button .orderable-quantity-roller__button::after, .orderable-product__actions-button .orderable-quantity-roller__button::before { background-color: #000; } .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):focus, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):hover { background-color: #000; color: #f2f2f3; } .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):focus::after, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):focus::before, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):hover::after, .orderable-product__actions-button .orderable-quantity-roller__button:not(.orderable-button--loading):hover::before { background-color: #f2f2f3; } .orderable-product__actions-button .orderable-quantity-roller__quantity { color: #000; font-weight: 700; } .orderable-product__actions-button .orderable-quantity-roller__button--decrease[data-orderable-quantity="1"]::before { display: none !important; } .orderable-product__actions-button .orderable-quantity-roller__button--decrease:not([data-orderable-quantity="1"]) svg, .orderable-product__actions-button .orderable-quantity-roller__button--decrease[data-orderable-quantity="1"].orderable-button--loading svg { display: none; } .orderable-product__tabs { margin: 24px 0; } .orderable-product__tabs-section { display: none; } .orderable-product__tabs-section:first-child { display: block; } .orderable-product__tabs-section *:last-child { margin-bottom: 0; } .orderable-product__add-to-order.added ~ a.added_to_cart.wc-forward { display: none; } .orderable-product__points-earned { padding: 0 24px; } /* Modifiers */ .orderable-product--options { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: visible; height: 100%; } .orderable-product--options .orderable-product__hero { margin: -24px -24px 0; } .orderable-product--options .orderable-product__title { text-align: left; margin: 24px 0 !important; } .orderable-product--options .orderable-product__actions { margin-top: auto; padding-top: 24px; border-top: 1px solid #e6ecef; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; } .orderable-product--add-to-cart, .orderable-product--product-options, .orderable-product--view-product { cursor: pointer; } .orderable-product[data-orderable-product-type=subscription], .orderable-product[data-orderable-product-type=variable-subscription] { padding-bottom: 12px; } .orderable-product[data-orderable-product-type=subscription] .orderable-product__actions, .orderable-product[data-orderable-product-type=variable-subscription] .orderable-product__actions { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; padding: 0 24px 12px; position: static; } .orderable-product--image-cropped .orderable-product__hero { overflow: hidden; padding: 0; text-align: center; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; height: 72px; } .orderable-product--image-cropped .orderable-product__image { -o-object-fit: cover; object-fit: cover; position: absolute; z-index: -1; width: 100%; height: 100% !important; left: 0; top: 0; } .orderable-products-list__item .orderable-product { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; width: 100%; -webkit-box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07); box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07); border-radius: 6px; } @media screen and (max-width: 480px) { .orderable-products-list__item .orderable-product { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } } @media screen and (max-width: 480px) { .orderable-products-list__item .orderable-product__hero { width: 100%; min-width: 60px; max-width: 95px; border-radius: 6px; overflow: hidden; } } @media screen and (max-width: 480px) { .orderable-products-list__item .orderable-product__content-wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } } @media screen and (max-width: 480px) { .orderable-products-list__item .orderable-product__content { padding: 0 0 0 24px; } } @media screen and (max-width: 480px) { .orderable-products-list__item .orderable-product__actions { padding: 6px 0 0 24px; } } @media screen and (max-width: 480px) { .orderable-products-list__item .orderable-product__title { margin: 0 0 6px !important; } } /* Block. */ .orderable-button { display: inline-block; border: 2px solid #000; background: none; padding: 0 24px !important; height: 40px; line-height: 36px; white-space: nowrap; border-radius: 20px; color: #000; text-transform: none; margin: 0; -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; position: relative; } .orderable-button:active, .orderable-button:focus { outline: none; } .orderable-button--active, .orderable-button:active, .orderable-button:focus, .orderable-button--hover, .orderable-button:hover { border-color: #000; background: #000; color: #fff; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; } /* Modifiers */ .orderable-button--hide { display: none !important; } .orderable-button--filled { background: #000 !important; color: #fff; } .orderable-button--filled--hover, .orderable-button--filled:hover { background: #000 !important; color: #fff; } .orderable-button--full { width: 100%; } .orderable-button--loading { position: relative; padding-right: 48px !important; } .orderable-button--loading::after { content: ""; display: block; width: 16px; height: 16px; position: absolute; top: 10px; right: 22px; background: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; border-top: 2px solid #000; border-left: 2px solid #000; border-right: 2px solid transparent; border-bottom: 2px solid transparent; border-radius: 100%; -webkit-animation: spin 0.6s ease-out infinite; animation: spin 0.6s ease-out infinite; } .orderable-button--loading:active::after, .orderable-button--loading:focus::after, .orderable-button--loading.orderable-button--hover::after, .orderable-button--loading:hover::after, .orderable-button--filled .orderable-button--loading::after { border-top-color: #fff; border-left-color: #fff; } .orderable-button.orderable-button--out-of-stock, .orderable-button.orderable-button--out-of-stock.orderable-button--hover, .orderable-button.orderable-button--out-of-stock:hover, .orderable-button.orderable-button--out-of-stock:focus, .orderable-button.orderable-button--out-of-stock:active { cursor: not-allowed; border-color: rgb(198.9024390244, 212.3658536585, 219.0975609756); color: rgb(167.8048780488, 188.7317073171, 199.1951219512); background: transparent !important; } .orderable--button-style-square .orderable-button { border-radius: 0; } .orderable-button--icon { padding: 10px !important; width: 44px; height: 44px; line-height: 24px; border: none; background: none !important; } body .orderable-button--icon:hover, body .orderable-button--icon:focus, body .orderable-button--icon:active { background: none !important; opacity: 0.6; } .orderable-button--icon svg { width: 24px; height: 24px; border-radius: 12px; overflow: hidden; -webkit-transition: opacity 250ms ease-in-out; transition: opacity 250ms ease-in-out; } .orderable-button--icon.orderable-button--loading::after { display: none; } .orderable-tabs { margin: 0 0 24px; position: relative; } .orderable-tabs__list { margin: 0 1px 0 0 !important; padding: 0 !important; list-style: none none outside; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow-x: auto; overflow-y: hidden; overflow: -moz-scrollbars-none; scrollbar-base-color: transparent; -webkit-overflow-scrolling: touch; } .orderable-tabs__list::-webkit-scrollbar { display: none; } @media screen and (min-width: 620px) { .orderable-main--sections-side_tabs .orderable-tabs__list { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; } } .orderable-tabs__item { display: inline-block; margin: 0 10px 0 0; padding: 0; } .orderable-tabs__item:last-child { margin-right: 0; } @media screen and (min-width: 620px) { .orderable-main--sections-side_tabs .orderable-tabs__item { margin: 0 0 12px; display: block; } .orderable-main--sections-side_tabs .orderable-tabs__item:last-child { margin: 0; } } a.orderable-tabs__link { text-decoration: none !important; display: inline-block; padding: 0 24px; white-space: nowrap; line-height: 40px; color: rgb(63.6097560976, 87.4634146341, 99.3902439024); font-weight: 400; border-radius: 20px; -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out; background: rgb(236.2195121951, 240.7268292683, 242.9804878049); } a.orderable-tabs__link:active, a.orderable-tabs__link:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; } a.orderable-tabs__link:hover, a.orderable-tabs__link:active, a.orderable-tabs__link:focus { color: rgb(63.6097560976, 87.4634146341, 99.3902439024); text-decoration: none; background: rgb(198.9024390244, 212.3658536585, 219.0975609756); } .orderable-tabs__item--active a.orderable-tabs__link { background: #000; color: #fff; } .orderable--button-style-square a.orderable-tabs__link { border-radius: 0; } .orderable-tabs__arrow { background: #fff; -webkit-box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07); box-shadow: 0 0.4px 1.3px rgba(0, 0, 0, 0.05), 0 1.3px 4.5px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.07); border: none; width: 40px !important; height: 40px !important; padding: 0 !important; margin: 0 !important; border-radius: 20px !important; position: absolute; top: 0; right: 0; text-align: center; line-height: 40px; display: none; } .orderable-tabs__arrow:hover, .orderable-tabs__arrow:focus, .orderable-tabs__arrow:active { background: #fff; outline: none; } .orderable-tabs__arrow svg { width: 21px; height: 24px; margin: 8px 0; } .orderable-tabs__arrow-left { left: 0; right: initial; -webkit-transform: scaleX(-1); transform: scaleX(-1); } #orderable-layout-settings-metabox { z-index: 1000; } #orderable-layout-preview-metabox .inside { padding: 24px 24px 0; margin: 0; } #orderable-layout-preview-metabox .inside h2.orderable-category-heading__title, #orderable-layout-preview-metabox .inside h3 { margin: 0 0 24px; } #orderable-layout-preview-metabox .inside h2 { padding: 0; font-weight: 600; font-size: 20px; line-height: 1.2; } #orderable-layout-preview-metabox .orderable-category-heading__description { margin: -12px 0 24px; } #orderable-layout-preview-metabox .orderable-main { max-width: 1000px; margin: 0; } #orderable-layout-preview-metabox .orderable-main--sections-side_tabs .orderable-main__tabs { margin: 0 24px 24px 0 !important; } .orderable-layout-preview-notice { background: #fff; border: 1px solid #c3c4c7; border-left-width: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); margin: 0 0 25px; padding: 1px 12px; border-left-color: #7031f5; } .orderable-layout-preview-notice p { margin: 0.5em 0; padding: 2px; } .orderable-product-layout-ordering__select { margin-bottom: 25px; }