
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&subset=cyrillic,latin-ext');

input:focus, textarea:focus, select:focus, button:focus{
  outline: none!important;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
    background-size: cover;
    /*background-repeat: no-repeat;*/
    background-position: top center;
    background-attachment: fixed;
    font-family: 'Arimo', Arial, sans-serif;
}

main {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#header {
  background:none;
}
#header .header-nav {
  border-bottom: 0px;
  /*background-color: #fff;*/
  margin-left: 185px;
  border-radius: 0 0 10px 0;
  margin-bottom:8px;
}
.btn-primary:not(.ct_submit):not(.grid-cart-btn) {
  background: none;
  position: relative;
  box-shadow: none;
  z-index: 1;
}
.btn-primary:not(.ct_submit):not(.grid-cart-btn):before {
  content: "";
  position: absolute;
  background: #68c0a8;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  /*transform: skew(-20deg);*/
  border-radius: 5px;
}
.btn-primary:not(.ct_submit):not(.grid-cart-btn):hover, .btn-primary:not(.ct_submit):not(.grid-cart-btn):focus, .btn-primary:not(.ct_submit):not(.grid-cart-btn):active {
  background: none;
  outline: none;
}
.btn-primary:not(.ct_submit):not(.grid-cart-btn):hover:before, .btn-primary:not(.ct_submit):not(.grid-cart-btn):focus:before, .btn-primary:not(.ct_submit):not(.grid-cart-btn):active:before {
  background: #74d6bb;
}
#wrapper {
  background:none;
  box-shadow: inset 0 2px 5px 0 rgba(0,0,0,0);
}

#header .header-nav .blockcart {
  background:none;
}

#_desktop_logo{
  position: relative;
  margin-top: -56px;
}

.top-banner-info{
  width:100%;
  /*max-width:430px;*/
  float:right;
  position:relative;
  margin-right: 10px;

  max-width: 415px;
}
.top-banner-info-skew{
  background-color: rgb(255, 255, 255);
  height: 50px;
  transform: skew(-20deg);
  margin-bottom: -50px;
  opacity: 0.7;
  border-radius: 5px;

}
.top-banner-info-in{
  position:relative;
  z-index:9;
}

.top-banner-info table {
  width: 100%;
  margin: 5px 0px 5px 30px;
  max-width: 240px;
  float: left;

}
.top-banner-info th {
  padding: 0px 10px 0px 25px;
}
.top-banner-info th:nth-child(1) {
  background: url(../images/tel_u.png) no-repeat;
}
.top-banner-info th:nth-child(2) {
  background: url(../images/tel_k.png) no-repeat;
}
.top-banner-info th:nth-child(3) {
  background: url(../images/tel_m.png) no-repeat;
}
.top-banner-info th:nth-child(4) {
  background: url(../images/tel_a.png) no-repeat;
}
.top-banner-info th:nth-child(2), .top-banner-info th:nth-child(3), .top-banner-info th:nth-child(4) {
  background-position: 6px center;
  padding-left: 30px;
  /*border-left: 1px solid #ccc;*/
}
.top-banner-info td:nth-child(2), .top-banner-info td:nth-child(3), .top-banner-info td:nth-child(4) {
  padding-left: 6px;
  /*border-left: 1px solid #ccc;*/
}
.top-banner-info table strong {
  text-shadow: rgb(255, 255, 255) 2px 1px 0px;
  font-size: 15pt;
}

.top-map{
  float: right;
  margin: 5px 0;
}
.top-map button {
  background-image: url(../images/poga_karte.png);
  display: inline-block;
  height: 38px;
  width: 142px;
  line-height: 38px;
  font-style: italic;
  font-size: 16pt;
  color:#fff !important;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
}


.carousel .carousel-inner {
  height:auto !important;
}


#footer {
  background: #c1c1c1;
  padding-top: 0;
  z-index: -1;
}

footer .address {
  color: #7a7a7a;
}
.footer-container{
  background-image: url(../images/bottom.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  padding:40px 0;
  position: relative;
  margin-top: 0px;
  font-size: 14px;
  line-height: 22px;

}
.footer-container .links li:before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid #ccc;
  position: absolute;
  left: 0px;
  margin-top: 7px;
}
#top-menu{
  margin-top:-70px!important;
  float: right;
  margin-right: 10px;
}
#header .header-top .menu>ul>li{
  margin-right:80px;
}
ul#top-menu li a.dropdown-item{
  /*margin-top:10px;*/
  position:relative;
  padding: 23px 50px;
  display:inline-block;
  color:#ffffff !important;
  font-size:20px;
  font-weight:600;
  letter-spacing:2px;
  font-style:italic;
  text-transform:capitalize !important;

}

ul#top-menu li .sub-menu a.dropdown-item{
  padding: 13px 15px;
  display:block;
  color:#000000 !important;
  font-size:15px;
  width:100%;
  font-style: italic;
}
ul#top-menu li .sub-menu a.dropdown-item:hover {
  color: #ed1b24 !important;
  background-color: #f5f5f5;
}
.top-menu[data-depth="1"] {
  margin: 0px;
  padding: 5px 0;
  text-align: center;
}
ul#top-menu .top-menu[data-depth="1"]>.current>a {
  color: #ed1b24 !important;
}
ul#top-menu li .sub-menu a.dropdown-item:before{
  display:none;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
  margin: 0 0px;
}

.header-top .search-widget {

  margin-top: 60px;
}

#custom-text {
  padding:0px;
  background:none;
}

#custom-text .side-banners{
  padding:20px;
  background:#fff;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  border-radius:15px;

}
#custom-text .side-banners img{
  width:100%;
  height:auto;
}


.side-categories ul {
  display:block;
  padding: 0;
  list-style: none;
  margin-top:30PX;
}
.side-categories ul li{
  margin-bottom:15px;
}

.side-categories ul li a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  font-size: 14px;
  font-style: italic;
}

.side-categories ul li a:before {
  content: "";
  position: absolute;
  background: #d2291d;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: skew(-20deg);
  margin-bottom: -50px;
  border-radius: 5px;
}

.wrapper-below{
  background:#c1c1c1;
  padding:15px 0;
}

.block-social {
  text-align: left;
}
.block-social ul li{
  display:inline-block;
  /*background-color: #c6c6c6;*/
}


.text-right{
  text-align:right;
}

.home-custom-banner{
  width:100%;
  position:relative;
}





.side-categories ul li a:before {
  content: "";
  position: absolute;
  background: #d2291d;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: skew(-20deg);
  margin-bottom: -50px;
  border-radius: 5px;
}

.wrapper-below{
  background:#c1c1c1;
  padding:0px 0;
}

.block-social {
  text-align: left;
}
.block-social ul li{
  display:inline-block;
  /*background-color: #c6c6c6; */
}


.payment-icons{
  text-align:right;
  margin-top:15px;
}

.home-custom-banner{
  width:100%;
  position:relative;
}

.header-top a.menusearch-icon{
  background:#d2291d;
  width: 75px;
  height: 68px;
  transform: skew(-20deg);
  border-radius: 5px;
  display: block;
  float: right;
  position:relative;
}
.header-top a.menusearch-icon:after{
  position: absolute;
  content: "";
  width: 38px;
  height: 43px;
  display: block;
  background: url(../images/search_icon.png) center center no-repeat;
  transform: skew(20deg);
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -19px;
}

.header-top #search-form{
  /*display:none;*/
  position: absolute;
  width: calc( 100% - 68px );
  width: 750px;
  height: 68px;
  right: 92px;
}
.header-top #search-form input[type=text] {
  min-width: inherit;
  width: 100%;
  height: 68px;
  transform: skew(-20deg);
}
.header-top .search-widget form button[type=submit] {
  position: absolute;
  bottom: 0px;
  right: 15px;
  color: #da5e55;
  height: 100%;
}

.footer-top-logo{
  position: relative;
  margin-bottom: -20px;
  z-index: 99;
}
.footer-top-logo img{
  display:inline-block;
  vertical-align:top;
}

#header .header-nav .cart-preview.active {
  background: #d22a1e;
  border-radius: 0 0 10px 0;
}

.block-social li {
  height: 2.5rem;
  background-size: 25px;
  background-position: center center;
  border-radius: 4px;
}

/* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  z-index:99999;
}

/* Inner */
.popup-inner {
  max-width:884px;
  width:100%;
  padding:25px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  box-shadow:0px 2px 6px rgba(0,0,0,1);
  border-radius:3px;
  background:#fff;
}
/**/
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  /*	transition:ease 0.25s all;
      -webkit-transform:translate(50%, -50%); */
  transform:translate(50%, -50%);
  border-radius:1000px;
  background: #eee;
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
}

.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background: #d2291d;
  text-decoration:none;

}
#header .popup-close:hover {
  color: #FFF;
}

/********************** RDP *************************/
/********************** RDP *************************/
/********************** RDP *************************/

/*Header*/
/*Language switcher*/
#_desktop_language_selector .current a, #header a:not([data-popup-open="popup-1"]):hover {
  color: #67c1a8;
}
.language-selector-wrapper {
  font-weight: bold;
  font-size: 14px;
  margin-left: 2.5rem;
  margin-top: .9375rem;
  white-space: nowrap;
}
/*language switcher*/


#_desktop_logo {
  margin-top: -38px;
}
#header .header-nav .blockcart .header {
  margin-top: 0;
  max-height: 25px;
  background: none;
}
#header .header-nav .right-nav div {
  height: 30px;
  /*padding-left: 15px;*/
  padding-right: 15px;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: white;
}
#header .header-nav .blockcart {
  margin-right: -15px;
  padding-right: 30px!important;
  margin-left: -15px;
  padding-left: 30px!important;
}
#header .header-nav .user-info {
  padding-right: 30px!important;
}
#header .header-nav .language-selector {
  margin-top: 0;
}
.language-selector-wrapper, #header .header-nav .user-info, #header .header-nav .blockcart {
  margin-top: 0;
  padding-top: 5px;
  color: #515151 !important;
}
#header .header-nav .cart-preview .shopping-cart, #header a {
  color: #515151;
}


#header .header-nav .right-nav > div:before/*, #header .header-nav .user-info .account:before*/ {
  content: "";
  position: absolute;
  top: 7px;
  z-index: 0;
  height: 18px;
}
#map {
  max-width: 100%;
  height: 85vh;
}
/*header*/


/*Red buttons menu*/
ul#top-menu li {
  /*margin-right: 70px;*/
}
ul#top-menu>li>a.dropdown-item:after {
  content: "";
  position: absolute;
  background: #d2291d;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: skew(-20deg);
  margin-bottom: -50px;
  border-radius: 5px;
}
ul#top-menu>li#category-12>a.dropdown-item:before {
  content: "";
  height: 56px;
  width: 64px;
  background: url(../images/liela_riepas_roll.png) center center no-repeat;
  display: inline-block;
  margin-top: -1px;
  vertical-align: middle;
}
ul#top-menu>li#category-20>a.dropdown-item:before {
  content: "";
  height: 56px;
  width: 67px;
  background: url(../images/liela_diski.png) center center no-repeat;
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
}
ul#top-menu>li>a.dropdown-item {
  padding: 0 21px 0 19px;
  line-height: 68px;
  height: 68px;
  font-family: 'Arimo', Arial, sans-serif;
  text-transform: capitalize!important;
  margin: 0;
  margin-bottom: 5px;
}
#header ul#top-menu>li>a.dropdown-item:hover {
  color: white;
}
.top-menu .sub-menu {
  z-index: 600
}
a.menusearch-icon:hover {
  background: #ff3617;
  cursor: pointer;
}

/*red buttons menu*/

/*Sidebar*/
.side-categories ul li a:hover:before {
  background: #ff3617;
}
/*sidebar*/
/*Products*/
/*#category.category-id-14 section.facet--5 {*/
/*    display:none;*/
/*}*/
/*Table top fixed*/
#category #products.fixed {
  padding-top: 80px;
}
#category #products.fixed .products-selection, #category #products.fixed .table-top, #ct_matrix.fixed thead .ct_matrix_head {
  position: fixed;
  z-index: 10;
  margin-top: 0;
}
#category #products.fixed .products-selection, #category #products.fixed .table-top {
  width: 707px;
  background: #fff;
}
#category #products.fixed .products-selection {
  top: 0;
  border-bottom: none;
}
#category #products.fixed .table-top {
  top: 35px;
  border-top: none;
  border-left: 1px solid #65c2a5;
  border-right: 1px solid #65c2a5;
}
#ct_matrix.fixed thead tr.ct_matrix_head {
  top: 0px;
  border: 1px solid #65c2a5;
  width: 847.5px;
  background: #fff;
}
/*table top fixed*/
#pagenotfound .page-not-found, #products .page-not-found {
  box-shadow: none;
}
#wrapper .breadcrumb li:after {
  content: ">";
  color: #8a8c8b !important;
}
.products-sort-order .select-title {
  padding: 2px 10px;

}
.pagination>div:first-child {
  background: white;
}
/*
.product-cover img {
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
}
*/
.product-discount {
  color: #4a4a4a;
}
/*Product category*/
body#category .main-content {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 0px 0px 20px 0px;
  min-height: 100px;
}
#left-column{
  padding: 0 10px 0 10px;
}
.breadcrumb{
  margin-bottom: 0px;
}
.active_filters {
  margin-top: 10px;
  padding-left: 20px;
}
.products .product-description .grid-cart-btn, #ct_matrix .ct_submit {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  padding: 0px;
  background: #bbb;
  display: inline-block;
  /*vertical-align: middle;*/
  margin-bottom: 2px;
}
#ct_matrix .ct_submit {
  padding-top: 2px;
}
.ct_matrix_row:not(.current) .strongprice {
  font-weight: normal;
}
.ct_matrix_row .strongprice {
  color: #d2291d;
}
.products .product-description .input-group {
  display: inline-block;
  width: 48px;
  padding: 2px 5px;
  vertical-align: middle;
}
.products .product-description .grid-cart-btn i, #ct_matrix .ct_submit i {
  margin-right: 0;
  font-size: 17px;
}
#products .regular-price, .featured-products .regular-price, .product-accessories .regular-price, .product-miniature .regular-price, .product-discount .regular-price, .ct_matrix_row:not(.current) .ctd_price strike {
  text-decoration: none;
  color: #232323;
  font-size: inherit;
  font-weight: normal;
}
/*Search_filters_wrapper*/

#search_filters .wrap {
  border: 1px solid #59c0a8;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
#search_filters .wrap:first-child {
  margin-bottom: 15px;
}
/*#search_filters .facet:last-child {*/
/*  padding-bottom: 15px;*/
/*}*/
/*#search_filters>div>h4:first-child {*/
/*  background: #65c2a5;*/
/*  color: #fff;*/
/*  !*padding: 15px;*!*/
/*  text-align: center;*/
/*  text-transform: capitalize!important;*/
/*  border-top-left-radius: 15px;*/
/*  border-top-right-radius: 15px;*/
/*  width: calc(100% + 30px );*/
/*  margin-left: -15px;*/
/*  margin-top: -15px;*/
/*}*/
/*#search_filters h4:first-of-type {*/
/*  cursor: pointer;*/
/*}*/
#search_filters.collapsed .can-collapse,#search_filters.mcollapsed .can-collapse {
  overflow: hidden;
}
#search_filters.collapsed .can-collapse,#search_filters.mcollapsed .can-collapse {
  display: none;
}
#search_filters.collapsed .wrap:first-of-type,#search_filters.mcollapsed .wrap:first-of-type {
  border: none;
}
#search_filters > div > h4:first-child > span {
  /*background-color: #65c2a5;*/
  display: block;
}
#category.category-id-21 #search_filters > div > h4:first-child > span {
  background-position: 3px 19px;
}
#search_filters.collapsed > div > h4:first-child > span,#search_filters.mcollapsed > div > h4:first-child > span {
  background-image: url(../images/bulta_maza_up.png);
}
#search_filters.collapsed .wrap:nth-of-type(1),#search_filters.mcollapsed .wrap:nth-of-type(1) {
  padding-bottom: 0;
  border: none;
}
/*#search_filters_wrapper {*/
/*  margin: 0px 0px 0px 10px!important;*/
/*}*/

/*#category:not(.category-id-21) #search_filters_params {*/
/*  padding: 15px;*/
/*  border-top-left-radius: 15px;*/
/*  border-top-right-radius: 15px;*/
/*}*/

#category:not(.category-id-21) #search_filters_auto {
  display: none;
}
#category:not(.category-id-21) #search_filters>div>h4:first-child > span {
  background-position: 12px 18px;
}
#category.category-id-21 #search_filters>div>h4:first-child > span {
  text-align: center;
  color: white;
  padding: 15px;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid #65c2a5;
}
#category.category-id-21 #search_filters>div>h4 > span:not(.active) {
  background-color: #d5d5d5;
}
/*#category.category-id-21 #search_filters>div>h4 > span:nth-of-type(1) {*/
/*  border-top-left-radius: 15px;*/
/*}*/
#category.category-id-21 #search_filters>div>h4 > span:nth-of-type(1):not(.active) {
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  margin-left: -1px;
  margin-top: -1px;
}
/*#category.category-id-21 #search_filters>div>h4 > span:nth-of-type(2) {*/
/*  border-top-right-radius: 15px;*/
/*}*/
#category.category-id-21 #search_filters>div>h4 > span:nth-of-type(2):not(.active) {
  border-left: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  margin-right: -1px;
  margin-top: -1px;
}
#category.category-id-21 #search_filters:not(.auto) .sidebar-auto, #search_filters.auto .sidebar-top {
  display: none;
}

