a {
  color: #595959;
}

button,
button:hover,
button:focus,
button:active {
  outline: 0;
}

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

.container-base {
  width: 991px;
  margin: 0 auto;
}

.subcontainer-base {
  width: 820px;
  margin: 0 auto;
}

.public__footer.regular {
  border-top: 1px solid #dadada;
  padding-top: 30px;
}

#btnToggleCategories {
  display: inline-block;
  width: 100%;
  height: 130px;
  padding-top: 55px;
  font-size: 20px;
}

#btnToggleCategories:hover {
  color: #c30000;
}

.last-update-site {
  display: inline-block;
  float: right;
  font-size: 13px;
}

.site-price-data {
  font-family: Arial;
}

.header-menu-wrap {
  position: relative;
  height: 92px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.header-menu-wrap .logo {
  margin-left: 33px;
  margin-top: 5px;
}

.header-menu-wrap__item {
  width: 15%;
  text-align: center;
}

.header-menu-wrap__item a {
  font-weight: 500;
}

#main-content-wrap {
  position: relative;
  top: -10px;
  height: 555px;
  background: url(/images/theme/index_bg.png) no-repeat;
  width: 95%;
  margin: 0 auto;
  background-size: 100%;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

body[dir="ltr"] .product-details__price__val {
  direction: rtl;
}

body[dir="ltr"] .product-card__prices__cur {
  direction: rtl;
}

body[dir="ltr"] .order-cart-review__total-value span {
  display: inline-block;
  direction: rtl;
  padding-left: 5px;
  padding-right: 5px;
}

body[dir="ltr"] .shopping-cart-price-col {
  direction: rtl;
}

body[dir="ltr"] .order-data-wrap__all-totals__number {
  direction: rtl;
  display: inline-block;
}

body[dir="ltr"] .order-cart-pay__value {
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  direction: rtl;
}

#pc-builder {
  padding-bottom: 30px;
}

#pc-builder .pb-root {
  overflow-x: auto;
}

[data-notify="container"] {
  left: 20px !important;
  right: auto !important;
}

.dark-btn-site {
  border: 2px solid #000000;
  font-size: 16px;
  color: #000000;
  max-height: 48px;
  min-height: 48px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  min-width: 170px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dark-btn-site:hover {
  border: 2px solid #c30000;
  background: #c30000;
  color: #ffffff;
}

.dark-btn-site.dark-btn-site-disabled {
  background: #888888;
  border: 2px solid #888888;
  pointer-events: none;
  cursor: default;
  color: #ffffff;
}

.error-notify {
  position: fixed;
  right: 0;
  background: #ffffff;
  padding: 10px;
  z-index: 100;
  -webkit-box-shadow: 4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d9d9;
  top: 24%;
  display: none;
}

.accessibility-wrap {
  width: 55px;
  top: 180px;
  position: fixed;
  right: 0;
  cursor: pointer;
  z-index: 99999;
}

.accessibility-wrap .accessibility-element-letter-1 {
  font-size: 20px;
}

.accessibility-wrap .accessibility-element-letter-2 {
  font-size: 24px;
}

.accessibility-wrap .accessibility-element-letter-3 {
  font-size: 28px;
}

.accessibility-wrap .accessibility-title-type {
  margin-bottom: 7px;
}

.accessibility-wrap .accessibility-title-type.accessibility-title-type-row {
  margin-top: 20px;
}

.accessibility-wrap .accessibility-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #c30000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 10px;
  float: right;
  width: 50px;
}

.accessibility-wrap .accessibility-btn .icon-accessibility {
  height: 25px;
  position: relative;
  left: 4px;
}

.accessibility-wrap .accessibility-btn .accessibility-btn-title {
  color: #ffffff;
  margin-left: 20%;
  display: none;
}

.accessibility-wrap .accessibility-btn-open {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.accessibility-wrap .accessibility-btn-open svg:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 5px;
}

.accessibility-wrap .accessibility-btn-open svg:nth-of-type(2) {
  margin-left: 30px;
}

.accessibility-wrap .accessibility-btn-open .accessibility-btn-title {
  display: block;
}

