* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
div.container {
  width: 100%;
}
body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  color: #000;
}

.header .logo {
  width: 100%;
}
.header .tonkoloni-moto {
  width: 40%;
  height: 100px;
}
.navbar .contact {
  position: relative;
  bottom: -13px;
  left: 6%;
}
.header .contact {
  width: 25%;
  height: 100px;
  position: relative;
}
.header .contact img,
.header .logo img,
.header .tonkoloni-moto img {
  height: 100%;
  object-fit: contain;
}
.navbar {
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 3px;
  z-index: 10;
}
.container-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.main-image {
  width: 69%;
  height: 309px;
}
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 3px;
}
.categories {
  background-color: rgb(67, 67, 67);
  padding: 5px 0 4px 5px;
  border-radius: 6%;
  box-shadow: inset 0px 3px 2px #fff;
  border-top: 1px solid rgb(83, 83, 83);
  width: 15%;
  margin: 0 6px 0 0;
}
.categories:nth-child(1) {
  margin-top: 0 !important;
}
.categories h5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
  cursor: pointer;
}
.categories h5 i {
  margin-right: 4px;
}
.contact a.basket {
  position: absolute;
  right: 5%;
  bottom: 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
}
.navbar a.basket img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.row.under-navbar {
  margin: 10px 0 7px 0;
}
div.row .col.s4 {
  height: 50px;
}
div.row .col.s4 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
div.row .col.s4 h1 {
  margin: 0;
  position: relative;
  bottom: -20px;
  font-weight: 600;
  font-size: 1.4rem;
}
.fast-order,
.fast-delivery {
  border-bottom: 1px solid #d3d3d3;
}
div.row .col.s4 h2 {
  font-size: 1.4rem;
  font-weight: 700;
}
div.row .col.s4 h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
.most-called {
  margin: 12px 0;
  width: 100%;
  font-weight: 500;
}
div.col.s4.product-header h1.btn-large {
  cursor: unset;
}
div.col.s4.product-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-right: 3%;
}
.cart-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.cart-container span {
  margin-left: 4px;
  font-size: 16px;
  line-height: 0;
}
.cart-container img {
  width: 30px !important;
}
.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 0 10px 0;
  border-radius: 3px;
}
.products-product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 0 10px 0;
}
.products .item:hover {
  box-shadow: 1px 1px 2px 2px #d7d7d7;
}
.item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
  margin-top: 15px;
  border-radius: 5px;
  border: 2px solid #d3d3d3;
}
.item-sale {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-transform: uppercase;
}
.item-header {
  text-align: center;
}
.item-header a {
  color: #000;
  font-size: 0.95rem;
}
.item-header a p {
  margin-top: 5px;
}
.item .item-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  font-weight: 700;
  text-align: center;
  height: auto;
}
.item-price a {
  width: 48%;
}
.item-price p {
  color: #000;
  font-size: 2rem;
  text-transform: lowercase;
  margin: 10px 0;
}
.old-price-elements {
  position: relative;
  height: 20%;
}
.old-price-elements img {
  width: 70px;
  top: 10%;
  left: 26%;
  position: absolute;
  z-index: 1;
}
.new-price-elements {
  position: relative;
  height: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.new-price-elements img {
  left: 0;
  top: 20%;
  position: absolute;
  z-index: 1;
}
.new-price-elements p {
  margin-left: 25%;
}

.new-price-elements span {
  width: 100%;
  color: gray;
  border-top: 1px solid gray;
  text-align: center;
}

.old-price-elements span {
  display: flex;
  justify-content: center;
  width: 100%;
  text-decoration: line-through;
  color: gray;
  border-top: 1px solid gray;
  text-align: center;
}

.history-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 6px;
}
div a.history-back i {
  margin-top: 3%;
}
a.history-back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  margin: 0;
  font-weight: 700;
}
a.history-back:hover {
  color: #428bca !important;
}
.fast-call-order {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.call-text {
  width: 100%;
}
.call-text h5 {
  text-align: center;
  font-weight: 700;
}
.img-call {
  display: flex;
  width: 45%;
  justify-content: flex-end;
  padding-right: 1%;
}
.img-call img {
  width: 20%;
}
.call-phone {
  display: flex;
  width: 55%;
}
.call-phone a {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
}
.footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 5px 0 5px;
  margin-top: 5px;
  border-radius: 3px;
}
.side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  background-color: #fff;
  padding: 5px 5px 5px 5px;
}
.main-img {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.main-img img {
  object-fit: cover;
  width: 100%;
}
.gall img {
  width: 24%;
}
.gall {
  height: auto;
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.main {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  height: auto;
  background-color: #fff;
  padding: 15px 0 0 10px;
}
.main a.btn-large {
  width: 80%;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.add-to-cart-btn-icon {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
  position: absolute;
  top: 29%;
  width: 23px;
  margin-left: 6px;
}
.sameElement .old-price {
  text-decoration: line-through;
  padding-top: 3%;
}

.sameElement .old-price h4:first-child {
  padding-bottom: 3%;
}
.sameElement h3 {
  font-weight: 700;
}
.sameElement h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.sameElement h6 {
  font-weight: 700;
  margin-bottom: 20px;
}
.sameElement h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 11px;
}
.description {
  margin-top: 25px;
}
.description h5 {
  font-weight: 700;
}
.description b {
  margin-left: 29%;
}
.product-price {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.product-price .new-price,
.product-price .old-price {
  width: auto;
  margin-right: 11px;
}


div.new-price h3,
div.old-price h4 {
  width: 100%;
  margin: 0;
}
.product-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 12px;
}
.product-modal {
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  z-index: 101;
  padding-top: 0;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: #fff;
}
.modal-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
  padding: 0;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  width: 90%;
  margin-bottom: 5px;
}
.modal .column img {
  width: 10%;
  border: 1px solid #c1c1c1;
}
.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 20px;
}
.close:focus,
.close:hover {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 6%;
}
.mySlides img {
  height: 87vh;
}
.cursor {
  cursor: pointer;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 3px 3px 3px;
}
.prev {
  left: 0;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
}
.column .demo {
  width: 5%;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#spinner-loader {
  width: 100%;
  position: fixed;
  z-index: 999;
  margin: auto;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
#spinner {
  width: 10%;
  height: 20%;
  margin-top: 15%;
  margin-left: 45%;
}
.left-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 60%;
}
.accept-order {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  padding: 0 0.2% 0 0.2%;
}
.accept-order h3 {
  padding: 10px 10px;
  text-align: center;
  font-weight: 400;
}
.item-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0;
  width: 90%;
  border: 1px solid #d7d7d7;
}
.item-row .item-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
.update-qty-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.update-qty-form form {
  width: 45%;
}
.right-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
}
.right-row .form .btn-large {
  width: 100%;
}
.right-row h2 {
  font-size: 2.6rem;
}
.form-el {
  border: 1px solid #c3c3c3c3 !important;
  border-radius: 5px !important;
}