#facet_auto-model.select-make {
  pointer-events: none;
}
#facet_auto-model.select-make .select-title span,#facet_auto-model.select-make .select-title i {
  display: none;
}
#facet_auto-model.select-make .select-title:before {
  content: 'Select make';
}
#facet_auto-dia.select-make {
  pointer-events: none;
}
#facet_auto-dia.select-make .select-title span,#facet_auto-dia.select-make .select-title i {
  display: none;
}
#facet_auto-dia.select-make .select-title:before {
  content: 'Select model';
}
#search_filters .js-search-filters-clear-all {
  color: #232323;
  font-weight: 600;
  width: 99%;
  padding: 8px 0px;
  background: white;
  box-shadow: none;
  margin-top: 10px;
}
#search_filters .facet .facet-title {
  font-size: 8pt;
  font-weight: normal;
  color: #232323;
}
/*tyres*/#search_filters .facet--1, #search_filters .facet--2, #search_filters .facet--3,
           /*kvadru sadala*/ #search_filters .facet--22, #search_filters .facet--23, #search_filters .facet--24,
           /*moto*/ #search_filters .facet--13, #search_filters .facet--14, #search_filters .facet--15,
         #search_filters .facet--28, #search_filters .facet--29, #search_filters .facet--30, #search_filters .facet--30 {
           width: 31%;
           display: inline-block;
           padding: 0;
         }
#search_filters .facet--28, #search_filters .facet--29, #search_filters .facet--30, #search_filters .facet--32 {
  width: 100%;
}
#search_filters .facet-dropdown .select-title, #search_filters .facet-dropdown {
  background: none;
}

.facet-dropdown {
  cursor: pointer!important;
}

#search_filters .facet-dropdown.open {
  /*padding: 5px 2px;*/
  border: 1px solid #2fb5d2!important;
}

.facet-dropdown.open>.select-title {
  border: none;
}

#search_filters .facet-dropdown, #search_filters #autofind_atr {
  border: 1px solid #65c2a5;
  color: #232323;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  /*padding: 4px;*/
}
#search_filters .facet-dropdown .select-list {
  box-shadow: 0px 1px 1px 2px #f1f1f1;
}
#search_filters .facet-dropdown .select-list {
  background: white;
  font-weight: normal;
  font-size: 12px;
  color: #000;
  padding: 5px 8px;
}
#search_filters .facet-dropdown .select-list:hover, #search_filters .facet-dropdown .select-list:focus {
  background: #e2e2e2;
  text-decoration: none;
}
#search_filters #autofind_atr {
  margin-bottom: 10px;
  width: 100%;
  padding: 8px 2px;
}
#search_filters .facet-dropdown .select-title {
  padding: 6px 2px;
  font-size: 12px;
  font-weight: 300;
}
#search_filters .facet-dropdown .dropdown-menu {
  overflow-y: auto;
  max-height: 354px;
  border: 1px solid #ccc;
}
#autofind_sub {
  width: 70%;
  padding: 7px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  background: #d2291d;
  /*z-index: -1;*/
  -webkit-transform: skew(-20deg);-ms-transform: skew(-20deg);transform: skew(-20deg);
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  display: block;
  border: 2px solid #d2291d;
}
#autofind_sub:hover{
  background: #ff3617;
}
#autofind_sub .material-icons.search{
  font-size: 20px;;
}
#search_filters, #search_filters_brands, #search_filters_suppliers{
  padding: 10px 0px;
}
#search_filters span[class*="show_"] {
  padding-right: 9px;
  display: inline-block;
  opacity:  1;
  font-size: 13px;
  text-transform: lowercase;
}
#search_filters span[class*="show_"] i {
  font-size: 36px;
  background: #ccc;
  margin-right: 5px;
  color:  white;
}
#search_filters span[class*="show_"]:hover i, #search_filters .show_list.active i, #search_filters .show_list:not(.active) + .show_grid i {
  background: #65c2a5;
}
#search_filters .facet--27 .collapse>li:nth-child(2), #search_filters .facet--27 a[href*="?q=TOP40-yes"] {
  display: none;
}
#search_filters .facet--27 .facet-title {
  position: absolute;
  left: 39px;
  margin-top: 3px;
  font-size: .9375rem;
  display:none;
}
/*search_filters_wrapper*/
/*Product list view*/
.table-top [class*="-head"], .product-attributes [class*="-head"],
  /*#ct_matrix [class*="-head"]*/ #ct_matrix .checkbox-head, #ct_matrix .availability-head, #ct_matrix .add-to-cart-head, #ct_matrix .fuel_efficiency-head, #ct_matrix .wet_grip-head, #ct_matrix .external_noise-head {
  text-indent: -9999px;
  white-space: nowrap;
}
.table-top [class*="-head"]:before, .product-attributes [class*="-head"]:before,
  /*#ct_matrix th[class*="-head"]:before,*/ #ct_matrix .checkbox-head:before, #ct_matrix .availability-head:before, #ct_matrix .add-to-cart-head:before, #ct_matrix .fuel_efficiency-head:before, #ct_matrix .wet_grip-head:before, #ct_matrix .external_noise-head:before
{
  content: "";
  background-image: url(../images/ikonas_tabulai.png);
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -6px;
}
.products .sortable {
  cursor: pointer;
}
.products .sortable:before {
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 3px;
  top: 2px;
}
.products .sortable.regular-price:before, .products .sortable.price:before {
  top: 10px;
}
.products [data-order="DESC"].sortable:before {
  background-image: url(../images/bulta_maza_down.png);
}
.products [data-order="ASC"].sortable:before {
  background-image: url(../images/bulta_maza_up.png);
}
.availability-head:before {
  background-position: -6px 0;
}
.checkbox-head:before {
  background-position: -2px 0;
}
.fuel_efficiency-head:before {
  background-position: -24px 0;
}
.wet_grip-head:before {
  background-position: -51px 0;
}
.external_noise-head:before {
  background-position: -82px 0;
}

.span.table-cell {
  /*border: 1px solid;*/
}

.table-top {
  margin: 0.5rem .625rem 0.5rem;
  width: 100%;
  font-size: 11px;
  text-align: left;
  font-weight: bold;
  color: #4a4a4a;
  border-bottom: 1px solid #65c2a5;
  display: none;
}
.table-top.product_show_list {
  display: flex;
}
.table-top .table-cell {
  text-align:  center;
  display: inline-block;
  position:  relative;

  box-sizing: border-box;
  /*border: 1px solid;*/
}
.products .sortable[data-filter*=".regular-price"]:before, .products .sortable[data-filter*=".price"]:before {
  top: 12px;
}
/*Table top sort arrows fix for EN and RU*/
.category-id-21 .table-top .table-cell:nth-child(4):lang(en) {
  padding-left: 12px;
}
body.category-id-16 .table-top .table-cell:nth-child(1), body.category-id-17 .table-top .table-cell:nth-child(1) {
  padding-left: 5px;
}
/*.products .table-top .sortable[data-filter*=".regular-price"]:lang(en) {*/
/*    padding-left: 14px;*/
/*}*/
.category-id-14 .table-top .table-cell:nth-child(7):lang(ru) {
  padding-left: 0px;
}
.products .table-top .sortable[data-filter*=".price"]:lang(ru) {
  padding-left: 10px;
}
.products .sortable[data-filter*=".regular-price"]:lang(ru):before {
  top: 4px;
}
/*table top sort arrows fix for EN and RU*/
/* TABLE TOP WINTER TYRES */
body:not(.category-id-14) .table-top .table-cell:nth-child(1) {
  width: 37%;
  padding-left: 5px;
}

body.category-lielas-riepas .table-top .table-cell:nth-child(1) {
  width: 19%;
  padding-left: 5px;
}

