body {
  font-family: "Instrument Sans", sans-serif;
  background-color: #f5f5f5;
  padding-top: 135px;
}

@media (min-width: 768px) {
  body {
    padding-top: 130px;
  }
}

body main {
  padding-top: 50px;
}

@media (min-width: 768px) {
  body#category {
    padding-top: 200px;
  }
}

body#index main {
  padding-top: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  box-shadow: none;
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group .form-label {
  position: absolute;
  top: 22px;
  transform: translateY(-50%);
  left: 18px;
  padding: 3px 5px;
  background: #fff;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  color: #1E1A17;
}

.form-group .form-control,
.form-group .custom-select {
  margin-bottom: 0;
  border-radius: 20px;
  border-color: #8A8A8A;
}

.form-group .form-control:focus, .form-group .form-control:focus-visible, .form-group .form-control:active, .form-group .form-control:hover,
.form-group .custom-select:focus,
.form-group .custom-select:focus-visible,
.form-group .custom-select:active,
.form-group .custom-select:hover {
  box-shadow: none;
  border-color: #F0331A;
}

.form-group:focus-within label,
.form-group input:focus + label,
.form-group input:hover + label,
.form-group:has(input:not(:placeholder-shown)) label,
.form-group label.has-value {
  top: 0;
}

.form-group:has(select) label {
  top: 0 !important;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #F0331A;
  border-color: #F0331A;
}

input[type=radio]:focus {
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #F0331A;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #F0331A;
  border-color: #F0331A;
}

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: url(../img/breadcrumbs-arrow.png);
  transform: translateY(-1px);
}

.breadcrumb .breadcrumb-item {
  color: #374957;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item a {
  color: #374957;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #F0331A;
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

#authentication #wrapper,
#registration #wrapper {
  padding-bottom: 80px;
}

#module-pandaDeliveryTracker-tracker .page-content {
  margin: 70px 0;
}

@media (min-width: 768px) {
  #module-pandaDeliveryTracker-tracker .delivery-tracker {
    width: 50%;
    margin: 0 auto;
  }
}

#module-pandaDeliveryTracker-tracker .delivery-tracker h2 {
  text-align: center;
}

#module-pandaDeliveryTracker-tracker .delivery-tracker .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media (min-width: 768px) {
  #module-pandaDeliveryTracker-tracker .delivery-tracker .btn-primary {
    font-size: 15px;
  }
}

#module-pandaDeliveryTracker-tracker .delivery-tracker .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#module-pandaDeliveryTracker-tracker .delivery-tracker .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#module-pandaDeliveryTracker-tracker .delivery-tracker .btn-primary:focus {
  box-shadow: none;
}

#module-pandaDeliveryTracker-tracker .delivery-tracker .btn-info {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #374957;
  text-decoration: underline;
  margin: auto;
  display: block;
}

#module-pandaDeliveryTracker-tracker .delivery-tracker .btn-info:hover, #module-pandaDeliveryTracker-tracker .delivery-tracker .btn-info:focus, #module-pandaDeliveryTracker-tracker .delivery-tracker .btn-info:active {
  color: #F0331A;
  box-shadow: none;
  outline: none;
}

#header {
  position: relative;
  margin: 0;
  z-index: 5000;
}

#header .header-top__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 768px) {
  #header .header-top__container {
    flex-direction: row;
  }
}

#header .header-top {
  border-bottom: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#header .header-top__content {
  background-color: #000;
  color: #fff;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  #header .header-top__content {
    padding-bottom: 10px !important;
  }
}

#header .header-top__row {
  justify-content: space-between;
  padding-right: 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #header .header-top__row {
    padding-right: 10px;
    flex-wrap: nowrap;
  }
}

#header .header-top__row .header-top__icon {
  display: flex;
}

#header .header-top__row .search-toggler:hover svg path {
  fill: #FFDE00;
  stroke: none;
}

#header .header-top__block--logo {
  display: flex;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  #header .header-top__block--logo {
    max-width: 300px;
    flex-basis: 1;
  }
}

#header .header-top__block--logo a {
  margin: auto;
}

@media (min-width: 768px) {
  #header .header-top__block--logo a {
    margin: 0;
  }
}

#header .header-top__block--logo img {
  max-width: 240px;
}

#header .header-top__block--search {
  flex-basis: 100%;
  margin: 10px 0;
}

@media (min-width: 768px) {
  #header .header-top__block--search {
    flex-basis: 1;
    margin: 0;
  }
}

#header .header-top__block--search .header-top__icon-container {
  display: flex;
  justify-content: end;
}

#header .header-top__block--cart {
  padding: 5px 0;
}

@media (min-width: 768px) {
  #header .header-top__block--cart {
    padding: 10px 0;
  }
}

#header .header-top__block--cart .header-top__icon-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #header .header-top__block--cart .header-top__icon-container {
    flex-direction: row;
    justify-content: end;
  }
}

#header .header-top__block--cart .header-top__text-container {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 500;
}

@media (min-width: 768px) {
  #header .header-top__block--cart .header-top__text-container {
    display: none;
  }
}

@media (min-width: 992px) {
  #header .header-top__block--cart .header-top__text-container {
    display: block;
    font-size: 15px;
    font-weight: 600;
  }
}

#header .header-top__block--menu-toggle .header-top__link,
#header .header-top__block--fav .header-top__link,
#header .header-top__block--user .header-top__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#header .header-top__block--menu-toggle .header-top__text-container,
#header .header-top__block--fav .header-top__text-container,
#header .header-top__block--user .header-top__text-container {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}

#header .icons-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #header .icons-row {
    margin-top: 0;
  }
}

#header .icons-row .header-top__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#header .icons-row .header-top__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#header .icons-row .header-top__block:hover .header-top__text-container {
  color: #FFDE00;
}

#header .icons-row .header-top__block:hover svg path,
#header .icons-row .header-top__block:hover svg circle,
#header .icons-row .header-top__block:hover svg line {
  stroke: #FFDE00;
}

#header .icons-row .header-top__block .header-top__icon-container {
  display: flex;
  justify-content: center;
  height: 28px;
}

#header .icons-row .header-top__block .header-top__icon-container .header-top__icon {
  font-size: inherit;
}

#header .icons-row .header-top__block .header-top__text-container {
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

@media (min-width: 768px) {
  #header .header-top__block--fav .header-top__text-container,
  #header .header-top__block--user .header-top__text-container {
    display: none;
  }
}

#header #search_form_wrapper .search-form__input {
  border: 1px solid #374957;
  background-color: #374957;
  color: #fff;
}

#header #search_form_wrapper .search-form__input::placeholder {
  color: #fff;
}

#header #search_form_wrapper .search-form__input:focus {
  border: 1px solid #fff;
}

#header #search_form_wrapper .search-form__btn .material-icons {
  color: #fff;
}

#header #search_form_wrapper .search-form__btn .material-icons svg {
  margin-bottom: 5px;
}

#header #search_form_wrapper .search-form__btn:focus {
  box-shadow: none;
}

#header .header-top__block .header-top__link {
  background-color: transparent;
  color: #FFDE00;
}

#header .header-top__block .header-top__link svg {
  width: 28px;
  height: 28px;
}

#header .header-top__block .header-top__link:hover svg path,
#header .header-top__block .header-top__link:hover svg circle {
  stroke: #FFDE00;
}

#header .bottom-line .row {
  justify-content: space-between;
}

#header .bottom-line .row .right-side {
  display: none;
}

@media (min-width: 992px) {
  #header .bottom-line .row .right-side {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
}

#header .bottom-line .row .right-side .contact-info:first-of-type {
  margin-right: 20px;
}

#header .bottom-line .row .right-side img {
  margin-bottom: 2px;
}

#header .bottom-line .row .right-side span a {
  color: #F0331A;
  font-weight: 500;
  margin-left: 5px;
}

#header .bottom-line .row .header-top__block--menu {
  position: static;
  padding: 0;
}

#header .bottom-line .row .header-top__block--menu .main-menu__dropdown {
  position: static;
}

#header .bottom-line .row .header-top__block--menu .main-menu__sub {
  width: 100vw;
  left: 0;
}

#header .header-top__block--cart {
  padding-right: 0;
}

