/*
Theme Name: KEYSTORE
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the KM
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: keystore
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
.cart-button{
  width: 100%;
    text-align: center;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 5px;
    padding: 1px;
}

.checkout-button{
  width: 100%;
    text-align: center;
    border: 1px solid #0079a1;
    background-color: #0079a1;
    color:white;
    border-radius: 5px;
    padding: 1px;
}
.entry-title{
  text-align: center;
    padding: 30px;
    font-size: 1.75em;
    text-transform: uppercase;
    font-weight: 500;
    background-color: rgb(242, 245, 251);
}
.cart-closing-label{
  background-color: rgb(0 0 0 / 0.05);
  z-index: 1;
  
}
.z-2{
  z-index: 2;
}
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-0 {
  inset: -0px;
}
.-inset-0\.5 {
  inset: -0.125rem;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-\[0\.33rem\] {
  right: -0.33rem;
}
.-top-\[0\.33rem\] {
  top: -0.33rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.-m-2 {
  margin: -0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-96 {
  height: 24rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.min-h-\[40rem\] {
  min-height: 40rem;
}
.min-h-full {
  min-height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[350px\] {
  min-width: 350px;
}
.min-w-\[375px\] {
  min-width: 375px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-80 {
  --tw-translate-x: 20rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#0079a1\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 121 161 / var(--tw-border-opacity));
}
.border-\[\#f46f0f\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 111 15 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-\[\#0079a1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 161 / var(--tw-bg-opacity));
}
.bg-\[\#cc5500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 85 0 / var(--tw-bg-opacity));
}
.bg-\[\#dfe2e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 226 233 / var(--tw-bg-opacity));
}
.bg-\[\#f06000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 96 0 / var(--tw-bg-opacity));
}
.bg-\[\#f2f5fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 251 / var(--tw-bg-opacity));
}
.bg-\[\#f46f0f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 111 15 / var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[0\.65rem\] {
  padding: 0.65rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.text-\[\#0079a1\] {
  --tw-text-opacity: 1;
  color: rgb(0 121 161 / var(--tw-text-opacity));
}
.text-\[\#f46f0f\] {
  --tw-text-opacity: 1;
  color: rgb(244 111 15 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

*{
	/*font-family: 'Jost','Open Sans', sans-serif;*/
}
.logo img{
	display: flex;
	height: 5rem;
	width: auto;
}

.hr{
	height: 1px;
    background: #dbdfe3;
}

