@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden;
  color: var(--dark);
  outline: none;
}

*:focus {
  outline: none;
}



.navbar {
  background-color: var(--yellow-green) !important;
}

.navbar-toggler {
  background-image: url('/static/images/menu-btn.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0px;
  width: 100%;
  height: 50px;
  max-width: 120px;
  outline: none !important;
}

.navbar-toggler-active {
  background-image: url('/static/images/menu-btn--active.svg');
}

.navbar-toggler:focus {
  border: none;
  outline: none;
}

#navbarNav {
  font-weight: bold;
  text-transform: uppercase;
}

.nav-item {
  margin: auto 12px;
}

.img-fluid {
  max-height: 180px;
  object-fit: contain;
}

.g-card {
  border: 1px solid #EEF6FF;
  padding-top: 22px;
}

.g-card--badge {
  border-radius: 32px;
  line-height: 32px;
  height: 38px;
  width: auto;
  border: 2px solid #c5c8cc;
  display: inline-block;
  padding: 0px 14px;
  margin: 8px 4px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tire-filters{
  padding: 24px 0px;
  display: flex;
  flex-direction: row;
}

.tire-filters label, .delivery-filters label {
  color: #b2b9c1;
  font-size: 14px;
}

.tire-filters--filter *, .delivery-filters * {
  min-width: 100% !important;
  border-radius: 0px;
  padding: 0px !important;
  margin: 0px;
}

.tire-filters--filter select, .delivery-filters select, .delivery-filters input{
  height: 48px;
  border: 2px solid #EEF6FF;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

option {
  min-height: 38px !important;
  display: block;
}

option[value="s"] {
  background-image: url('/static/images/seasons/s.svg');
}

option[value="w"] {
  background-image: url('/static/images/seasons/w.svg');
}

option[value="a"] {
  background-image: url('/static/images/seasons/a.svg');
}

@media only screen and (min-width: 920px) {
  .tire-filters--filter:not(:first-child) select {
    border-left: none;
  }

  .eu-label {
    bottom: 0px !important;
  }
}

@media only screen and (max-width: 920px) {

  .tire-filters {
    padding: 0px 12px;
    display: flex;
    flex-direction: column !important;
    margin-top: 24px;
  }

  .nav-item {
    height: 42px !important;
    line-height: 42px;
    text-align: center;
  }

  .b-contain {
    margin-left: 12px;
  }

  .btn-find-container {
    padding: 24px 12px !important;
  }
}

.vodiapicker {
  display: none;
}

#a {
  padding-left: 0px;
}

#a img,
.btn-select img {
  width: 12px;

}

#a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover {
  background-color: #F4F3F3;
}

#a li img {
  margin: 5px;
}

#a li span,
.btn-select li span {
  margin-left: 30px;
}

/* item list */

.b {
  display: none;
  width: 100%;
  max-width: 350px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 5px;

}

.open {
  display: show !important;
}

.btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;

}

.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
  outline: none;
}

.lang-select {
  margin-left: 50px;
}


li {
  overflow: hidden;
}

.btn-find {
  background-color: var(--yellow-green);
  width: 100%;
  height: 42px;
  border-radius: 42px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dark);
}

.b-contain {
  min-width: 220px;
}

.cart-fly {
  width: 58px;
  height: 58px;
  background-color: var(--yellow-green);
  border-radius: 58px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  overflow: visible;
}

.cart-fly_counter {
  width: 23px;
  height: 23px;
  border-radius: 23px;
  background-color: var(--red);
  color: var(--gray-line);
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  position: absolute;
  right: -6px;
  top:0;
  z-index: 99999999;
}

.product-description {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.product-description .product-options {
  border-bottom-width: 0
}

.product-description .eu-label {
  display: inline-block;
  border-radius: 6px
}

.product-description .eu-label i {
  display: flex;
  align-items: center;
  width: 56px;
  padding: 6px 8px;
  text-align: left
}

.product-description .eu-label i:before {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 16px;
  height: 14px;
  background-size: 16px 14px !important
}

.product-description .eu-label i.noise-emission {
  background: #ebe9e4
}

.product-description .eu-label .wet-grip:after {
  top: 0;
  left: 4px;
  right: 4px;
  width: auto;
  height: 1px
}

.product-description .model-price-from {
  font-weight: 600;
  margin-bottom: 15px;
  white-space: nowrap;
  font-size: 34px;
  line-height: 1em
}

.product-description .model-price-from a {
  border-bottom-width: 0;
  color: #000
}

.product-description .model-price-from a:hover {
  color: #0070c9
}

.product-description .icon {
  vertical-align: -6px
}

.product-description .product-country {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-style: normal;
  margin-right: 10px
}

.product-description .country-flag {
  display: inline-block;
  margin-right: 6px;
  width: 20px
}

.product-description p:last-child {
  margin-bottom: 0
}

.product-description .product-brand-logo {
  display: block;
  margin-top: 10px;
  border-bottom-width: 0
}

.product-description .product-brand-logo img {
  max-width: 150px;
  max-height: 80px
}

.product-options dl dd .icon {
  margin-right: 2px
}

.product-tabs ul li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 4px;
  background: orange;
  box-shadow: 0 2px 6px 0 rgba(255, 165, 0, .25)
}

