.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.btn-block {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .pull-left-block-sm {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pull-left-block-sm {
    float: left !important;
  }
}
@media (max-width: 991px) {
  .pull-left-block-md {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pull-left-block-md {
    float: left !important;
  }
}
@media (max-width: 1199px) {
  .pull-left-block-lg {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .pull-left-block-lg {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .pull-right-block-sm {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pull-right-block-sm {
    float: right !important;
  }
}
@media (max-width: 991px) {
  .pull-right-block-md {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .pull-right-block-md {
    float: right !important;
  }
}
@media (max-width: 1199px) {
  .pull-right-block-lg {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .pull-right-block-lg {
    float: right !important;
  }
}
#moduleshop span {
  font-size: 13px;
}
#moduleshop .module {
  min-width: 400px;
  margin: 20px 0;
}
#moduleshop .module h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
#moduleshop .module a i,
#moduleshop .module button i {
  margin-right: 10px;
  font-size: 18px;
}
#moduleshop .module .moduleIcon {
  width: 130px;
  height: 130px;
  margin: 0 20px 10px 0;
  float: left;
}
#moduleshop .module .moduleButtons {
  margin-top: 20px;
}
@media (max-width: 767px) {
  #moduleshop .module .moduleButtons .pricing {
    float: left !important;
  }
}
#moduleshop .module .moduleButtons button {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #moduleshop .module .moduleButtons button {
    float: right !important;
  }
}
#moduleshop .module .moduleTags .label-info {
  margin: 0 10px 10px 0;
  border: 1px solid #000000;
  color: #000000;
  background: none;
  float: left;
}
#moduleshop .module .modulePrice {
  font-size: 30px;
  font-weight: bold;
}
#moduleshop .module .modulePriceInfo {
  font-weight: bold;
}
#moduleshop .module .moduleLinks {
  display: flex;
}
#moduleshop .module .modulePdf,
#moduleshop .module .moduleUrl {
  float: left;
  margin-right: 10px;
}
#moduleshop .module .modulePdf i.fa-file-pdf-o,
#moduleshop .module .moduleUrl i.fa-file-pdf-o {
  color: #ff0000;
}
#moduleshop .module .moduleBottom {
  padding-top: 10px;
}
#moduleshop .module .moduleBottom ol,
#moduleshop .module .moduleBottom ul {
  padding-left: 20px;
}
.modal.moduleOrder .modal-dialog {
  min-width: 400px;
  margin: 100px auto;
}
#moduleOrder h3 {
  font-weight: bold;
}
#moduleOrder a i,
#moduleOrder button i {
  margin-right: 10px;
  font-size: 18px;
}
#moduleOrder textarea {
  min-height: 100px;
  resize: vertical;
  margin-bottom: 20px;
}
#moduleOrder .module {
  border: 1px solid;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 20px;
}
#moduleOrder .modulePdf {
  margin-bottom: 10px;
}
#moduleOrder .modulePdf i.fa-file-pdf-o {
  color: #ff0000;
}
#moduleOrder .modulePrice {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
#moduleOrder .modulePriceInfo {
  font-weight: bold;
}
