*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
@media only screen and (max-width: 768px) {
  html {
    font-size: 50%; } }

body {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  background-image: url(../images/stadium.png);
  background-size: cover;
  background-attachment: fixed; }

::selection {
  background-color: #000;
  color: #fff; }

ol, ul {
  padding-left: 20px;
  margin-bottom: 8px; }

ol li {
  list-style: decimal;
  margin-left: 20px; }

ul li {
  list-style: disc;
  margin-left: 20px; }

.container {
  width: 600px;
  margin: 0 auto; }
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem; } }

#content {
  border: 1px solid #cbcbcb;
  padding: 0 4rem 4rem;
  box-shadow: 0px 40px 26px #cbcbcb;
  background-color: #fff; }

.hikashop_product_main_image_thumb {
  height: auto !important; }

#hikashop_main_image_div img {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  margin-top: 0 !important; }

#auc__grid--images {
  margin-left: -4rem;
  margin-right: -4rem; }

#hikashop_product_image_main {
  position: relative; }
  #hikashop_product_image_main #hikashop_small_image_div {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2rem; }
  #hikashop_product_image_main img.hikashop_child_image {
    height: 70px !important; }

h1, .hikashop_product_name {
  font-family: "Forum", serif;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

h2 {
  font-family: "Forum", serif;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem; }

table td, table th {
  padding: 1rem; }

img {
  max-width: 100%; }

.hikashop_product_image, .hikashop_product_image_subdiv {
  height: auto !important;
  width: 100% !important; }

.hikashop_products_pagination, .hikashop_product_price_full {
  display: none; }

#hikashop_category_information_menu_101 div.hikashop_container, .hikashop_product, .hikashop_category_information .hikashop_subcontainer, .hikashop_categories_listing_main .hikashop_subcontainer {
  margin: 0 !important;
  padding: 0 !important; }

.auction_details_warn {
  display: block;
  background-color: #ffd2d2;
  color: #000;
  padding: 1rem 2rem; }

.ask-bidders {
  display: block;
  background-color: #fffed2;
  color: #000;
  padding: 1rem 2rem;
  margin-bottom: 2rem; }

p.time_counter {
  padding-bottom: 1rem; }

input[type="text"], input[type="password"], input[type="email"] {
  border: 1px solid #cbcbcb;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42;
  width: 100%; }

.joomla-alert--close {
  width: auto !important; }

#hikaauction_bidder_amount #bid_amount, #hikaauction_bidder_amount .hikaauction_bid_button {
  margin: 0; }

fieldset {
  border: 1px solid #cbcbcb;
  padding: 12px 24px;
  margin-bottom: 2rem; }

/* CSS */
button {
  appearance: button;
  background-color: #1899d6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: din-round, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter 0.2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%; }

button:after {
  background-clip: padding-box;
  background-color: #1cb0f6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

button:main, button:focus {
  user-select: auto; }

button:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1); }

button:disabled {
  cursor: auto; }

button:active {
  border-width: 4px 0 0;
  background: none; }

.input-password-toggle {
  display: none; }

.btn-primary {
  margin: 2rem 0; }

.com-users-login__options a {
  display: block;
  color: #000;
  text-decoration: none;
  margin-bottom: 1rem; }

.small.text-muted {
  font-size: 1rem;
  padding: 1rem 0; }

p {
  margin-bottom: 8px; }

.alert {
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: none;
  overflow: hidden; }

.alert h3 {
  font-size: 18px;
  margin-bottom: 5px; }

.alert-success .close {
  color: #9ab091; }

.alert-success, .alert-success h3, .alert-success .close:hover {
  color: #516c46; }

.alert-warning, .alert-warning h3, .alert-warning .close:hover, .alert-notice, .alert-notice h3, .alert-notice .close:hover {
  color: #998937; }

.alert-info, .alert-info h3, .alert-info .close:hover {
  color: #2c6f90; }

.alert-error, .alert-error h3, .alert-error .close:hover {
  color: #833333; }

.alert .close {
  background: none;
  opacity: 1;
  float: right; }

.alert-warning .close {
  color: #d5c98b; }

.alert-info .close {
  color: #91b1c1; }

.alert-error .close {
  color: #cc9999; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success, .alert-message {
  border-color: #d6e9c6;
  color: #468847; }

.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link, .alert-message .alert-link {
  color: #356635; }

.alert-info {
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #2d6987; }

.alert-warning, .alert-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }

.alert-warning hr, .alert-notice hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link, .alert-notice .alert-link {
  color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #953b39; }
/*# sourceMappingURL=/templates/Template_Webo.by/css/template.css.map */