.table-top .table-cell.sorted {
  padding-left: 5px;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(2) {
  width: 4%;
}
body.category-lielas-riepas .table-top .table-cell:nth-child(2) {
  width: 16%;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(3) {
  width:  5%;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(4) {
  width: 16%;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(5) {
  width:  3%;
}

body.category-lielas-riepas .table-top .table-cell:nth-child(5) {
  width: 11%;
}

body:not(.category-id-14) .table-top .table-cell:nth-child(6) {
  width:  3%;
}

body.category-lielas-riepas .table-top .table-cell:nth-child(6) {
  width: 7%;
}

body:not(.category-id-14) .table-top .table-cell:nth-child(7) {
  width: 5%;
}

body.category-lielas-riepas .table-top .table-cell:nth-child(7) {
  width: 7%;
}

body:not(.category-id-14) .table-top .table-cell:nth-child(8) {
  width: 8%;
  padding-left: 2px;
}

body.category-lielas-riepas .table-top .table-cell:nth-child(8) {
  width: 28%;
}

body:not(.category-id-14) .table-top .table-cell:nth-child(8):lang(en) {
  padding-left: 11px;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(8):lang(lv) {
  padding-left: 5px;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(9) {
  width: 8%;
  color: #d2291d;
  padding-left: 2px;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(9):lang(en) {
  padding-left: 8px;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(9):lang(lv) {
  padding-left: 5px;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(10) {
  width: 15%;
}
body:not(.category-id-14) .table-top .table-cell:nth-child(11) {
  width: 8%;
  margin-left: 33px;
}
/* TABLE TOP WINTER TYRES */

/* TABLE TOP SUMMER TYRES */
.category-id-14 .table-top .table-cell:nth-child(1) {
  width: 25%;
  padding-left: 5px;
  /*color: #d2291d;*/
}
.category-id-14  .table-top .table-cell:nth-child(2) {
  width:  10%;
}
.category-id-14  .table-top .table-cell:nth-child(3) {
  width: 12%;
}
.category-id-14  .table-top .table-cell:nth-child(4) {
  width: 11%;
}
.category-id-14  .table-top .table-cell:nth-child(5) {
  width:  3%;
}
.category-id-14  .table-top .table-cell:nth-child(6) {
  width: 6%;
}
.category-id-14  .table-top .table-cell:nth-child(7) {
  width: 8%;
  padding-left: 2px;
}
.category-id-14  .table-top .table-cell:nth-child(7):lang(en) {
  padding-left: 11px;
}
.category-id-14  .table-top .table-cell:nth-child(7):lang(lv) {
  padding-left: 4px;
}
.category-id-14  .table-top .table-cell:nth-child(8) {
  width: 8%;
  color: #d2291d;
  padding-left: 5px;
}
.category-id-14  .table-top .table-cell:nth-child(8):lang(en) {
  padding-left: 8px;
}
.category-id-14  .table-top .table-cell:nth-child(9) {
  width: 7%;
}
.category-id-14  .table-top .table-cell:nth-child(10) {
  width: 14%;
  margin-right: 4%;
}
/* TABLE TOP SUMMER TYRES */

/* TABLE TOP MOTO TYRES */
.category-id-17 .table-top .table-cell:nth-child(4):lang(en) {
  padding-left: 7px;
}
.category-id-17 .table-top .table-cell:nth-child(5):lang(en) {
  padding-left: 12px;
}
/* TABLE TOP MOTO TYRES */

/* TABLE TOP RIMS */
body.category-id-21 .table-top .table-cell:nth-child(1),
body.category-id-22 .table-top .table-cell:nth-child(1),
body.category-id-23 .table-top .table-cell:nth-child(1),
body.category-id-24 .table-top .table-cell:nth-child(1) {
  width: 44%;
  padding-left: 5px;
}
body.category-id-21 .table-top .table-cell:nth-child(2),
body.category-id-22 .table-top .table-cell:nth-child(2),
body.category-id-23 .table-top .table-cell:nth-child(2),
body.category-id-24 .table-top .table-cell:nth-child(2) {
  width: 16%;
}
body.category-id-21 .table-top .table-cell:nth-child(3),
body.category-id-22 .table-top .table-cell:nth-child(3),
body.category-id-23 .table-top .table-cell:nth-child(3),
body.category-id-24 .table-top .table-cell:nth-child(3) {
  width:  8%;
}
body.category-id-21 .table-top .table-cell:nth-child(4),
body.category-id-22 .table-top .table-cell:nth-child(4),
body.category-id-23 .table-top .table-cell:nth-child(4),
body.category-id-24 .table-top .table-cell:nth-child(4) {
  width: 8%;
}
body.category-id-21 .table-top .table-cell:nth-child(5),
body.category-id-22 .table-top .table-cell:nth-child(5),
body.category-id-23 .table-top .table-cell:nth-child(5),
body.category-id-24 .table-top .table-cell:nth-child(5) {
  width:  16%;
}
body.category-id-21 .table-top .table-cell:nth-child(6),
body.category-id-22 .table-top .table-cell:nth-child(6),
body.category-id-23 .table-top .table-cell:nth-child(6),
body.category-id-24 .table-top .table-cell:nth-child(6) {
  width:  8%;
  margin-left: 33px;
}
/* TABLE TOP RIMS */

.product_show_list .product-title a, .product_show_list .product-description {
  /*font-size: 9pt !important;*/
  font-size: 10.7px !important;
  color: black !important;
}
.product_show_list .product-description:after /*JS fix*/{
  content: '';
  border-top: none!important;
}
.product_show_list .product-description [type=checkbox] {
  position: absolute;
  top: 6px;
  z-index: 1;
}
.product_show_list .product-price-and-shipping>* {
  /*border: 1px solid;*/
  white-space: normal;
  display:  block;
  word-wrap: break-word;
  box-sizing:  border-box;
}
#products .product_show_list .product-description {
  display: block;
  position: relative;
  box-sizing: border-box;
}
#products .product_show_list .product-price-and-shipping {
  width:  100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  font-weight: normal;
  align-items: center;
  justify-content: space-evenly;
}

.product-price-and-shipping span.notes {
  white-space: nowrap;
}

body.category-lielas-riepas .product-price-and-shipping span.notes {
  white-space: nowrap;
  width: 22%;
}

.product-price-and-shipping span.top40 {
  display: none;
}

/*Product name hack*/
#products .product_show_list .product-title {
  font-size: 9pt;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
  position: absolute;
  margin-top: 0;
  /*padding-left: 4px;*/
  /*padding-top: 4px;*/
  padding-top: 0;
  line-height: 14px;

  padding-left: 18px;
  height: 100%;
}
.product_show_list .product-title a {
  /*text-indent: 9999px;*/
  /*display: none*/
  /*color: transparent !important;*/
  display: block;
  width: 150px;
  /*background: #0000006e;*/
  height: 100%;
}
.category-jauni-lietie-diski .product_show_list .product-title a, .category-kvadru-diski .product_show_list .product-title a, .category-terauda-diski .product_show_list .product-title a, .category-lietoti-lietie-diski .product_show_list .product-title a {
  width: 250px;
}
.category-motociklu-riepas .product_show_list .product-title a {
  width: 230px;
}
.category-kvadru-riepas .product_show_list .product-title a {
  width: 250px;
}
.product_show_list .product-title-hidden {
  /*display: none;*/
  visibility: hidden;
}
/*.product_show_list .product-title a*/
.product_show_list .product-price-and-shipping:before {
  content: attr(data-content) !important;
  display: block;
  /*position: absolute;*/
}
.product_show_list .product-price-and-shipping:before {
  content: "";
  width: 25%;
  /*border: 1px solid;*/
  box-sizing: border-box;
  line-height: 16px;
  text-align: left;
  padding-left: 15px;
  font-size: 12px;
  font-weight: normal;

}
/*product name hack*/

.product_show_list .product-price-and-shipping>.sr-only {
  display: none;
}
/* WINTER TYRES */
body:not(.category-id-14) .product_show_list .product-price-and-shipping:before {
  width: 34%;
}

body.category-lielas-riepas .product_show_list .product-price-and-shipping:before {
  width: 20%;
}

body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(1) {
  width: 4%;
}

body.category-lielas-riepas .product_show_list .product-price-and-shipping>*:nth-child(1) {
  width: 8%;
}

body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(2) {
  width: 5%;
}

body.category-lielas-riepas .product_show_list .product-price-and-shipping>*:nth-child(2) {
  width: 10%;
}

body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(3) {
  width: 13%;
}

body.category-lielas-riepas .product_show_list .product-price-and-shipping>*:nth-child(3) {
  width: 10%;
}

body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(4) {
  width: 3%;
}

body.category-lielas-riepas .product_show_list .product-price-and-shipping>*:nth-child(4) {
  width: 8%;
  margin-left: 25px;
}

body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(5) {
  width: 4%;
}

body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(6) {
  width: 6%;
}
body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(8) {
  width: 6%;
}
body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(10) {
  width: 6%;
}

body.category-lielas-riepas .product_show_list .product-price-and-shipping>*:nth-child(10) {
  width: 7%;
}

body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(11) {
  width: 15%;
}
body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(12) {
  width: 8%;
}
/* WINTER TYRES */


/* SUMMER TYRES */
.category-id-14 .product_show_list .product-price-and-shipping:before {
  width: 24%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(1) {
  width: 7%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(2) {
  width: 12%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(3) {
  width: 8%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(4) {
  width: 3%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(5) {
  width: 6%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(6) {
  width: 8%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(8) {
  width: 7%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(9) {
  width: 6%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(10) {
  width: 5%;
}
.category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(11) {
  width: 13%;
}
/* SUMMER TYRES */

/* TABLE TOP KVADRU (ATV) | TABLE TOP + ATRIBUTES TABLE MOTO TYRES */
body.category-id-16 .table-top .table-cell:nth-child(5), body.category-id-17 .table-top .table-cell:nth-child(5) {
  padding-left: 5px;
  color: rgb(210, 41, 29);
}
body.category-id-16 .table-top .table-cell:nth-child(1), body.category-id-16 .product_show_list .product-price-and-shipping:before,
body.category-id-17 .table-top .table-cell:nth-child(1), body.category-id-17 .product_show_list .product-price-and-shipping:before {
  width: 26%;
}
body.category-id-16 .table-top .table-cell:nth-child(2), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(1),
body.category-id-17 .table-top .table-cell:nth-child(2), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(1) {
  width: 12%;
}
body.category-id-16 .table-top .table-cell:nth-child(3), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(2),
body.category-id-17 .table-top .table-cell:nth-child(3), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(2) {
  width: 4%;
}
body.category-id-16 .table-top .table-cell:nth-child(4), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(4),
body.category-id-17 .table-top .table-cell:nth-child(4), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(5) {
  width: 9%;
}
body.category-id-16 .table-top .table-cell:nth-child(5), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(6),
body.category-id-17 .table-top .table-cell:nth-child(5), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(7) {
  width: 9%;
}
body.category-id-16 .table-top .table-cell:nth-child(6), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(7),
body.category-id-17 .table-top .table-cell:nth-child(6), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(8) {
  width: 7%;
}
body.category-id-16 .table-top .table-cell:nth-child(7), body.category-id-17 .table-top .table-cell:nth-child(7)
{
  width: 9%;
}
/*body.category-id-16 .table-top .table-cell:nth-child(7), body.category-id-17 .table-top .table-cell:nth-child(7) {*/
/*    margin-left: 5px;*/
/*}*/
body.category-id-16 .table-top .table-cell:nth-child(7), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(8),
body.category-id-17 .table-top .table-cell:nth-child(7), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(9) {
  width: 27%;
}
/* TABLE TOP KVADRU (ATV) | TABLE TOP + ATRIBUTES TABLE MOTO TYRES */

/* RIMS */
body.category-id-21 .product_show_list .product-price-and-shipping:before,
body.category-id-22 .product_show_list .product-price-and-shipping:before,
body.category-id-23 .product_show_list .product-price-and-shipping:before,
body.category-id-24 .product_show_list .product-price-and-shipping:before {
  width: 44%;
}
body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(1),
body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(1),
body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(1),
body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(1) {
  width: 16%;
}

body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(3),
body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(3),
body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(3),
body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(3) {
  width: 8%;
}
body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(5),
body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(5),
body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(5),
body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(5) {
  width: 8%;
}
body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(6),
body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(6),
body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(6),
body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(6){
  width: 16%;
}
body.category-id-21 .product_show_list .product-price-and-shipping>.atc_div,
body.category-id-22 .product_show_list .product-price-and-shipping>.atc_div,
body.category-id-23 .product_show_list .product-price-and-shipping>.atc_div,
body.category-id-24 .product_show_list .product-price-and-shipping>.atc_div {
  width: 8%;
}
/* RIMS */

.show_list, .show_grid {
  cursor:pointer;
  opacity:1.0;
}

.show_list:hover, .show_grid:hover {
  opacity:0.7;
}

.product_show_list {
  width:100%;
  line-height: 15px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
article.product_show_list {
  padding-bottom: 0;
  /*line-height: 25px;*/
  line-height: 12px;
}
.product_show_list .product-thumbnail{
  display: none !important;
  white-space: nowrap;
}

.product_show_list .product-flags{
  display: none;
}
.product_show_list .thumbnail-container{
  margin-bottom: 0px !important;
  height: 100% !important;
  width: 100% !important;
  background: none !important;
  box-shadow: none !important;
  /*display: table;*/
}
.product_show_list .regular-price {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.product_show_list .price {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #d8261c;
  font-weight: normal;
}
.product_show_list .product-description .product-title{
  vertical-align: middle;
}
.product_show_list .product-description{
  position: inherit !important;
  background: #fff !important;
  width: 100% !important;
  bottom: auto !important;
  height: auto !important;
  display: table-row;
}

#products:not(.filtered) .product_show_list:nth-of-type(odd) .product-description {
  background: #ebebeb !important;
}
#products.filtered .product_show_list.evenClass .product-description {
  background: #ebebeb !important;
}
.product_show_list.selected .product-description, #ct_matrix tbody tr.selected, #products:not(.filtered) .product_show_list.selected:nth-of-type(odd) .product-description, #products .product_show_list.selected.evenClass .product-description {
  background: #74d6bb !important;
}
.product_show_list.selected .product-description .grid-cart-btn, #ct_matrix .ct_matrix_row.selected .ct_submit, .product_show_list .product-description:hover .grid-cart-btn, #ct_matrix .ct_matrix_row:hover .ct_submit {
  background: #68c0a8;
  transform: scale(1.1);
}
#products .product_show_list .product-description:hover
, #products:not(.filtered) .product_show_list:nth-of-type(odd) .product-description:hover
, #products.filtered .product_show_list.evenClass .product-description:hover {
  background-color: #d1d1d1 !important;
}
/*product category list view*/
/*Product category grid view*/
/*Brand name*/

h4.custom_brand_name:not(.product_list_view):not(:first-of-type), .category-motociklu-riepas h4.custom_brand_name:not(.product_list_view):not(:first-of-type), body.category-motociklu-riepas .custom_brand_name:not(:first-of-type)  {
  border-top: 1px solid #65c2a5;
}

h4.custom_brand_name:not(.product_list_view), .category-motociklu-riepas h4.custom_brand_name:not(.product_list_view), body.category-motociklu-riepas .custom_brand_name {
  /* display: block; */
  width: 100%;
  margin-left: 10px;
  padding-top: 20px;
}
.custom_atv_name {
  border-top: 1px solid #65c2a5;
  margin-top: 15px;
}
.table-top + .custom_atv_name,
h4 + .custom_atv_name {
  border-top: 0px;
}
.custom_atv_name {
  padding-bottom: 20px;
  width: 100%;
  margin-left: 10px;
  padding-top: 20px;
}
.custom_atv_name.first-filtered, .custom_brand_name.first-filtered {
  border-top: none !important;
}

/*
body:not(.category-motociklu-riepas) .custom_brand_name.product_list_view {
    display: none;
}
*/
.custom_brand_name.product_list_view {
  display: none;
}

body.category-motociklu-riepas .custom_brand_name:first-of-type {
  padding-top: 10px;
}

h4.custom_atv_name:not(.product_show_list) {
  display: none;
}

/*brand name*/
#products article:not(.product_show_list).product-miniature {
  margin: 9px;
  margin-bottom: 0;
}
#products article:not(.product_show_list).product-miniature .thumbnail-container {
  /*height: 210px;*/
}
.products article:not(.product_show_list) .table-cell {
  display: none;
}
#products article:not(.product_show_list) .atc_div {
  display: none;
}
#products article:not(.product_show_list) .product-description [type=checkbox] {
  display: none;
}
#products article:not(.product_show_list) .product-description [itemprop="price"] {
  color: #d2291d;
}

#products article:not(.product_show_list).product-miniature .product-description {
  width: 100%;
}

#products article:not(.product_show_list) .regular-price {
  display: none;
}
#products article:not(.product_show_list) .product-thumbnail {
  border: 1px solid #8a8c8b;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
#products article:not(.product_show_list) .product-thumbnail img {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%
}
#products article:not(.product_show_list) .product-title {
  margin-top: 6px;
  margin-bottom: 4px;
  padding: 0px 10px;
}
#products article:not(.product_show_list) .product-title-hidden {
  font-weight: 700;
  color: #4a4a4a;
  font-size: 12px;
}
#products article:not(.product_show_list) .product-price-and-shipping {
  padding: 0px 10px;
}
/*product category grid view*/
/*products category*/
/*Product page*/
body:not(.page-index) .main-content {
  background: white;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
div:not(.product-main-details) .product-variants {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
}
.product-main-details .product-attributes th, .products-selection td {
  text-align: center;
  position: relative;
}
.product-main-details .h1 {
  color: #dc3400;
  font-size: 22pt;
  font-weight: normal;
}
.has-discount.product-price, .has-discount p {
  color: #d2291d;
  font-weight: normal;
}
.has-discount .discount {
  background-color: #d2291d;
}
.product-prices [itemprop="price"], .product-prices .regular-price {
  font-size: 20px;
  font-weight: normal;
}
.product-actions .add-to-cart, .product-actions .add-to-cart:active, .product-actions .add-to-cart:focus {
  background-color: transparent;
  position: relative;
  box-shadow: none;
  z-index: 1;
  height: 2.75rem;
  outline: none;
}
.product-actions .add-to-cart:before {
  content: "";
  position: absolute;
  background: #68c0a8;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: skew(-20deg);
  margin-bottom: -50px;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
}
.product-actions .add-to-cart:hover:before, .product-actions .add-to-cart:active:before, .product-actions .add-to-cart:focus:before {
  background: #7ad8be;
}
.product-attributes {
  font-size: 8pt;
  text-align: center;
  width: 100%;
}
.product-attributes table {
  width: 100%;
}
.product-attributes [class*="-head"]:before {
  top: -2px;
}
.product-attributes td {
  background: #ebebeb;
}

.bootstrap-touchspin {
  box-shadow: none;
  transform: skew(-20deg);
  display: inline-flex;
  margin-left: 5%;
  width: 2rem;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-bottom-right-radius: 5px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-top-right-radius: 5px;
}
.product-quantity #quantity_wanted {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.product-prices {
  display: inline-flex;
  line-height: 25px;
  margin-top: 24px;
}
.product-prices>* {
  margin-right: 10px;
}
/*Product page tables*/
#ct_matrix tbody [type=checkbox] {
  vertical-align: middle;
  margin-left: 10px;
  float: left;
  margin-top: 4px;
}
#ct_matrix .current{
  font-weight: bold;
}
#ct_matrix thead th {
  position: relative;
}
/*#ct_matrix th[class*="-head"]:before,*/ #ct_matrix .checkbox-head:before, #ct_matrix .availability-head:before, #ct_matrix .add-to-cart-head:before, #ct_matrix .fuel_efficiency-head:before, #ct_matrix .wet_grip-head:before, #ct_matrix .external_noise-head:before {
                                            top: 6px;
                                          }
.product-attributes table td:nth-child(1), .product-attributes table th:nth-child(1), #ct_matrix td:nth-child(1),#ct_matrix  th:nth-child(1) {
  width: 13%;
}
.product-attributes table td:nth-child(2), .product-attributes table th:nth-child(2), #ct_matrix td:nth-child(2),#ct_matrix  th:nth-child(2) {
  width: 15%;
}
#ct_matrix td:nth-child(2) {
  padding-left: 5px;
}
.product-attributes table td:nth-child(3), .product-attributes table th:nth-child(3), #ct_matrix td:nth-child(3),#ct_matrix  th:nth-child(3) {
  width: 9%;
}
.product-attributes table td:nth-child(4), .product-attributes table th:nth-child(4), #ct_matrix td:nth-child(4),#ct_matrix  th:nth-child(4) {
  width: 7%;
}
.product-attributes table td:nth-child(5), .product-attributes table th:nth-child(5), #ct_matrix td:nth-child(5),#ct_matrix  th:nth-child(5) {
  width: 7%;
}
.product-attributes table td:nth-child(6), .product-attributes table th:nth-child(6), #ct_matrix td:nth-child(6),#ct_matrix  th:nth-child(6) {
  width: 7%;
}
.product-attributes table td:nth-child(7), .product-attributes table th:nth-child(7), #ct_matrix td:nth-child(7),#ct_matrix  th:nth-child(7) {
  width: 7%;
}
.product-attributes table td:nth-child(8), .product-attributes table th:nth-child(8), #ct_matrix td:nth-child(8),#ct_matrix  th:nth-child(8) {
  width: 7%;
}
.product-attributes table td:nth-child(9), .product-attributes table th:nth-child(9), #ct_matrix td:nth-child(9),#ct_matrix  th:nth-child(9) {
  width: 7%;
}
.product-attributes table td:nth-child(10), .product-attributes table th:nth-child(10), #ct_matrix td:nth-child(10),#ct_matrix  th:nth-child(10) {
  width: 7%;
}
.product-attributes table td:nth-child(11), .product-attributes table th:nth-child(11), #ct_matrix  table td:nth-child(11),#ct_matrix  th:nth-child(11) {
  width: 11%;
}
.product-attributes table td:nth-child(12), .product-attributes table th:nth-child(12), #ct_matrix  td:nth-child(12) ,#ct_matrix th:nth-child(12) {
  width: 11%;
}
/*product page tables*/
#product #ct_pagination{
  box-shadow: none;
}
/*Comments block*/
.open-comment-form {
  white-space: normal;
}
#product_comments_block_tab .comment_author_infos {
  padding-top: 0;
}
#product_comments_block_tab div.comment div.comment_author {
  width: auto;
  padding-right: 0;
  line-height: 20px;
}
#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4 {
  font-weight: normal;
}
#product_comments_block_tab div.comment_details p {
  font-size: 12px;
}
#product_comments_block_tab .comment_author_infos em {
  font-size: 12px;
}
/*comments block*/
/*product page*/
/*Pagination*/
/*pagination*/
/*products*/

/*Simple page*/
body:not(#category):not(#product) #main {
  padding-top: 35px;
}
body:not(#category):not(#product) .page-header {
  text-align: center;
}
p {
  color: #232323;
}
/*simple page*/
/*Login page*/
#authentication .input-group-btn>.btn[data-action=show-password] {
  padding: 0.79rem 1rem;
}
#authentication {
  /*font-size: 15px;*/
}
/*login page*/
/*Search page*/
#search #products .products-selection {
  /*display: none;*/
}
.search-product-cat {
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-bottom: 8px;
}
/*search page*/
/*Footer*/
.draugiem {
  background-image: url(../images/icon_draugiem.png);
  background-size: 20px 20px!important;
}
.block-social li a {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.block-social ul li:before {
  height: 100%;
  width: 100%;
  display: block;
  filter: brightness(1000%);
}
.draugiem:before {
  background-image: url(../images/icon_draugiem.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  content: "";
}
/*Footer logo block*/
.footer-top-logo {
  margin-bottom: -34px;
}
.footer-top-logo img {
  vertical-align: top;
}
.wrapper-below {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.footer-container {
  padding-top: 30px;
  margin-top: 0;
}
/*footer logo block*/
/*Footer social*/
.block-social li, .footer-container li a, .footer-container li a:hover, .block-social li:hover {
  background-color: transparent!important;
}
.block-social ul li:before, .block-social ul li {
  position: relative;
  z-index: 1;
}
.block-social ul li:before {
  z-index: 2;
}
.block-social ul li:after {
  content: "";
  position: absolute;
  background: #ccc;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: -1;
  transform: skew(-20deg);
  border-radius: 5px;
}

.block-social ul li:hover:after {
  background-color: #ff0606;
}
/*footer social*/
.footer-container li a:hover {
  color: #67c1a8;
}

/*footer*/
/*********************** RDP *************************/
/********************** RDP *************************/
/********************** RDP *************************/



.product-main-details{
  background: #fff;
  padding:15px 15px 0 15px;
}

#top-menu {
  margin-top: 0;
}

#top-menu:after {
  content: '';
  display: table;
  clear: both;
}
#header .header-top .menu {
  padding: 0 !important;;
}
#header .header-top .menu>ul>li {
  margin-right: 20px
}
#header .header-top .menu>ul>li:last-child {
  margin-right: 0;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
  float: none;
}

.header-top .search-widget {
  margin-top: 0;
  float: left;
  position: relative;
  z-index: 2;
  margin-left: -25px;
}


/*CSS PRODUCT IMAGE*/
/*.product_show_list .thumbnail-container { position: relative; }
.product_show_list .thumbnail-container:hover > a:first-of-type {
	display: block !important;
	position: absolute;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	z-index: 100;
	bottom: 35px;
	padding: 7px;
}
.product_show_list .thumbnail-container:hover > a:first-of-type:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-bottom: 11px solid transparent;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	position: absolute;
	bottom: -22px;
	margin: auto;
	left: 0;
	right: 0;
}
.product_show_list:nth-child(even) .thumbnail-container:hover > a:first-of-type:before {
	border-top: 11px solid #ccc;
}*/

/*CSS PRODUCT IMAGE*/

/* CART */
.atc_spinner {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

/* CART */





/*Adaptive*/

@media (min-width: 1301px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
  #search_filters_wrapper.fixed {
    width: 232px;
  }
  .grid-ex {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width:1300px) {
  ul#top-menu>li>a.dropdown-item {
    padding: 0px 21px 0 19px;
  }
  ul#top-menu>li>a.dropdown-item:lang(lv) {
    padding: 0 18px 0 19px;
  }
  ul#top-menu>li>a.dropdown-item:lang(ru) {
    padding: 0 9px 0 19px;
  }
  #header .header-top .menu>ul>li {
    margin-right: 20px;
  }
  #category #products.fixed .products-selection, #category #products.fixed .table-top {
    width: 670px;
  }
  #ct_matrix.fixed thead tr.ct_matrix_head {
    width: 659px;
  }
}
@media (min-width: 1200px) and (max-width:1300px) {
  .header-top .search-widget {
    margin-left: 17px;
  }
  .grid-ex {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1200px) {
  .row-menu {
    margin-top: 0px;
    /*padding-left: 360px;*/
  }
  #category.category-id-21 #search_filters>div>h4:first-child > span {
    width: 50% !important;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .row-menu {
    padding-top: 25px;
  }
  #header .header-top {
    padding-bottom: 0;
  }
  div.popover {
    top: 225px !important;
  }
  ul#top-menu>li>a.dropdown-item {
    padding: 0 22px !important;
  }
  a.dropdown-item:before {
    content: none !important;
  }
  #top-menu {
    margin-top: 0 !important;
    float: right;
    margin-right: 10px;
  }
  .top-menu .sub-menu {
    top: 180px !important
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #top-menu {
    margin-top: -70px !important;
    float: right;
    margin-right: 10px;
  }
  .top-menu .sub-menu {
    top: 155px !important
  }
}

