body {
  font: 16px 'Arial', sans-serif;
  background-size: contain;
}

/* * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
} */

.white {
	background: #ffffffb3;	
}


.cart {
	position: fixed;
    bottom: 60px;
    right: 20px;
	
}
.smart-basket__total-cost {
	border:none;
}

.header {
  background: #f9f9f9;
  width: 100%;
  height: 100px;
  max-width: 1170px;
  margin: 15px auto;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
	height: 100%;
	position: relative;
}

.product {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  background: #f9f9f9;
}

.product__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__element {
	width: 24%;
    margin: 4px;
    padding: 5px;
  -webkit-box-shadow: 0 0 15px #cacaca;
          box-shadow: 0 0 15px #cacaca;
  border-radius: 3px;
  box-sizing: border-box;
}

.product__img {
	width: 100%;
    height: 408px;
    object-fit: scale-down;
	object-position: top;
}

.product__name {
  width: 100%;
  padding: 10px 5px 0px 5px;
  text-align: center;
  font-weight: bold;
}

.product__price {
  text-align: center;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.product__old {
  text-align: center;
  margin-right: 15px;
  color: red;
  text-decoration: line-through;
  font-size: 20px;
  font-weight: 600;
}

.product__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.product__size-element {
  width: 10%;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.cent {
  text-align: center;
  font-weight: bold;
  color: #3598dc;
}
.cents {
  text-align: center;
  font-weight: bold;
  color: red;
}

.product__size-element_active {
  border: 1px solid #ff0000 !important;
}

.product__add-to-cart-button {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-appearance: none;
  border-radius: 2px;
  background: #3598dc;
  color: #fff;
  cursor: pointer;
  margin: 15px 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  outline: none;
}

.product__add-to-cart-button:hover {
  background: #1bbc9b;
  -webkit-transition: .3s;
  transition: .3s;
}

.product__add-to-cart-button .fas {
  margin-right: 5px;
}

.smart-basket__min {
  cursor: pointer;
  padding: 20px 20px;
  background: #3097d1;
  border: 3px solid #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 1;
  width: 100%;
}

.smart-basket__min span {
  display: block;
}

.smart-basket__min img {
  margin-right: 5px;
}

.smart-basket__min-text {
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .product__element {
    width: 45%;
  }
}

@media (max-width: 500px) {
  .product__element {
    width: 100%;
  }
}


.con {
  width: 100%;
}

.carousel-indicators{
  z-index: 2;
}

.smart-basket__alert-wrapper{
  z-index: 5;
}




.full-button {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-appearance: none;
  border-radius: 2px;
  background: #3598dc;
  color: #fff;
  cursor: pointer;
  margin: 15px 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  outline: none;
}

.full-button:hover {
  background: #1bbc9b;
  -webkit-transition: .3s;
  transition: .3s;
}

.full-button .fas {
  margin-right: 5px;
}


.header__basket-min {
  width: 100%;
}

.smart-basket__product-id {
  display: none;
}
.smart-basket__product-quantity {
  display: none;
}
.smart-basket__product-price-common {
  display: none;
}
.smart-basket__product-price {
  display: none;
}

.d-none {
  display: none;
}