.pre-bg, .preloader .img,
.preloader .title,
.preloader .title p,
.preloader .s-title,
.preloader .item,
.preloader .item a,
.preloader .btn,
.preloader .text a,
.preloader .nav-tabs li a,
.preloader .nav-tabs li span,
.preloader .nav-filter li a,
.preloader .form-control,
.preloader .for-s-title a,
.preloader .catalog-sorting li,
.preloader .more,
.preloader .count,
.preloader li a,
.preloader .content p,
.preloader .content li,
.preloader .content a,
.preloader .list a,
.preloader .icon,
.preloader .title-link a, .preloader .text p,
.preloader .text ul li,
.preloader .tab-title,
.preloader .tab-pane p,
.preloader .tab-pane p b,
.preloader .tab-pane a,
.preloader p.date,
.preloader p.name,
.preloader .desc,
.preloader .desc p,
.preloader .conf, .preloader .home-categories-item .list, .preloader td span, .preloader li, .preloader span, .preloader td a {
  background: #e3e3e3 !important;
  border-radius: 3px !important;
  color: transparent  !important;
  border-color: transparent !important;
  position: relative;
}

.pre-text, .preloader .text p,
.preloader .text ul li,
.preloader .tab-title,
.preloader .tab-pane p,
.preloader .tab-pane p b,
.preloader .tab-pane a,
.preloader p.date,
.preloader p.name,
.preloader .desc,
.preloader .desc p,
.preloader .conf, .preloader td a, .preloader td .price-old {
  display: inline !important;
}
.pre-text:before, .preloader .text p:before,
.preloader .text ul li:before,
.preloader .tab-title:before,
.preloader .tab-pane p:before,
.preloader .tab-pane p b:before,
.preloader .tab-pane a:before,
.preloader p.date:before,
.preloader p.name:before,
.preloader .desc:before,
.preloader .desc p:before,
.preloader .conf:before, .preloader td a:before, .preloader td .price-old:before, .pre-text:after, .preloader .text p:after,
.preloader .text ul li:after,
.preloader .tab-title:after,
.preloader .tab-pane p:after,
.preloader .tab-pane p b:after,
.preloader .tab-pane a:after,
.preloader p.date:after,
.preloader p.name:after,
.preloader .desc:after,
.preloader .desc p:after,
.preloader .conf:after, .preloader td a:after, .preloader td .price-old:after {
  content: '';
  display: table;
}

.preloader {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default !important;
}
.preloader:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.preloader *:before, .preloader *:after {
  visibility: hidden !important;
}
.preloader *:hover {
  cursor: default !important;
}
.preloader img, .preloader svg {
  text-indent: 100vw;
  opacity: 0;
}
.preloader .s-title {
  display: inline-block;
}
.preloader .form-control::-webkit-input-placeholder {
  color: transparent;
}
.preloader .form-control:-moz-placeholder {
  color: transparent;
}
.preloader .form-control::-moz-placeholder {
  color: transparent;
}
.preloader .form-control:-ms-input-placeholder {
  color: transparent;
}
.preloader .slick-arrow, .preloader .slick-dots, .preloader .content a svg, .preloader .conf a {
  display: none !important;
}
.preloader .tab-collapsed:after {
  background: none;
}
.preloader.home-alert .text p {
  display: inline-block !important;
}
.preloader.home-alert .icon {
  margin-top: 4rem;
  height: 45px;
}
.preloader.home-header .img {
  opacity: 0;
}
.preloader.home-categories {
  padding-top: 7rem;
}
.preloader .journal-item.list .journal-item-opt {
  margin-top: 2rem;
}
.preloader .home-services-tabs .tab-pane {
  display: none;
}
.preloader .home-services-tabs .tab-pane:first-child {
  display: block;
}
.preloader .home-services-tabs .tab-pane-row {
  margin-top: 15px;
}
.preloader .home-services-tabs .item {
  background: none !important;
}
.preloader .home-services-tabs .view-all {
  position: absolute;
}
.preloader .home-services-tabs .nav-tabs li a svg, .preloader .home-services-tabs .nav-tabs li span svg {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  width: 100%;
}

html {
  font-size: 10px !important;
}
@media (max-width: 991.98px) {
  html {
    font-size: 9px !important;
  }
}

body {
  line-height: 1.4;
}

.hide {
  display: none;
}