.accessibility-wrap .accessibility-content {
  width: 280px;
  padding: 10px;
  background: #ffffff;
  float: right;
  display: none;
  clear: both;
  position: relative;
}

.accessibility-wrap .accessibility-block-elements .accessibility-element-color-active {
  border: 1px solid #c30000 !important;
}

.accessibility-wrap .accessibility-element-color {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}

.accessibility-wrap .accessibility-element-color .accessibility-element-color-1 {
  width: 25px;
  height: 25px;
  background: #666666;
  border-radius: 50%;
}

.accessibility-wrap .accessibility-element-color .accessibility-element-color-2 {
  width: 25px;
  height: 25px;
  background: #bfbfbf;
  border-radius: 50%;
}

.accessibility-wrap .accessibility-element-color .accessibility-element-color-3 {
  width: 25px;
  height: 25px;
  background: #000000;
  border-radius: 50%;
}

.accessibility-wrap .accessibility-block-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accessibility-wrap .accessibility-block-elements .accessibility-element {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}

.contrast-d {
  filter: invert(1);
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -o-filter: invert(1);
  -ms-filter: invert(1);
}

.contrast-l {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

@media (max-width: 1024px) {
  .accessibility-wrap {
    display: none;
  }
}

#product-form .image-upload-container .image-preview-container {
  height: 310px;
}

#product-form .product-validation-message {
  display: none;
}

#product-form .remove-product-image {
  color: #8B0000;
  cursor: pointer;
  float: right;
  font-size: 20px;
  margin-top: 20px;
}

#tab2 img {
  max-width: 400px;
}

.product-right-column {
  border-left: 1px solid #ced4da;
}

.call-price a {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding: 0 4px;
  line-height: 32px;
  border: 2px solid #000;
  width: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000;
}

.call-price a .icon {
  font-size: 20px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
}

.call-price a .product-card__btn__text {
  margin-left: 10px;
  margin-right: 10px;
}

.call-price a:hover {
  order-color: #c30000;
  background: #c30000;
  border: 2px solid #c30000;
  color: #fff;
}

.price-grid-wrapper {
  min-height: 68px;
  max-height: 68px;
  overflow: hidden;
}

.has-errors {
  color: #c30000;
  font-weight: bold;
}

.order-data-wrap .table .thead-light th {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #191919;
  font-weight: 500;
}

.order-data-wrap .order-more-information {
  color: #a70000;
  text-decoration: underline;
}

.order-data-wrap__shopping-cart-model {
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.75;
}

.order-data-wrap__shopping-cart-name {
  font-size: 18px;
  font-weight: 400;
}

.order-data-wrap__quantity {
  border: 1px solid #d9d9d9;
  width: 40px;
  height: 40px;
  text-align: center;
}

.order-data-wrap__quantity-changed {
  background: #f6e5e5;
}

.order-data-wrap #add-order-btn-page.add-order-btn-page-disabled {
  background: #888888;
  border: 2px solid #888888;
  pointer-events: none;
  cursor: default;
}

.order-data-wrap__all-totals {
  font-size: 18px;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order-data-wrap__all-totals__number {
  font-weight: 500;
  padding-left: 15px;
  font-size: 24px;
}

.order-data-wrap__all-totals .totals-footer-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 25px;
}

.order-data-wrap__all-totals .totals-footer-order:nth-of-type(1) {
  margin-bottom: 12px;
}

.order-data-wrap__all-totals .totals-footer-order,
.order-data-wrap__all-totals .order-data-sum-wrap {
  width: 100%;
}

.order-data-wrap__all-totals .order-data-sum-wrap span {
  width: 20%;
}

.order-data-wrap__all-totals .order-data-sum-wrap div {
  font-weight: 600;
  width: 80%;
  text-align: right;
}

.order-data-wrap__all-totals .order-data-sum-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 24px;
  height: 55px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-top: 23px;
}

.order-data-wrap__shopping-cart-title {
  margin-top: 100px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

.order-data-wrap__shipping-cart-footer-data {
  width: 45%;
}

.order-data-wrap .order-cart-pay__shipping-box {
  margin-top: 20px;
}

.order-data-wrap .order-data-wrap__shopping-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}