#header .header-top__block--cart .header-top__icon-container {
  display: flex;
  align-items: center;
}

#header .header-top__block--cart .header-top__icon-container .cart-value {
  font-weight: 500;
  color: #fff;
}

@media (min-width: 768px) {
  #header .header-top__block--cart .header-top__icon-container .cart-value {
    font-weight: 600;
    margin-left: 15px;
  }
}

#header .header-top__block--cart .header-top__icon-container .header-top__badge {
  right: auto;
  left: 30px;
  font-size: 12px;
  background-color: #F0331A;
}

@media (min-width: 768px) {
  #header .header-top__block--cart .header-top__icon-container .header-top__badge {
    left: 16px;
  }
}

#header .header-top__row {
  width: 100%;
  padding-right: 0;
}

#header ul a[data-depth="0"] {
  padding: 15px 20px 15px 0;
}

#header ul a[data-depth="0"] span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 768px) {
  #header ul a[data-depth="0"] {
    padding: 15px 10px 15px 0;
  }
  #header ul a[data-depth="0"] span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #header ul a[data-depth="0"] {
    padding: 15px 20px 15px 0;
  }
  #header ul a[data-depth="0"] span {
    font-size: 16px;
  }
}

#header ul a[data-depth="0"]:hover span {
  color: #F0331A;
}

#header .cart-dropdown .cart-dropdown__content {
  padding: 20px;
}

#header .cart-dropdown .cart-dropdown__content .cart-products__desc .price {
  color: #000;
}

#header .cart-dropdown .cart-dropdown__content .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #header .cart-dropdown .cart-dropdown__content .btn-primary {
    font-size: 15px;
  }
}

#header .cart-dropdown .cart-dropdown__content .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#header .cart-dropdown .cart-dropdown__content .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#header .cart-dropdown .cart-dropdown__content .btn-primary:focus {
  box-shadow: none;
}

#blockcart-modal .modal-dialog {
  margin-top: 250px;
}

@media (min-width: 768px) {
  #blockcart-modal .modal-dialog {
    margin-top: 330px;
  }
}

@media (min-width: 992px) {
  #blockcart-modal .modal-dialog {
    margin-top: 260px;
  }
}

#blockcart-modal .modal-dialog .cart-products__desc .price {
  color: #F0331A;
}

#blockcart-modal .modal-dialog .modal-footer .btn-block {
  border-radius: 25px;
}

#blockcart-modal .modal-dialog .modal-footer .btn-block:focus, #blockcart-modal .modal-dialog .modal-footer .btn-block:hover {
  box-shadow: 0 0 0 0.2rem #f0331a42;
}

#blockcart-modal .modal-dialog .modal-footer .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #blockcart-modal .modal-dialog .modal-footer .btn-primary {
    font-size: 15px;
  }
}

#blockcart-modal .modal-dialog .modal-footer .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#blockcart-modal .modal-dialog .modal-footer .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#blockcart-modal .modal-dialog .modal-footer .btn-primary:focus {
  box-shadow: none;
}

#blockcart-modal .modal-dialog .modal-footer .btn-primary.btn-block:focus, #blockcart-modal .modal-dialog .modal-footer .btn-primary.btn-block:hover {
  box-shadow: none;
  border-radius: 25px;
}

.featured-products .new-products {
  margin-top: 100px;
}

.featured-products .new-products, .featured-products .best-sellers {
  flex-direction: column;
}

.featured-products .new-products .subheader, .featured-products .best-sellers .subheader {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #35CC31;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .featured-products .new-products .subheader, .featured-products .best-sellers .subheader {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .featured-products .new-products .subheader, .featured-products .best-sellers .subheader {
    font-size: 16px;
  }
}

.featured-products .new-products .header, .featured-products .best-sellers .header {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #1E1A17;
}

@media (min-width: 768px) {
  .featured-products .new-products .header, .featured-products .best-sellers .header {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .featured-products .new-products .header, .featured-products .best-sellers .header {
    font-size: 46px;
  }
}

.featured-products .new-products .text, .featured-products .best-sellers .text {
  color: #374957;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.featured-products .featured-products__footer {
  display: flex;
  justify-content: center;
}

.featured-products .featured-products__footer .btn {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .featured-products .featured-products__footer .btn {
    font-size: 15px;
  }
}

.featured-products .featured-products__footer .btn img {
  margin-left: 8px;
  width: 20px;
}

.featured-products .featured-products__footer .btn:hover {
  background-color: #000;
  border-color: #000;
}

.featured-products .featured-products__footer .btn:focus {
  box-shadow: none;
}

.featured-products .featured-products__navigation {
  display: none !important;
}

.product-miniature {
  padding: 0 !important;
  border-radius: 0 0 25px 25px;
  border: 1px solid #D3CBCB;
  background-color: #fff;
  cursor: pointer;
}

.product-miniature .img-fluid {
  border-radius: 0 !important;
  width: 100%;
}

.product-miniature .product-miniature__form .btn {
  border-radius: 0 0 25px 25px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
  background-color: #fff;
  border: none;
  color: #000;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .product-miniature .product-miniature__form .btn {
    font-size: 12px;
  }
}

.product-miniature .product-miniature__form .btn svg {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transition: all .15s ease-in-out;
}

.product-miniature .product-miniature__form .btn:hover {
  background-color: #F0331A;
  color: #fff;
}

.product-miniature .product-miniature__form .btn:hover svg path {
  stroke: #fff;
}

.product-miniature .product-miniature__form .btn:focus, .product-miniature .product-miniature__form .btn:active {
  box-shadow: none;
  background-color: #F0331A;
  color: #fff;
  border: none;
}

.product-miniature .product-miniature__title {
  padding: 0 15px;
  text-align: center;
}

.product-miniature .product-miniature__title a {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}

.product-miniature .product-miniature__title a:hover {
  text-decoration: none;
}

.product-miniature .product-miniature__pricing {
  padding: 0 15px;
  text-align: center !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-miniature .product-miniature__pricing .price-gross .price,
.product-miniature .product-miniature__pricing .price-gross .brutto {
  font-size: 16px;
  font-weight: 800;
  color: #000;
}

.product-miniature .product-miniature__pricing .price-gross .price {
  margin-right: 3px;
}

.product-miniature .product-miniature__pricing .price-nett-wrapper {
  line-height: 14px;
}

.product-miniature .product-miniature__pricing .price-nett-wrapper .price-nett {
  margin-right: 3px;
}

.product-miniature .product-miniature__pricing .price-nett-wrapper .price-nett,
.product-miniature .product-miniature__pricing .price-nett-wrapper .brutto {
  font-size: 12px;
  font-weight: 400;
  color: #253993;
}

.product-miniature:hover {
  border: 1px solid #F0331A;
}

.product-miniature:hover .product-miniature__form .btn {
  background-color: #F0331A;
  color: #fff;
}

.product-miniature:hover .product-miniature__form .btn svg path {
  stroke: #fff;
}

#whyussection {
  background-color: #000;
  overflow: hidden;
  padding-top: 30px;
}

#whyussection .container {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 992px) {
  #whyussection .container {
    flex-direction: row;
  }
}

#whyussection .container img.ellipsephone {
  width: 150%;
  position: absolute;
  top: 5%;
  left: -25%;
}

@media (min-width: 425px) {
  #whyussection .container img.ellipsephone {
    top: 0;
  }
}

@media (min-width: 500px) {
  #whyussection .container img.ellipsephone {
    top: -5%;
  }
}

@media (min-width: 768px) {
  #whyussection .container img.ellipsephone {
    display: none;
  }
}

#whyussection .container .wrapper-img {
  position: relative;
}

#whyussection .container .wrapper-img img {
  max-width: 100%;
}

#whyussection .container .wrapper-img img.excavator {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  #whyussection .container .wrapper-img img.excavator {
    transform: translateX(50%);
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  #whyussection .container .wrapper-img img.excavator {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
    max-width: 89%;
  }
}

#whyussection .container .wrapper-img img.ellipse {
  position: absolute;
  top: 40%;
  z-index: 0;
  left: -12%;
  max-width: 129%;
}