@media (min-width: 576px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
.form-control {
  border: 1px solid #DFE7F7;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 14px 15px 14px;
  background: #F9FBFE;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  resize: none;
}

.form-group {
  margin-bottom: 15px;
}

.btn {
  padding: 1rem 3rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s all;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  border: transparent;
}
.btn.btn-blue {
  border: 1px solid transparent;
  background: #2A5FCB;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-blue:hover {
  color: #2A5FCB;
  background: transparent;
  border-color: #2A5FCB;
}
.btn.btn-orange {
  background: #FF5313;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-orange:hover {
  color: #FF5313;
  background: transparent;
  border-color: #FF5313;
}
.btn.btn-red {
  background: #EB5757;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-red:hover {
  color: #EB5757;
  background: transparent;
  border-color: #EB5757;
}
.btn.btn-green {
  background: #27AE60;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-green:hover {
  color: #27AE60;
  background: transparent;
  border-color: #27AE60;
}
.btn.btn-border {
  color: #9E9E9E;
  background: transparent;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-border:hover {
  color: #fff;
  background: #2A5FCB;
  border-color: #2A5FCB;
}
.btn.btn-disabled {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover:before, .btn.btn-disabled:hover:after {
  display: none !important;
}

.s-title {
  margin-bottom: 6rem;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 3.2rem;
  color: #3E3E3E;
}

.icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

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

.overflow-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-all {
  color: #9E9E9E;
  text-decoration: none;
  border-bottom: 1px solid;
  display: inline-block;
}
.view-all:hover {
  text-decoration: none;
  border-color: transparent;
}

.title-link {
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 575.98px) {
  .title-link {
    margin-bottom: 40px;
  }
}
.title-link .s-title {
  margin-bottom: 0;
}
.title-link a svg {
  height: 22px;
}

.ai-center, .title-link, .title-link a, .nav-filter, .nav-filter li, table tr td.product-buy a, table tr td .discount, table tr td .download {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.jc-center, .nav-tabs, table tr td.product-buy a, table tr td .discount, table tr td .download {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.d-flex, .title-link, .title-link a, .nav-filter, .nav-filter li, .nav-tabs, table tr td.product-buy a, table tr td .discount, table tr td .download {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.d-flex.row, .row.title-link, .title-link a.row, .row.nav-filter, .nav-filter li.row, .row.nav-tabs, table tr td.product-buy a.row, table tr td .row.discount, table tr td .row.download {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.d-flex.row:before, .row.title-link:before, .title-link a.row:before, .row.nav-filter:before, .nav-filter li.row:before, .row.nav-tabs:before, table tr td.product-buy a.row:before, table tr td .row.discount:before, table tr td .row.download:before, .d-flex.row:after, .row.title-link:after, .title-link a.row:after, .row.nav-filter:after, .nav-filter li.row:after, .row.nav-tabs:after, table tr td.product-buy a.row:after, table tr td .row.discount:after, table tr td .row.download:after {
  display: none;
}

.img-shadow {
  filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
}

.box-shadow {
  box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -webkit-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
}

.box-shadow-small {
  -webkit-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
}

.trans, .title-link a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.vue-lb-modal-thumbnail-active {
  box-shadow: inset 0 0 0 2px #2A5FCB !important;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.tab-collapsed {
  width: 100%;
  height: 65vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.tab-collapsed:after {
  content: '';
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 10rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #f9fbfe 30px, rgba(255, 255, 255, 0) 100%);
}
.tab-collapsed .view-all {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
}

@media (min-width: 1199.98px) {
  .s-title {
    font-size: 32px;
  }
}
.us-none {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.img-adaptive {
  overflow: hidden;
  max-width: none;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-adaptive img {
  max-width: 100%;
}
.img-adaptive img {
  height: 100%;
  position: absolute;
  max-width: 130%;
  width: auto;
  top: 0;
  left: 0;
}

.main-page {
  background: #fff;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 25px 0 0 0;
}
@media (max-width: 575.98px) {
  .main-page {
    padding: 45px 0 0;
  }
}
.main-page p {
  color: #3E3E3E;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page .title {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page h1 {
    padding: 0;
  }
}
.main-page h3, .main-page h4 {
  padding: 0;
}
.main-page .page-title {
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 3.5rem;
  padding: 0;
}
@media (max-width: 575.98px) {
  .main-page .page-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

.no-scroll {
  overflow-y: hidden;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .s-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .responsive-table {
    max-width: 100%;
    overflow-x: scroll;
  }
}
.breadcrumbs {
  background: #F9FBFE;
}

.price-page {
  color: #3E3E3E;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  background: #F9FBFE;
  font-weight: 500;
}
@media (max-width: 595.98px) {
  .price-page {
    padding: 45px 0 0;
  }
}
.price-page p {
  color: #3E3E3E;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  .price-page .title {
    padding: 0;
  }
}
.price-page textarea.form-control {
  height: auto;
}
.price-page .input-validate-error {
  bottom: -75px;
  left: 15px;
}
.price-page .input-validate-error:after {
  border-width: 0 8px 8px 8px;
}

.page-title {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 4.5rem;
  padding: 0;
}
@media (max-width: 575.98px) {
  .page-title {
    font-size: 24px;
  }
}

.nav-filter {
  flex-wrap: wrap;
  margin-bottom: 5.5rem;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 575.98px) {
  .nav-filter {
    margin-bottom: 45px;
  }
}
.nav-filter li {
  color: #9E9E9E;
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 1.4;
  transition: all .2s;
  font-weight: 400;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .nav-filter li {
    padding: 5px 12px;
  }
}
@media (max-width: 575.98px) {
  .nav-filter li {
    width: 100%;
    padding: 8px 12px;
  }
}
.nav-filter li:last-child {
  margin-right: 0;
}
.nav-filter li span {
  display: inline-block;
}
.nav-filter li .icon {
  display: inline-block;
  max-width: 20px;
  height: 20px;
  margin-right: 10px;
}
.nav-filter li svg {
  position: relative;
}
.nav-filter li svg path {
  fill: #9E9E9E;
}

.nav-tabs {
  list-style-type: none;
  margin-bottom: 8.5rem;
  padding: 0;
}
.nav-tabs li {
  position: relative;
  flex: 0 0 27%;
  max-width: 27%;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .nav-tabs li {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 575.98px) {
  .nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.nav-tabs li:before, .nav-tabs li:after {
  content: '';
  width: 100%;
  height: .7rem;
  position: absolute;
  bottom: -.7rem;
  left: 0;
  z-index: 5;
}
.nav-tabs li:before {
  background: #E0E0E0;
}
.nav-tabs li:first-child:before {
  border-radius: 1rem 0 0 1rem;
}
.nav-tabs li:last-child:before {
  border-radius: 0 1rem 1rem 0;
}
.nav-tabs li:after {
  background: #2A5FCB;
  border-radius: 1rem;
  z-index: 10;
  display: none;
}
.nav-tabs li.active:after {
  display: block;
}
.nav-tabs li.active span {
  color: #2A5FCB;
  border-color: transparent;
}
.nav-tabs li:hover span {
  color: #2A5FCB;
  border-color: transparent;
}
.nav-tabs li span {
  font-size: 2rem;
  font-weight: 500;
  padding: 2rem;
  color: #9E9E9E;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .nav-tabs li span {
    font-size: 16px;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}

.price-main {
  padding: 0 0 45px;
}

@media (max-width: 767.98px) {
  .responsive-table {
    overflow-x: scroll;
    display: block;
    -webkit-overflow-scrolling: touch;
    width: auto;
  }
  .responsive-table::-webkit-scrollbar {
    display: block;
    width: 3px;
    height: 3px;
  }
  .responsive-table::-webkit-scrollbar-track {
    background: transparent;
  }
  .responsive-table::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 10px;
    border-right: none;
    border-left: none;
  }
  .responsive-table::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 40px;
  }
  .responsive-table::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 130px;
  }
}

.table-scroll {
  padding: 30px 0;
}
@media (max-width: 767.98px) {
  .table-scroll table.spacer {
    display: none;
  }
}
.table-scroll table.spacer td {
  height: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .table-scroll table.spacer:first-child tr:last-child td, .table-scroll table.spacer:first-child tr:last-child th, .table-scroll .inner table tr:last-child td, .table-scroll .inner table tr:last-child th {
    padding-bottom: 0;
  }
  .table-scroll table.spacer:first-child tr:last-child td:first-child, .table-scroll table.spacer:first-child tr:last-child th:first-child, .table-scroll .inner table tr:last-child td:first-child, .table-scroll .inner table tr:last-child th:first-child {
    border-bottom-left-radius: 0;
  }
  .table-scroll table.spacer:first-child tr:last-child td:last-child, .table-scroll table.spacer:first-child tr:last-child th:last-child, .table-scroll .inner table tr:last-child td:last-child, .table-scroll .inner table tr:last-child th:last-child {
    border-bottom-right-radius: 0;
  }
  .table-scroll .inner table tr:first-child th, .table-scroll .inner table tr:first-child td {
    padding-top: 0;
    height: 95px;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .table-scroll .inner table tr:first-child th, .table-scroll .inner table tr:first-child td {
    height: auto;
  }
}
@media (min-width: 768px) {
  .table-scroll .inner table tr:first-child th:first-child, .table-scroll .inner table tr:first-child td:first-child {
    border-top-left-radius: 0;
  }
  .table-scroll .inner table tr:first-child th:last-child, .table-scroll .inner table tr:first-child td:last-child {
    border-top-right-radius: 0;
  }
}

.table-scroll .inner {
  width: 100%;
  max-height: 770px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-right: 10px solid #fff;
  scrollbar-width: thin;
}
@media (max-width: 767.98px) {
  .table-scroll .inner {
    max-height: 640px;
    overflow-y: visible;
    overflow-x: visible;
  }
}
.table-scroll .inner table {
  width: calc(100% + 15px);
  margin-bottom: 0;
  /* ie */
  /* firefox win */
  /*
  @-moz-document url-prefix() {
      width: calc(100% + 18px);
  }
  */
  /* firefox mac */
  /* firefox win and ubuntu */
}
@media (max-width: 767.98px) {
  .table-scroll .inner table {
    width: calc(100% + 10px);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table-scroll .inner table {
    width: calc(100% + 27px);
  }
}
@supports (-moz-osx-font-smoothing: auto) {
  .table-scroll .inner table {
    width: calc(100% + 10px);
  }
}
@supports (-moz-appearance: none) and (not (-moz-osx-font-smoothing: auto)) {
  .table-scroll .inner table {
    width: calc(100% + 18px);
  }
  @media (max-width: 767.98px) {
    .table-scroll .inner table {
      width: calc(100% + 10px);
    }
  }
}
.table-scroll .inner::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 5px;
}
.table-scroll .inner::-webkit-scrollbar-track {
  background: #E5E5E5;
  border-radius: 10px;
}
.table-scroll .inner::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
}

table {
  width: 100%;
  box-shadow: 0 0 3rem rgba(238, 238, 238, 0.3);
}
table tr td, table tr th {
  background: #fff;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-right: 1px solid #eee;
  height: 110px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-clip: padding-box;
}
@media (max-width: 991.98px) {
  table tr td, table tr th {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media (max-width: 575.98px) {
  table tr td, table tr th {
    font-size: 12px;
    height: auto;
  }
}
table tr td:last-child, table tr th:last-child {
  border-right: 0;
}
table tr th {
  font-weight: 500;
}
table tr th.product-name, table tr td.product-name {
  min-width: 240px;
  width: 33%;
}
@media (max-width: 575.98px) {
  table tr th.product-name, table tr td.product-name {
    min-width: 180px;
    max-width: 180px;
  }
}
table tr th.product-copies, table tr td.product-copies {
  min-width: 110px;
  width: 16%;
}
@media (max-width: 991.98px) {
  table tr th.product-copies, table tr td.product-copies {
    max-width: 110px;
  }
}
@media (max-width: 575.98px) {
  table tr th.product-copies, table tr td.product-copies {
    min-width: 80px;
    max-width: 80px;
  }
  table tr th.product-copies br, table tr td.product-copies br {
    display: none;
  }
}
table tr th.product-price, table tr td.product-price {
  min-width: 130px;
  width: 18%;
}
@media (max-width: 991.98px) {
  table tr th.product-price, table tr td.product-price {
    min-width: 110px;
    max-width: 110px;
  }
}
@media (max-width: 575.98px) {
  table tr th.product-price, table tr td.product-price {
    min-width: 80px;
    max-width: 80px;
  }
}
table tr th.product-demo-link, table tr td.product-demo-link {
  min-width: 120px;
  width: 16%;
}
@media (max-width: 991.98px) {
  table tr th.product-demo-link, table tr td.product-demo-link {
    min-width: 110px;
    max-width: 110px;
  }
}
@media (max-width: 575.98px) {
  table tr th.product-demo-link, table tr td.product-demo-link {
    display: none;
  }
}
table tr th.product-buy, table tr td.product-buy {
  min-width: 120px;
  width: 16%;
}
table tr th.product-buy .add-to-cart, table tr td.product-buy .add-to-cart {
  color: #3351CC;
  margin: auto;
  border: none;
  background: none;
  padding: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 24px;
  border-radius: 0;
  position: relative;
}
table tr th.product-buy .add-to-cart:active, table tr td.product-buy .add-to-cart:active {
  box-shadow: none;
  transform: none;
}
table tr th.product-buy .add-to-cart:hover, table tr td.product-buy .add-to-cart:hover {
  text-decoration: underline;
}
table tr th.product-buy .add-to-cart:before, table tr th.product-buy .add-to-cart:after, table tr td.product-buy .add-to-cart:before, table tr td.product-buy .add-to-cart:after {
  display: none;
}
table tr th.product-buy .add-to-cart .success, table tr th.product-buy .add-to-cart .default, table tr td.product-buy .add-to-cart .success, table tr td.product-buy .add-to-cart .default {
  transition: visibility 0s, opacity .5s linear;
}
table tr th.product-buy .add-to-cart .success, table tr td.product-buy .add-to-cart .success {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
table tr th.product-buy .add-to-cart .success:hover, table tr td.product-buy .add-to-cart .success:hover {
  text-decoration: underline;
}
table tr th.product-buy .add-to-cart.added .default, table tr td.product-buy .add-to-cart.added .default {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
table tr th.product-buy .add-to-cart.added .success, table tr td.product-buy .add-to-cart.added .success {
  visibility: visible;
  opacity: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  table tr th.product-buy, table tr td.product-buy {
    min-width: 110px;
  }
}
@media (max-width: 575.98px) {
  table tr th.product-buy, table tr td.product-buy {
    min-width: 90px;
    max-width: 90px;
  }
}
@media (max-width: 575.98px) {
  table tr th {
    padding: 20px 7px;
  }
}
table tr td {
  border-bottom: 1px solid #eee;
}
@media (max-width: 575.98px) {
  table tr td {
    padding: 16px 7px;
  }
}
table tr td.product-name {
  text-align: left;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 992px) {
  table tr td.product-name {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  table tr td.product-name {
    line-height: 22px;
    padding-left: 10px;
  }
}
table tr td.product-name a {
  text-decoration: underline;
  display: inline-block;
  max-width: 450px;
}
table tr td.product-name a:hover {
  text-decoration: none;
}
table tr td.product-price {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  table tr td.product-price {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  table tr td.product-price {
    font-size: 13px;
  }
}
table tr td.product-buy a {
  color: #2A5FCB;
  margin: auto;
}
table tr td.product-buy a svg {
  margin-left: 7px;
}
@media (max-width: 575.98px) {
  table tr td.product-buy a svg {
    width: 6px;
  }
}
table tr td .discount {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  background: #E80000;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  user-select: none;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -22.5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table tr td .discount {
    margin-top: -8px;
  }
}
@media (max-width: 991.98px) {
  table tr td .discount {
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  table tr td .discount {
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -14.5px;
  }
}
table tr td .discount + a {
  max-width: calc(100% - 60px);
}
table tr td .price-old {
  color: #C4C4C4;
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 0 3px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  table tr td .price-old {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  table tr td .price-old {
    font-size: 11px;
  }
}
table tr td .price-old:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #C4C4C4;
  position: absolute;
  top: 50%;
  left: 0;
}
table tr td .price-old + span {
  color: #E80000;
  display: block;
}
table tr td .download {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 2px solid #27AE60;
  margin: auto;
}
@media (max-width: 575.98px) {
  table tr td .download {
    width: 25px;
    height: 25px;
    padding: 5px;
    border-width: 1px;
  }
}
table tr td .download:hover {
  background: #27AE60;
}
table tr td .download:hover svg path {
  fill: #fff;
}
table tr:last-child td {
  border-bottom: 0;
}
table tr:first-child th:first-child, table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
table tr:first-child th:last-child, table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
table tr:last-child td:first-child, table tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child, table tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

.preloader td .download {
  display: flex !important;
  border-radius: 50% !important;
}
.preloader td .discount {
  border-radius: 50% !important;
}
.preloader td .price-old:before, .preloader td .price-old:after {
  display: none;
}

.price-discount {
  padding-bottom: 10rem;
}
@media (max-width: 575.98px) {
  .price-discount {
    padding-bottom: 75px;
  }
}
.price-discount .title-link {
  margin-bottom: 4.5rem;
}
@media (max-width: 575.98px) {
  .price-discount .title-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .price-discount .title-link a {
    margin-top: 15px;
    line-height: 1.6;
  }
  .price-discount .title-link a svg {
    margin-left: 15px;
    width: 20px;
    height: 18px;
  }
}
.price-discount .title-link a {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(62, 62, 62, 0.7);
  font-weight: 500;
}
.price-discount .title-link svg {
  margin-left: 2.5rem;
}
.price-discount .desc, .price-discount p {
  line-height: 28px;
  font-weight: 400;
}
.price-discount .desc {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .price-discount .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .price-discount .desc br {
    display: none;
  }
}
.price-discount p {
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .price-discount p {
    font-size: 14px;
    line-height: 24px;
  }
}
.price-discount p span {
  display: inline-block;
  min-width: 120px;
}
.price-discount p:last-child {
  margin-top: 4.5rem;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