@media (max-width:1200px) {
  #header .header-top .menu>ul>li {
    margin-right: 15px;
  }
  ul#top-menu>li>a.dropdown-item {
    padding: 0 48px 0 19px;
  }
  ul#top-menu>li>a.dropdown-item:lang(lv) {
    padding: 0 43px 0 19px;
  }
  ul#top-menu>li>a.dropdown-item:lang(ru) {
    padding: 0 34px 0 19px;
  }
  .header-top #search-form {
    width: 758px;
  }
  #category #products.fixed .products-selection, #category #products.fixed .table-top {
    width: 678px;
  }
  #ct_matrix.fixed thead tr.ct_matrix_head {
    width: 667px;
  }
  #search_filters_wrapper.fixed {
    width: 222.5px
  }
}
@media (max-width: 1024px) {
  #header .header-nav {
    margin-left: 128px;
  }
  #header .header-top .menu>ul>li {
    margin-right: 15px;
  }
  .schedule-table.dashboard {
    display: none;
  }

  #mobile-main {
    display: block;
  }
}

/*@media only screen and (max-width : 767px) and (orientation : landscape) {*/
/*    #header .header-nav {*/
/*        margin-left: 128px;*/
/*    }*/
/*    #header .header-top .menu>ul>li {*/
/*        margin-right: 15px;*/
/*    }*/
/*    .schedule-table.dashboard {*/
/*        display: none!important;*/
/*    }*/

/*    #mobile-main {*/
/*        display: block!important;*/
/*    }*/
/*}*/

/*@media only screen and (max-width : 1024px) and (orientation : landscape) {*/
/*    .schedule-table.dashboard {*/
/*        display: block;*/
/*    }*/

/*    #mobile-main {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (min-width: 1024px) {
  .schedule-table.dashboard {
    display: block;
  }

  #mobile-main {
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-category #content-wrapper {
    z-index: 1;
    position: relative;
  }
  body.page-category #search_filters {
    height: 100%;
    position: relative;
    box-shadow: none;
    border-radius: 20px;
    /*margin-top: 10px;*/
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
  }
  .products-selection {
    border: 1px solid #65c2a5;
    margin: 10px -5px 5px;
    border-top-right-radius: 10px;
    padding:7px 0;
    margin-bottom: 0px;
  }
  .product-add-to-cart {
    margin-top: 24px;
    float: right;
  }
  #products article:not(.product_show_list).product-miniature {
    width: calc(22% + 2px);
  }
  /*Filter fixed*/
  #search_filters_wrapper.fixed {
    position: fixed;
    z-index: 10;
    margin-top: 0;
    top: 0;
    min-width: 222.5px;
  }
  #search_filters_wrapper.fixed #search_filters {
    padding-top: 0;
  }
  /*filter fixed*/
}
@media (max-width: 992px) {
  .table-top {
    margin: 0 0 .5em;
  }
  .header-top #search-form {
    width: 561px;
    right: 89px;
  }
  ul#top-menu>li>a.dropdown-item {
    padding: 0px 30px;
    font-size: 21px;
  }
  ul#top-menu>li>a.dropdown-item:lang(lv) {
    padding: 0 36.5px 0 19px;
  }
  ul#top-menu>li>a.dropdown-item:lang(ru) {
    padding: 0px 24px;
  }
  ul#top-menu>li#category-12>a.dropdown-item:before, ul#top-menu>li#category-20>a.dropdown-item:before {
    height: 36px;
    width: 37px;
    background-size:100%;
  }
  #search_filters .js-search-filters-clear-all {
    text-align: left;
  }
  .page-category .main-content {
    background: white;
    margin-bottom: 50px;
  }
  #search_filters {
    box-shadow: none;
    margin-bottom: 0;
  }
  #category #products.fixed .products-selection, #category #products.fixed .table-top {
    width: 690px;
  }
  #category #products.fixed .table-top {
    border-top: 1px solid #65c2a5;
    top: 0;
  }
  #ct_matrix.fixed thead tr.ct_matrix_head {
    width: 660px;
  }
  #search_filters_wrapper.fixed {
    width: 100%;
  }

  /*Product atributes table*/
  .product-attributes [class*="-head"] {
    text-indent: 0;
  }
  .product-attributes [class*="-head"]:before {
    /*content: none;*/
    display: inline-block;
    top: 6px;
    position: relative;
    margin-top: -9px;
    left: -6px;
  }
  /*1-s version*/
  /*.product-attributes table {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      !* align-items: flex-start; *!
      border-radius: 20px;
  }
  .product-attributes table>* {
      width: 50%;
  }
  .product-attributes th:first-of-type {
      border-top-left-radius: 10px;
  }
  .product-attributes th:last-of-type {
      border-bottom-left-radius: 10px;
  }
  .product-attributes td:first-of-type {
      border-top-right-radius: 10px;
  }
  .product-attributes td:last-of-type {
      border-bottom-right-radius: 10px;
  }
  .product-attributes tr {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      border-radius:  10px;
  }
  .product-attributes td, .product-attributes th {
      flex: 1 1 140px;
      border: 0.5px solid #ccc;
      padding:  5px;
  }*/
  /*1-s version*/
  /*Table 2-nd version*/
  .product-attributes table{ display: block; position: relative; width: 100%; }
  .product-attributes thead { display: block; float: left; width: 50%;}
  .product-attributes tbody { display: block; position: relative; overflow-x: auto; white-space: nowrap; width: 50%; }
  #product .product-attributes tbody td, #product .product-attributes thead th { width: 100%; text-align: left; padding-left: 10px; }
  .product-attributes thead tr { display: block; }
  .product-attributes th { display: block; }
  .product-attributes tbody tr { display: inline-block; vertical-align: top; width: 100%;}
  .product-attributes td { display: block; min-height: 1.25em; }
  .product-attributes td {background: #FFF;}
  .product-attributes td:nth-child(odd) { background: #ebebeb; }
  .product-attributes th:nth-child(odd) {	background: #ebebeb; }
  /*table 2-nd version*/
  /*product atributes table*/
}
@media (min-width: 767px) and (max-width: 992px) {
  #products article:not(.product_show_list).product-miniature {
    width: 154px;
  }
}
@media (min-width: 767px) {
  ul#top-menu>li>a.dropdown-item:hover:after {
    background: #ff3617;
  }
  .top-menu .sub-menu {
    border-radius: 10px!important;
    margin-top: 5px;
    margin-left: -11px;
    padding: 15px;
    width: 330px;
    min-width: 150px;
    left: auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  #ct_matrix td, #ct_matrix th {
    padding: 0;
  }
  #ct_matrix {
    margin-top: 30px;
  }

  #products article:not(.product_show_list).product-miniature .thumbnail-container {
    width: 100%;
    height: 230px;
    margin-bottom: 0;
  }
  #products article:not(.product_show_list).product-miniature img {
    margin-left: 0;
    width: 100%;
  }
  #products article:not(.product_show_list) .product-title-hidden {
    text-align: left;
  }
  #products article:not(.product_show_list) .product-price-and-shipping {
    text-align: left;
  }
}

h4.tire-brand-name.grid-t {
  display: flex;
  flex-wrap: wrap;
}

.tire-type-title {
  margin-left: 6px;
  color: black;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  .pak-table {
    overflow-x: scroll;
  }

  .records .main-content {
    margin-bottom: 50px;
    padding: 0;
  }
  #header .header-nav {
    margin-left: 0px;
    border-radius: 0 0 10px 10px;
    padding: 0 15px;
  }
  #header .header-top {
    background:none;
  }
  #top-menu {
    margin-top: 0px;
  }
  #top-menu li a.dropdown-item:before {
    display:none;
  }
  #top-menu li a.dropdown-item {
    text-align: center;
  }
  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding-top:0px;
  }
  #mobile_top_menu_wrapper {
    margin-top: 0px;
    padding-bottom: .625rem;
    background: #d22a1e;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-left: 0px;
    z-index:999;
  }
  #mobile_top_menu_wrapper #top-menu li {
    margin-right: 0;
  }
  .payment-icons {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-top-logo {
    margin-bottom: 0px;
    text-align: center;
  }

  .footer-container .links .title {
    display: none !important;
  }
  .footer-container .links .collapse {
    display: block !important;
    background: transparent;
  }
  .footer-container .links ul>li {
    border: none;
    font-weight: normal;
  }
  .header-top .search-widget {
    width: 100%;
  }
  .header-top #search-form {
    display:block !important;
    width: calc( 100% - 114px ) !important;
  }
  .language-selector-wrapper, #header .header-nav .user-info, #header .header-nav .blockcart {
    padding-top: 16px;
  }
  .language-selector-wrapper {
    text-align: center;
    margin-left: 0;
    color: #ffffff !important;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
    height: 50px;
    text-transform: lowercase;
    font-style: italic;
  }
  .language-selector-wrapper select {
    background: #f6f6f6;
    padding: 5px;
  }
  #header .header-nav .blockcart {
    height: 50px;
  }
  .top-banner-info {
    max-width: none;
    margin-right: 0;
  }
  .header-top #search_widget.search-widget {
    margin-left: -3px;
    margin-top: 10px;
  }
  #products article:not(.product_show_list) img {
    display: block;
    margin: auto;
  }
  #products article:not(.product_show_list) .product-description {
    margin: auto;
    display: block;
    width: 100%;
    height: 60px;
  }
  #products article:not(.product_show_list).product-miniature {
    width: 45%;
  }
  #products .thumbnail-container .product-description {
    box-shadow: none;
  }
  #products article:not(.product_show_list) .thumbnail-container {
    width: 100%;
    height: 220px;
    margin-bottom: 0px;
  }
  #products .products {
    margin: 0;
  }
  div#js-product-list {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .product_show_list .product-price-and-shipping:before, .table-top .table-cell:nth-child(1) {
    width: 25%;
  }
  .products.row {
    /*min-width: 643px;*/
    width: 100%;
  }

  /*.facet--availability {*/
  /*  display: none;*/
  /*}*/


  /* WINTER TYRES */
  body:not(.category-id-14) .table-top .table-cell:nth-child(1), body:not(.category-id-14) .product_show_list .product-price-and-shipping:before {
    width: 38%;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(2), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(1) {
    width: 7%;
    font-size: 10px;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(3), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(2) {
    width:  14%;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(4), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(3) {
    width: 17%;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(5), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(4) {
    width:  14%;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(6), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(5) {
    width:  14%;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(7), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(6) {
    width: 14%;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(8), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(8) {
    width: 10%;
    font-size: 10px!important;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(9), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(10) {
    width: 10%;
    font-size: 10px;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(10), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(11) {
    width: 20%;
    font-size: 10px;
  }
  body:not(.category-id-14) .table-top .table-cell:nth-child(11), body:not(.category-id-14) .product_show_list .product-price-and-shipping>*:nth-child(12) {
    width: 15%;
  }
  /* WINTER TYRES */

  /* SUMMER TYRES */
  .category-id-14 .table-top .table-cell:nth-child(1) {
    width: 27%;
  }
  .category-id-14 .product_show_list .product-price-and-shipping:before {
    width: 51%;
  }
  .category-id-14 .table-top .table-cell:nth-child(2), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(1) {
    width: 8%;
    font-size: 10px;
  }
  /*	.category-id-14 .table-top .table-cell:nth-child(3), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(2) {
          width: 17%;
      }
      .category-id-14 .table-top .table-cell:nth-child(4), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(3) {
          width:  14%;
      }
      .category-id-14 .table-top .table-cell:nth-child(5), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(4) {
          width:  14%;
      }
      .category-id-14 .table-top .table-cell:nth-child(6), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(5) {
          width: 14%;
      }*/
  .category-id-14 .table-top .table-cell:nth-child(7), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(6) {
    width: 10%;
    font-size: 10px!important;
  }
  .category-id-14 .table-top .table-cell:nth-child(8) {
    width: 10%;
    font-size: 10px;
  }
  .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(7), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(9) {
    width: 10%;
    font-size: 10px;
  }
  .category-id-14 .table-top .table-cell:nth-child(9) {
    width: 7%;
    font-size: 10px;
  }
  .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(10) {
    width: 19%;
    font-size: 10px;
  }
  .category-id-14 .table-top .table-cell:nth-child(11), .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(12) {
    width: 14%;
  }
  .category-id-14 .product_show_list .product-price-and-shipping>*:nth-child(11) {
    width: 15%;
  }
  /* SUMMER TYRES */

  /* MOTO + ATV TYRES */
  body.category-id-16 .table-top .table-cell:nth-child(1), body.category-id-16 .product_show_list .product-price-and-shipping:before, body.category-id-17 .table-top .table-cell:nth-child(1), body.category-id-17 .product_show_list .product-price-and-shipping:before {
    width: 40%;
  }
  body.category-id-17 .table-top .table-cell:nth-child(4), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(4), body.category-id-16 .table-top .table-cell:nth-child(4), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(4) {
    width:  12%;
  }
  body.category-id-17 .table-top .table-cell:nth-child(5), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(7), body.category-id-16 .table-top .table-cell:nth-child(5), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(6) {
    width:  12%;
  }
  body.category-id-17 .table-top .table-cell:nth-child(6), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(8), body.category-id-16 .table-top .table-cell:nth-child(6), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(7) {
    width: 30%;
  }
  body.category-id-17 .table-top .table-cell:nth-child(7), body.category-id-17 .product_show_list .product-price-and-shipping>*:nth-child(9), body.category-id-16 .table-top .table-cell:nth-child(7), body.category-id-16 .product_show_list .product-price-and-shipping>*:nth-child(8){
    width: 15%;
    font-size: 10px!important;
  }
  body.category-id-16 .table-top .table-cell:nth-child(7), body.category-id-17 .table-top .table-cell:nth-child(7) {
    margin-left: 40px;
  }
  /* MOTO + ATV TYRES */

  #category #search_filter_toggler {
    margin-top: 8px;
  }
  #category #products.fixed .products-selection, #category #products.fixed .table-top {
    width: 480px;
  }
  #ct_matrix.fixed thead tr.ct_matrix_head {
    width: 480px;
  }
  /* RIMS */
  body.category-id-21 .product_show_list .product-price-and-shipping:before, body.category-id-22 .product_show_list .product-price-and-shipping:before, body.category-id-23 .product_show_list .product-price-and-shipping:before, body.category-id-24 .product_show_list .product-price-and-shipping:before {
    width: 40%;
  }
  body.category-id-21 .table-top .table-cell:nth-child(3), body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(3),
  body.category-id-22 .table-top .table-cell:nth-child(3), body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(3),
  body.category-id-23 .table-top .table-cell:nth-child(3), body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(3),
  body.category-id-24 .table-top .table-cell:nth-child(3), body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(3){
    width: 12%;
  }

  body.category-id-21 .table-top .table-cell:nth-child(4), body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(5),
  body.category-id-22 .table-top .table-cell:nth-child(4), body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(5),
  body.category-id-23 .table-top .table-cell:nth-child(4), body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(5),
  body.category-id-24 .table-top .table-cell:nth-child(4), body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(5){
    width: 12%;
  }
  body.category-id-21 .table-top .table-cell:nth-child(5), body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(6),
  body.category-id-22 .table-top .table-cell:nth-child(5), body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(6),
  body.category-id-23 .table-top .table-cell:nth-child(5), body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(6),
  body.category-id-24 .table-top .table-cell:nth-child(5), body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(6){
    width:  30%;
  }
  body.category-id-21 .table-top .table-cell:nth-child(6), body.category-id-21 .product_show_list .product-price-and-shipping>*:nth-child(7),
  body.category-id-22 .table-top .table-cell:nth-child(6), body.category-id-22 .product_show_list .product-price-and-shipping>*:nth-child(7),
  body.category-id-23 .table-top .table-cell:nth-child(6), body.category-id-23 .product_show_list .product-price-and-shipping>*:nth-child(7),
  body.category-id-24 .table-top .table-cell:nth-child(6), body.category-id-24 .product_show_list .product-price-and-shipping>*:nth-child(7){
    width:  15%;
  }
  /* RIMS  */

  .product_show_list .product-title a {
    width: 100px;
  }
  .category-jauni-lietie-diski .product_show_list .product-title a, .category-kvadru-diski .product_show_list .product-title a, .category-terauda-diski .product_show_list .product-title a, .category-lietoti-lietie-diski .product_show_list .product-title a {
    width: 180px;
  }
  .category-motociklu-riepas .product_show_list .product-title a {
    width: 150px;
  }
  .category-kvadru-riepas .product_show_list .product-title a {
    width: 170px;
  }
  .products .sortable[data-filter*=".regular-price"]:before, .products .sortable[data-filter*=".price"]:before {
    top: 12px;
  }
  .dot {
    margin-left: 4px;
  }
  .products .product-description .grid-cart-btn i, #ct_matrix .ct_submit i {
    font-size: 13px;
    line-height: 10px;
  }
  .products .product-description .grid-cart-btn, #ct_matrix .ct_submit {
    width: 17px;
    height: 17px;
  }
  .product_show_list .product-title a, .product_show_list .product-description {
    font-size: 8pt !important;
  }
}

@media (max-width: 550px) {
  #category #products.fixed .products-selection, #category #products.fixed .table-top {
    width: 94%;
  }
  #ct_matrix.fixed thead tr.ct_matrix_head {
    width: 94%;
  }
}
@media (max-width: 406px) {
  #products article:not(.product_show_list).product-miniature {
    width: 216px;
    margin: 10px auto 0 auto;
  }
  .table-link-title {
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    text-overflow: ellipsis;
  }
}
/*adaptive*/