@media (min-width: 992px) {
  #whyussection .container .wrapper-img img.ellipse {
    position: absolute;
    top: 55%;
  }
}

#whyussection .container .wrapper-text {
  margin: 50px 0 0 0;
}

@media (min-width: 992px) {
  #whyussection .container .wrapper-text {
    margin: 50px 0;
  }
}

#whyussection .container .wrapper-text .wrapper-top .subheader {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #F0331A;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  #whyussection .container .wrapper-text .wrapper-top .subheader {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #whyussection .container .wrapper-text .wrapper-top .subheader {
    font-size: 16px;
  }
}

#whyussection .container .wrapper-text .wrapper-top .header {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #fff;
}

@media (min-width: 768px) {
  #whyussection .container .wrapper-text .wrapper-top .header {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #whyussection .container .wrapper-text .wrapper-top .header {
    font-size: 46px;
  }
}

#whyussection .container .wrapper-text .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

#whyussection .container .wrapper-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #whyussection .container .wrapper-icons {
    margin: 50px 0;
  }
}

#whyussection .container .wrapper-icons .col-6 {
  padding-left: 0;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #whyussection .container .wrapper-icons .col-6 {
    padding-right: 20px;
  }
}

#whyussection .container .wrapper-icons .header-icons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 25px;
}

#whyussection .container .wrapper-icons .header-icons .header {
  color: #fff;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

@media (min-width: 768px) {
  #whyussection .container .wrapper-icons .header-icons .header {
    font-size: 14px;
  }
}

#whyussection .container .wrapper-icons .header-icons img {
  width: 50px;
  height: 50px;
}

#whyussection .container .wrapper-icons .text {
  font-size: 13px;
  margin-bottom: 30px;
}

#panda_questions {
  margin: 50px 0;
  background-color: #fff;
  padding: 50px 0;
}

#panda_questions .section-title {
  text-align: center;
  margin-bottom: 30px;
}

#panda_questions .section-title .subheader {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #35CC31;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  #panda_questions .section-title .subheader {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #panda_questions .section-title .subheader {
    font-size: 16px;
  }
}

#panda_questions .section-title .header {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #1E1A17;
}

@media (min-width: 768px) {
  #panda_questions .section-title .header {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #panda_questions .section-title .header {
    font-size: 46px;
  }
}

#panda_questions .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#panda_questions .content .collapse-item {
  width: 100%;
  margin-bottom: 10px;
}

#panda_questions .content .collapse-item .collaps-header {
  background: #f5f5f5;
  width: 90%;
  margin: auto;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #panda_questions .content .collapse-item .collaps-header {
    width: 70%;
  }
}

#panda_questions .content .collapse-item .collaps-header .icon {
  margin-left: 5px;
}

#panda_questions .content .collapse-item .collaps-header .text {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 992px) {
  #panda_questions .content .collapse-item .collaps-header .text {
    font-size: 16px;
  }
}

#panda_questions .content .collapse-item a:hover {
  text-decoration: none;
}

#panda_questions .content .collapse-item .collapse, #panda_questions .content .collapse-item .collapsing {
  width: 90%;
  margin: auto;
  padding: 15px 0;
}

@media (min-width: 768px) {
  #panda_questions .content .collapse-item .collapse, #panda_questions .content .collapse-item .collapsing {
    width: 70%;
    padding: 30px 0;
  }
}

#panda_questions .content .collapse-item .collapse .card-body, #panda_questions .content .collapse-item .collapsing .card-body {
  border: none;
}

#contacthome {
  padding: 50px 0 0 0;
  position: relative;
}

@media (min-width: 768px) {
  #contacthome {
    padding: 50px 0 80px 0;
  }
}

#contacthome .img-bg {
  display: none;
  background-image: url(../img/photo-bg.png);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  #contacthome .img-bg {
    display: block;
  }
}

#contacthome .container {
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 768px) {
  #contacthome .container {
    flex-direction: row;
  }
}

#contacthome .container .img-side {
  height: 300px;
  width: 100%;
  background-image: url(../img/smiling-worker.png);
  background-size: cover;
  background-position: center;
  order: 2;
}

@media (min-width: 768px) {
  #contacthome .container .img-side {
    order: 1;
    height: auto;
  }
}

#contacthome .container .info-wrapper {
  position: absolute;
  padding: 20px;
  background-color: #fff;
  border-radius: 25px 25px 0 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  #contacthome .container .info-wrapper {
    left: 0;
    border-radius: 0 25px 25px 0;
    transform: translate(0, 100%);
    bottom: 50%;
  }
}

#contacthome .container .info-wrapper .header {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #374957;
  letter-spacing: 0.7px;
}

#contacthome .container .info-wrapper .contact-info {
  margin-top: 8px;
}

#contacthome .container .info-wrapper .contact-info span {
  margin-left: 4px;
}

#contacthome .container .info-wrapper .contact-info span a {
  font-size: 12px;
  font-weight: 600;
  color: #374957;
}

@media (min-width: 768px) {
  #contacthome .container .info-wrapper .contact-info span a {
    font-size: 16px;
  }
}

#contacthome .container .form-side {
  padding: 0;
  display: flex;
  flex-direction: column;
  order: 1;
}

@media (min-width: 768px) {
  #contacthome .container .form-side {
    order: 2;
  }
}

#contacthome .container .form-side .section-title {
  padding: 30px;
  background-color: #000;
  text-align: center;
}

@media (min-width: 768px) {
  #contacthome .container .form-side .section-title {
    border-radius: 0 25px 0 0;
    text-align: left;
  }
}

#contacthome .container .form-side .section-title .subheader {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #35CC31;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
}

@media (min-width: 768px) {
  #contacthome .container .form-side .section-title .subheader {
    font-size: 14px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #contacthome .container .form-side .section-title .subheader {
    font-size: 16px;
  }
}

#contacthome .container .form-side .section-title .header {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #contacthome .container .form-side .section-title .header {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  #contacthome .container .form-side .section-title .header {
    font-size: 36px;
  }
}

#contacthome .container .form-side .form-wrapper {
  padding: 30px;
  background-color: #fff;
  flex-grow: 1;
}

@media (min-width: 768px) {
  #contacthome .container .form-side .form-wrapper {
    border-radius: 0 0 25px 0;
  }
}

#contacthome .container .form-side .form-wrapper .text {
  font-size: 14px;
}

#contacthome .form-container {
  margin: 30px 0 10px 0;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

@media (min-width: 768px) {
  #contacthome .form-container {
    flex-direction: row;
  }
}

#contacthome .form-container .form-label {
  top: 0;
  left: 8px;
}

#contacthome .form-container .form-control {
  border-radius: 0 25px 25px 0;
}

#contacthome .form-container textarea {
  max-height: 100px;
}

#contacthome .row-send {
  display: flex;
  justify-content: flex-end;
}

#contacthome .row-send .btn-primary {
  background-color: #F0331A;
  border-radius: 0 25px 25px 0;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  margin-right: 5px;
}

#contacthome .row-send .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

#contacthome .row-send .btn-primary svg {
  margin-left: 10px;
  margin-bottom: 3px;
}

#authentication .user-form {
  border-radius: 0;
  border: none;
}

#authentication .user-form .user-form__row {
  border: 1px solid #D3CBCB;
}

#authentication .user-form .user-form__block {
  background-color: #fff;
}

#authentication .user-form .user-form__block .user-form__content {
  background-color: #fff !important;
}

#authentication .user-form #login-form .input-group-append {
  display: block;
}

#authentication .user-form #login-form .input-group-append .btn-primary {
  border-radius: 0 20px 20px 0;
  background-color: #F0331A;
  border-color: #8A8A8A;
}

#authentication .user-form .forgot-password a {
  color: #F0331A;
}

#authentication .user-form .forgot-password a:hover {
  color: #000;
}

#authentication .user-form .form-footer .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #authentication .user-form .form-footer .btn-primary {
    font-size: 15px;
  }
}

#authentication .user-form .form-footer .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#authentication .user-form .form-footer .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#authentication .user-form .form-footer .btn-primary:focus {
  box-shadow: none;
}

#authentication .user-form .user-form__content .mt-auto a {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #authentication .user-form .user-form__content .mt-auto a {
    font-size: 15px;
  }
}