@media screen and (min-width: 768px){
	.tour-home {
		padding: 0;
	}}
	.tour-home {
		display: block;
		width: 100%;
		background-color: #fff;
		padding: 0 15px;
	}
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content {
		padding: 110px 0 0;
		max-width: 1200px;
		margin: 0 auto;
	}}
	.tour-home .tour-home-content {
		padding: 50px 0;
	}
	
	.tour-home .tour-home-content .title-home-tour {
		width: 100%;
		display: block;
		margin: 0 0 55px;
		text-align: center;
	}
	.tour-home .tour-home-content .title-home-tour h3 {
		width: 100%;
		display: block;
		margin: 0 0 20px;
		font-weight: 500;
		font-size: 34px;
		text-align: center;
		color: #142432;
		line-height: 50px;
	}
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .list-home-tour {
		width: 1200px;
		padding-bottom: 80px;
		margin-bottom: 65px;
	}}
	
	.tour-home .tour-home-content .list-home-tour {
		display: block;
		position: relative;
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #1087d7;
	}
	li, ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .list-home-tour:before {
		height: 100%;
		right: 0;
		top: 80px;
		margin: 0 auto;
		background-size: initial;
	}}
	
	.tour-home .tour-home-content .list-home-tour:before {
		content: "";
		width: 33px;
		height: 69.5%;
		position: absolute;
		left: 0;
		top: 10px;
		background-size: contain;
	}
	
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .list-home-tour li {
		padding-left: 0;
		flex-wrap: inherit;
		margin-bottom: 130px;
	}}
	
	.tour-home .tour-home-content .list-home-tour li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 45px;
		margin-bottom: 50px;
		flex-wrap: wrap;
	}
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .list-home-tour li .img {
		order: inherit;
	}}
	.tour-home .tour-home-content .list-home-tour li .title-tour span {
		width: 35px;
		height: 35px;
		background: #0067b8;
		color: #fff;
		display: flex;
		margin-bottom: 10px;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 20px;
		border-radius: 100%;
	}
	.tour-home .tour-home-content .list-home-tour li .title-tour strong {
		display: block;
		font-weight: 500;
		font-size: 24px;
		letter-spacing: .02em;
		color: #142432;
		line-height: 28px;
	}
	.tour-home .tour-home-content .list-home-tour li .subtitle-tour {
		font-size: 18px;
		color: #202020;
		line-height: 28px;
	}
	
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .list-home-tour li .tex-tour {
		width: 450px;
	}}
	
	.tour-home .tour-home-content .tour-group-slide {
		padding: 0 0 50px;
	}
	
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .tour-provied-solution {
	}}
	
	@media screen and (min-width: 768px){
	.tour-home .tour-home-content .tour-provied-solution, .tour-home .tour-home-content .tour-provied-solution-right {
		padding: 105px 0 155px;
	}}
	.tour-home .tour-home-content .tour-provied-solution, .tour-home .tour-home-content .tour-provied-solution-right {
		width: 100%;
		display: block;
	}
	
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .text-info-home-tour, .tour-home .tour-home-content .text-info-home-tour-right {
		width: 540px;
		margin-bottom: 0;
	}}
	
	.tour-home .tour-home-content .text-info-home-tour, .tour-home .tour-home-content .text-info-home-tour-right {
		width: 100%;
		margin-bottom: 50px;
	}
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .text-info-home-tour {
		margin-left: auto;
	}
	.tour-home .tour-home-content .img-mobile {
		display: none;
	}}
	.tour-home .tour-home-content .img-mobile {
		margin-bottom: 35px;
	}
	
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .text-info-home-tour, .tour-home .tour-home-content .text-info-home-tour-right {
		width: 540px !important;
		margin-bottom: 0;
	}
	}
	.tour-home .tour-home-content .text-info-home-tour, .tour-home .tour-home-content .text-info-home-tour-right {
		width: 100%;
		margin-bottom: 50px;
	}
	
	@media screen and (min-width: 1200px){
	.tour-home .tour-home-content .text-info-home-tour {
		margin-left: auto;
	}
	.tour-home .tour-home-content .tour-provied-solution-right {
		margin-bottom: 40px;
		padding: 105px 0 190px !important;
	}}
	.tour-home .tour-home-content .tour-provied-solution-right {
		
		/*border-bottom: 1px solid #1087d7;*/
	}

	.featured-title{
		font-weight: 500;
		font-size: 34px;
		text-align: center;
		color: #142432;
		line-height: 50px;
	}

	.hover\:bg-\[\#006690\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 144 / var(--tw-bg-opacity));
}

	.hover\:bg-\[\#f06000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 96 0 / var(--tw-bg-opacity));
}

	.hover\:bg-\[\#f46f0f20\]:hover {
  background-color: #f46f0f20;
}

	.hover\:bg-\[\#f46f0f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 111 15 / var(--tw-bg-opacity));
}

	.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

	.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

	.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

	.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

	.hover\:pl-4:hover {
  padding-left: 1rem;
}

	.hover\:font-semibold:hover {
  font-weight: 600;
}

	.hover\:text-\[\#0079a1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 121 161 / var(--tw-text-opacity));
}

	.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

	.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

	.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

	.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

	.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

	.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

	.group\/m_0:hover .group-hover\/m_0\:flex {
  display: flex;
}

	.group:hover .group-hover\:flex {
  display: flex;
}

	.group\/m_1:hover .group-hover\/m_1\:bg-\[\#f46f0f20\] {
  background-color: #f46f0f20;
}

	.group\/m_1:hover .group-hover\/m_1\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

	.group\/m_0:hover .group-hover\/m_0\:text-\[\#0079a1\] {
  --tw-text-opacity: 1;
  color: rgb(0 121 161 / var(--tw-text-opacity));
}

	.group\/m_0:hover .group-hover\/m_0\:text-\[\#f46f0f\] {
  --tw-text-opacity: 1;
  color: rgb(244 111 15 / var(--tw-text-opacity));
}

	.peer\/carousel-1:checked ~ .peer-checked\/carousel-1\:relative {
  position: relative;
}

	.peer\/carousel-2:checked ~ .peer-checked\/carousel-2\:relative {
  position: relative;
}

	.peer\/carousel-3:checked ~ .peer-checked\/carousel-3\:relative {
  position: relative;
}

	.peer:checked ~ .peer-checked\:block {
  display: block;
}

	.peer\/carousel-1:checked ~ .peer-checked\/carousel-1\:flex {
  display: flex;
}

	.peer\/carousel-2:checked ~ .peer-checked\/carousel-2\:flex {
  display: flex;
}

	.peer\/carousel-3:checked ~ .peer-checked\/carousel-3\:flex {
  display: flex;
}

	.peer\/m_0:checked ~ .peer-checked\/m_0\:flex {
  display: flex;
}

	.peer\/m_0:checked ~ .peer-checked\/m_0\:max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