#products article:not(.product_show_list).hidden {
  display: none;
}

#products .hide-price article:not(.product_show_list) .product-description .price {
  display: none;
}

.dot {
  height: 16px;
  width: 16px;
  /*	background-color: #4cbb6c; */
  border-radius: 50%;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: -5px;
  margin-right: 6px;
  border: 1px solid #00000045;
}
.table-cell.availability {
  background-image: url(../images/ikonas_tabulai.png);
  width: 23px !important;
  height: 23px !important;
  text-indent: -9999px;
  direction: ltr;
  background-repeat: no-repeat;
}
th.cth_availability.moto {
  background: url(https://i.imgur.com/vL4CODy.png) left 26px center no-repeat !important;
}
th.cth_availability.auto {
  background: url(https://i.imgur.com/vL4CODy.png) left -4px center no-repeat !important;
}
th.cth_availability.quadr {
  background: url(https://i.imgur.com/vL4CODy.png) left 24px center no-repeat !important;
}
.ctd_availability .dot {
  margin-left: 0;
}
.table-cell.availability::before {
  left: -2px;
  top: 8px;
}
.dot .sort-order {
  display: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.dot.red {
  background-color: lightgrey;
  color: lightgrey;
}
.dot.green {
  background-color: #4cbb6c;
  color: #4cbb6c;
}

.dot.green.yellow {
  background-color: #4cbb6c;
  color: #4cbb6c;
}

.dot.yellow {
  background-color: #FFFF00;
  color: #FFFF00;
}
.dot.half-green {
  background-color: #4cbb6c;
  border-radius: 0 16px 16px 0;
  width: 10px;
  color: #4cbb6c;
  margin-left: 11px;
}
.dot.half-yellow {
  background-color: #FFFF00;
  border-radius: 0 16px 16px 0;
  width: 10px;
  margin-left: 11px;
  color: #FFFF00;
}

.dot.half-green.half-yellow, .dot.half-green.yellow {
  background: linear-gradient( -90deg, #FFFF00 50%, #4cbb6c 50% );
  border-radius: 50%;
  margin-left: 7px;
  width: 16px;
}

.atc_div .dot.half-green {
  margin-left: 12px;
}

.atc_div .dot.half-yellow {
  margin-left: 12px;
}

.ctd_availability .atc_div .dot.half-green {
  margin-left: 6px;
}

.ctd_availability .atc_div .dot.half-yellow {
  margin-left: 6px;
}

.busy {
  cursor: wait !important;
}
.busy .busy_bgr {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.busy .busy_bgr > div {
  background-image: url('../images/round-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: auto;
}
.busy .photocheckout-wrap .busy_img {
  background: none;
}
.busy :not(.busy_bgr):not(.busy_img) {
  opacity: 0.7;
}
.busy > * {
  pointer-events: none !important;
}

/*Popup*/
.popup input {
  border: 1px solid #65c2a5;
  border-radius: 0;
  font-weight: bold;
  color: #555555;
  background-color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
}
.popup input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.popup input.val-failed {
  border-color: red;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(220, 20, 60, 0.6);
  outline: 0 none;
}
.popup input:disabled {
  border-color: #eaece9;
}

.popup .popup-close{
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  cursor: pointer;
}
.popup .location-wraper {
  float: left;
  margin: 0 15px 15px 0;
}
.popup .location-wraper input {
  height: 15px;
  display: inline-block;
  margin-right: 7px;
}
.popup .top-long-fields {
  height: 51px !important;
  width: 100% !important;
}
.popup .top-long-fields input {
  float: left;
  margin-left: 10px;
}
.popup .top-long-fields input[name="prod"] {
  width: 400px;
}

.popup .top-long-fields input[name="qty"] {
  width: 50px !important;
  padding: 0;
  padding-left: 5px;
}
.popup .top-long-fields input[name="price"] {
  width: 100px !important;
}
.popup .bottom-long-fields {
  height: 50px;
  width: 547px;
}
.popup .bottom-long-fields span {
  float: left;
  margin: 0 10px;
  font-size: 20px;
  padding-top: 5px;
  color: black;
  font-weight: bold;
}
.popup .bottom-long-fields input {
  float: left;
  margin-left: 10px;
}
.popup .bottom-long-fields input[name="total"] {
  float: right;
  margin-left: 10px;
  width: 100px;
  right: 28px;
  position: absolute;
}
.popup .bottom-long-fields input[name="price_montage"] {
  width: 100px;
}
.popup .bottom-long-fields input[name="total"] {
  width: 100px;
}
.popup input[type="checkbox"] + label {
  float: left;
  display: block;
  height: 22px;
  width: 22px;
  position: relative;
  top: 5px;
}
.popup textarea {
  float: right;
  height: 140px;
  position: relative;
  top: -34px;
  width: 350px;
  background-color: #fff;
  border: 1px solid #65c2a5;
  border-radius: 0;
  color: #555555;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;
  padding: 6px 12px;
}

.popup .top-long-fields > label {
  font-size: 9pt;
  font-weight: bold;
  position: absolute;
  top: 5px;
}

.popup .top-long-fields > label[for='qty'] {
  right: 148px;
}

.popup .top-long-fields > label[for='price'] {
  right: 60px;
}

.popup label[for='total'] {
  position: relative;
  left: 162px;
  top: 5px;
  font-weight: bold;
}
.popup .button, .popup-exit {
  padding: 7px;
  color: #ffffff!important;
  font-weight: 600;
  letter-spacing: 2px;
  background: #d2291d;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  border: 2px solid #d2291d;
  width: 202px;
  margin-left: 67px;
  /* height: 57px; */
  margin-top:  15px;
  text-align:  center;
}
.popup .button:hover, .popup-exit:hover {
  background: #ff3617;
}
/*popup*/
/*Tooltip*/
.ui-tooltip-content {
  line-height: 15px;
  font-size: 15px;
}
.ui-tooltip-content p {
  margin-bottom: 0px;
}
/*tooltip*/

.facet-dropdown .tire-brand, .facet-dropdown .tire-model, .facet-dropdown .tire-diameter {
  border: none;
  /*max-width: 170px;*/
}

.facet-dropdown .tire-width, .facet-dropdown .tire-height, .facet-dropdown .tire-radius {
  border: none;
  /*max-width: 30px;*/
}

.facet-dropdown .tire-brand + i, .facet-dropdown .tire-width + i, .facet-dropdown .tire-height + i, .facet-dropdown .tire-radius + i {
  height: 32px;
  line-height: 32px;
}

td.slot button.free-slot-link {
  width: 100%;
  border: none;
  background: #e0ffe0;
  cursor: pointer;
  font-size: 13px;
}

td.slot button.offer-slot-link {
  width: 100%;
  border: none;
  background: #ffaf40;
  cursor: pointer;
  height: 23px;
}

td.slot.slot-gray {
  background: #E0E0E0;
  text-align: center;
}

td.slot.slot-gray-free {
  background: #E0E0E0;
  text-align: center;
  color: grey;
}

/*td.slot.slot-free {*/
/*    background: #e0ffe0;*/
/*    text-align: center;*/
/*}*/

td.slot.slot-taken {
  background: #a0e0ff;
  text-align: center;
  /*height: 24px;*/
  /*line-height: 28px;*/
  /*pointer-events: none;*/
}

td.slot.slot-taken a {
  color: black;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  padding: 5px 71px;
  font-size: 1rem;
  border-radius: 0;
}

.table td, .table th {
  padding: 0!important;
}

td.header-time {
  -webkit-text-stroke-width: thin;
  line-height: 30px;
  text-align: center;
  padding-left: 5px!important;
  padding-right: 5px!important;
  pointer-events: none;
}

td.slot {
  height: 24px;
  font-size: 13px;
}


th.header {
  text-align: center;
}

.spacer {
  overflow: hidden;
  width: 2px;
}

.spacer1 {
  width: 2px;
  background: gray;
  height: 30px!important;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: none;
  position: relative;
  right: 10px;
}

.table-bordered button.btn.btn-grey {
  padding: 5px 87px;
  pointer-events: none;
}

#reservation .modal-open .modal {
  overflow-y: hidden;
}

/*.modal#slotModal {*/
/*  overflow: hidden;*/
/*}*/

.modal-background {
  background: black;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

#reservation .modal-dialog {
  -webkit-transform: translateY(0%)!important;
  transform: translateY(0%)!important;
}

@media (max-width: 575px) {
  .modal-content {
    top: 5px!important;
  }

  .reservation-modal-dialog {
    margin: 0;
  }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  button#mobile-submit-reservation {
    width: 100%;
    padding: 5px 0px;
  }

  button#mobile-close-modal {
    width: 100%;
    padding: 5px 0px;
  }

}

.tire-brand-name {
  cursor: default;
  margin-bottom: 0;
  padding-top: 10px;
  margin-left: 10px;
  align-self: baseline;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 576px) {

  .page-category .main-content {
    border-radius: 15px;
  }

  .tire-brand-name {
    margin-left: 0;
  }

  .tire-tread, .card-title-text {
    width: 201px !important;
  }
  .image-grid-overflow {
    height: 185px !important;
  }

  #reservation .modal-dialog {
    max-width: 800px!important;
    /*margin: 320px auto;*/
  }

  label[for="mobile-brand"] {
    text-align: left;
  }

  button#mobile-submit-reservation {
    width: 100%;
    padding: 5px 0px;
  }

  button#mobile-close-modal {
    width: 100%;
    padding: 5px 0px;
  }

  .modal-content {
    top: 5px;
  }

  .card.cart-summary .checkout .btn {
    /*padding: 5px 26px!important;*/
    padding: 5px 17px!important;
  }
}

section#main form div#service {
  margin-left: 20px;
}

form textarea {
  resize: none;
}

.reservation-table, .reservation-title {
  transition: all 0.25s ease-out;
}

.loading-block {
    width: 100%;
    height: 100%;
    z-index: 999999999!important;
    position: fixed;
}

.loading-block .loading-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    padding: 30px 30px 0 0;
}

.loading-block-content {
    background: #00000070;
    width: 100%;
    height: 100%;
    z-index: 999999999!important;
    position: fixed;
}

.loading-block-content .loading-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wait-loading {
    overflow-y: hidden!important;
}

svg.machine {
    width: 6%;
}

.small-shadow, .medium-shadow, .large-shadow {
    fill: rgba(0, 0, 0, 0.05); }

.small {
    -webkit-animation: counter-rotation 2.5s infinite linear;
    -moz-animation: counter-rotation 2.5s infinite linear;
    -o-animation: counter-rotation 2.5s infinite linear;
    animation: counter-rotation 2.5s infinite linear;
    -webkit-transform-origin: 100.136px 225.345px;
    -ms-transform-origin: 100.136px 225.345px;
    transform-origin: 100.136px 225.345px;
    fill: white; }

.small-shadow {
    -webkit-animation: counter-rotation 2.5s infinite linear;
    -moz-animation: counter-rotation 2.5s infinite linear;
    -o-animation: counter-rotation 2.5s infinite linear;
    animation: counter-rotation 2.5s infinite linear;
    -webkit-transform-origin: 110.136px 235.345px;
    -ms-transform-origin: 110.136px 235.345px;
    transform-origin: 110.136px 235.345px; }

.medium {
    -webkit-animation: rotation 3.75s infinite linear;
    -moz-animation: rotation 3.75s infinite linear;
    -o-animation: rotation 3.75s infinite linear;
    animation: rotation 3.75s infinite linear;
    -webkit-transform-origin: 254.675px 379.447px;
    -ms-transform-origin: 254.675px 379.447px;
    transform-origin: 254.675px 379.447px;
    fill: white; }

.medium-shadow {
    -webkit-animation: rotation 3.75s infinite linear;
    -moz-animation: rotation 3.75s infinite linear;
    -o-animation: rotation 3.75s infinite linear;
    animation: rotation 3.75s infinite linear;
    -webkit-transform-origin: 264.675px 389.447px;
    -ms-transform-origin: 264.675px 389.447px;
    transform-origin: 264.675px 389.447px; }

.large {
    -webkit-animation: counter-rotation 5s infinite linear;
    -moz-animation: counter-rotation 5s infinite linear;
    -o-animation: counter-rotation 5s infinite linear;
    animation: counter-rotation 5s infinite linear;
    -webkit-transform-origin: 461.37px 173.694px;
    -ms-transform-origin: 461.37px 173.694px;
    transform-origin: 461.37px 173.694px;
    fill: white; }

.large-shadow {
    -webkit-animation: counter-rotation 5s infinite linear;
    -moz-animation: counter-rotation 5s infinite linear;
    -o-animation: counter-rotation 5s infinite linear;
    animation: counter-rotation 5s infinite linear;
    -webkit-transform-origin: 471.37px 183.694px;
    -ms-transform-origin: 471.37px 183.694px;
    transform-origin: 471.37px 183.694px; }

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to   {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}

@-webkit-keyframes counter-rotation {
    from {-webkit-transform: rotate(359deg);}
    to   {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes counter-rotation {
    from {-moz-transform: rotate(359deg);}
    to   {-moz-transform: rotate(0deg);}
}
@-o-keyframes counter-rotation {
    from {-o-transform: rotate(359deg);}
    to   {-o-transform: rotate(0deg);}
}
@keyframes counter-rotation {
    from {transform: rotate(359deg);}
    to   {transform: rotate(0deg);}
}



#reservation #brand::placeholder, #reservation #model::placeholder, #reservation #phone::placeholder, #reservation #email::placeholder, #reservation #reg_nr::placeholder {
  color: red;
  opacity: 0.5;
}

.mobile-body #mobile-brand::placeholder, .mobile-body #mobile-model::placeholder, .mobile-body #mobile-phone::placeholder, .mobile-body #mobile-email::placeholder {
  color: red;
  opacity: 0.5;
}

#service {
  margin-left: 0px;
}

.required-input {
  border: 1px solid red;
  color: red;
}

.card.cart-summary .checkout .btn {
  padding: 5px 34px;
}

.blockVisible {
  display: block!important;
}

.size-dropdown input[value]:focus, .size-dropdown i:focus {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}

.size-dropdown input[value]::selection, .size-dropdown i::selection {
  background: transparent;
}

.size-dropdown input[value]::-moz-selection, .size-dropdown i::-moz-selection {
  background: transparent;
}

.size-dropdown .dropdown-menu::selection, .size-dropdown .dropdown-menu a.select-list::selection {
  background: transparent;
}

.size-dropdown .dropdown-menu::-moz-selection, .size-dropdown .dropdown-menu a.select-list::-moz-selection {
  background: transparent;
}

.reservation-table .spacer {
  width: 1em;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  overflow: hidden;
}

.reservation-table th.header {
  font-weight: bold;
  border-bottom: 2px solid black;
}

.reservation-table th.header-spacer {
  font-weight: bold;
  border-bottom: 2px solid black;
  width: 12px;
  padding: 0;
  margin: 0;
  vertical-align: top;
  overflow: hidden;
}

.reservation-table .centerer {
  width: 7.75em;
}

.reservation-table .slot-closed {
  color: black;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background: #ffB0B0;
}

.product-line-grid {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  width: 100%;
}

.product-line-grid-body {
  word-break: break-word;
}

.cart-card {
  margin: 20px auto;
  padding: 20px;
}

.required-field {
  color: red;
}

.person-status-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.person-status-item {
  flex-grow: 4;
  padding: 10px 0;
}

.reveal-if-active {
  display: none;
}

.cart-checkboxes-card {
  padding: 20px;
}

.cart-header {
  width: 85%;
  margin: 20px auto;
}

.checkout-table .field {
  font-weight: bold;
  width: 20%;
}

.registration_number_error {
  color: red;
  display: none;
}

.checkout-table tr {
  background-color: #ededed;
}

.checkout-table td, .checkout-table thead tr th {
  padding: 5px !important;
}

.checkout-table .table-hover tbody tr:hover {
  background-color: #d7d7d7;
}

.checkout-table-empty {
  background-color: white;
}

.text-center {
  text-align: center !important;
}

.btn-checkout-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}

.table-responsive {
  overflow: hidden;
}

.btn-checkout {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0;
  text-align: center;
  justify-content: center;
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0;
}

.btn-checkout-primary {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0;
  text-align: center;
  justify-content: center;
  display: inline-block;
  line-height: 1.25;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 0;
  background-color: #68c0a8;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  color: white;
  border: none;
}

.btn-checkout-primary:hover {
  background: #74d6bb;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none!important;
}

.cart-delivery-choice {
  padding: 1rem;
}

.cart-delivery-option{
  margin-top: 20px;
  display: none;
}

.cart-delivery-label {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  text-align: left;
}

.cart-delivery-label input {
  position: absolute;
  left: -9999px;
}

.cart-delivery-label input:checked + span {
  background-color: #d6ebeb;
}

.cart-delivery-label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #68c0a8;
}

.cart-delivery-label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}

.cart-delivery-label span:hover {
  background-color: #d6ebeb;
}

.cart-delivery-label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #68c0a8;
}

.custom-select {
  background-size: 8px 10px !important;
  background: #fff url("/public/images/dropdown-arrows.svg") no-repeat right .75rem center;
}

.cart-tire-name {
  font-size: 14px;
  display: block;
}

.cart-item-table {
  padding: 16px;
  width: 100%;
}

