/*
   __    ____  _            ____  __      __    ____       
  /  \  /   / / \  / /   / /   / /  \  / /  \  /     /   /
 /   / /   / /   \/ /___/ /___/ /   / / /   / /___  /___/
/___/ /___/ /    /  ___/ /   / /___/ / /___/ /___  /   /
*/
/*===================================================================
   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 #eee;
}

.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 #eee;
}

.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%;
}