.order-data-wrap #add-order-btn-page {
  width: 200px;
  max-width: 200px;
  background: #c30000;
  border: 2px solid #c30000;
  color: #ffffff;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.order-data-wrap #add-order-btn-page:hover {
  background: #ffffff;
  border: 2px solid #000;
  color: #000000;
}

.order-cart-buttons-wrap {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.order-cart-buttons-wrap .dark-btn-site {
  margin-top: 5px;
}

.order-cart-buttons-wrap .warning-quote-message {
  width: 100%;
  display: none;
}

.order-cart-buttons-wrap .warning-quote-message p {
  max-width: 200px;
  font-size: 12px;
  margin-top: 10px;
  color: #a70000;
}

#count-decimals {
  display: none;
}

#shopping-cart {
  max-width: 1230px;
  margin: 0 auto;
}

#shopping-cart .info-message-remove {
  background: #fff;
  position: absolute;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #dadadada;
  margin-top: -70px;
  margin-left: 50px;
  display: none;
}

#shopping-cart .btn-cart-qty-update svg {
  margin-left: 20px;
}

#shopping-cart table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}

#shopping-cart table tr:last-child td span {
  font-size: 18px;
}

#shopping-cart table tr .shopping-cart-price-col span {
  font-size: 18px;
}

#shopping-cart table tr img {
  max-width: 90px;
  border: 1px solid #d9d9d9;
  padding: 5px;
  background: #ffffff;
}

.row-product.disabled-product {
  color: #c30101;
}

.shipping-cart-table-mobile {
  display: none;
}

.shopping-cart-table-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.shopping-cart-table-row .mobile-qty-input {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d9d9d9;
  pointer-events: none;
}

.shopping-cart-table-row__main-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.shopping-cart-table-row__img,
.shopping-cart-table-row__del {
  width: 10%;
}

.shopping-cart-table-row__img img {
  width: 80px;
  height: 80px;
}

.shopping-cart-table-row__desc {
  font-size: 14px;
  padding-left: 20px;
}

.shopping-cart-table-row__img {
  width: 80px;
  height: 80px;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}

.shopping-cart-table-row__del {
  border-left: 1px solid #d9d9d9;
  text-align: center;
}

.shopping-cart-table-row__del .order-cart-review__del.shopping-cart-del svg {
  margin-top: 20px;
}

.shopping-cart-table-row__desc-name {
  max-height: 40px;
  overflow: hidden;
}

.shopping-cart-table-row__desc-model {
  position: absolute;
  bottom: 0;
  color: #191919;
}

.shopping-cart-table-row__desc {
  width: 80%;
  position: relative;
}

.shopping-cart-table-row__price-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

.shopping-cart-table-row .mobile-qty-update {
  width: 40%;
}

.order-notify {
  display: none;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 2;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  color: #000000;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  -webkit-box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 9px 9px 14px -5px rgba(0, 0, 0, 0.3);
}

.order-notify__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-notify__text {
  margin-left: 10px;
}

#shopping-cart .shopping-cart-head-qty {
  padding-left: 6px;
}

#shopping-cart .inline-order-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

#shopping-cart .inline-order-col span:nth-of-type(1) {
  margin-left: 5px;
}

#shopping-cart .table-text-left .inline-order-col {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#shopping-cart #cartRemoveAll {
  cursor: pointer;
}

#shopping-cart .cart-amount-title {
  padding-right: 14px;
}

#shopping-cart .shopping-cart-price-col-last .inline-order-col span:nth-of-type(1) {
  padding-right: 13px;
}

#shopping-cart .shopping-cart-table-desktop table tr th:nth-child(1) {
  width: 84px;
}

#shopping-cart .shopping-cart-table-desktop table tr th:nth-child(2) {
  width: 100px;
}

#shopping-cart .shopping-cart-table-desktop table tr th:nth-child(3) {
  width: 700px;
}