.qty-item {
  margin-left: 0.5rem;
  align-self: center;
}

.cart-item-container {
  display: flex;
  flex-wrap: nowrap;
}

.cart-item-name {
  flex-grow: 1;
  align-self: center;
}

.cart-item {
  flex-grow: 1;
}

.tire-price {
  margin-left: 1rem;
  align-self: center;
  min-width: 3rem;
}

.cart-trash {
  align-self: center;
}

.cart-item-name-container {
  display: flex;
}

.cart-item-name-item {
  flex-wrap: wrap;
  flex-grow: 12;
}
.tire-price-red {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #d8261c;
}

th.tire-price-red {
  font-weight: bold;
}

.checkout-button {
  text-align: center;
}

.cart-dialog-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cart-dialog-button-item {
  width: 49%;
  padding: 2% 1%;
}

.cart-dialog-button {
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

.tire-table-icon {
  content: "";
  background-image: url(../images/ikonas_tabulai.png);
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
}

.icon-tire-sound {
  background-position: -82px 0;
}

.icon-tire-rain {
  background-position: -52px 0;
}

.icon-tire-fuel {
  background-position: -24px 0;
}

.icon-question {
  background-position: -2px 0;
}

.cart-shopping-button, .grid-cart-btn {
  background-color: #aeaeae;
  color: #fff;
  border: none;
  cursor: pointer;
}

.cart-shopping-button:hover, .grid-cart-btn:hover {
  background-color: #56a78d;
}

.cart-shopping-button:active, .grid-cart-btn:active {
  background-color: #407866;
}

.tires-table {
  font-size: 11px;
  color: #4a4a4a;
  background: rgba(0, 0, 0, .05);
}

.tire-table-checkbox {
  vertical-align: top;
  margin: 3px;
  width: 13px;
}

.tires-table.table td, .tires-table.table th {
  vertical-align: middle;
}

.table-tire-name-cell {
  width: 26%;
}

.table-tire-desc-cell {
  width: 160px;
}

.tire-table-link {
  color: black;
  display: flex;
  white-space: nowrap;
}

.tire-table-text-wrap {
  background-color: transparent;
}

.tires-thead {
  background: #65c2a5;
  color: white;
}

.selected {
  background: #74d6bb !important;
  color: white;
}
tr.selected td a {
  color: black;
}

#store-price-button, #store-sale-button {
  cursor: pointer;
}

.tires-table-body:last-child {
  background: red;
}

.tire-table-row {
  vertical-align: middle;
}

@keyframes search-filter-spinner {
  100%{
    transform: rotate(360deg);
  }
}

.search-filter-loader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0000003d;
  border-radius: 5%;
  z-index: 2;
}

.search-filter-loader .search-filter-loader-spinner {
  width: 100px;
  height: 100px;
  border: 10px solid indianred;
  border-radius: 50%;
  margin: auto;
  margin-top: 30%;
  border-right-color: transparent;
  animation: search-filter-spinner 1s linear infinite;
}

.search-filter-loader .search-filter-loader-spinner .search-filter-loader-spinner {
  width: 80px;
  height: 80px;
  border: 10px solid indianred;
  border-radius: 50%;
  margin: auto;
  border-right-color: transparent;
  animation: search-filter-spinner 0.5s linear infinite reverse;
}


.table-spacer-right {
  border-right: 2px solid black;
}

/* PIERAKSTA TABULA */

.schedule-table {
  margin: 0 auto;
  font-style: normal;
}

.schedule-table .col-md-7, .schedule-table .col-md-5 {
  padding: 0;
}

.schedule-table h1:nth-child(1) {
  margin-top: 40px;
}
.records {
  /*padding-left: 200px!important;*/
  /*padding-right: 200px!important;*/
}

@media (min-width: 1366px) {
  /*#mobile-main {*/
  /*  display: none;*/
  /*}*/
  .records {
    width: 1230px;
    /*padding-left: 200px!important;*/
    /*padding-right: 200px!important;*/
  }
  .card.cart-summary .checkout .btn {
    /*padding: 5px 34px!important;*/
    padding: 5px 20px!important;
  }

}

@media (max-width: 1366px) {

  .modal-dialog {
    width: 100%;
  }

  .records {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.table-ulbroka .slot {
  width: 26%;
}

.available-slot {
  background: #e0ffe0;
  text-align: center;
  width: 263px;
}

.closed-slot {
  background: #ffB0B0;
  text-align: center;
  font-size: 13px;
}

.taken-slot {
  background: #a0e0ff;
  text-align: center;
  /*width: 300px;*/
}

.taken-slot.time-taken-moto {
    background: #27d765;
}

.taken-slot.time-taken-ac {
    background: #f3ef72;
}

.time-taken-half .taken-slot {
    background: #e0ffe0;
    text-align: center;
    /*width: 300px;*/
}

.time-slot {
  background: white;
  text-align: center;
  width: 8%;
  font-size: 14px;
}

/*td.slot-empty {*/
/*  width: 50%;*/
/*}*/

td.header-empty {
  width: 0;
}

.table-ulbroka tbody, .table-ulbroka thead{
  border-right: 2px solid black;
}

.schedule-table .container .row .col-7, .schedule-table .container .row .col-5 {
  padding: 0;
}

.available-slot a {
  color: black;
  text-decoration: none;
}

.title {
    text-align: center;
    border-bottom: 2px solid black;
    height: 35px;
}

.table:last-child .title {
    border-right: 0;
}

.schedule-table .time {
    width: 30%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.time-status {
    width: 100%;
    height: 26px;
    align-items: center;
}

.reservations .time-status button {
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

.reservations .grid:last-child .office:last-child .time-status button {
    border-right: 1px solid black;
}

.status {
    width: 100%;
    text-align: center;
    font-size: 13px;
    border: none;
    border-top: 1px solid #0000001c;
    height: 26px;
    padding: 0;
    user-select: none;
}

.status:focus-visible {
    outline: none;
}

.office {
    border-right: 2px solid black;
    user-select: none;
}

.office_2:last-child {
    border-right: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
}

.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(162 162 162 / 50%);
    backdrop-filter: blur(2px);
    z-index: 999999;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 21, .2);
    text-align: center;
    display: flex;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

span.loading-bar {
    width: 20vw;
    height: 15px;
    background: #0000001f;
    margin-top: 25px;
    border-radius: 5px;
    border: 1px solid #363636;
}

.loading-progress-bar {
    width: 0%;
    max-width: 100%;
    height: 13px;
    background: #636363;
    border-radius: 5px;
}

.removeScroll {
    overflow-y: hidden!important;
}

.dashboard .text-sm {
    font-size: 0.875rem;
    line-height: 35px;
    border-right: 2px solid black;
    cursor: default;
    user-select: none;
    pointer-events: none;
}

.reservations_page .text-sm {
    font-size: 0.875rem;
    line-height: 35px;
    border-right: 2px solid black;
    cursor: pointer;
}

.reservations_page .title.text-sm:hover {
    background: #e4e4e4;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.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));
}

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

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

.time-slot {
    background: white;
    text-align: center;
    width: 35%;
    font-size: 13px;
    user-select: none;
    border-top: 1px solid #0000001c;
    height: 26px;
    line-height: 26px!important;
}

.time-slot .conditioner {
    background: #37b2ff!important;
}

.available.moto.active.slot {
    background: #317b04!important;
}

button.status.status.slot-free.discount, .discount-slot {
    background: orange!important;
}

.available-slot {
    background: #e0ffe0;
    text-align: center;
    width: 100%;
    line-height: 23px;
    cursor: pointer;
}

.schedule-table .slot {
    height: 26px;
    font-size: 13px;
    border-top: 1px solid #0000001c;
}

.slot button {
    height: 24px;
    cursor: pointer;
}

.slot .taken-slot {
    cursor: default;
    font-size: 13px;
}

.slot button.free-slot-link {
    width: 100%;
    border: none;
    background: #e0ffe0;
    cursor: pointer;
    font-size: 13px;
}

.taken-slot {
    width: 100%;
    font-size: 13px;
    cursor: default;
    line-height: 25px;
}

.time-status .closed-slot {
    width: 100%;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 33px;
}

.closed-slot {
    line-height: 26px!important;
}

#mobile-slots-choice .time-slot.closed .unavailable.slot {
    background: #c41b1b;
    line-height: 38px;
}

.modal#reservation .modal-dialog {
    font-style: normal;
}

#slotModal {
    font-style: normal;
}

.reservation span.day-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.schedule-table.reservations_page .status, .schedule-table.reservations_page .slot {
    height: 35px;
    cursor: pointer;
}

.schedule-table.reservations_page .time-status {
    height: 35px;
    cursor: default;
}

.schedule-table.reservations_page .time-slot {
    height: 35px;
    line-height: 34px!important;
    cursor: default!important;
    user-select: none!important;
    pointer-events: none!important;
}

.schedule-table.reservations_page .taken-slot {
    line-height: 33px;
}

.schedule-table.reservations_page button.status.slot-free, .schedule-table.dashboard span.slot-gray {
    background: #d9d9d9;
}

div.reservation div.time-list .time-slot .selected {
    background-color: #c50909!important;
}

.schedule-table.reservations_page button.status.taken-slot-admin {
    color: black;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    background: #e0ffe0;
}

.schedule-table.reservations_page .text-red {
    color: red!important;
}

.extra-options {
    margin: 20px 0 0 0!important;
}

.schedule-table.reservations_page .extra-options .flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.schedule-table.reservations_page .extra-options .btn {
    width: 215px;
}

.queue_edit {
    font-style: normal;
}

.queue_edit .modal-body .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#queueModal .bg-light {
    align-items: center;
    padding: 5px 0px;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast.fade {
    transition: opacity .15s linear;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.toast .mr-auto, .mx-auto {
    margin-right: auto!important;
}

.toast .small, small {
    font-size: 80%;
    font-weight: 400;
}

.toast-body {
    padding: 0.75rem;
}

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 310px;
    z-index: 999999;
}

.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(162 162 162 / 50%);
    backdrop-filter: blur(2px);
    z-index: 999999;
    margin-top: 0px;
    border: 1px solid rgba(0, 0, 21, .2);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.rims-with-select-row {
    margin-bottom: 0!important;
}

div.w {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
}

div.reservation {
    margin: 16px 0;
}

div.reservation div.time-list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(4, 1fr);
}

div.reservation div.time-list .time-slot {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background: white;
    border-radius: 4px;
    text-align: center;
    text-decoration: none!important;
    /* margin: 15px 6px; */
}

.slot.unavailable {
    background: #d8d8d8;
}

div.reservation div.time-list .available {
    background-color: #49c200;
}

div.reservation div.time-list .available.discount {
    background-color: orange;
}

.available.slot.active {
    font-size: 17px;
}

.time-slot .slot {
    height: 41px;
}

.slot span {
    font-size: 13px;
}

.slot .time-span {
    font-size: 16px;
}


.free-slot-link:hover {
  background: #90dd90;
}

.industrial-sorter .table-tire-name-cell {
  width: 20%;
}

.dot-availability {
  width: 29px;
}

.shopping-cart-col {
  width: 36px;
}

.store-price, .sale-price {
  width: 5rem;
}
.quadr-sorter .li-si-col {
  width: 4.5rem;
}

.image-list-container {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.image-list-item {
  background: #fff;
  width: 217px;
  horiz-align: center;
  align-items: center;
}

.tire-list-caption {
  padding: 10px 10px 1px 10px;
}

.img-list-thumbnail {
  text-align: center;
  min-width: 200px;
  border: none;
}

.grid-ex {
  display: grid;
  max-width: 1200px;
  grid-gap: 1rem;
  padding: 10px;
  border-bottom: 1px solid #65c2a5;
}

.grid-ex:nth-last-child(1) {
  border: none;
}

.tire-image-cards img {
  margin-left: 0 !important;
  padding: 0;
  width: 100%;
}

.tire-image-card {
  color: black;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}

.tire-image-card:hover {
  background: #65c2a538;
}
@media (min-width: 300px) and (max-width: 350px) {
  .card-title-text {
    width: 250px !important;
  }
}

@media (min-width: 351px) and (max-width: 399px) {
  .card-title-text {
    width: 300px !important;
  }
}

@media (min-width: 300px) and (max-width: 340px) {
  .card-title-text {
    width: 250px !important;
  }
  .tire-image-code {
    width: 100px;
  }
}

@media (min-width: 100px) and (max-width: 250px) {
  .card-title-text {
    width: 200px !important;
  }
}

@media (min-width: 100px) {
  .grid-ex {
    grid-template-columns: repeat(1, 1fr);
  }
  .row.grid-ex.pr-1 {
    margin: 0;
  }
}
/* Screen larger than 600px? 2 column */
@media (min-width: 380px) {
  .products.row.hide-price.title-flip {
    padding-right: 0;
  }
  .tire-tread, .card-title-text {
    width: 150px;
  }
  .row.grid-ex.pr-1 {
    margin: 0;
  }
}

/* Screen larger than 600px? 2 column */
@media (min-width: 400px) {
  .grid-ex { grid-template-columns: repeat(2, 1fr); }
  .tire-tread, .card-title-text {
    width: 150px !important;
  }
  .image-grid-overflow {
    height: 196px !important;
  }
}

@media (min-width: 450px) and (max-width: 500px){
  .grid-ex { grid-template-columns: repeat(2, 1fr); }
  .tire-tread, .card-title-text {
    width: 180px !important;
  }
}

@media (min-width: 501px) and (max-width: 575px){
  .grid-ex { grid-template-columns: repeat(2, 1fr); }
  .tire-tread, .card-title-text {
    width: 210px !important;
  }
  h4.tire-brand-name.grid-t {
    margin: 0 16px;
  }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .grid-ex { grid-template-columns: repeat(3, 1fr); }
}

/* Screen larger than 1200px? 4 columns */
@media (min-width: 1200px) {
  /*.grid-ex { grid-template-columns: repeat(3, 1fr); }*/
  .products.row.hide-price.title-flip {
    padding-right: 10px;
  }
}

.card-title-text {
  font-weight: 700;
  color: #4a4a4a;
  font-size: 1rem;
  white-space: nowrap;
  width: 183px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tire-tread {
  color: black;
  font-size: 0.9rem;
  width: 183px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.border-none {
  border: none;
}

.nav-dropdown-link {
  background: #0d86ff;
  font-size: 20px;
  border-bottom: 1px solid white;
  color: white;
  /*padding: 20px;*/
  text-align: center;
}

#mobile_top_menu_wrapper .nav-dropdown-button {
  font-style: italic;
  font-weight: 600;
  letter-spacing: 2px;
  /*line-height: 30px;*/
  width: 100%;
  border: none;
  background: #d22a1e;
  color: white;
  border-bottom: 1px solid white;
  font-size: 20px;
}

#mobile_top_menu_wrapper .nav-dropdown-button:hover {
  background: #b71b11;
}

.nav-dropdown-btn-link {
  color: white !important;
}

.nav-dropdown-btn-link:hover {
  color: black !important;
}

#mobile_top_menu_wrapper .dropdown-item {
  background: #fff;
  color: black;
  padding: 20px 0;
  font-size: 1.2rem;
}

#mobile_top_menu_wrapper .dropdown-item:hover {
  color: #ed1b24 !important;
  background: #f5f5f5;
}

#mobile_top_menu_wrapper .dropdown-item:active {
  background: #c0c0c0;
  color: #8a0000 !important;
}

#mobile_top_menu_wrapper .navbar-item {
  padding: 20px 0;
}

.dropdown-options.riepas, .dropdown-options.diski, .dropdown-options.serviss, .dropdown-options.info {
  display: none;
}

.extra-options {
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.day-select {
    margin-top: 20px;
    padding-left: 30px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, .2);
}

@media (max-width: 575px) {
    .extra-options {
        flex-direction: column;
    }

    .dropdown-calendar {
        margin-right: 0!important;
        margin-bottom: 20px;
    }

    .dropdown-print {
        width: 100%;
    }

    #content-wrapper, #left-column {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .schedule-table.reservations_page .extra-options .btn {
        width: 100%;
    }
}

.dropdown-calendar {
  margin-right: 20px;
}

.dropdown-calendar:hover .dropdown-content, .dropdown-print:hover .dropdown-content{
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 242.5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  display: block;
  padding: 10px;
  font-size: 18px;
}

.dropdown-content a:hover {
  background: #e3e3e3;
  color: #ff5151;
}