.product-options h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 7px
}

.product-options.product-options-two-columns {
  display: flex;
  flex-wrap: wrap
}

.product-options.product-options-two-columns dl {
  width: 50%
}

.product-options.product-options-two-columns dl dt {
  width: 35% !important
}

.product-options.product-options-two-columns dl dd {
  width: 65% !important
}

.product-options dl {
  position: relative;
  margin: 0;
  font-size: 0;
  background: #fff
}

.product-options dl:last-child dd,
.product-options dl:last-child dt {
  margin-bottom: 0
}

.product-options dl dd,
.product-options dl dt {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 10px
}

.product-options dl dt {
  font-weight: 300;
  width: 40%;
  vertical-align: top;
  background: inherit;
  color: #79776f
}

.product-options dl dt .option-inner {
  position: relative;
  padding: 0 10px 0 0;
  background: inherit;
  z-index: 2
}

.product-options dl dt:after {
  position: absolute;
  right: 5px;
  left: 0;
  height: 1px;
  margin: 13px 0 0;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x
}

.product-options dl dd {
  width: 60%;
  vertical-align: bottom;
  background: inherit
}

.product-options dl dd .value-inner {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  background: inherit;
  z-index: 2
}

.addtocart {
  width: 100%;
  float: left;
  background-color: var(--yellow-green);
  color: #1f1f1f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease;
}

.addtocart:hover {
  background-color: var(--yellow-green_dark);
}

.cart-window, .order-complete {
  z-index: 9999999;
  position: fixed;
  width: fit-content;
  max-width: 600px;
  height: 80%;
  max-height: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 12px 18px;
  border: 1px solid var(--gray-line);
  background-color: #fff;
  overflow: hidden;
  padding-right: 0;
  display: none;
}

.cart-window-header, .order-complete-header {
  min-width: 100%;
  padding-right: 16px;
}

.cart-info {
  font-weight: 600;
  font-size: 11px;
  color: #b2b9c1;
}

.cart-items {
  margin-right: 0px;
  overflow-y: scroll;
  height: fit-content !important;
  max-height: 80%;
  margin-bottom: 28px !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.cart-items {
  scrollbar-width: 12px !important;
  scrollbar-color: #2d8df1 #ffffff;
}

/* Chrome, Edge, and Safari */
.cart-items::-webkit-scrollbar {
  width: 12px;
}

.cart-items::-webkit-scrollbar-track {
  background: #ffffff;
}

.cart-items::-webkit-scrollbar-thumb {
  background-color: #2d8df1;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
.btn{
 border-radius: 36px;
}
.cart-btns {
  width: 100%;
  padding-right: 16px;
}

.cart-btns .btn {
  font-size: 14px;
  width: 50%;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-btns .btn-success {
  background-color: var(--yellow-green);
  color: var(--dark);
  border: 1px solid var(--yellow-green_dark)
}

.cart-btns .btn-danger {
  background-color: var(--red);
}

.cart-counter{
  position: relative;
  width: 180px;
}
.cart-counter .minus,
.cart-counter .plus {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 1px solid var(--gray-line);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  top:0px;
  bottom: 0px;
  margin: auto;
  background-color: var(--blue);
  color: var(--gray-line);
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  z-index:999999;
}
.cart-counter .plus{
  right: 5px;
  top:1px;
}
.cart-counter .minus{
  left: 5px;
  top:1px;
}

.cart-counter input {
  height: 46px;
  width: 180px;
  text-align: center;
  font-size: 26px;
  border: 1px solid var(--gray-line);
  border-radius: 36px;
  display: inline-block;
  vertical-align: middle;
}

.cart-counter span {
  cursor: pointer;
}
.counter-container{
  display:flex;
  align-items:center;
  justify-content: center;
}

.cart-add-cont{
  padding-right: 8px;
}

.phone-set{
  width: 600px;
  height: fit-content;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  border: 1px solid var(--gray-line);
  padding: 16px;
  display: none;
}

@media only screen and (max-width: 920px) {
  .cart-window,.order-complete {
    min-width: 100%;
    min-height: 100%;
    overflow-y: scroll;
  }
  .phone-set {
    width: 100%;
    height: 100%;
  }
}