#shopping-cart .shopping-cart-price-col.shopping-cart-price-col-center .inline-order-col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1300px) {
  .order-data-wrap__shopping-cart-name {
    font-size: 16px;
  }

  .order-data-wrap__all-totals {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .order-data-wrap__shopping-cart-name {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .order-data-wrap__shopping-cart-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .order-data-wrap__shipping-cart-footer-data {
    width: 100%;
  }

  .order-data-wrap__all-totals {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .order-data-wrap__shopping-cart-name {
    max-height: 40px;
    overflow: hidden;
  }

  .order-data-wrap #add-order-btn-page {
    width: 155px;
  }
}

@media only screen and (max-width: 767px) {
  .order-data-wrap__shopping-cart-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .order-data-wrap__shipping-cart-footer-data {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-data-wrap__all-totals {
    width: 70%;
    margin-left: 0;
  }

  .order-data-wrap .order-data-wrap__shopping-cart-footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .order-cart-pay.pnlOrderFormPay {
    margin-top: 30px;
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  #shopping-cart {
    padding-bottom: 50px;
  }

  .shopping-cart-table-desktop {
    display: none;
  }

  .shipping-cart-table-mobile {
    display: block;
  }

  .shipping-cart-table-mobile .order-cart-review__del {
    padding: 0 10px;
  }

  .shopping-cart-table-row__del {
    width: 20%;
  }

  .order-data-wrap__all-totals {
    width: 100%;
  }

  .shopping-cart-table-row__desc-name {
    padding-right: 10px;
  }

  .shopping-cart-table-row__desc {
    width: 149%;
  }

  .shopping-cart-table-row__price-data {
    width: 81%;
  }

  .mobile-item-price,
  .mobile-item-price-total {
    font-size: 18px;
  }

  .mobile-item-price span:nth-of-type(1),
  .mobile-item-price-total span:nth-of-type(1) {
    margin-left: 0;
    margin-right: 5px;
  }

  .order-data-wrap__all-totals {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #d9d9d9;
    padding-top: 15px;
    font-size: 16px;
  }

  .order-data-wrap__all-totals .order-data-sum-wrap {
    border: none;
    margin-top: 0px;
  }

  .order-cart-buttons-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .order-cart-buttons-wrap .dark-btn-site {
    display: none;
  }

  .order-data-wrap .order-cart-pay__shipping-box {
    margin-top: 10px;
  }

  .order-data-wrap__all-totals .totals-footer-order,
  .order-data-wrap__all-totals .order-data-sum-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-data-sum-wrap,
  #cart-total-sum {
    font-size: 15px;
    font-weight: 600;
  }

  #cart-total-sum {
    font-size: 20px;
  }

  .order-data-wrap__shipping-cart-footer-data {
    margin-top: 20px;
  }

  .shopping-cart-table-row .mobile-qty-update {
    width: 26%;
  }

  .shopping-cart-table-row__desc-model {
    font-size: 13px;
    opacity: 0.75;
  }

  .totals-footer-order {
    position: relative;
    background: #ffffff;
    z-index: 2;
  }

  .totals-footer-order span {
    background: #ffffff;
    z-index: 2;
    position: relative;
  }

  .totals-footer-order:after {
    content: '';
    border-bottom: 1px solid #d9d9d9;
    position: absolute;
    width: 82%;
    margin-top: 14px;
    z-index: 1;
  }

  .shopping-cart-table-row__del {
    text-align: right;
    margin-right: -10px;
  }

  .totals-footer-order span:nth-of-type(1) {
    padding-right: 10px;
    font-size: 15px;
  }

  .totals-footer-order span:nth-of-type(2) {
    padding-left: 10px;
    padding-right: 0;
    font-size: 15px;
  }

  .totals-footer-order span:nth-of-type(2) .site-price-data {
    padding-left: 0;
  }

  .totals-footer-order #order-cart-subtotal,
  .totals-footer-order #vat-order-sum {
    padding-right: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 395px) {
  .mobile-item-price,
  .mobile-item-price-total {
    font-size: 16px;
  }

  .shopping-cart-table-row .mobile-qty-update {
    width: 37%;
  }
}

#invoice {
  max-width: 80%;
  margin: 0 auto;
}

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

#invoice .invoice-button {
  max-width: 190px;
  margin: 0 auto;
}

#invoice .table-responsive tr {
  border-bottom: 1px solid #dadada;
}