#authentication .user-form .user-form__content .mt-auto a img {
  margin-left: 8px;
  width: 20px;
}

#authentication .user-form .user-form__content .mt-auto a:hover {
  background-color: #000;
  border-color: #000;
}

#authentication .user-form .user-form__content .mt-auto a:focus {
  box-shadow: none;
}

#registration .register-form .form-group .form-label.mr-3 {
  display: none;
}

#registration .register-form .input-group-append {
  display: block;
}

#registration .register-form .input-group-append .btn-primary {
  border-radius: 0 20px 20px 0;
  background-color: #F0331A;
  border-color: #8A8A8A;
}

#registration .register-form .form-footer .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #registration .register-form .form-footer .btn-primary {
    font-size: 15px;
  }
}

#registration .register-form .form-footer .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#registration .register-form .form-footer .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#registration .register-form .form-footer .btn-primary:focus {
  box-shadow: none;
}

#registration .card-footer a {
  color: #F0331A;
}

#producers {
  padding: 80px 0;
  background-color: #fff;
}

#producers .text-wrapper {
  width: 75%;
  margin: 0 auto;
}

#producers .text-wrapper .wrapper-top {
  text-align: center;
  margin: auto;
}

#producers .text-wrapper .wrapper-top .subheader {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #35CC31;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
}

@media (min-width: 768px) {
  #producers .text-wrapper .wrapper-top .subheader {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #producers .text-wrapper .wrapper-top .subheader {
    font-size: 16px;
  }
}

#producers .text-wrapper .wrapper-top .header {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #212321;
  text-align: center;
}

@media (min-width: 768px) {
  #producers .text-wrapper .wrapper-top .header {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #producers .text-wrapper .wrapper-top .header {
    font-size: 46px;
  }
}

#producers .text-wrapper .text {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

#producers .logos-wrapper {
  margin: 50px auto 0 auto;
  width: 75%;
}

#producers .logos-wrapper .slider-producers {
  max-width: 100%;
  overflow: hidden;
}

#producers .logos-wrapper .swiper-wrapper {
  max-width: 100%;
}

#producers .logos-wrapper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#producers .logos-wrapper .swiper-wrapper .swiper-slide img {
  max-width: 95px;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media (min-width: 768px) {
  #producers .logos-wrapper .swiper-wrapper .swiper-slide img {
    max-width: 180px;
  }
}

#producers .logos-wrapper .swiper-wrapper .swiper-slide img:hover {
  filter: grayscale(0%);
}

#footer {
  background-color: #000;
  padding: 20px;
}

@media (min-width: 768px) {
  #footer {
    padding: 30px;
  }
}

#footer .col-lg-4 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  #footer .col-lg-4 {
    margin-bottom: 0;
  }
}

#footer .footer-container {
  background-color: #000;
  padding-top: 0;
}

#footer .footer-container .text-footer {
  color: #fff;
  font-size: 13px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#footer .footer-container .facebook-icon {
  cursor: pointer;
}

@media (min-width: 992px) {
  #footer .footer-container .col-md-3 {
    padding-left: 30px;
  }
}

#footer .footer-container .material-icons {
  color: #fff;
}

#footer .footer-container .h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

#footer .footer-container .links-list__link {
  font-size: 14px;
  color: #fff;
}

#footer .footer-container .links-list__link:hover {
  color: #F0331A;
}

#footer .footer-container #footer_contact_list .adress, #footer .footer-container #footer_contact_list .mail, #footer .footer-container #footer_contact_list .phone {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

#footer .footer-container #footer_contact_list .adress svg, #footer .footer-container #footer_contact_list .mail svg, #footer .footer-container #footer_contact_list .phone svg {
  display: block;
}

#footer .footer-container #footer_contact_list .adress a, #footer .footer-container #footer_contact_list .mail a, #footer .footer-container #footer_contact_list .phone a {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: none;
}

#footer .footer-container #footer_contact_list .adress a:hover, #footer .footer-container #footer_contact_list .mail a:hover, #footer .footer-container #footer_contact_list .phone a:hover {
  color: #F0331A;
}

#footer .footer-container #footer_contact_list .adress {
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
}

#footer .footer-container #footer_contact_list svg {
  margin-right: 5px;
}

#pandaopinion {
  margin: 50px 0;
}

#pandaopinion .wrapper-top {
  margin: auto;
  text-align: center;
}

#pandaopinion .wrapper-top .subheader {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #35CC31;
  font-weight: 500;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  #pandaopinion .wrapper-top .subheader {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  #pandaopinion .wrapper-top .subheader {
    font-size: 16px;
  }
}

#pandaopinion .wrapper-top .header {
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #1E1A17;
}

@media (min-width: 768px) {
  #pandaopinion .wrapper-top .header {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  #pandaopinion .wrapper-top .header {
    font-size: 46px;
  }
}

#pandaopinion .wrapper-top .header span {
  color: #35CC31;
}

#pandaopinion .text-wrapper {
  width: 70%;
  margin: auto;
}

#pandaopinion .text-wrapper .text {
  color: #374957;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

#pandaopinion .opinion-row {
  margin-top: 50px;
}

#pandaopinion .opinion-row .opinion-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  #pandaopinion .opinion-row .opinion-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box {
  width: 100%;
  background: #fff;
  margin: 20px 0;
  padding: 25px;
  border-radius: 0 0 50px 50px;
}

@media (min-width: 992px) {
  #pandaopinion .opinion-row .opinion-wrapper .opinion-box {
    width: 33.33%;
    margin: 0 20px;
  }
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box .top-row {
  display: flex;
  justify-content: space-between;
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box .top-row .name-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box .top-row .name-wrapper .name {
  font-size: 16px;
  font-weight: 700;
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box .top-row .img {
  margin-right: 20px;
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box .top-row .img img {
  height: 30px;
  width: 30px;
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box .top-row .stars img {
  max-width: 100px;
}

#pandaopinion .opinion-row .opinion-wrapper .opinion-box .opinion-body {
  margin-top: 30px;
  font-size: 14px;
}

#category #left-column .card,
#new-products #left-column .card {
  border: none;
}

#category #left-column .card .card-header,
#new-products #left-column .card .card-header {
  display: none;
}

#category #left-column .card .list-group-item,
#new-products #left-column .card .list-group-item {
  border: none;
}

#category #left-column .card .list-group-item:hover,
#new-products #left-column .card .list-group-item:hover {
  background-color: #F0331A;
  color: #fff !important;
}

#category #left-column .card .list-group-item:hover a,
#new-products #left-column .card .list-group-item:hover a {
  background-color: #F0331A;
  color: #fff !important;
}

#category #left-column .card .icon-collapse[aria-expanded="true"] svg,
#new-products #left-column .card .icon-collapse[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

#category #left-column .card .icon-collapse.collapsed svg,
#new-products #left-column .card .icon-collapse.collapsed svg {
  transform: rotate(0);
}

#category #left-column .card .list-group-collapse,
#new-products #left-column .card .list-group-collapse {
  background-color: #fff;
}

#category #left-column .card .list-group-collapse .collapse .list-group-collapse,
#new-products #left-column .card .list-group-collapse .collapse .list-group-collapse {
  background-color: #F8F4EC;
}

#category #left-column .card .list-group-collapse .collapse .list-group-item,
#new-products #left-column .card .list-group-collapse .collapse .list-group-item {
  background-color: #F8F4EC;
  color: #374957;
}

#category #left-column .card .list-group-collapse .collapse .list-group-item:hover,
#new-products #left-column .card .list-group-collapse .collapse .list-group-item:hover {
  background-color: #F0331A;
  color: #fff !important;
}

#category #left-column .card .list-group-collapse .collapse .list-group a,
#new-products #left-column .card .list-group-collapse .collapse .list-group a {
  background-color: #F8F4EC;
  color: #374957;
}

#category #left-column .card .list-group-collapse .collapse .list-group a:hover,
#new-products #left-column .card .list-group-collapse .collapse .list-group a:hover {
  background-color: #F0331A;
  color: #fff !important;
}