.r1-hr {
  border-top-color: #ff5151;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

th.subheader {
  text-align: center;
}

table.queueTable {
  display: flex;
  align-items: stretch;
  float: left;
}

table.queueSubTable {
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

table.queueTable:nth-child(2) {
  border-left: 2px solid black;
}

.queueTable tbody th.header {
  border-bottom: 2px solid black;
  font-size: 16px;
}

.queueTable td.slot.slot-taken-admin {
  /*height: 44px;*/
  height: 53px;
}

.queueTable .queueSubTable td.slot-taken-admin, .queueTable .queueSubTable td.slot-taken {
  height: 53px!important;
}

.queueTable td.slot.slot-empty {
  height: 22px;
}

.queueTable td.slot-free {
  height: 53px;
  padding: 0;
  text-align: center;
}

.queueTable td.slot.slot-gray {
  height: 44px;
}

.queueTable .header-time {
  width: 3.5em;
  color: gray;
  font-weight: bold;
  outline: 1px solid silver;
  text-align: right;
  padding: 0 5px;
}

.queueTable .slot-taken-admin {
  color: black;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background: #e0ffe0;
}

.queueTable .slot-taken {
  color: black;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background: #a0e0ff;
}

.queueTable .slot-offer {
  color: black;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background: #ffaf40;
}

.queueTable .slot-closed {
  color: black;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  background: #ffB0B0;
  outline: none!important;
}

.queueTable .slot {
  width: 18em;
  outline: 1px solid silver;
  padding: 0;
  height: 53px;
}

.slot .buttonbar {
  float: right;
  padding: 0 5px 0 5px;
}

.icons {
  width: 35px;
  border: 2px solid #4a4a4a;
  height: 35px!important;
  margin-left: 5px!important;
  border-radius: 20%;
  padding: 5px;
  color: black;
}

.buttonbar .icons {
  padding: 3px;
  width: 25px;
  height: 25px!important;
  border: 1px solid #4a4a4a;
}

.icons:hover {
  background: #4a4a4a;
  color: white;
}

.modal {
  background: #3c4b7473;
}

.modal.fade .modal-dialog {
  transform: translateY(-2%);
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
  #category.category-id-21 #search_filters>div>h4:first-child > span {
    width: 100%;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  padding-right: 20px;
}

#mobileFilterModal .modal-dialog.mobile-filter-modal {
  padding: 0;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.3rem;
  outline: 0;
  background-color: #fff;
  border-color: rgba(0, 0, 21, .2);
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-color: #d8dbe0;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
}

.modal-header, .modal-header .close {
  padding: 1rem;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  opacity: .5;
  color: #000015;
  text-shadow: 0 1px 0 #fff;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

#slotModal .bg-light {
  align-items: center;
  padding: 5px 0px;
}

#slotModal .time {
  align-items: center;
}
.bg-light {
  background-color: #ebedef !important;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.reservation_edit .modal-body .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.modal-body .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-body .col-8 {
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-body .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-body .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid;
  color: #768192;
  background-color: #fff;
  border-color: #d8dbe0;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-body .form-control:focus {
  color: #768192;
  background-color: #fff;
  border-color: #958bef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(50 31 219 / 25%);
}

.modal-body .form-check-label {
  text-align: start;
  padding-left: 0px!important;
}

.modal-body .form-check {
  padding-left: 1.25rem;
}

.modal-body select.form-control[size], select.form-control[multiple], textarea.form-control {
  height: auto!important;
}

.modal-body textarea {
  overflow: auto;
  resize: vertical;
}

.modal-body .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #768192;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-color: #d8dbe0;
}

.modal-body .custom-select:focus {
  border-color: #958bef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(50 31 219 / 25%);
}

.rims-title {
  margin: 10px 0 0 0;
}

.facet-hover:hover {
  cursor: pointer;
}

.filter-button {
  width: 70%;
  padding: 7px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  background: #d2291d;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  display: block;
  border: 2px solid #d2291d;
  margin-top: 10px;
}

.input-group-append {
  margin-left: -1px;
}

.password-show {
  display: flex;
}

.password-eye {
  width: 40px;
  background: lightgray;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
  padding: 8px;
  cursor:pointer;
}

.invalid-feedback {
  color: #a94442;
  width: 100%;
  text-align: left;
}

.registration-form-title {
  margin-bottom: 30px;
  margin-top: 10px;
}

.welcome_auth {
  align-items: center;
  display: flex;
  justify-content: center;
}

.auth_branding {
  padding: 20px;
}

.email-reset-card {
  padding: 20px 15px;
  margin-bottom: 50px;
  border-radius: 20px;
}

.icon-circle.fa-lock:before {
  padding: 10px 12px;
  background: #68c0a840;
  border-radius: 50%;
  color: #68c0a8;
}

.cart-montage-choice, .cart-delivery-option, #cart-subtotal-montage, #cart-subtotal-shipping {
  display: none;
}

.overflow-image {
  overflow: auto;
}

.overflow-image {
  overflow: auto;
}

.admin-order-confirm-table {
  width: 60%;
  margin-left: 15%;
}

.admin-order-confirm-table th, .admin-order-confirm-table td {
  text-align: center;
}

section#mobile-main form div.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
}

div.form-group span.validate {
  color: red;
}

.float-right {
  float: right;
}

/* Auto tread table cell sizes*/
.tread-name-cell-size {
  width: 15%;
}

.tread-code-cell-size {
  width: 10%;
}

.tread-comment-cell-size {
  width: 15%
}

.tread-tire-table-checkbox {
  width: 35px;
}

.rim-tread {
  color: black;
  font-size: 0.8rem;
}
.rim-price-old {
  text-decoration: line-through;
  color: #000;
}
.rim-price-red {
  color: red;
  margin-left: 5px;
}

.rim-table-link {
  display: flex;
  white-space: nowrap;
}
:root {
  --circle-size: clamp(1.5rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 0.5rem);
  --stepper-color: #65c2a5;
}

.stepper {
  display: flex;
}
.stepper-item {
  display: flex;
  gap: clamp(0.25rem, 2vw, 0.5rem);
  align-items: center;
}
.stepper-item:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  width: clamp(1.5rem, 5vw, 2.5rem);
  height: clamp(1.5rem, 5vw, 2.5rem);
  border-radius: 50%;
  border: 5px solid #d1d5db;
}
.stepper-item:not(:last-child) {
  flex: 1;
}
.stepper-item:not(:last-child):after {
  content: "";
  position: relative;
  z-index: 1;
  height: 2px;
  background-color: #e0e0e0;
  flex: 1;
  margin-right: 0.5rem;
}
.stepper-title {
  margin: 0;
  font-weight: bold;
  font-size: clamp(1rem, 4vw, 1.25rem);
}

.stepper-wrapper {
  width: 100%;
  margin: 0 10px;
}

.stepper-active.stepper-item:before {
  border: 5px solid var(--stepper-color);
  font-size: clamp(1rem, 4vw, 2.5rem);
  content: "•";
  color: var(--stepper-color);
}

.stepper-completed.stepper-item:before {
  border: none;
  font-size: clamp(1rem, 4vw, 2rem);
  color: white;
  content: "✓";
  background-color: var(--stepper-color);
}

.stepper-completed.stepper-item:after {
  background-color: var(--stepper-color);
}

.stepper-last {
  margin-right: 20px;
}

ol.stepper {
  padding: 0;
}

.modal#reservation .modal-background {
  pointer-events: none;
}

.modal#reservation .modal-dialog{
  pointer-events: all;
}

.order-info {
  margin-top: 20px;
}

ul#order-type-info li.list-style {
  list-style: inside;
}

.title-flip {
  flex-direction: row-reverse;
  justify-content: flex-end !important;
}

.flipped-title {
  margin-left: 5px;
}

.grid-tire-image {
  width: 100%;
  margin: 0 !important;
}

.image-grid-overflow {
  height: 204.5px;
  overflow: hidden;
}

.grid-tire-icons .tire-table-icon{
  display: inline-block !important;
}

.grid-image-code {
  display: inline-block;
  vertical-align: text-bottom;
  padding-bottom: 3px;
  white-space: nowrap;
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-shopping-button {
  background-color: #aeaeae;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.grid-shopping-button:hover {
  background-color: #56a78d;
}

.grid-shopping-button:active {
  background-color: #407866;
}

.grid-dot {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #00000045;
  align-self: center;
}

.grid-dot.red {
  background-color: lightgrey;
  color: lightgrey;
}

.grid-dot.green {
  background-color: #4cbb6c;
  color: #4cbb6c;
}

.grid-dot.yellow {
  background-color: #FFFF00;
  color: #FFFF00;
}

.grid-dot.half-green {
  background-color: #4cbb6c;
  border-radius: 0 6.5px 6.5px 0;
  width: 8px;
  margin-left: 0px;
  color: #4cbb6c;
}

.grid-dot.half-yellow {
  background-color: #FFFF00;
  border-radius: 0 6.5px 6.5px 0;
  width: 8px;
  margin-left: 0px;
  color: #FFFF00;
}

.quad-tread-name-cell-size {
  width: 40%;
}

.big-tire-tread-name-cell-size {
  width: 20%;
}

.navbar-link-btn {
  display: block;
  color: white !important;
  text-align: center;
}

.navbar-link-btn:focus {
  text-decoration: none;
}

.tire-image-container a {
  text-decoration: none;
}

input#show-selected-checkbox {
  align-self: flex-end;
  margin-bottom: 5px;
}

.row.grid-ex.pr-1 {
  padding: 10px 16px;
}

h4.tire-brand-name.grid-t {
  align-items: center;
  margin: 0 16px;
}

label.only_selected_checkbox {
  margin-bottom: 0;
}

input#show-selected-checkbox {
  margin-left: -15px;
}

.custom-checkbox input[type=checkbox][disabled] + span {
  border: 2px solid #d1d1d1;
  background-color: #f9f9f9;
  pointer-events: none;
}

.custom-checkbox input[type=checkbox][disabled] li.show-selected-checkbox-li{
  /*background: red;*/
}

.done-cart-title {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: inline-flex;
}

.done-cart-subtext {
  color: #6c757d;
}

.grid-buy-btn {
  padding: 0 4px;
  margin-right: 5px;
  background-color: #65c2a5;
  color: white;
  border: none;
  cursor: pointer;
  border: 1px solid darkcyan;
  margin-bottom: 3px;
}

.grid-buy-btn:hover {
  background-color: #529781;
}

.grid-buy-btn i {
  font-size: 21px;
}

.mobile-filter-button {
  background-color: red;
  color: white;
  border: 1px solid black;
  text-align: center;
}


.popup-code-dropdown {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

@media (min-width: 768px) and (max-width: 899px) {
  .grid-ex {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .image-grid-overflow {
    height: 185px !important;
  }
}

#blockcart-modal .modal-dialog {
  /*width: ;*/
  width: calc(100% - 20px);
  margin-top: 2% !important;
}

@media (min-width: 576px) and (max-width: 767px){

  .tire-tread, .card-title-text {
    width: 201px !important;
  }
  .image-grid-overflow {
    height: 185px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tire-tread, .card-title-text {
    width: 187px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .tire-tread, .card-title-text {
    width: 165px !important;
  }
}

@media (min-width: 1300px) {
  .tire-tread, .card-title-text {
    width: 176px !important;
  }
}

.contacts.table td, .contacts.table th{
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.contactsRow {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-left: 20px;
}

/*.contactsCol {*/
/*  flex: 1 0 0%;*/
/*}*/

.contactsContainer {
  width: 100%;
  margin: 0 auto;
}

.contactsCol-6 {
  flex: 0 0 auto;
  width: 50%;
}

.contactsCol-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 500px) {
  .contactsCol-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.record-btn {
  /*width: 10px;*/
  /*display: inline-block;*/
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  /*padding: 5px 71px;*/
  font-size: 1rem;
  border-radius: 0;
  text-transform: uppercase;
}

.record-btn.submit {
  background-color: #68c0a8;
  color: white;
}

/*input.form-control#brand::placeholder {*/
/*  color: black;*/
/*}*/

.mobile-filter-modal {
  transform: none!important;
  margin: auto;
  padding: 10px;
}

/*select.select-title:focus {*/
/*  border: 2px solid #2fb5d2!important;*/
/*}*/

.title.hidden-md-up {
  display: none;
}

select.select-title.tire-brand {
  height: 32px;
}

select.select-title.tire-width, select.select-title.tire-height, select.select-title.tire-radius {
  max-width: none!important;
  height: 34px;
}

select.select-title.tire-brand option:before {
  content: ">";
  font-size: 20px;
  display: none;
  padding-right: 10px;
  padding-left: 5px;
  color: #fff;
}

select.select-title.tire-brand option:hover:before {
  display: inline;
}

.r1-select-params {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}

.r1-select {
  width: 100%;
  padding: 6px;
  font-size: 12px;
  font-weight: 300;
  border-color: #65c2a5;
  background-color: transparent;
  color: black;
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.r1-select-input {
    width: 100%;
    padding: 6px;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #65c2a5;
    background-color: transparent;
    color: black;
    -webkit-appearance: none;
}

.sticky-table {
  position: sticky;
  top: -1px;
}

.table.table-kalnciema td.header-time {
  width: 39px;
}

.table.table-kalnciema td.slot.slot-empty {
  width: 42%;
}

.back-to-top-button {
  border: 1px solid black;
  background: black;
  padding: 8px;
  margin-right: 5px;
  border-radius: 5px;
  opacity: .6;
  color: white;
  right: 10px;
  bottom: 20px;
  position: fixed;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  display: none;
}
.back-to-top-button:focus, .back-to-top-button:hover {
  color: white!important;
}

.params-solo {
  background: #65c2a5 !important;
  pointer-events: none;
}

div#service-option-selection {
  display: flex;
  justify-content: space-between;
}

.contact-card {
  padding: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: 1px solid #878787;
  width: fit-content;
  text-align: center;
  background: rgba(163, 163, 163, .7);
  z-index: 100;
}

.contact-card-items img {
  margin-bottom: 10px;
}

.contact-card:hover {
  cursor: pointer;
}

.contact-card img {
  display: block;
  width: 45px;
}

.contact-card-items {
  display: none;
}

.contact-card-items img {
  background-color: slategray;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee {
  position: sticky;
  bottom: 0;
  display: inline-flex;
  height: 100px;
  animation: marquee 20s linear infinite;
  z-index: 1;
}

.marquee:hover {
  animation-play-state: paused;
}

.sellout {
  font-weight: bold;
  color: red;
}

.rims-with-img {
  margin-top: 0.75rem;
}

.rims-with-select-row {
  display: none;
  margin-bottom: 0.75rem;
}

.form-group.rims-with-mobile {
  text-align: center;
}

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

.filiale_grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}
@media (min-width: 42em) {
  .filiale_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.filiale_card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
}
.filiale_card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.filiale_radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .filiale_radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .filiale_radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .filiale_radio:checked {
    background: var(--color-green);
    border-color: var(--color-green);
  }
  .filiale_card:hover .filiale_radio {
    border-color: var(--color-dark-gray);
  }
  .filiale_card:hover .filiale_radio:checked {
    border-color: var(--color-green);
  }
}
.filiale_plan-details {
  text-align: start;
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
}
.filiale_card:hover .filiale_plan-details {
  border-color: var(--color-dark-gray);
}
.filiale_radio:checked ~ .filiale_plan-details {
  border-color: var(--color-green);
}
.filiale_radio:focus ~ .filiale_plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}
.filiale_radio:disabled ~ .filiale_plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}
.filiale_radio:disabled ~ .filiale_plan-details .filiale_plan-type {
  color: var(--color-dark-gray);
}
.filiale_card:hover .filiale_radio:disabled ~ .filiale_plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}
.filiale_card:hover .filiale_radio:disabled {
  border-color: var(--color-gray);
}
.filiale_plan-type {
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}
.filiale_plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.filiale_slash {
  font-weight: normal;
}
.filiale_plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}
.filiale_hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#mobile-riga-slots, #mobile-ulbroka-slots {
  margin-bottom: 2rem;
}

#mobile-reservation-form {
  margin-top: 2rem;
  display: none;
}

.mobile-time-slots-day {
  margin-bottom: 10px;
}

.rims-with-img {
  margin-top: 0.75rem;
}

.rims-with-select-row {
  display: none;
  margin-bottom: 0.75rem;
}

.form-group.rims-with-mobile {
  text-align: center;
}

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

.filiale_grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}
@media (min-width: 42em) {
  .filiale_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.filiale_card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
}
.filiale_card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.filiale_radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .filiale_radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .filiale_radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  .filiale_radio:checked {
    background: var(--color-green);
    border-color: var(--color-green);
  }
  .filiale_card:hover .filiale_radio {
    border-color: var(--color-dark-gray);
  }
  .filiale_card:hover .filiale_radio:checked {
    border-color: var(--color-green);
  }
}
.filiale_plan-details {
  text-align: start;
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
}
.filiale_card:hover .filiale_plan-details {
  border-color: var(--color-dark-gray);
}
.filiale_radio:checked ~ .filiale_plan-details {
  border-color: var(--color-green);
}
.filiale_radio:focus ~ .filiale_plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}
.filiale_radio:disabled ~ .filiale_plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}
.filiale_radio:disabled ~ .filiale_plan-details .filiale_plan-type {
  color: var(--color-dark-gray);
}
.filiale_card:hover .filiale_radio:disabled ~ .filiale_plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}
.filiale_card:hover .filiale_radio:disabled {
  border-color: var(--color-gray);
}
.filiale_plan-type {
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}
.filiale_plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.filiale_slash {
  font-weight: normal;
}
.filiale_plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}
.filiale_hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#mobile-riga-slots, #mobile-ulbroka-slots {
  margin-bottom: 2rem;
}

#mobile-reservation-form {
  margin-top: 2rem;
  display: none;
}

.mobile-time-slots-day {
  margin-bottom: 10px;
}

.sidebar-top {
  margin-top: 10px;
}

.first-uppercase:first-letter {
  text-transform: uppercase;
}

.sliding-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000;
    z-index: 1049;
    opacity: 0;
    transition: opacity 1s;
    margin-top: -80px;
}

.sliding-banner.sliding-banner--v2 {
    background: 0 0
}

.sliding-banner .close-button {
    position: absolute;
    bottom: 100%;
    left: 5px;
    background: 0 0;
    border: none;
    font-size: 35px;
    color: #c6c6c6;
    line-height: 1;
    cursor: pointer
}

@media (min-width: 1025px) {
    .sliding-banner .close-button {
        right:5px;
        left: auto
    }
}

.sliding-banner--slide .sliding-banner__content,.sliding-banner--slide .sliding-banner__top-bar-image {
    -webkit-animation: sliding-banner 7s linear infinite;
    animation: sliding-banner 7s linear infinite
}