.delivery-info {
  margin-top: 25px;
}
.messages .alert-success {
  text-align: center;
  font-size: 1.5rem;
  color: #408e2c;
  background-color: #c4f9b6;
  padding: 10px;
  border: 1px sold #fff;
}
.alert-success:before {
  content: '\2705 ';
}
.alert-danger {
  color: #f91111;
  background-color: #ff9191;
  padding: 10px;
  border: 1px solid #fff;
}
.form {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  margin: 20px 0 0 30%;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
}
.logo a.mobile {
  display: none;
}
.contact-mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .contact-mobile {
    display: block;
    position: absolute;
    top: 22px;
    right: 50px;
  }
  .logo a.wide {
    display: none;
  }
  .logo a.mobile {
    display: block;
  }
  img.add-to-cart-btn-icon {
    width: 23px;
  }
  body {
    width: 100%;
    margin: 0;
  }
  div.container {
    width: 98%;
    margin: 0 0 0 1%;
  }
  .navbar,
  .main-image {
    display: none;
  }

  .header {
    position: relative;
    justify-content: flex-start;
    padding: 8px 0 8px 0;
  }
  .header .contact,
  .header .logo {
    height: auto;
  }
  .header .tonkoloni-moto {
    display: none;
  }
  .nav-wrapper a.sidenav-trigger {
    display: flex !important;
    flex-direction: column;
    position: relative;
    left: 9px;
  }
  .sidenav-trigger {
    order: 1;
  }
  .header {
    order: 2;
  }
  .header .contact {
    order: 2;
    width: 30%;
  }
  .header .logo {
    order: 1;
    width: 40%;
    margin-left: 20%;
    position: relative;
    left: 5%;
  }
  a#basket {
    position: absolute;
    top: -9px;
    right: -10px;
    width: 13%;
    padding: 0;
    background-color: transparent;
  }

  div.header .contact img {
    width: 170% !important;
  }

  .page-footer h5 {
    font-size: 20px;
  }
  .page-footer .container .row {
    display: flex;
    flex-direction: column;
  }
  .page-footer .container .row .col.s3,
  .page-footer .container .row .col.s5 {
    width: 100%;
    margin-right: 0;
  }
  .page-footer .container .row .col.s4 {
    display: none;
  }
  img {
    width: 100%;
  }
  .social-media a img {
    width: 32px;
  }
  .products {
    padding-top: 0;
  }
  .header,
  .products {
    border: unset;
  }
  .products .item {
    width: 48%;
  }
  .products-product .item {
    width: 48%;
  }
  .row.under-navbar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 0;
  }
  div.row.under-navbar .product-header {
    margin-top: 6% !important;
    margin-left: 0 !important;
  }
  div.col.s4.product-header {
    align-items: center;
  }
  div.row.under-navbar .col.s4.fast-order {
    order: 1;
  }
  div.row.under-navbar .col.s4.fast-delivery {
    order: 3;
  }
  div.row.under-navbar .col.s4.product-header {
    order: 2;
  }
  div.row.under-navbar .col.s4.product-header h1 {
    bottom: 5px;
  }

  div.row.under-navbar .col.s4 {
    width: 50%;
    margin: 0;
    padding: 0;
    height: 40px;
  }
  div.under-navbar .product-header {
    width: 80% !important;
    margin-left: 9% !important;
  }
  div.under-navbar .product-header .btn-large {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 80%;
  }
  div.under-navbar .product-header h1 {
    font-size: 1rem !important;
    font-weight: unset !important;
  }
  .old-price-elements img {
    width: 45%;
  }
  .new-price-elements img {
    width: 32%;
  }

  .product-row {
    flex-direction: column;
  }
  .product-row .side {
    margin-top: 15px;
  }
  div.main a.btn-large {
    width: 97%;
  }
  div.main .sameElement h1 {
    font-size: 1.1rem;
  }
  .main,
  .side {
    width: 100%;
  }
  div.description b {
    margin-left: 0;
    text-align: left;
  }
  div.call-text h5 {
    text-align: left;
  }
  .img-call {
    width: 8%;
    height: auto;
  }
  .img-call img {
    width: 100%;
  }
  .fast-call-order {
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .mySlides img {
    height: auto;
  }
  .mySlides {
    margin-top: 26%;
  }
  .next,
  .prev {
    top: 80%;
  }
  .left-row,
  .right-row {
    width: 100%;
  }
  .item-row {
    flex-direction: column;
  }
  .accept-order,
  .item-row,
  .item-title {
    width: 100%;
  }
  .item-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  div.item-title a {
    text-align: left !important;
  }
  div.update-qty-form ul li form .form-el {
    height: 36px;
  }
  div.update-qty-form ul li form span {
    font-size: 12px;
  }
  div.update-qty-form ul li form .btn {
    font-size: 12px;
    padding: 0 8px;
    margin-top: 3px;
  }
  div.update-qty-form ul li .remove-ell {
    width: 36%;
  }
  div.update-qty-form ul li {
    height: auto;
  }
  div.update-qty-form ul li span,
  div.update-qty-form ul li strong {
    font-size: 0.9rem;
  }
  .cart-image {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
  div.cart-image a:last-child {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  div.item-title a.current-product-title {
    display: none;
  }
  div.user-order-sum {
    width: 100% !important;
  }
  div.user-order-sum span {
    font-size: 1.5rem;
  }
  .accept-order h3 {
    font-size: 2rem;
    margin: 10px 0;
    padding-left: 0;
  }
  #spinner-loader img#spinner {
    width: 100px;
    height: 100px;
    margin-left: 40%;
    margin-top: 40%;
  }
  .item-header a {
    font-size: 0.9rem;
  }
  .item-price p {
    font-size: 1.4rem;
    text-transform: lowercase;
  }
  div.row .col.s4 h2 {
    font-size: 1.1rem;
    font-weight: unset;
  }
  div.row .col.s4 h3 {
    font-size: 1.1rem;
    font-weight: unset;
  }
  div.form.upload-form {
    margin-left: 0;
  }
  .left-row .form.login-form,
  .left-row .form.register-form {
    margin-left: 0;
  }
}
.page-footer .container .row .col.s5 {
  display: flex;
  flex-direction: column;
}
.page-footer .container .row .col.s5 a img.responsive-img {
  width: 80%;
}
.nav-wrapper {
  display: flex;
}
.nav-wrapper a.sidenav-trigger {
  display: none;
}
@media screen and (min-width: 700px) and (max-width: 992px) {
  .sidenav-trigger i.material-icons {
    margin-top: 50%;
  }
  div.row.under-navbar .col.s4.product-header h1 {
    bottom: 32px;
  }
}
@media screen and (min-width: 700px) and (max-width: 992px) {
  .item-price p {
    font-size: 2rem;
  }
  div.old-price-elements img.responsive-img {
    width: 35%;
  }
  div.new-price-elements img.responsive-img {
    width: 23%;
  }
  div.item-header a {
    font-size: 1rem;
  }
  div.row .col.s4 h3 {
    font-size: 1.1rem !important;
    font-weight: unset !important;
  }
  div.row .col.s4 h2 {
    font-size: 1.1rem !important;
    font-weight: unset !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1450px) {
  div.row .col.s4 h3 {
    font-size: 1.1rem !important;
    font-weight: unset !important;
  }
  div.row .col.s4 h2 {
    font-size: 1.1rem !important;
    font-weight: unset !important;
  }
  div.item-header a {
    font-size: 0.9rem;
  }

  .col.s4.product-header h1.btn-large {
    font-size: 1rem;
    font-weight: unset;
    padding: 0 10px;
  }
  div.description b {
    margin-left: 0;
  }
  .fast-call-order {
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .img-call {
    width: 40%;
  }
  .update-qty-form ul li span,
  .update-qty-form ul li strong {
    font-size: 0.8rem;
  }
  div.update-qty-form ul li .remove-ell {
    width: 40%;
  }
}
.update-qty-form ul li .remove-ell {
  width: 28%;
  margin-top: 3px;
}
.cart-image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: left;
}
.cart-image a:last-child {
  display: none;
}
.item-title a:first-child {
  display: flex;
}

.header .logo img {
  width: 100%;
  object-fit: contain;
}
.header .contact img {
  width: 85% !important;
  object-fit: contain;
}

button.btn-floating {
  position: fixed;
  bottom: 47px;
  right: 7px;
  display: none;
}

.quick-links li {
  margin: 6px 0;
}
.sidenav {
  transform: translateX(-105%);
  transition: ease-in-out;
  transition: 0.4s;
}