#category #left-column .card .list-group-collapse .collapse .list-group-item:hover, #category #left-column .card .list-group-collapse .collapse .list-group-item:hover,
#new-products #left-column .card .list-group-collapse .collapse .list-group-item:hover,
#new-products #left-column .card .list-group-collapse .collapse .list-group-item:hover {
  background-color: #F0331A;
  color: #fff !important;
}

#category #left-column .card .list-group-collapse .collapse .list-group-item:hover a, #category #left-column .card .list-group-collapse .collapse .list-group-item:hover a,
#new-products #left-column .card .list-group-collapse .collapse .list-group-item:hover a,
#new-products #left-column .card .list-group-collapse .collapse .list-group-item:hover a {
  background-color: #F0331A;
  color: #fff !important;
}

#category #content-wrapper .products-list__block--grid,
#new-products #content-wrapper .products-list__block--grid {
  flex: 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  #category #content-wrapper .products-list__block--grid,
  #new-products #content-wrapper .products-list__block--grid {
    flex: 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 992px) {
  #category #content-wrapper .products-list__block--grid,
  #new-products #content-wrapper .products-list__block--grid {
    flex: 20%;
    max-width: 20%;
  }
}

#category #content-wrapper #js-product-list-header .block-category h1,
#new-products #content-wrapper #js-product-list-header .block-category h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  position: relative;
}

#category #content-wrapper #js-product-list-header .block-category h1::after,
#new-products #content-wrapper #js-product-list-header .block-category h1::after {
  content: '';
  width: 15%;
  height: 4px;
  background-color: #35CC31;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#js-product-list-top {
  justify-content: space-between;
  margin-top: 0 !important;
}

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

.product-count {
  margin-left: 10px;
}

.product-count p {
  margin-bottom: 0;
}

.selectors {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .selectors {
    flex-direction: row;
    justify-content: space-between;
  }
}

.product-miniature .product-miniature__pricing .price-gross .price {
  font-size: 13px;
}

.product-miniature .product-miniature__form .btn {
  font-size: 11px;
}

.product-miniature .product-miniature__pricing .price-gross .brutto {
  font-size: 13px;
}

#category-description {
  font-size: 15px;
  line-height: 1.6;
  color: #374957;
}

#category-description-2 {
  margin-top: 40px !important;
}

#category-description-2 h3 span {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}

#category-description-2 h3 {
  margin-bottom: 5px;
}

#category-description-2 p,
#category-description-2 span {
  font-size: 15px;
  line-height: 1.6;
  color: #374957;
}

.pagination .page-item {
  margin-right: 10px;
  border-radius: 3px;
  height: 36px;
  width: 36px;
}

.pagination .page-item .page-link {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #374957;
  padding: 0;
  text-align: center;
  line-height: 34px;
}

.pagination .page-item .page-link:hover {
  background-color: #F0331A;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  background-color: #F0331A;
  color: #fff;
  box-shadow: none;
  outline: 0;
}

.pagination .page-item.disabled .page-link {
  color: #374957;
  background-color: transparent;
  border: none;
}

.pagination .page-item.active .page-link {
  background-color: #F0331A;
  color: #fff;
  border: none;
  line-height: 36px;
}

.pagination .page-item.active .page-link:hover {
  background-color: #F0331A;
  color: #fff;
}

#js-product-list {
  margin-bottom: 50px;
}

.hero {
  background-color: #000;
  position: relative;
  height: 100vh;
}

@media (min-width: 768px) {
  .hero {
    height: 90vh;
    max-height: 600px;
  }
}

@media (min-width: 992px) {
  .hero {
    height: 80vh;
  }
}

.hero .ellipse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.hero .desktop-machiny {
  display: none;
}

@media (min-width: 768px) {
  .hero .desktop-machiny {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -76%);
    width: 70%;
  }
}

@media (min-width: 1550px) {
  .hero .desktop-machiny {
    width: 50%;
  }
}

.hero .mobile-machiny {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 70%;
}

@media (min-width: 768px) {
  .hero .mobile-machiny {
    display: none;
  }
}

.panda-configurator {
  padding-top: 75px;
  z-index: 1000;
  position: relative;
}

@media (min-width: 992px) {
  .panda-configurator {
    padding-top: 80px;
  }
}

.panda-configurator__top {
  text-align: center;
}

.panda-configurator__top h3 {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

@media (min-width: 992px) {
  .panda-configurator__top h3 {
    font-size: 28px;
  }
}

.panda-configurator__body-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .panda-configurator__body-form {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
  }
}

.panda-configurator .configurator-info {
  text-align: center;
  width: 55%;
  margin: 20px auto 0 auto;
}

.panda-configurator .configurator-info p {
  color: #fff;
  font-size: 15px;
}

.panda-configurator .configurator-info p a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.panda-configurator .configurator-info p a:hover {
  color: #f35e4a;
}

.panda-configurator .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .panda-configurator .btn-primary {
    font-size: 15px;
  }
}

.panda-configurator .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

.panda-configurator .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.panda-configurator .btn-primary:focus {
  box-shadow: none;
}

.panda-configurator .btn-primary svg {
  margin-left: 20px;
}

.panda-configurator .btn-primary:active {
  background-color: #000 !important;
}

.configurator-header {
  position: fixed;
  width: 100%;
  background: #000;
  top: -200px;
}

.configurator-header.open {
  top: 139px;
}

.configurator-header .panda-configurator__body-form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.configurator-header .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .configurator-header .btn-primary {
    font-size: 15px;
  }
}

.configurator-header .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

.configurator-header .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.configurator-header .btn-primary:focus {
  box-shadow: none;
}

.configurator-header .btn-primary svg {
  margin-left: 20px;
}

.configurator-header .btn-primary:active {
  background-color: #000 !important;
}

.ts-control {
  padding: 10px 20px 10px 50px !important;
  border-radius: 30px !important;
  margin-bottom: 20px !important;
  background-color: #374957 !important;
  border: none;
  overflow: visible;
  min-width: 280px;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: flex;
  transition: width 0.3s ease;
}

@media (min-width: 992px) {
  .ts-control {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .ts-control {
    padding: 10px 20px 10px 55px !important;
  }
}

.ts-control .item {
  color: #fff;
}

.ts-control:focus {
  border: 2px solid #fff !important;
}

.ts-control input {
  width: fit-content;
  min-width: none;
  appearance: none;
  -webkit-appearance: none;
  color: #fff;
  border: none !important;
  cursor: pointer !important;
  font-size: 14px;
  transition: width 0.3s ease;
}

@media (min-width: 1200px) {
  .ts-control input {
    font-size: 15px;
  }
}

.ts-control input::placeholder {
  color: #fff;
  opacity: 1;
}

.ts-control input option:hover {
  background-color: #F0331A;
}

.ts-control input option:active {
  background-color: #F0331A;
}

.ts-control::before {
  content: '1';
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #fff;
  color: #F0331A;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  left: -3px;
  top: -2px;
  font-weight: 900;
  font-size: 16px;
}

.ts-control:nth-child(2)::before {
  content: '2';
}

.ts-control::after {
  content: url("../img/arrow-down.png");
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.ts-control:last-of-type::before, .ts-control:last-of-type::after {
  display: none;
}

.panda-configurator__body-form-step:nth-child(2) .ts-control::before {
  content: "2";
}

.ts-dropdown-content {
  background-color: #1E1A17;
  border: none;
  color: #fff;
}

#product .js-product-images {
  display: flex;
}

#product .js-product-images .product-main-images {
  width: 80%;
  order: 2;
}

#product .js-product-images .swiper-button-custom {
  display: none;
}

#product .js-product-images .product-main-images__modal-trigger-layer {
  display: none;
}

#product .js-product-images .product-thumbs {
  width: 20%;
  order: 1;
}

#product .js-product-images .product-thumbs .product-thumbs__list {
  flex-direction: column;
}

#product .js-product-images .product-thumbs .product-thumbs__list .product-thumbs__elem {
  width: 100% !important;
  height: fit-content;
}

#product .col-md-5 h1 {
  font-size: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  position: relative;
}

#product .col-md-5 h1::after {
  content: '';
  width: 20%;
  height: 4px;
  background-color: #35CC31;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#product .col-md-5 .reference-number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#product .col-md-5 .reference-number span {
  font-size: 13px;
}