.peer\/m_0:checked ~ .peer-checked\/m_0\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:translate-x-0 {
--tw-translate-x: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

	.peer\/carousel-1:checked ~ .peer-checked\/carousel-1\:opacity-100 {
  opacity: 1;
}

	.peer\/carousel-2:checked ~ .peer-checked\/carousel-2\:opacity-100 {
  opacity: 1;
}

	.peer\/carousel-3:checked ~ .peer-checked\/carousel-3\:opacity-100 {
  opacity: 1;
}

	.peer\/carousel-1:checked ~ .group .peer-checked\/carousel-1\:group-\[\]\:relative {
  position: relative;
}

	.peer\/carousel-2:checked ~ .group .peer-checked\/carousel-2\:group-\[\]\:relative {
  position: relative;
}

	.peer\/carousel-3:checked ~ .group .peer-checked\/carousel-3\:group-\[\]\:relative {
  position: relative;
}

	.peer\/m_0:checked ~ .group\/m_0_link .peer-checked\/m_0\:group-\[\]\/m_0_link\:flex {
  display: flex;
}

	.peer\/search:checked ~ .group .peer-checked\/search\:group-\[\]\:flex {
  display: flex;
}

	.peer\/m_0:checked ~ .group\/m_0_link .peer-checked\/m_0\:group-\[\]\/m_0_link\:hidden {
  display: none;
}

	.peer\/search:checked ~ .group .peer-checked\/search\:group-\[\]\:hidden {
  display: none;
}

	.peer\/carousel-1:checked ~ .group .peer-checked\/carousel-1\:group-\[\]\:bg-\[\#0079a1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 161 / var(--tw-bg-opacity));
}

	.peer\/carousel-2:checked ~ .group .peer-checked\/carousel-2\:group-\[\]\:bg-\[\#0079a1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 161 / var(--tw-bg-opacity));
}

	.peer\/carousel-3:checked ~ .group .peer-checked\/carousel-3\:group-\[\]\:bg-\[\#0079a1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 121 161 / var(--tw-bg-opacity));
}

	.peer\/carousel-1:checked ~ .group .peer-checked\/carousel-1\:group-\[\]\:opacity-100 {
  opacity: 1;
}

	.peer\/carousel-2:checked ~ .group .peer-checked\/carousel-2\:group-\[\]\:opacity-100 {
  opacity: 1;
}

	.peer\/carousel-3:checked ~ .group .peer-checked\/carousel-3\:group-\[\]\:opacity-100 {
  opacity: 1;
}

.table-row {
  display: table-row;
}
.cart_item .product-thumbnail img{
  width: 50%;
}
.cart_item .product-thumbnail a{
  width: 100%;
}
 .shop_table td {
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
 }
	@media (min-width: 640px) {
    .shop_table td {
      justify-content: center;
     }
    .quantity{
      align-self: center;
      margin: auto;
    }
    .shop_table td .mtitle{
      display: none !important;
    }
    .shop_table td {
      display: table-cell;
    }
    .product-name{
      width: 45%;
    }
    .cart_item .product-thumbnail img{
      width: 80px;
    }
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }  
    .sm\:hidden {
      display: none;
    }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:table-row {
    display: table-row;
  }
  .search_mobile{
    border:none;
  }
  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

	@media (min-width: 768px) {

    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .md\:flex-row {
      flex-direction: row;
    }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

	@media (min-width: 1024px) {

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .peer\/search:checked ~ .group .peer-checked\/search\:group-\[\]\:lg\:flex {
    display: flex;
  }

  .peer\/search:checked ~ .group .peer-checked\/search\:group-\[\]\:lg\:hidden {
    display: none;
  }
}

.text-page {
  margin: 50px auto;
}
.text-page p {
  margin-bottom: 10px;
  
}
.text-page h3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 15px 0px 5px 0px;
  color: #0079a1;
}

.woocommerce-privacy-policy-link{

    color:blue;
}
.text-page ul,.text-page ol,.text-page li{
  list-style: inherit !important;
  list-style-position: inside !important;
}

.cky-btn-revisit-wrapper{display:none;
}