@media (max-width: 768px) {
  #invoice {
    max-width: 100%;
  }
}

#compare {
  margin-top: 100px;
}

#compare table tr:first-child td {
  border-top: none;
}

#compare table tr td:first-child {
  border-left: none;
}

#compare table tr td:last-child {
  border-right: none;
}

#compare .compare-product-row {
  width: 200px;
  font-size: 14px;
  margin: 20px auto 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #dee2e6;
}

#compare .compare-product-row img {
  max-width: 100px;
}

#compare .compare-product-row__name {
  margin-top: 20px;
  font-weight: 500;
  max-height: 65px;
  min-height: 65px;
  overflow: hidden;
}

#compare .compare-product-row__model {
  font-size: 12px;
  margin-top: 10px;
}

.support-page {
  padding-bottom: 200px;
}

.support-page .support-page-wrap {
  margin-top: 100px;
}

.support-page .support-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 45px;
}

.support-page .col-support {
  padding: 50px 50px 80px;
  border: 1px solid #e8e8e8;
  max-width: 49%;
}

.support-page .support-page-wrap .row-support {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
}

.support-page .row-support-description {
  max-width: 950px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 30px;
}

.support-page .first-row {
  font-weight: 500;
  margin-top: 65px;
  margin-bottom: 45px;
}

.support-page .last-row {
  margin-top: 20px;
}

.support-page .last-row span {
  font-weight: 500;
}

.support-page ol li {
  margin-bottom: 20px;
  padding-left: 20px;
}

.support-page ol li a {
  font-weight: 500;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/src/owl.video.play.png?4cbde124d6cd8122c801118696c16f07) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#page-about {
  margin-left: -3rem;
  margin-right: -3rem;
  background: #f7f7f7;
  margin-top: 50px;
}

#page-about #carousel-about {
  direction: ltr;
}

#page-about #carousel-about .item {
  min-height: 430px;
  background: url("/images/theme/about/about-slide.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page-about .about-single-image {
  min-height: 430px;
  background: url("/images/theme/about/about-slide.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#page-about .about-container-full-wrap {
  background: #f2f2f2;
  max-width: 1920px;
}

#page-about .about-it-title {
  font-size: 55px;
  margin-bottom: 30px;
}

#page-about .about-slider-slider {
  padding-left: 0;
}

#page-about .about-slider-slider .owl-nav {
  display: none;
}

#page-about .about-slider-slider .owl-dots {
  background: #191919;
  min-height: 130px;
  text-align: center;
}

#page-about .about-slider-slider .owl-dots .owl-dot {
  margin-top: 48px;
}

#page-about .about-slider-slider .owl-dots .owl-dot.active span {
  background: #a70000;
}

#page-about .about-slider-slider .owl-dots .owl-dot span {
  min-width: 60px;
  height: 5px;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

#page-about .page-about-first {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 18px;
}

#page-about .about-page-title {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

#page-about .about-page-title-slider {
  margin-bottom: 50px;
}

#page-about .about-col-title {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#page-about .container-about-col .col-md-4 {
  margin-top: 50px;
}

#page-about .container-about-col .col-md-4 .about-col-wrap {
  background: #ffffff;
  padding-top: 70px;
  min-height: 370px;
  padding-left: 20px;
  padding-right: 20px;
}

#page-about .about-col-description {
  font-size: 18px;
  font-weight: 300;
}

#page-about .slide-about {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  min-height: 236px;
}

#page-about .text-slide-about {
  width: 85%;
}

#page-about .text-slide-about-title {
  font-size: 30px;
}

#page-about .text-slide-more {
  font-size: 18px;
  font-weight: 300;
  max-width: 90%;
}

#page-about .action-slide-wrap {
  cursor: pointer;
}

#page-about .text-slide-more {
  display: block;
}

#page-about .about-plus {
  display: none;
}

#page-about .about-minus {
  display: none;
}

#page-about .filter-footer-title {
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 60px;
  direction: ltr;
}

#page-about .iso-footer {
  margin-bottom: 70px;
}

#page-about .slide-about-first {
  background-image: url("/images/theme/about/bg-1.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right 20px center;
}