#product .col-md-5 .qty-atrribute {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#product .col-md-5 .qty-atrribute .value {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #35CC31;
  margin-right: 8px;
}

#product .col-md-5 .qty-atrribute .value.green {
  background-color: #35CC31;
}

#product .col-md-5 .qty-atrribute .value.red {
  background-color: #F0331A;
}

#product .col-md-5 .qty-atrribute .value.orange {
  background-color: #fec005;
}

#product .col-md-5 .js-product-prices .tax-shipping-delivery-label {
  display: none;
}

#product .col-md-5 .js-product-prices .price-gross {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

#product .col-md-5 .js-product-prices .price--lg,
#product .col-md-5 .js-product-prices .price {
  color: #253993;
  font-weight: 700;
}

#product .col-md-5 .js-product-prices .price--regular {
  color: #35CC31;
  font-weight: 500;
}

#product .col-md-5 .qty .bootstrap-touchspin {
  max-width: 120px;
  border: 1px solid #D3CBCB;
  border-radius: 20px;
  height: 38.5px;
}

#product .col-md-5 .qty .bootstrap-touchspin .btn {
  font-size: 24px;
  width: 1.4em;
  height: 100%;
  line-height: normal;
}

#product .col-md-5 .qty .bootstrap-touchspin .btn:hover {
  background-color: #f5f5f5;
}

#product .col-md-5 .qty .bootstrap-touchspin input {
  border: none;
  height: 100%;
}

#product .col-md-5 .qty .bootstrap-touchspin input:focus {
  box-shadow: none;
}

#product .col-md-5 .add-to-cart {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

@media (min-width: 768px) {
  #product .col-md-5 .add-to-cart {
    font-size: 15px;
  }
}

#product .col-md-5 .add-to-cart img {
  margin-left: 8px;
  width: 20px;
}

#product .col-md-5 .add-to-cart:hover {
  background-color: #000;
  border-color: #000;
}

#product .col-md-5 .add-to-cart:focus {
  box-shadow: none;
}

#product .col-md-5 .add-to-cart svg {
  height: 16px;
  margin-left: 5px;
}

#product .col-md-5 .call-to-order {
  margin: 15px 0;
}

#product .col-md-5 .call-to-order a {
  width: 100%;
  padding: 8px 40px;
  border-radius: 20px;
  border: 1px solid #F0331A;
  background-color: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

#product .col-md-5 .call-to-order a svg {
  height: 14px;
  margin-left: 5px;
}

#product .col-md-5 .call-to-order a span {
  color: #000;
  font-weight: 500;
  font-size: 13px;
}

#product .col-md-5 .call-to-order a:hover {
  background-color: #F0331A;
  color: #fff;
  text-decoration: none;
}

#product .col-md-5 .icons-info {
  display: flex;
  align-items: center;
  margin: 30px 0;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 992px) {
  #product .col-md-5 .icons-info {
    flex-direction: row;
  }
}

#product .col-md-5 .icons-info .icons-box {
  display: flex;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
}

#product .col-md-5 .icons-info .icons-box span {
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

#product .col-md-5 .icons-info .icons-box a {
  font-size: 12px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 13px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

#product .col-md-5 .icons-info .icons-box a span {
  margin: 0;
}

#product .col-md-5 .icons-info .icons-box a:hover {
  text-decoration: underline;
}

#product .product-tabs {
  background-color: transparent;
  border: none;
  margin-bottom: 30px;
}

#product .product-tabs .card-header {
  background-color: transparent;
  padding-left: 0;
}

#product .product-tabs .card-header .nav-tabs .nav-item.show .nav-link,
#product .product-tabs .card-header .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: #F0331A;
  font-weight: 700;
  position: relative;
}

#product .product-tabs .card-header .nav-tabs .nav-item.show .nav-link::after,
#product .product-tabs .card-header .nav-tabs .nav-link.active::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #F0331A;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#product .product-tabs .card-header .card-header-tabs {
  margin-left: 0;
}

#product .product-tabs .card-body {
  background-color: #fff;
}

#product .product-tabs .card-body .tab-content h2 {
  font-size: 22px;
}

#product .product-tabs .card-body .tab-content .product-features p.h6 {
  display: none;
}

#product .product-tabs .card-body .tab-content .product-features dl dt {
  padding-left: 20px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: none !important;
  padding: 10px 20px;
}

#product .product-tabs .card-body .tab-content .product-features dl dt:nth-of-type(odd) {
  background-color: #f5f5f5;
  border-bottom: none !important;
}

#product .product-tabs .card-body .tab-content .product-features dl dd {
  border-bottom: none !important;
  padding: 10px 20px;
}

#product .product-tabs .card-body .tab-content .product-features dl dd:nth-of-type(odd) {
  background-color: #f5f5f5;
  border-bottom: none !important;
}

#product .featured-products {
  margin-top: 60px !important;
}

#product .featured-products .featured-products__title {
  font-size: 24px;
}

#identity,
#addresses,
#history,
#order-slip,
#module-psgdpr-gdpr,
#module-ps_emailalerts-account,
#address,
#order-detail {
  background-color: #fff;
}

#identity #wrapper,
#addresses #wrapper,
#history #wrapper,
#order-slip #wrapper,
#module-psgdpr-gdpr #wrapper,
#module-ps_emailalerts-account #wrapper,
#address #wrapper,
#order-detail #wrapper {
  padding-bottom: 50px;
}

#identity #wrapper .customer-links a.active,
#addresses #wrapper .customer-links a.active,
#history #wrapper .customer-links a.active,
#order-slip #wrapper .customer-links a.active,
#module-psgdpr-gdpr #wrapper .customer-links a.active,
#module-ps_emailalerts-account #wrapper .customer-links a.active,
#address #wrapper .customer-links a.active,
#order-detail #wrapper .customer-links a.active {
  background-color: #F0331A;
  border-radius: 20px;
}

#identity #wrapper .customer-links a i,
#addresses #wrapper .customer-links a i,
#history #wrapper .customer-links a i,
#order-slip #wrapper .customer-links a i,
#module-psgdpr-gdpr #wrapper .customer-links a i,
#module-ps_emailalerts-account #wrapper .customer-links a i,
#address #wrapper .customer-links a i,
#order-detail #wrapper .customer-links a i {
  color: #F0331A;
}

#identity #wrapper .customer-links a.active i,
#addresses #wrapper .customer-links a.active i,
#history #wrapper .customer-links a.active i,
#order-slip #wrapper .customer-links a.active i,
#module-psgdpr-gdpr #wrapper .customer-links a.active i,
#module-ps_emailalerts-account #wrapper .customer-links a.active i,
#address #wrapper .customer-links a.active i,
#order-detail #wrapper .customer-links a.active i {
  color: #fff;
}

#identity .customer-links a:focus,
#identity .customer-links a:hover,
#addresses .customer-links a:focus,
#addresses .customer-links a:hover,
#history .customer-links a:focus,
#history .customer-links a:hover,
#order-slip .customer-links a:focus,
#order-slip .customer-links a:hover,
#module-psgdpr-gdpr .customer-links a:focus,
#module-psgdpr-gdpr .customer-links a:hover,
#module-ps_emailalerts-account .customer-links a:focus,
#module-ps_emailalerts-account .customer-links a:hover,
#address .customer-links a:focus,
#address .customer-links a:hover,
#order-detail .customer-links a:focus,
#order-detail .customer-links a:hover {
  color: #F0331A;
}

#identity .customer-links a.active:focus,
#identity .customer-links a.active:hover,
#addresses .customer-links a.active:focus,
#addresses .customer-links a.active:hover,
#history .customer-links a.active:focus,
#history .customer-links a.active:hover,
#order-slip .customer-links a.active:focus,
#order-slip .customer-links a.active:hover,
#module-psgdpr-gdpr .customer-links a.active:focus,
#module-psgdpr-gdpr .customer-links a.active:hover,
#module-ps_emailalerts-account .customer-links a.active:focus,
#module-ps_emailalerts-account .customer-links a.active:hover,
#address .customer-links a.active:focus,
#address .customer-links a.active:hover,
#order-detail .customer-links a.active:focus,
#order-detail .customer-links a.active:hover {
  color: #fff;
}

