.qx-footer a:hover {
  color: #cc0000 !important;
}
.mod-languages {
  line-height: 1.1;
}
.tx-box-shadow {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.bordered-image .qx-element-image {
  border-right: 1px solid #e2e2e2;
  position: relative;
  margin: 0;
}
.bordered-image .qx-column {
  padding: 0;
}
.bordered-image .qx-column:last-child .qx-element-image {
  border-right: 0;
}
.bordered-image .qx-element-image + .qx-element-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (min-width: 768px) {
  .separator-circle .qx-column:first-child {
    position: relative;
  }
  .separator-circle .qx-column:first-child:before,
  .separator-circle .qx-column:first-child:after {
    content: "";
    position: absolute;
    background: white;
  }
  .separator-circle .qx-column:first-child:before {
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    margin-right: -8px;
    z-index: 10;
  }
  .separator-circle .qx-column:first-child:after {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-right: -50px;
    margin-top: -50px;
    z-index: 13;
  }
}
@media only screen and (max-width: 992px) {
  .bordered-image .qx-element-image,
  .bordered-image .qx-element-image + .qx-element-image:before {
    border: none;
  }
}
.absolute {
  position: fixed;
  bottom: 0;
  background: #ffffff;
  top: 75px;
  z-index: 99999;
  width: 50px;
  text-align: center;
  right: 0;
}
.absolute .sidebar-social ul {
  list-style: none;
  padding: 0;
}
.absolute .sidebar-social ul li:not(:last-child) {
  margin-bottom: 10px;
}
.absolute .sidebar-social ul a {
  display: block;
  color: #454868;
}
.absolute .sidebar-social ul a:hover {
  color: #cc0000;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 90%;
}
.tx-footer a:hover {
  color: #cc0000 !important;
}

.ud-blurb {
  border-radius: 10px;
}
.ud-subiscribe input.form-control {
  background: transparent;
  border-radius: 0;
  padding: 20px;
}
.ud-subiscribe button.btn {
  background: #ffffff;
  color: #000;
  border-radius: 0;
  padding: 11px 15px;
  margin-top: 0px;
  border: 0;
  z-index: 33;
}
.qx-btn {
  transition: all 0.3s ease!important;
  text-decoration: none !important;
}
.qx-element-button {
  font-weight: 500;
  padding: 12px 35px;
}
.ud-blurb {
  transition: all 0.3s ease!important;
}

.tx-footer .qx-blurb-title {
  font-weight: 400;
}

.promo-area .qx-column:not(:last-child) {
  border-right: 1px dashed #ccc;
}

.com_digicom.view-category .intro-img .atvImg {
  height: 450px;
}

.com_digicom.view-product .mod-product-item .product {
  margin-top: 35px;
}
.com_digicom.view-product .mod-product-item .details h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.com_digicom.view-product .mod-product-item .atvImg {
  height: 425px;
}
.tx-social-share .tx-social-share-icon ul li div a {
  width: 40px;
  height: 40px;
  padding-top: 9px;
}