#page-about .slide-about-second {
  background-image: url("/images/theme/about/bg-2.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right 20px center;
}

#page-about .slide-about-third {
  background-image: url("/images/theme/about/bg-3.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right 20px center;
}

#page-about .slide-about-four {
  background-image: url("/images/theme/about/bg-4.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right 20px center;
}

#page-about .slide-about-five {
  background-image: url("/images/theme/about/bg-5.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: right 20px center;
}

#page-about .slide-about-six {
  background-image: url("/images/theme/about/bg-5.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

#page-about .about-it-row {
  clear: both;
}

#page-about .about-slide-block-description {
  min-height: 550px;
  padding-top: 120px;
}

@media only screen and (max-width: 1600px) {
  #page-about .about-it-row {
    width: 90%;
  }

  #page-about .about-it-title {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #page-about .about-slide-block-description {
    min-height: auto;
    padding-top: 20px;
  }

  #page-about .about-it-title,
  #page-about .about-page-title {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  #page-about .container-about-col .col-md-4 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 550px) {
  #page-about .text-slide-about-title {
    font-size: 18px;
  }

  #page-about .text-slide-more {
    font-size: 14px;
  }
}

#page-warranty .warranty-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  direction: rtl;
  text-align: right;
}

#page-warranty .warranty-wrap ul {
  margin-bottom: 0;
}

#page-warranty .warranty-wrap .list-padding {
  padding-right: 10%;
  list-style-type: none;
}

@media (max-width: 480px) {
  #page-warranty .warranty-wrap {
    margin-top: 40px;
  }
}

#quote-generator {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

#quote-generator .quote-row-title {
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#quote-generator .quote-row-title__text {
  font-size: 25px;
  font-weight: 500;
}

#quote-generator .quote-row-title__date {
  font-size: 18px;
  visibility: hidden;
}

#quote-generator .quote-rows-wrap {
  background: #ffffff;
  padding: 25px 35px;
}

#quote-generator .quote-row-spec-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quote-generator .quote-row-spec-wrap__inputs {
  width: 70%;
}

#quote-generator .quote-row-spec-wrap .upload-logo-wrap {
  width: 30%;
}

#quote-generator .quote-input {
  display: block;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  padding-top: 20px;
  padding-left: 40px;
}

#quote-generator .quote-price-footer .quote-input {
  padding-left: 0;
  text-align: center;
}

#quote-generator #quote-expiration {
  width: 44%;
  text-align: center;
  float: right;
}

#quote-generator #quote-expiration.quote-input {
  padding-right: 0;
  padding-left: 0;
}

#quote-generator .quote__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
}

#quote-generator #table-quote {
  margin-top: 60px;
}

#quote-generator .table .thead-light th {
  padding: 20px 40px;
}

#quote-generator .table .thead-light th {
  color: #000000;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  font-size: 25px;
  font-weight: 500;
}

#quote-generator .quote-data-grid {
  padding-left: 30px;
}

#quote-generator .quote-price-footer {
  width: 20%;
  float: right;
}

#quote-generator .quote-price-footer-wrap {
  min-height: 100px;
}

#quote-generator .price-footer-wrap {
  text-align: right;
}

#quote-generator .price-footer-wrap .price-vat-text {
  margin-top: 5px;
  text-align: left;
}

#quote-generator .quote-comment-wrap {
  margin-top: 50px;
}

#quote-generator .quote-comment-wrap .textarea-quote {
  height: 100px;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 20px;
}

#quote-generator .quote-thanks {
  font-weight: 500;
  margin-top: 20px;
}

#quote-generator .sticky-menu-wrap {
  position: absolute;
  right: -150px;
}

#quote-generator .sticky-menu-wrap .sum-quote-data {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

#quote-generator .sticky-menu-wrap .sum-quote-data .sum-quote-profit-data {
  font-weight: 400;
}

#quote-generator .sticky-menu-wrap .sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #ffffff;
  width: 150px;
  min-height: 200px;
  text-align: left;
  padding-left: 14px;
  -webkit-box-shadow: 5px 6px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 5px 6px 12px 0 rgba(0, 0, 0, 0.25);
}