#identity .customer-links a.active i,
#addresses .customer-links a.active i,
#history .customer-links a.active i,
#order-slip .customer-links a.active i,
#module-psgdpr-gdpr .customer-links a.active i,
#module-ps_emailalerts-account .customer-links a.active i,
#address .customer-links a.active i,
#order-detail .customer-links a.active i {
  color: #fff;
}

#identity .btn-primary,
#addresses .btn-primary,
#history .btn-primary,
#order-slip .btn-primary,
#module-psgdpr-gdpr .btn-primary,
#module-ps_emailalerts-account .btn-primary,
#address .btn-primary,
#order-detail .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #identity .btn-primary,
  #addresses .btn-primary,
  #history .btn-primary,
  #order-slip .btn-primary,
  #module-psgdpr-gdpr .btn-primary,
  #module-ps_emailalerts-account .btn-primary,
  #address .btn-primary,
  #order-detail .btn-primary {
    font-size: 15px;
  }
}

#identity .btn-primary img,
#addresses .btn-primary img,
#history .btn-primary img,
#order-slip .btn-primary img,
#module-psgdpr-gdpr .btn-primary img,
#module-ps_emailalerts-account .btn-primary img,
#address .btn-primary img,
#order-detail .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#identity .btn-primary:hover,
#addresses .btn-primary:hover,
#history .btn-primary:hover,
#order-slip .btn-primary:hover,
#module-psgdpr-gdpr .btn-primary:hover,
#module-ps_emailalerts-account .btn-primary:hover,
#address .btn-primary:hover,
#order-detail .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#identity .btn-primary:focus,
#addresses .btn-primary:focus,
#history .btn-primary:focus,
#order-slip .btn-primary:focus,
#module-psgdpr-gdpr .btn-primary:focus,
#module-ps_emailalerts-account .btn-primary:focus,
#address .btn-primary:focus,
#order-detail .btn-primary:focus {
  box-shadow: none;
}

#identity .form-group:first-of-type .form-label {
  display: none;
}

#identity .input-group-append {
  display: block;
}

#identity .input-group-append .btn-primary {
  border-radius: 0 20px 20px 0;
  background-color: #F0331A;
  border-color: #8A8A8A;
  height: 42px;
}

#identity .form-footer .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #identity .form-footer .btn-primary {
    font-size: 15px;
  }
}

#identity .form-footer .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#identity .form-footer .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#identity .form-footer .btn-primary:focus {
  box-shadow: none;
}

.addresses-footer .btn-primary {
  width: fit-content;
  margin: auto;
}

.address {
  border-color: #D3CBCB;
}

#history .table th, #history .table td {
  font-size: 13px;
}

#history .order-actions .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

#history .order-actions .col-sm-6 .btn-primary {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 12px;
}

#history .order-actions .col-sm-6 .btn-primary:hover {
  text-decoration: underline;
}

#history .order-actions .btn-primary {
  font-size: 12px;
  padding: 4px 10px;
}

#history .label-pill {
  white-space: wrap;
}

#order-infos .btn-outline-primary {
  border-color: #000;
  color: #000;
}

#order-infos .btn-outline-primary:hover {
  background-color: #000;
  color: #fff;
}

#order-infos .btn-outline-primary:focus {
  box-shadow: none;
}

#module-psgdpr-gdpr .btn-primary {
  width: fit-content;
  margin: 5px auto;
}

#module-psgdpr-gdpr .card-body p a {
  color: #F0331A;
}

#module-psgdpr-gdpr .card-body p a:hover {
  color: #000;
}

.panda-select .custom-select {
  display: none;
}

.panda-select .select-wrapper {
  display: flex;
  padding: 8px;
  background: #fff;
  border: 1px solid #D3CBCB;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  height: fit-content;
  color: #1E1A17;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.panda-select .select-wrapper.select-arrow-active svg {
  transform: rotate(180deg) translateY(-25%);
}

.panda-select .select-wrapper .select-label {
  margin-right: 8px;
  margin-left: 3px;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  height: fit-content;
}

.panda-select .select-wrapper .select-label.active {
  color: #1E1A17;
}

.panda-select .select-wrapper svg {
  margin-bottom: 2px;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

.panda-select .select-items {
  position: absolute;
  z-index: 8;
  padding: 10px;
  background: white;
  border: 1px solid #D3CBCB;
  width: calc(100% - 20px);
  display: block;
}

.panda-select .select-items div {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  height: fit-content;
  color: #1E1A17;
  padding: 5px 0;
}

.panda-select .select-items.select-hide {
  display: none;
}

#cart #wrapper {
  margin: 30px 0;
}

#cart .card {
  border-radius: 0 0 25px 25px;
}

#cart .card .card-header {
  border-radius: 0;
  background-color: #fff;
}

#cart .card .cart-items .product-line-grid__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  #cart .card .cart-items .product-line-grid__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border: none;
    padding: 0;
  }
}

#cart .card .cart-items .product-line-grid__row .product-line-grid__block--image {
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  #cart .card .cart-items .product-line-grid__row .product-line-grid__block--image {
    width: auto;
    display: block;
  }
}

#cart .card .cart-items .product-line-grid__row .product-line-grid__block--image img {
  margin: auto;
}

#cart .card .cart-items .product-line-grid__block--prod {
  max-width: 90%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #cart .card .cart-items .product-line-grid__block--prod {
    margin-bottom: 0;
    max-width: 220px;
  }
}

#cart .card .cart-items .product-line-grid__block--prod .product-line-grid__title {
  max-width: 75%;
  margin: auto;
}

@media (min-width: 768px) {
  #cart .card .cart-items .product-line-grid__block--prod .product-line-grid__title {
    max-width: 100%;
    margin: 0;
  }
}

#cart .card .cart-items .product-line-grid__block--prod .product-price .price {
  color: #253993;
}

#cart .card .cart-items .product-line-grid__block--prod .current-price {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  #cart .card .cart-items .product-line-grid__block--prod .current-price {
    justify-content: flex-start;
  }
}

#cart .card .cart-items .product-line-grid__block--prod .current-price-display {
  color: #253993;
}

#cart .card .cart-items .product-line-grid__block--prod .product-line-grid__block--image img {
  max-width: 125px;
  max-height: 125px;
}

#cart .card .cart-items .product-line-grid__block--qty,
#cart .card .cart-items .product-line-grid__block--total {
  margin-right: 20px;
}

@media (min-width: 768px) {
  #cart .card .cart-items .product-line-grid__block--qty,
  #cart .card .cart-items .product-line-grid__block--total {
    margin-right: 0;
  }
}

#cart .card .btn-outline-primary {
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 500;
  color: #F0331A;
  background-color: transparent;
  border: 1px solid #F0331A;
  transition: background-color 0.3s, color 0.3s;
}

#cart .card .btn-outline-primary:hover {
  background-color: #F0331A;
  color: #fff;
}

#cart .card .btn-primary.disabled,
#cart .card .btn-primary:disabled {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  margin: auto;
}

@media (min-width: 768px) {
  #cart .card .btn-primary.disabled,
  #cart .card .btn-primary:disabled {
    font-size: 15px;
  }
}

#cart .card .btn-primary.disabled img,
#cart .card .btn-primary:disabled img {
  margin-left: 8px;
  width: 20px;
}

#cart .card .btn-primary.disabled:hover,
#cart .card .btn-primary:disabled:hover {
  background-color: #000;
  border-color: #000;
}

#cart .card .btn-primary.disabled:focus,
#cart .card .btn-primary:disabled:focus {
  box-shadow: none;
}

#cart .card .cart-detailed-actions .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #cart .card .cart-detailed-actions .btn-primary {
    font-size: 15px;
  }
}

#cart .card .cart-detailed-actions .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#cart .card .cart-detailed-actions .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#cart .card .cart-detailed-actions .btn-primary:focus {
  box-shadow: none;
}

#checkout {
  padding-top: 0;
}

#checkout main {
  padding: 0;
}

#checkout main #header {
  background-color: #000;
}

#checkout main #header .btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#checkout main #header .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
}

