<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
   __    ____  _            ____  __      __    ____       
  /  \  /   / / \  / /   / /   / /  \  / /  \  /     /   /
 /   / /   / /   \/ /___/ /___/ /   / / /   / /___  /___/
/___/ /___/ /    /  ___/ /   / /___/ / /___/ /___  /   /
*/
/*===================================================================
   Copyright (C) 2013 - 2023 Hossein Donyadideh All Rights Reserved.
  ===================================================================*/
@font-face {
  font-family: max-font;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/max-font.woff2') format('woff2'),
    url('../fonts/max-font.woff') format('woff'),
    url('../fonts/max-font.ttf') format('truetype'),
    url('../fonts/max-font.eot?#iefix') format('embedded-opentype');
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
tr,
td,
input,
a,
label,
button,
select,
option,
span,
small,
html {
  font-family: max-font, Tahoma, Arial !important;
}

.uk-background-height-1-1,
.uk-background-width-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.uk-background-height-1-1 {
  background-size: auto 100%
}

.uk-background-width-1-1 {
  background-size: 100%
}

.max-product-border {
  border: 1px solid #ddd;
}

.max-product-border:hover {
  border: 1px solid #aaa;
}

.eshop-overflow-cart {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 -15px;
}

.uk-border-rounded {
  border-radius: 15px;
  border: 1px solid #ddd;
}
.tm-shop-app-menu {
	box-shadow: 0 0px 5px rgba(0,0,0,.2);
	background-color: #fff;
}
.max-ratio-1-1 {
	width: 100%;
	padding-top: 100%;
}
.max-ratio-16-9 {
	width: 100%;
	padding-top: 56.25%;
}
.max-ratio-4-3 {
	width: 100%;
	padding-top: 75%;
}
.max-ratio-3-2 {
	width: 100%;
	padding-top: 66.66%;
}

/* mouse cursor */
.cs_cursor_lg,
.cs_cursor_sm {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
@media (max-width: 991px) {
  .cs_cursor_lg,
  .cs_cursor_sm {
    display: none !important;
  }
}
.cs_cursor_lg {
  width: 40px;
  height: 40px;
  background-color: rgba(48, 123, 196, 0.15);
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.cs_cursor_sm {
  width: 8px;
  height: 8px;
  background-color: #307bc4;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
</pre></body></html>