.sliding-banner--visible {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.sliding-banner__top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 9px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sliding-banner__top-bar-image {
    position: relative;
    background: #fff url(../images/dist/mmk-sliding-banner-top.png) repeat left center/cover;
    width: 47px;
    -webkit-flex: 0 0 47px;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px
}

.sliding-banner__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.sliding-banner__content p {
    margin: 0
}

.sliding-banner__part1 {
    position: relative;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sliding-banner__part1 .sliding-banner__part1_bg {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/dist/mmk-sliding-banner-bg.jpg) no-repeat center/cover;
    z-index: -1
}

.sliding-banner--v2 .sliding-banner__part1 .sliding-banner__part1_bg {
    background: no-repeat center/cover
}

.sliding-banner__part1 p {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    white-space: nowrap;
    font-family: "Bebas Neue","Open Sans"
}

.sliding-banner__part1 img {
    width: 540px;
    height: 80px;
}

@media (min-width: 768px) {
    .sliding-banner__part1 {
        padding:0;
    }

    .sliding-banner__part1 p {
        font-size: 34px
    }
}

.sliding-banner__part1 strong {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 40px;
    margin: 0 5px
}

@media (min-width: 768px) {
    .sliding-banner__part1 strong {
        font-size:48px;
        padding: 5px
    }
}

.sliding-banner__part1 strong::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #ff0;
    top: -3px;
    bottom: 1px;
    left: -3px;
    right: -3px;
    z-index: -1
}

.sliding-banner__part1--image {
    padding: 0
}

.sliding-banner__part2 {
    background-color: #ff0;
    padding: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sliding-banner__part2 p {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.1;
    font-family: "Bebas Neue","Open Sans"
}

@media (min-width: 768px) {
    .sliding-banner__part2 {
        padding:10px
    }

    .sliding-banner__part2 p {
        font-size: 18px
    }
}

@-webkit-keyframes sliding-banner {
    0% {
        -webkit-transform: none;
        transform: none
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes sliding-banner {
    0% {
        -webkit-transform: none;
        transform: none
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.sliding-banner__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.sliding-banner:hover .sliding-banner__content{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.grecaptcha-badge {
    display: none!important;
}

.season-select {
    display: flex;
    flex-direction: row;
    height: 40px;
    flex-wrap: nowrap;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border: 1px solid #59c0a8;
    align-items: center;
    border-bottom: none;
}

button.season-select-link {
    width: 100%;
    text-align: center;
    height: 100%;
    cursor: pointer;
    line-height: 38px;
    color: #59c0a8;
    background: white;
    border-bottom: 1px solid #59c0a8;
}

button.season-select-link.selected-link {
    background: #59c0a8;
    color: white;
}

button.season-select-link:nth-child(1) {
    border-top-left-radius: 15px;
    border-right: 1px solid #59c0a8;
    border-top: none;
    border-left: none;
}

button.season-select-link:nth-child(2) {
    border-top-right-radius: 15px;
    border-top: none;
    border-left: none;
    border-right: none;
}

button.season-select-link:hover {
    background: #59c0a8;
    color: white;
}

button.season-select-link:focus {
    outline: none;
    text-decoration: none;
    background: #59c0a8;
    color: white;
}

.sale-positions {
    margin-top: 15px;
}

.sale-positions .flipped-title {
    margin-left: -15px;
    font-size: 22px;
}

.sale-positions section#products:not(:first-child) {
    border-top: 1px solid black;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 10px;
}

hr.admin-comments {
    margin-top: -5px;
    margin-bottom: 6px;
    border-top: 1px solid #cbcbcb;
}

.toast {
    background: rgba(255,255,255,.85)!important;
}

.flex {
    display: flex;
}

.tippy-tooltip {
    background: #fff url('/images/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x!important;
    border-radius: 4px!important;
    border: 2px solid #aaa!important;
    padding: 0px;
}

.fastsearch-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background: #00000070;
}

.fastsearch-modal .modal-center {
    width: 300px;
}

.fastsearch-modal .select2-container {
    width: 100%!important;
}

section.facet ul {
    margin-bottom: 0.5rem;
}

section.facet h1 {
    margin: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #59c0a8!important;
    border-radius: 0!important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #59c0a8!important;
}

.flex.flex-codes {
    justify-content: space-between;
}

.flex.flex-params {
    justify-content: space-between;
}

.cart-delivery-option .custom-select {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.orders-table {
    padding-bottom: 0
}

.orders-table__cell {
    float: left
}

.orders-table__header {
    display: flex;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .55px
}

.orders-table__header .orders-table__cell {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
    line-height: 12px;
    color: #666;
    background-color: #f9f9f9
}

.orders-table__row .orders-table__cell {
    font-size: 13px;
    line-height: 18px;
    color: #999
}

.orders-table__row .bolded {
    font-weight: 700;
    font-size: 14px;
    color: #333
}

.orders-table__row .black-button {
    display: inline-block;
    padding: 14px
}

.orders-table__cell--number {
    width: 21%;
    padding-right: 10px;
    padding-left: 30px
}

.orders-table__cell--submission-date {
    width: 21%;
    padding-right: 10px;
    padding-left: 10px
}

.orders-table__cell--amount-and-payment-method {
    width: 35%;
    padding-right: 10px;
    padding-left: 10px
}

.orders-table__cell--amount-and-payment-method .bolded {
    min-width: 65px;
    margin-right: 6px
}

.orders-table__cell--state {
    width: 23%;
    padding-right: 10px;
    padding-left: 10px;
}

.orders-table__cell--state .ck-labels {
    margin-top: -5px
}

.orders-table__cell--renewed-at {
    width: 25%;
    padding-right: 50px;
    padding-left: 20px
}

.orders-table__cell--renewed-at .order-icon-reload {
    margin-right: 10px
}

.orders-table__cell--renewed-at .order-arrow-right-gray {
    position: absolute;
    top: 27px;
    right: 22px
}

@media(max-width: 1024px) {
    .orders-table__status {
        border-top:1px solid #e1e1e1
    }

    .orders-table__header {
        display: none
    }

    .orders-table {
        padding-right: 0;
        padding-left: 0
    }

    .orders-table__row {
        padding-top: 26px;
        padding-bottom: 26px
    }

    .orders-table__cell {
        padding-right: 22px;
        padding-left: 22px
    }

    .orders-table__cell--number,.orders-table__cell--submission-date,.orders-table__cell--amount-and-payment-method {
        width: 100%
    }

    .orders-table__cell--state,.orders-table__cell--renewed-at {
        width: auto
    }

    .orders-table__cell--amount-and-payment-method {
        margin-bottom: 8px
    }

    .orders-table__cell--state {
        padding-right: 0;
        text-align: left
    }

    .orders-table__cell--renewed-at {
        padding-left: 12px
    }
}

@media(min-width: 1025px) {
    .orders-table__content {
        border-right:1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1
    }
}

@media(min-width: 1200px) {
    .orders-table__cell--amount-and-payment-method span:not([class]) {
        display:inline-block;
        max-width: 120px;
        vertical-align: middle;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .orders-table__cell .ck-labels {
        font-size: 12px
    }
}

@media(min-width: 1340px) {
    .orders-table__cell--amount-and-payment-method span:not([class]) {
        display:inline;
        max-width: none
    }

    .orders-table__cell .ck-labels {
        font-size: 13px
    }
}

.orders-table__row {
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.orders-table__row>.clearfix {
    cursor: pointer
}

.orders-table__row.active .order-caret-gray {
    transform: rotate(180deg);
    background-image: url(/assets/order-status/icons/icon-order-caret-darkgray-f6824902652e1c31353c467796cf215ff16ed54a26516de03b3e7aeff571621e.svg)
}

.orders-table__row:hover:not(.active)::before {
    opacity: 1
}

.orders-table__row:hover .order-arrow-right-gray {
    background-image: url(/assets/order-status/icons/button-arrow-right-darkgray-def30742f4f2f1642158fce7ff57866447036b7f7756f3c3fe2298ccb596caaa.svg)
}

.orders-table__row:hover .order-caret-gray {
    background-image: url(/assets/order-status/icons/icon-order-caret-darkgray-f6824902652e1c31353c467796cf215ff16ed54a26516de03b3e7aeff571621e.svg)
}

.orders-table__row::before {
    box-shadow: 0 0 20px 1px rgba(0,0,0,.1);
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    content: '';
    z-index: 1;
    pointer-events: none
}

.orders-table .button-size-ms {
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1.2px
}

.orders-table__row {
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative
}

.orders-table__row>.clearfix {
    width: 100%
}

.orders-table .ck-labels>div {
    border-width: 1px;
    padding-top: 7px;
    padding-bottom: 8px
}

.orders-table .order-counter {
    margin: 30px 0 20px;
    font-size: 14px;
    color: #999
}

.order-icon-reload {
    width: 20px;
    height: 15px;
    background-image: url(/assets/checkout/icons/form-icon-reload-af6b85386b68b9d3379eae1599731ad9eb65b2c115dcaf94e49358ab54d31bc8.svg)
}

.order-arrow-right-gray {
    width: 16px;
    height: 12px;
    background-image: url(/assets/order-status/icons/button-arrow-right-gray-fa8d2eefc1c1c32a1fa150bcf1ee1f4cde9ac6bf488af90d3b10031fc919f464.svg)
}

.order-caret-gray {
    width: 16px;
    height: 9px;
    background-image: url(/assets/order-status/icons/icon-order-caret-gray-1e47f8d851a1e675bef7c8f1ffd3a17cda330c62b5fbbc3c883d2334ff2c149c.svg)
}

.ck-icon-order-suggestion {
    width: 55px;
    height: 63px;
    background-image: url(/assets/order-status/icons/icon-create-user-436bd3b0b0978f73634cbe898c6dc4cd6a15c9325df62615973ae2307de0a578.svg)
}

.ck-icon-download {
    width: 17px;
    height: 16px;
    background-image: url(/assets/order-status/icons/icon-download-84f430d899b54f9af1fa2e502915399f306effd426856cf52a2790e403b39570.svg)
}

.ck-icon-cancel {
    width: 17px;
    height: 17px;
    background-image: url(/assets/order-status/icons/icon-cancel-78db301430b8b6a234f4945b35775f94071b5954b81644345c212cc181ff022e.svg)
}

@media(max-width: 960px) {
    .orders {
        width:100%;
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
        float: none
    }
}

.orders--full-width {
    width: 100%!important
}

.orders--full-width .site-content-main {
    width: 100%
}

.orders__load-more {
    text-align: center
}

.orders__global-alert {
    margin-top: -1px
}

.profile-content {
    border: none!important;
    background: 0 0!important
}

.profile-content__heading {
    padding: 1px 0 0 20px
}

.ck-labels div {
    border-width: 1px;
    padding-top: 7px;
    padding-bottom: 8px
}

.cursor-pointer {
    cursor: pointer
}

.orders-header {
    padding: 34px 26px;
    background-color: #fff;
    position: relative;
    border: 1px solid #e1e1e1
}

@media(max-width: 1024px) {
    .orders-header {
        padding-left:22px;
        padding-right: 22px;
        border-left: 0;
        border-right: 0
    }
}

.orders-header__content {
    padding-right: 200px
}

@media(max-width: 767px) {
    .orders-header__content {
        padding-right:50px
    }
}

.orders-header__title {
    float: left
}

@media(min-width: 1340px) {
    .orders-header__title {
        max-width:440px
    }
}

@media(max-width: 1024px) {
    .orders-header__title {
        width:100%
    }
}

.orders-header__title-text {
    font-size: 28px;
    font-weight: 400;
    padding: 0;
    border: 0;
    margin: 0 0 8px
}

.orders-header__title-date {
    font-size: 14px;
    line-height: 18px;
    color: #999;
    margin: 0
}

.orders-header__status {
    font-size: 14px;
    border-radius: 3px;
    padding: 18px 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 30px
}

@media(min-width: 1340px) {
    .orders-header__status {
        max-width:280px
    }
}

@media(min-width: 1200px) {
    .orders-header__status {
        max-width:200px
    }
}

@media(max-width: 1024px) {
    .orders-header__status {
        float:left;
        margin-left: 0;
        margin-top: 20px
    }
}

.orders-header__status::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent transparent transparent transparent
}

@media(max-width: 1024px) {
    .orders-header__status::before {
        top:0;
        left: 16px;
        border-width: 0 10px 10px
    }
}

.orders-header__status.status-done {
    color: #fff;
    background-color: #3c6
}

.orders-header__status.status-done::before {
    border-right-color: #3c6
}

@media(max-width: 1024px) {
    .orders-header__status.status-done::before {
        border-bottom-color:#3c6;
        border-right-color: transparent
    }
}

.orders-header__status.status-warning {
    color: #323232;
    background-color: #fad400
}

.orders-header__status.status-warning::before {
    border-right-color: #fad400
}

@media(max-width: 1024px) {
    .orders-header__status.status-warning::before {
        border-bottom-color:#fad400;
        border-right-color: transparent
    }
}

.orders-header__status.status-error {
    background-color: #ed1c24;
    color: #fff
}

.orders-header__status.status-error::before {
    border-right-color: #ed1c24
}

@media(max-width: 1024px) {
    .orders-header__status.status-error::before {
        border-bottom-color:#ed1c24;
        border-right-color: transparent
    }
}

.orders-header__status.status-info {
    background-color: #ccc;
    color: #333
}

.orders-header__status.status-info::before {
    border-right-color: #ccc
}

@media(max-width: 991px) {
    .orders-header__status.status-info::before {
        border-bottom-color:#ccc;
        border-right-color: transparent
    }
}

.orders-header__delivery {
    position: absolute;
    right: 26px;
    top: 36px
}

@media(max-width: 767px) {
    .orders-header__delivery {
        top:24px
    }
}

.orders-header__delivery-text {
    font-size: 14px;
    display: inline-block;
    max-width: 200px;
    text-align: right;
    margin-right: 10px
}

@media(max-width: 767px) {
    .orders-header__delivery-text {
        display:none
    }
}

.orders-header__delivery-icon {
    width: 50px;
    height: 50px
}

@media(max-width: 767px) {
    .orders-header__delivery-icon {
        width:40px;
        height: 40px
    }
}

.orders-info {
    display: flex;
    padding: 26px 0 40px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: 22px;
    background-color: #f9f9f9
}

@media(min-width: 1025px) {
    .orders-info {
        border:1px solid #e1e1e1;
        border-top: 0
    }
}

@media(max-width: 767px) {
    .orders-info {
        display:grid
    }
}

.orders-info__column {
    width: 33.333%;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    color: #333
}

@media(max-width: 767px) {
    .orders-info__column {
        width:100%;
        margin-bottom: 30px;
        padding-right: 22px;
        padding-left: 22px
    }
}

.orders-info__column-text {
    line-height: 1.2em;
    margin: 1em 0
}

.orders-title {
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #999;
}

.orders-items {
    margin-top: 10px;
    padding: 0;
    border: 1px solid #e1e1e1;
    background: #fff
}

.detailed-cart-block {
    margin-bottom: 10px;
    background: #fff;
}

.orders-items .detailed-cart-block>h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 30px;
}

.orders-items .detailed-cart-block__header {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.detailed-cart-block__header {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.orders-items .detailed-cart-block__header>div {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 1.2;
}

.detailed-cart-block__header-column {
    padding-top: 23px !important;
    padding-bottom: 17px !important;
    float: left;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.detailed-cart-block__item-column {
    padding-top: 22px;
    padding-bottom: 22px;
    float: left;
    font-size: 14px;
}

.detailed-cart-block__header-column--title, .detailed-cart-block__item-column--title {
    width: 60%;
    padding-left: 30px;
}

.detailed-cart-block__header-column--price, .detailed-cart-block__item-column--price {
    width: 14%;
}

.detailed-cart-block__header-column--quantity, .detailed-cart-block__item-column--quantity {
    width: 12%;
}

.detailed-cart-block__header-column--total, .detailed-cart-block__item-column--total {
    width: 14%;
}

.detailed-cart-block__header-column--price, .detailed-cart-block__header-column--quantity, .detailed-cart-block__header-column--total, .detailed-cart-block__item-column--price, .detailed-cart-block__item-column--quantity, .detailed-cart-block__item-column--total {
    text-align: center;
}

.detailed-cart-block__item {
    border-bottom: 1px solid #e1e1e1;
}

.orders-items .detailed-cart-block__name {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.orders-items .detailed-cart-block__name a {
    color: #333;
}

.orders-items .detailed-cart-block__options {
    color: #999;
    margin-top: 0;
}

.detailed-cart-block__header-column--title .detailed-cart-block__options, .detailed-cart-block__item-column--title .detailed-cart-block__options {
    font-size: 12px;
}

.detailed-cart-block__price, .detailed-cart-block__amount, .detailed-cart-block__sum-price {
    margin: 0;
}

.orders-items .detailed-cart-block__sum-price {
    font-weight: 700;
}

.orders-summary {
    padding: 10px 30px 30px;
}

.orders-summary__table {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.orders-summary__table-cell {
    padding: 7px 0 7px 7px;
}

.orders-summary__final-price {
    font-size: 22px;
    font-weight: 700;
}

.checkout-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 5px;
}

.checkout-buttons .btn {
    font-size: 15px;
}

#left-column span.tippy.lisi-tooltip {
    position: relative;
    top: 2px;
}

.png-container {
    overflow: hidden;
}

.png-container img {
    filter: drop-shadow(0px 1000px 0);
    transform: translateY(-1000px);
}