@media (min-width: 768px) {
  #checkout main #header .btn-primary {
    font-size: 15px;
  }
}

#checkout main #header .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#checkout main #header .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#checkout main #header .btn-primary:focus {
  box-shadow: none;
}

#checkout main #wrapper {
  margin-top: 50px;
}

#checkout main #wrapper .card {
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}

#checkout main #wrapper .card .card-header {
  border-radius: 0;
  background-color: #ededed;
  border-bottom: none;
}

#checkout main #wrapper .card .card-header .btn-link {
  display: flex;
  align-items: center;
}

#checkout main #wrapper .card .card-header .btn-link:hover {
  text-decoration: none;
  box-shadow: none;
}

#checkout main #wrapper .card .card-header .btn-link i {
  font-size: 18px;
  margin-right: 5px;
}

#checkout main #wrapper .card .card-header .btn-link i:before {
  display: none;
}

#checkout main #wrapper .card a {
  color: #F0331A;
  text-decoration: none;
}

#checkout main #wrapper .card a:hover {
  text-decoration: none;
  color: #ca230d;
}

#checkout main #wrapper .card .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
}

@media (min-width: 768px) {
  #checkout main #wrapper .card .btn-primary {
    font-size: 15px;
  }
}

#checkout main #wrapper .card .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#checkout main #wrapper .card .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#checkout main #wrapper .card .btn-primary:focus {
  box-shadow: none;
}

#checkout main #wrapper .card .address-item .card-footer .edit-address {
  border-radius: 0 0 0 25px;
  color: #000;
}

#checkout main #wrapper .card .card-footer:last-child {
  border-radius: 0 0 25px 25px;
}

#checkout main #wrapper .card .delete-address {
  border-radius: 0 0 25px 0;
}

#checkout main #wrapper .card .btn-outline-primary {
  border-color: #374957;
  color: #374957;
}

#checkout main #wrapper .card .btn-outline-primary:hover, #checkout main #wrapper .card .btn-outline-primary:focus, #checkout main #wrapper .card .btn-outline-primary:active {
  background-color: #374957;
  color: #fff;
  box-shadow: none;
}

#checkout main #wrapper .card .cancel-address:focus,
#checkout main #wrapper .card .cancel-address:hover,
#checkout main #wrapper .card .cancel-address:active {
  box-shadow: none;
}

#checkout main #wrapper .card .checkout-option__price {
  color: #253993;
}

#checkout main #wrapper .nav-pills .nav-item .nav-link.active {
  border-radius: 25px;
  background-color: #F0331A;
  color: #fff;
}

#checkout main #wrapper #checkout-guest-form .form-group:first-of-type .form-label {
  display: none;
}

#checkout main #wrapper #checkout-guest-form .input-group-append {
  display: block;
}

#checkout main #wrapper #checkout-guest-form .input-group-append .btn-primary {
  border-radius: 0 20px 20px 0;
  background-color: #F0331A;
  border-color: #8A8A8A;
  height: 42px;
}

#checkout main #wrapper #checkout-login-form .input-group-append {
  display: block;
}

#checkout main #wrapper #checkout-login-form .input-group-append .btn-primary {
  border-radius: 0 20px 20px 0;
  background-color: #F0331A;
  border-color: #8A8A8A;
  height: 42px;
}

#checkout #footer a {
  color: #F0331A;
  text-decoration: none;
}

#checkout #footer a:hover {
  text-decoration: none;
  color: #ca230d;
}

#password #wrapper {
  margin-bottom: 50px;
}

#password #wrapper .btn-primary {
  padding: 8px 40px;
  border-radius: 30px;
  background-color: #F0331A;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
}

@media (min-width: 768px) {
  #password #wrapper .btn-primary {
    font-size: 15px;
  }
}

#password #wrapper .btn-primary img {
  margin-left: 8px;
  width: 20px;
}

#password #wrapper .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

#password #wrapper .btn-primary:focus {
  box-shadow: none;
}

#password #wrapper .card-footer a {
  color: #F0331A;
}

#password #wrapper .card-footer a:hover {
  text-decoration: none;
  color: #ca230d;
}

body#checkout section.checkout-step.-reachable.-complete .content {
  display: none;
}

body#checkout section.checkout-step.-current .content, body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit, body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit, body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: none;
}

#contactpage .container-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  #contactpage .container-form {
    flex-direction: row;
  }
}

#contactpage .container-form::after {
  content: '';
  width: 15%;
  height: 4px;
  background-color: #35CC31;
  position: absolute;
  top: -2px;
  left: 0;
}

#contactpage .container-form .img-bg {
  padding: 0;
}

#contactpage .container-form .img-bg img {
  height: 100%;
  object-fit: cover;
}

#contactpage .container-form .form-side {
  padding: 0;
  display: flex;
  flex-direction: column;
  order: 1;
}

@media (min-width: 768px) {
  #contactpage .container-form .form-side {
    order: 2;
  }
}

#contactpage .container-form .form-side .section-title {
  padding: 20px 30px;
  background-color: #000;
  text-align: center;
}

@media (min-width: 768px) {
  #contactpage .container-form .form-side .section-title {
    border-radius: 0 25px 0 0;
    text-align: left;
  }
}

#contactpage .container-form .form-side .section-title .subheader {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #35CC31;
  font-weight: 500;
  line-height: 1.2;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
}

@media (min-width: 768px) {
  #contactpage .container-form .form-side .section-title .subheader {
    font-size: 12px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  #contactpage .container-form .form-side .section-title .subheader {
    font-size: 14px;
  }
}

#contactpage .container-form .form-side .section-title .header {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #contactpage .container-form .form-side .section-title .header {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  #contactpage .container-form .form-side .section-title .header {
    font-size: 28px;
  }
}

#contactpage .container-form .form-side .form-wrapper {
  padding: 30px;
  background-color: #fff;
  flex-grow: 1;
}

@media (min-width: 768px) {
  #contactpage .container-form .form-side .form-wrapper {
    border-radius: 0 0 25px 0;
  }
}

#contactpage .container-form .form-side .form-wrapper .text {
  font-size: 14px;
}

#contactpage .container-form .form-container {
  margin: 30px 0 10px 0;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

@media (min-width: 768px) {
  #contactpage .container-form .form-container {
    flex-direction: row;
  }
}

#contactpage .container-form .form-container .form-label {
  top: 0;
  left: 8px;
}

#contactpage .container-form .form-container .form-control {
  border-radius: 0 25px 25px 0;
}

#contactpage .container-form .form-container textarea {
  max-height: 100px;
}

#contactpage .container-form .row-send {
  display: flex;
  justify-content: flex-end;
}

#contactpage .container-form .row-send .btn-primary {
  background-color: #F0331A;
  border-radius: 0 25px 25px 0;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  margin-right: 5px;
}

#contactpage .container-form .row-send .btn-primary:hover {
  background-color: #000;
  color: #fff;
}

#contactpage .container-form .row-send .btn-primary svg {
  margin-left: 10px;
  margin-bottom: 3px;
}

#contactpage .container-info {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 0 25px 0 0;
  margin-bottom: 40px;
  position: relative;
}

#contactpage .container-info::after {
  content: '';
  width: 15%;
  height: 4px;
  background-color: #F0331A;
  position: absolute;
  top: -2px;
  left: 0;
}

#contactpage .container-info .wrapper-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  #contactpage .container-info .wrapper-info {
    flex-direction: row;
    justify-content: space-between;
  }
}

#contactpage .container-info .wrapper-info .box-info .header {
  font-size: 18px;
  font-weight: 600;
  color: #374957;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
}

#contactpage .container-info .wrapper-info .box-info .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

#contactpage .container-info .wrapper-info .box-info .content svg {
  margin-right: 10px;
  margin-top: 2px;
}

#contactpage .container-info .wrapper-info .box-info .content .text {
  font-size: 14px;
  color: #374957;
  font-weight: 500;
  line-height: 1.5;
}

#contactpage .container-info .wrapper-info .box-info .content a {
  color: #374957;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

#contactpage .container-info .wrapper-info .box-info .content a:hover {
  text-decoration: none;
  color: #253993;
}

#contactpage .container-info .wrapper-map iframe {
  width: 100%;
  height: 400px;
}