#quote-generator .sticky-menu-wrap .sticky-menu .btn-quote:nth-child(1) {
  border-top: none;
}

#quote-generator .sticky-menu-wrap .sticky-menu .btn-quote {
  cursor: pointer;
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

#quote-generator .col-price-quote {
  position: relative;
  display: none;
}

#quote-generator .product-quote-single {
  position: absolute;
  top: 0;
  font-size: 12px;
  width: 90%;
}

#quote-generator .quote-input.quote-profit-current {
  padding-left: 0;
  text-align: center;
  width: 100%;
  direction: ltr;
}

#quote-generator .quote-input.quote-error {
  border-bottom: 1px solid red;
}

#quote-generator #uploaded-logo {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12px;
}

#quote-generator .quote-profit-current.quote-input {
  padding-left: 0;
  padding-right: 0;
}

#quote-generator #new-price-quote {
  text-align: center;
}

#quote-generator #new-price-quote.quote-input {
  padding-left: 0;
  padding-right: 0;
  direction: ltr;
}

#quote-generator .mail-success-notify {
  position: fixed;
  right: 0;
  background: #ffffff;
  padding: 10px;
  z-index: 100;
  -webkit-box-shadow: 4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4.95px 4.95px 7px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #d9d9d9;
  top: 24%;
  display: none;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 20px;
  float: right;
}

.upload-btn-wrapper svg {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.btn-upload {
  border: 1px solid #d9d9d9;
  background-color: white;
  padding: 50px;
  border-radius: 0;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#my-quotes .list-pager-row__text {
  display: none;
}

#my-quotes .download-quote,
#my-quotes .col-action-my-quotes,
#my-quotes .details-quote {
  color: #a70000;
}

#my-quotes .table {
  table-layout: fixed;
}

#my-quotes .table thead tr th:first-child {
  width: 10%;
}

@media (max-width: 1024px) {
  #quote-generator {
    max-width: 99%;
  }

  #quote-generator .quote__methods {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #quote-generator .quote__methods {
    width: 100%;
  }

  #quote-generator .order-cart-pay__rb {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin: 0 10px 0 0;
  }

  #quote-generator #quote-expiration {
    width: 100%;
    text-align: left;
  }

  #quote-generator .upload-btn-wrapper {
    float: left;
  }

  #quote-generator .quote-row-spec-wrap__inputs {
    width: 100%;
  }

  #quote-generator .quote-row-spec-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #quote-generator .quote-row-spec-wrap .upload-logo-wrap {
    width: 100%;
  }

  #quote-generator .quote-price-footer {
    width: 70%;
  }

  #quote-generator .sticky-menu-wrap {
    position: relative;
    height: auto !important;
    width: 100%;
    right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #quote-generator .sticky-menu-wrap .sticky-menu {
    top: inherit;
    margin-left: 0;
    width: 100%;
  }

  #quote-generator .order-cart-pay__method-cell {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.quote-details-customer input,
.quote-details-customer textarea {
  pointer-events: none;
}

#quote-generator.quote-details-customer .sticky-menu-wrap .sticky-menu {
  min-height: 89px;
}

#my-orders {
  max-width: 1230px;
  margin: 0 auto;
}

#my-orders .main-table {
  min-width: 740px;
}

#my-orders .md-order-wrap__shopping-cart-model {
  color: #6c6c6c;
}

#my-orders .order-more-information {
  color: #c30101;
}

#my-orders .order-more-information:hover {
  text-decoration: underline;
}

#my-orders .table th {
  color: #121212;
}

#my-orders .order-modal .m-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

#my-orders .order-modal .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#my-orders .order-modal .o-btn {
  width: 50px;
  height: 50px;
  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: 0;
  margin: 0 6px;
}

#my-orders .order-modal .btn-print {
  background: #3d9ae2;
}

#my-orders .order-modal .btn-pdf {
  background: #c30000;
}

#my-orders .order-modal .btn-excel {
  background: #2e7d32;
}

#my-orders .order-modal .table td {
  padding-top: 5px;
  padding-bottom: 5px;
}

#my-orders .order-modal .oi-img {
  border: solid 1px #d9d9d9;
}

#my-orders .order-modal .t-p {
  min-width: 110px;
}

#my-orders .order-modal .t-t {
  min-width: 135px;
  padding-right: 25px;
}

#my-orders .order-modal .at-a {
  padding-top: 30px !important;
}

#my-orders .order-modal .at-w {
  padding-top: 30px !important;
  padding-left: 0;
  padding-right: 0;
}

#my-orders .order-modal .md-order-wrap__all-totals {
  margin-left: auto;
  font-size: 18px;
  width: 100%;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#my-orders .order-modal .md-order-wrap__all-totals__number {
  font-weight: 500;
  padding-left: 15px;
  font-size: 24px;
}

#my-orders .order-modal .md-order-wrap__all-totals .totals-footer-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 25px;
}

#my-orders .order-modal .md-order-wrap__all-totals .totals-footer-order:nth-of-type(1) {
  margin-bottom: 12px;
}

#my-orders .order-modal .md-order-wrap__all-totals .totals-footer-order,
#my-orders .order-modal .md-order-wrap__all-totals .md-order-sum-wrap {
  width: 100%;
}

#my-orders .order-modal .md-order-wrap__all-totals .md-order-sum-wrap div {
  font-weight: 600;
  width: 80%;
  text-align: right;
}

#my-orders .order-modal .md-order-wrap__all-totals .md-order-sum-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 24px;
  height: 55px;
  border: 1px solid #d9d9d9;
  background: #f7f7f7;
  margin-top: 23px;
}

#my-orders .order-modal .bld {
  font-weight: bold;
}

@media (min-width: 576px) {
  #my-orders .order-modal .modal-dialog {
    max-width: 540px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 915px) {
  #my-orders .order-modal .modal-dialog {
    max-width: 960px;
    margin: 1.75rem auto;
  }
}

#my-orders .order-modal .modal-content {
  border-radius: 0;
}

#my-orders .order-modal .modal-body {
  padding: 40px;
}

#my-orders .order-modal .l1 {
  font-size: 30px;
  line-height: 1;
  color: #c30000;
  text-align: center;
  margin-bottom: 20px;
}

#my-orders .order-modal .l2 {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #191919;
}

#my-orders .order-modal .button__wrapper {
  text-align: center;
  width: 100%;
}

#my-orders .order-modal .button__wrapper button {
  margin: 30px auto 0;
}

#my-orders .order-modal .contacts {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 40px;
}

#my-orders .order-modal .contacts a,
#my-orders .order-modal .contacts span {
  font-size: 20px;
  color: #191919;
  text-decoration: none;
  line-height: 1.4;
}

#my-orders .order-modal .contacts a:hover,
#my-orders .order-modal .contacts span:hover {
  text-decoration: none;
}

@media (max-width: 1170px) {
  .list-mode-row .category-list-mode-wrap {
    display: none !important;
  }

  .list-mode-row.list-mode-row-mobile {
    display: block !important;
  }

  .list-mode-row.list-mode-row-mobile .category-list-mode-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .product-list .product-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .header-menu__btns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .category-list-mode-wrap .filter-category-btn {
    display: none;
  }

  .list-mode-row .category-list-mode-wrap .static-category-link {
    min-width: 95px !important;
  }

  .category-row {
    min-height: 48px !important;
  }
}

@media (max-width: 991px) {
  .public__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .public__footer div {
    width: 100%;
  }

  .public__footer .public__footer-logo {
    text-align: center;
  }

  .public__footer .public__footer-items__social__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .public__footer-items__pnl {
    margin-bottom: 30px;
  }

  .public__footer-items__pnl a {
    margin: 0 auto;
    text-align: left;
  }

  .public__footer-items__pnl a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000000;
    position: absolute;
    border-radius: 50%;
    margin-left: -15px;
    margin-top: 9px;
  }

  .public__footer-items__pnl .public__footer-items__i {
    max-width: 200px;
  }

  .public__footer-addr {
    width: 80%;
    margin: 0 auto 0 20%;
  }

  .home .home-1__suppliers a {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  #page-about .slide-about {
    background-size: 75px;
  }

  .info-storage {
    width: 90%;
  }
}

