.link {
  text-transform: none;
  text-decoration: none;
  color: #25bce9;
}
.after_banner_category_image_hover_effect_scale {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.customer-account-create .page-header,
.customer-account-login .page-header,
.cms-no-route .page-header,
.checkout-cart-index .page-header,
.account .page-header,
.catalog-product_compare-index .page-header,
.contact-index-index .page-header {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
.page-header {
  background: #ffffff;
}
@media (max-width: 768px) {
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-header .panel {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.page-header .panel.wrapper {
  background-color: #25bce9;
  border-bottom: 0;
}
.page-header .panel.wrapper .header.panel .switcher {
  margin: 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .page-header .panel.wrapper .header.panel .switcher {
    display: inline-block;
    padding: 0;
    width: 50%;
  }
}
.page-header .panel.wrapper .header.panel .switcher .switcher-label {
  height: auto;
  width: auto;
  position: unset;
  margin-right: 3px;
}
@media (max-width: 991px) {
  .page-header .panel.wrapper .header.panel .switcher .switcher-label {
    display: none;
  }
}
.page-header .panel.wrapper .header.panel .switcher .switcher-options .action.toggle {
  color: #ffffff;
}
.page-header .panel.wrapper .header.panel #switcher-currency {
  padding-right: 0;
  border-left: 1px solid;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .page-header .panel.wrapper .header.panel #switcher-currency {
    border: 0;
  }
  .page-header .panel.wrapper .header.panel #switcher-currency ul.dropdown {
    left: -10px;
  }
}
@media (max-width: 767px) {
  .page-header .panel.wrapper .header.panel #switcher-language {
    float: right;
    text-align: right;
  }
}
@media (max-width: 414px) {
  .page-header .panel.wrapper .header.panel #switcher-language {
    border-left: 1px solid #ffffff;
  }
}
.page-header .panel.wrapper .header.panel .header.links li:first-child {
  padding-left: 0;
  order: -1;
}
.page-header .panel.wrapper .header.panel .header.links li:last-child {
  order: -1;
}
.page-header .panel.wrapper .header.panel .custom-top-links,
.page-header .panel.wrapper .header.panel .header.links {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.page-header .panel.wrapper .header.panel .custom-top-links:last-child,
.page-header .panel.wrapper .header.panel .header.links:last-child {
  display: none;
}
.page-header .panel.wrapper .header.panel .custom-top-links li,
.page-header .panel.wrapper .header.panel .header.links li {
  margin: 0;
  padding: 0 10px;
  border: none;
}
.page-header .panel.wrapper .header.panel .custom-top-links li.authorization-link::after,
.page-header .panel.wrapper .header.panel .header.links li.authorization-link::after {
  display: none;
}
.page-header .panel.wrapper .header.panel .custom-top-links li a,
.page-header .panel.wrapper .header.panel .header.links li a {
  font-size: 16px;
  font-family: 'Lora', serif;
  line-height: normal;
  color: #fff;
}
.page-header .panel.wrapper .header.panel .custom-top-links li a:hover,
.page-header .panel.wrapper .header.panel .header.links li a:hover {
  text-decoration: none;
  color: #333;
}
.page-header .panel.wrapper .header.panel .custom-top-links li.link.wishlist a,
.page-header .panel.wrapper .header.panel .header.links li.link.wishlist a {
  font-size: 0;
}
.page-header .panel.wrapper .header.panel .custom-top-links li.link.wishlist a::before,
.page-header .panel.wrapper .header.panel .header.links li.link.wishlist a::before {
  content: "\f004";
  font-family: 'fontawesome';
  font-size: 16px;
}
.page-header .panel.wrapper .header.panel .custom-top-links li.link.wishlist a .counter,
.page-header .panel.wrapper .header.panel .header.links li.link.wishlist a .counter {
  font-size: 16px;
  color: #fff;
  margin-left: 8px;
}
.page-header .header.content {
  padding: 20px 20px 5px;
  position: unset;
  top: -100px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
  .page-header .header.content {
    text-align: center;
  }
}
.page-header .header.content a.logo {
  margin: 0;
}
@media (max-width: 991px) {
  .page-header .header.content a.logo {
    float: none;
    margin: 0 0 0 10% !important;
    display: inline-block;
  }
}
.page-header .header.content .minicart-wrapper {
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-header .header.content .minicart-wrapper {
    margin: 0 0 0 10px;
  }
}
.page-header .header.content .minicart-wrapper.active .block-minicart .minicart-items-wrapper {
  max-height: 300px !important;
  overflow: auto;
}
.page-header .header.content .minicart-wrapper .action.showcart:before {
  content: "\f07a";
  font-family: 'fontawesome';
  color: #25bce9;
  line-height: 48px;
  font-size: 16px;
}
@media (max-width: 414px) {
  .page-header .header.content .minicart-wrapper .action.showcart:before {
    line-height: 32px;
  }
}
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  height: 18px;
  line-height: 13px;
  border-radius: 50%;
  padding: 2px 2px;
}
.page-header .header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
  text-shadow: none;
}
.page-header .header.content .minicart-wrapper .actions > .primary:not(:last-child) {
  margin-right: 5px;
}
.page-header .header.content .block-search {
  width: auto;
  padding-left: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-header .header.content .block-search {
    margin: 0;
    display: inline-block;
    float: right;
  }
  .page-header .header.content .block-search #search_mini_form {
    position: relative;
  }
  .page-header .header.content .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .page-header .header.content .block-search .control {
    padding: 0;
    border-top: 0;
    margin: 0;
  }
  .page-header .header.content .block-search .control #search {
    margin: 0;
    position: static;
  }
}
.page-header .header.content .block-search #search-icon {
  color: #25bce9;
  font-weight: bold;
}
.page-header .header.content .block-search #search-icon i.fa-search {
  font-size: 16px;
  line-height: 48px;
}
@media (max-width: 414px) {
  .page-header .header.content .block-search #search-icon i.fa-search {
    line-height: 32px;
  }
}
.page-header .header.content .block-search .search-form {
  width: 250px;
  position: absolute;
  top: 45px;
  right: -15px;
}
@media (max-width: 767px) {
  .page-header .header.content .block-search .search-form {
    width: 215px;
    right: -10px;
    z-index: 9;
  }
}
.page-header .header.content .block-search .search-form .field .label.active + .control input {
  box-shadow: none;
}
.page-header .header.content .block-search .search-form .actions .search {
  width: 35px;
  background: #25bce9;
  border-radius: 0;
  right: 0;
}
@media (max-width: 767px) {
  .page-header .header.content .block-search .search-form .actions .search {
    display: block;
    position: absolute;
    top: -1px;
    padding: 0;
    border: 0;
  }
  .page-header .header.content .block-search .search-form .actions .search:before {
    font-size: 16px;
    line-height: 32px;
    content: '\e615';
    font-family: 'luma-icons';
  }
  .page-header .header.content .block-search .search-form .actions .search span {
    font-size: 0;
  }
}
.page-header .header.content .block-search .search-form .actions .search:before {
  color: #ffffff;
}
.page-header .header.content .compare.wrapper .action.compare {
  color: #25bce9;
  padding: 0 0 0 15px;
}
.page-header .header.content .compare.wrapper .action.compare:hover {
  text-decoration: none !important;
}
.page-header .header.content .compare.wrapper .action.compare i.fa-clone {
  font-size: 21px;
  font-weight: bold;
  line-height: 48px;
}
@media (max-width: 414px) {
  .page-header .header.content .compare.wrapper .action.compare i.fa-clone {
    line-height: 32px;
  }
}
.page-header .header.content .compare.wrapper .action.compare .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 18px;
  line-height: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin: 3px 0 0;
  width: 18px;
  overflow: hidden;
  padding: 2px 2px;
  text-align: center;
  white-space: normal;
  position: relative;
  top: -10px;
}
.page-header .header.content .compare.wrapper .action.compare .counter.qty:before,
.page-header .header.content .compare.wrapper .action.compare .counter.qty:after {
  content: unset;
}
.page-header .header.content .top-links {
  width: auto;
  float: right;
  position: relative;
}
.page-header .header.content .top-links .login-top-link {
  font-size: 22px;
  cursor: pointer;
  color: #25bce9;
  position: relative;
  left: 3px;
  line-height: 48px;
}
@media (max-width: 414px) {
  .page-header .header.content .top-links .login-top-link {
    line-height: 32px;
  }
}
.page-header .header.content .top-links .header.links {
  padding: 0;
  list-style: none;
  border: 1px solid #dddddd;
  width: 130px;
  position: absolute;
  z-index: 9;
  background: #ffffff;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: left;
  display: none;
}
.page-header .header.content .top-links .header.links:before {
  content: "";
  position: absolute;
  top: -11px;
  border-bottom: 10px solid #dddddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.page-header .header.content .top-links .header.links:after {
  content: "";
  position: absolute;
  top: -9px;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.page-header .header.content .top-links .header.links li {
  border-bottom: 1px solid #dddddd;
  margin: 0;
}
.page-header .header.content .top-links .header.links li:last-child {
  border-bottom: none;
}
.page-header .header.content .top-links .header.links li a {
  color: #333333;
  padding: 10px 10px;
  display: block;
}
.page-header .header.content .top-links .header.links li a:hover {
  color: #25bce9;
  background: #e8e8e8;
  text-decoration: none;
}
.page-header .header.sticky {
  position: fixed;
  top: 0;
  z-index: 101;
  background: #ffffff;
  left: 0;
  right: 0;
  box-shadow: 2px 3px 4px rgba(51, 51, 51, 0.3);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.page-header .header.sticky:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #ffffff;
  display: inline-block;
  width: 101%;
  left: -100%;
  height: 100%;
  box-shadow: -9px 3px 4px rgba(51, 51, 51, 0.3);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.page-header .header.sticky:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background: #ffffff;
  display: inline-block;
  width: 101%;
  right: -100%;
  height: 100%;
  box-shadow: 14px 3px 4px rgba(51, 51, 51, 0.3);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.header-phone-no {
  float: right;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .page-header .panel.wrapper .header.panel .custom-top-links {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-header .panel.wrapper .header.panel {
    width: 100%;
    display: inline-block;
  }
  .page-header .panel.wrapper .header.panel .header.links {
    margin-right: 0;
  }
  .page-header .panel.wrapper .header.panel .header.links li {
    padding: 0 5px;
  }
  .page-header .panel.wrapper .header.panel .header.links li a {
    font-size: 14px;
  }
  .page-header .header-phone-no {
    display: none;
  }
}
.nav-toggle {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
@media (max-width: 991px) {
  .nav-toggle {
    display: block;
    top: auto;
  }
  .nav-toggle:before {
    line-height: normal;
    color: #333333;
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) scale(1);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
  }
}
.nav-toggle:after {
  content: "\e616" !important;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg) scale(0);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    box-shadow: 0 0 5px #dddddd;
    top: 132px !important;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
  }
}
@media (max-width: 991px) {
  .navigation {
    display: none;
    background: none;
    position: fixed;
    z-index: 999;
    width: 320px;
    top: 112px;
    left: 0;
    bottom: 0;
    text-align: left;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation > ul {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .navigation > ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transform: translateX(-105%);
    background: #ffffff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
  }
}
@media (min-width: 992px) {
  .navigation {
    background: none;
    width: calc(100% - 428px);
    display: inline-block;
    text-align: center;
  }
  .navigation.tm-navigation li.active a.level-top,
  .navigation.tm-navigation li.has-active a.level-top {
    border: 0;
  }
  .navigation.tm-navigation li .submenu {
    text-align: left;
  }
  .navigation.tm-navigation li .submenu li.active a {
    border: 0;
  }
  .navigation.tm-navigation a {
    color: #333333 !important;
  }
  .navigation.tm-navigation a:hover {
    color: #25bce9 !important;
  }
  .navigation.tm-navigation a.level-top {
    position: relative;
  }
}
@media (max-width: 991px) {
  .navigation.tm-navigation li.active a.level-top,
  .navigation.tm-navigation li.has-active a.level-top {
    border: none;
  }
  .navigation.tm-navigation li a {
    color: #333333;
  }
  .navigation.tm-navigation li a .ui-menu-icon {
    right: 0 !important;
    width: 40px;
    text-align: center;
    pointer-events: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation li.level0 {
    margin: 0;
    display: block;
    width: 100%;
    position: unset !important;
    border-top: 1px solid #dddddd;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation li.level0 .level-top {
    display: inline-block;
    font-weight: 700;
  }
  .navigation li.level0 .level-top .ui-menu-icon {
    right: 0 !important;
    width: 40px;
    text-align: center;
    pointer-events: none;
  }
  .navigation li.level0 .level1 {
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation li.level0 .submenu .submenu {
    left: 0% !important;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation .submenu:not(:first-child) {
    left: auto !important;
    overflow-x: hidden;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
    box-shadow: none;
    border: 0;
  }
}
@media (max-width: 767px) {
  .nav-before-open.nav-open .page-wrapper {
    position: unset;
    left: 0;
  }
}
.nav-before-open.nav-open .navigation {
  display: block !important;
  box-shadow: 0 0 5px #dddddd;
}
.nav-before-open.nav-open .navigation ul {
  transform: translateX(0);
}
.nav-before-open.nav-open .nav-toggle:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}
.nav-before-open.nav-open .nav-toggle:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) scale(1);
  font-family: 'luma-icons';
  font-size: 22px;
  background: none !important;
  position: unset !important;
  float: left;
  top: unset !important;
  height: auto !important;
  width: auto !important;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
@media (max-width: 374px) {
  .navigation .level0 > .level-top {
    width: calc(100% - 40px);
  }
  .navigation .parent .level-top::after {
    right: -40px;
    width: 40px;
    pointer-events: none;
  }
}
.page-footer {
  padding-top: 25px;
  background: #333333;
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
@media (max-width: 767px) {
  .page-footer {
    padding: 20px 0 30px;
    margin-top: 0;
  }
}
.page-footer h3 {
  color: #25bce9;
  width: 100%;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 8px;
  position: relative;
}
.page-footer h3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #25bce9;
}
.page-footer .footer-content ul {
  padding: 0;
  list-style: none;
}
.page-footer .footer-content ul li a {
  color: rgba(255, 255, 255, 0.4);
}
.page-footer .footer-content ul li a:hover {
  color: #25bce9;
  text-decoration: none;
}
.page-footer .footer-content ul li:hover .fa {
  color: #25bce9;
}
.page-footer .footer-content ul.info li em.fa {
  font-size: 20px;
}
.page-footer .footer-content ul.footer-social {
  margin-top: 28px;
}
.page-footer .footer-content ul.footer-social li {
  float: left;
  margin-right: 10px;
}
.page-footer .footer-content ul.footer-social li a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #333333;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}
.page-footer .footer-content ul.footer-social li a:hover {
  background-color: #25bce9;
  color: #ffffff;
}
.page-footer .footer-content ul.footer-social li a:hover .fa {
  color: #ffffff;
}
.page-footer .footer-content p {
  color: rgba(255, 255, 255, 0.4);
}
.footer.copyright {
  background-color: black;
  color: #dddddd;
  text-align: left;
}
.footer.copyright a {
  color: #25bce9;
  font-size: auto;
}
.primary-btn {
  margin-top: 15px;
  border: 1px solid #25bce9;
  color: #25bce9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-block;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.primary-btn:hover,
.catalog-product-view .product.info.detailed .items .content #review-form button.primary:hover {
  background: #25bce9;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
button.checkout,
button.continue,
button.login,
a.create,
button.submit,
button.action-cancel,
button.action-update,
button.action-edit-address,
.checkout-success a.continue,
button.action-dismiss,
button.action-accept,
button.customize,
button#product-addtocart-button,
button.add,
button.action-show-popup,
button.action-select-shipping-item,
button.action-save-address,
button.action-hide-popup,
button.save,
button.action-login,
button.update-cart-item,
#registration form input.action {
  box-shadow: none;
  background: #25bce9 !important;
  border-color: #25bce9 !important;
  color: #ffffff !important;
}
button.checkout:hover,
button.continue:hover,
button.login:hover,
a.create:hover,
button.submit:hover,
button.action-cancel:hover,
button.action-update:hover,
button.action-edit-address:hover,
.checkout-success a.continue:hover,
button.action-dismiss:hover,
button.action-accept:hover,
button.customize:hover,
button#product-addtocart-button:hover,
button.add:hover,
button.action-show-popup:hover,
button.action-select-shipping-item:hover,
button.action-save-address:hover,
button.action-hide-popup:hover,
button.save:hover,
button.action-login:hover,
button.update-cart-item:hover,
#registration form input.action:hover {
  background: #ffffff !important;
  border-color: #25bce9 !important;
  color: #25bce9 !important;
}
button.update,
button.clear,
a.clear,
button.share,
.form-wishlist-items button.tocart,
.block-reorder button.tocart,
.block-reorder a.view {
  box-shadow: none;
  background: transparent;
  border-color: #25bce9;
  color: #25bce9;
}
button.update:hover,
button.clear:hover,
a.clear:hover,
button.share:hover,
.form-wishlist-items button.tocart:hover,
.block-reorder button.tocart:hover,
.block-reorder a.view:hover {
  background: #25bce9;
  border-color: #25bce9;
  color: #ffffff;
}
button.apply,
button.action-apply {
  background: #25bce9 !important;
  color: #ffffff !important;
  border-color: #25bce9 !important;
  box-shadow: none !important;
}
.checkout-index-index button.action-cancel,
.checkout-index-index button.action-hide-popup {
  padding: 6px 15px !important;
  margin-top: 0 !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  font-weight: 600 !important;
}
.checkout-index-index button.action-cancel:hover,
.checkout-index-index button.action-hide-popup:hover {
  border: 1px solid !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .catalog-category-view.page-layout-2columns-left .column.main {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .sidebar.sidebar-main,
  .sidebar.sidebar-additional {
    width: 30% !important;
  }
}
@media (max-width: 767px) {
  .sidebar .filter .filter-title {
    border-bottom: 0;
  }
  .sidebar .filter .filter-title strong {
    background-color: transparent;
    box-shadow: none;
    border-color: #25bce9;
    color: #25bce9;
    left: 15px;
    cursor: pointer;
  }
  .sidebar .filter .filter-title strong:after {
    color: #ffffff;
    float: right;
  }
  .sidebar .filter .filter-content .block-subtitle {
    line-height: 26px;
  }
  .sidebar .filter .filter-current {
    border-top: 0;
    margin: 0;
  }
  .sidebar .filter .filter-current .item {
    padding-left: 22px;
  }
  .sidebar .filter .filter-current.active + .filter-actions {
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar .filter .block-subtitle,
.sidebar .filter .title,
.sidebar .filter .title strong {
  border-bottom: none;
  font-size: 16px;
  padding: 12px 10px;
  background: #25bce9;
  color: #ffffff;
  text-transform: uppercase;
}
.sidebar .filter .filter-options {
  background: rgba(232, 232, 232, 0.3);
}
.sidebar .filter .filter-options .filter-options-item {
  border-color: #e8e8e8;
}
.sidebar .filter .filter-options .filter-options-item.active .filter-options-title:after {
  content: '\e618';
  transform: rotate(0deg);
}
.sidebar .filter .filter-options .filter-options-item .filter-options-title:after {
  content: '\e618';
  transform: rotate(180deg);
}
.sidebar .filter .filter-options .filter-options-item .filter-options-content {
  margin: 10px 0 0 0;
  padding: 0 10px;
  border-top: 1px solid #333333;
}
.sidebar .filter .filter-options .filter-options-item .filter-options-content li a {
  color: #333333;
}
.sidebar .filter .filter-options .filter-options-item .filter-options-content li a:hover {
  color: #25bce9;
}
.sidebar .filter .filter-options .filter-options-item .filter-options-content a:hover {
  background-color: unset;
}
.sidebar .filter .filter-options .filter-options-item .filter-options-content a:visited {
  color: unset;
}
.sidebar .filter .filter-options .filter-options-item .filter-options-content a:visited:hover {
  color: #25bce9;
}
.sidebar .filter .filter-options .filter-options-item:last-child {
  border: none;
}
.sidebar .filter .filter-options .filter-options-item .swatch-option.text {
  min-height: 30px;
}
.sidebar.sidebar-additional {
  margin: 0;
}
.sidebar.sidebar-additional .block-compare {
  margin: 20px 0;
}
.sidebar.sidebar-additional .block-compare .block-title {
  padding: 8px 8px;
  background: #25bce9;
  color: #ffffff;
}
.sidebar.sidebar-additional .block-compare .block-title .counter {
  color: #ff5501;
}
.sidebar.sidebar-additional .block-compare .empty {
  padding: 0 10px;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar .secondary {
  float: right;
}
.sidebar.sidebar-additional .block-compare .actions-toolbar .secondary #compare-clear-all {
  margin-top: 0;
}
.sidebar.sidebar-additional .block-reorder .block-title {
  padding: 8px 8px;
  background: #25bce9;
  color: #ffffff;
}
.sidebar.sidebar-additional .block-reorder .block-title .counter {
  color: #ff5501;
}
@media (max-width: 767px) {
  .sidebar.sidebar-additional .block-reorder .actions-toolbar {
    display: inline-block;
    width: 100%;
  }
}
.sidebar.sidebar-additional .block-reorder .actions-toolbar .secondary {
  float: right;
}
.sidebar.sidebar-additional .block-reorder .actions-toolbar .secondary .view {
  margin-top: 0;
  padding: 5px 15px;
  border: 1px solid;
  font-weight: 600;
}
.sidebar.sidebar-additional .block-wishlist {
  margin: 0 0 20px;
}
.sidebar.sidebar-additional .block-wishlist .block-title {
  padding: 8px 8px;
  background: #25bce9;
  color: #ffffff;
}
.sidebar.sidebar-additional .block-wishlist .block-title .counter {
  color: #ff5501;
}
.sidebar.sidebar-additional .block-wishlist .empty {
  padding: 0 10px;
}
.sidebar.sidebar-additional .block-wishlist .delete {
  right: -8px;
  top: -9px;
}
.sidebar.sidebar-additional .block-wishlist .delete:before {
  border: 1px solid #25bce9;
  color: #25bce9;
  height: 14px;
  border-radius: 50%;
  width: 14px;
  padding: 1px;
  font-size: 9px;
}
.sidebar.sidebar-additional .block-wishlist .delete:hover:before {
  background: #25bce9;
  color: #ffffff;
}
.sidebar.sidebar-additional .block-wishlist .product-item-info:hover .bss-quickview {
  display: none !important;
}
.sidebar.sidebar-additional .block-wishlist .product-item-info .actions-primary .tocart {
  background: #ffffff;
  color: #25bce9;
  border-color: #25bce9;
}
.sidebar.sidebar-additional .block-wishlist .product-item-info .actions-primary .tocart:hover {
  background: #25bce9;
  color: #ffffff;
}
.sidebar.sidebar-additional .block-wishlist .block-content .actions-toolbar a.details {
  color: #25bce9;
}
.sidebar .action.delete:before,
.sidebar .action.remove:before {
  border: 1px solid #25bce9;
  color: #25bce9 !important;
  height: 14px;
  border-radius: 50%;
  width: 14px;
  padding: 1px;
  font-size: 9px !important;
  margin-top: -2px;
}
.sidebar .action.delete:hover:before,
.sidebar .action.remove:hover:before {
  background: #25bce9;
  color: #ffffff !important;
}
.sidebar .filter-actions a.clear {
  padding: 7px 15px;
  border: 1px solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .block-content {
    padding: 0 10px;
  }
  .sidebar .block-content button.tocart {
    margin-right: 0;
  }
}
.toolbar-products {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .toolbar-products .toolbar-amount {
    padding: 7px 15px;
  }
}
.toolbar-products .modes {
  margin: 0;
}
.toolbar-products .modes .modes-label + .modes-mode {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.toolbar-products .modes .modes-mode {
  margin: 0 10px 0 0;
  border: 1px solid #dddddd;
}
.toolbar-products .modes .modes-mode:last-child {
  border-radius: 0;
  background: transparent;
}
.toolbar-products .modes .modes-mode.active {
  background: #25bce9;
  border: 1px solid transparent;
  box-shadow: none;
}
.toolbar-products .modes .modes-mode.active:before {
  color: #ffffff;
}
.toolbar select {
  background-color: unset;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .toolbar .pages {
    margin-bottom: 0;
  }
}
.toolbar .pages .action {
  background: #333333;
  box-shadow: none;
  color: #ffffff;
  border: none;
}
.toolbar .pages .action:before {
  color: #ffffff;
}
.toolbar .pages .item.current .page {
  background: #ff5501;
  padding: 0 8px;
  border-radius: 3px;
  color: #ffffff;
}
.toolbar .pages .item .page {
  padding: 0 8px;
  background: #e8e8e8;
  border-radius: 3px;
  color: #333333;
}
@media (max-width: 767px) {
  .toolbar .pages .item.pages-item-next {
    margin-right: 0 !important;
  }
}
.catalog-category-view .products-grid,
.catalog-product-view .products-grid,
.checkout-cart-index .products-grid,
.catalogsearch-result-index .products-grid {
  display: inline-block;
}
@media (min-width: 991px) {
  .catalog-category-view .products-grid,
  .catalog-product-view .products-grid,
  .checkout-cart-index .products-grid,
  .catalogsearch-result-index .products-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 992px) {
  .catalog-category-view .products-grid,
  .catalog-product-view .products-grid,
  .checkout-cart-index .products-grid,
  .catalogsearch-result-index .products-grid {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .products-grid .product-items,
  .catalog-product-view .products-grid .product-items,
  .checkout-cart-index .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items {
    margin: 10px 0 0;
  }
}
@media (max-width: 992px) {
  .catalog-category-view .products-grid .product-items,
  .catalog-product-view .products-grid .product-items,
  .checkout-cart-index .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items {
    display: inline-block;
    width: 100%;
  }
}
.catalog-category-view .products-grid .product-items .pro-item,
.catalog-product-view .products-grid .product-items .pro-item,
.checkout-cart-index .products-grid .product-items .pro-item,
.catalogsearch-result-index .products-grid .product-items .pro-item {
  margin: 0;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info {
  min-height: 70px;
  width: 100%;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info:hover,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info:hover,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info:hover,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info:hover {
  box-shadow: none;
  border: 0;
  padding: 0;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info .product-image-container,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info .product-image-container,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info .product-image-container,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info .product-image-container {
  width: 100% !important;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info .product-image-container .product-image-wrapper,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info .product-image-container .product-image-wrapper,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info .product-image-container .product-image-wrapper,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info .price-box > .price-box,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info .price-box > .price-box,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info .price-box > .price-box,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info .price-box > .price-box {
  margin-top: 0;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info .price-box .price-to,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info .price-box .price-to,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info .price-box .price-to,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info .price-box .price-to {
  display: none;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price-label,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price-label,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price-label,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price,
.catalog-product-view .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price,
.checkout-cart-index .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price,
.catalogsearch-result-index .products-grid .product-items .pro-item .product-item-info .price-box .old-price .price {
  color: #ff5501;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}
.catalog-category-view .products-grid form.add-to-cart,
.catalog-product-view .products-grid form.add-to-cart,
.checkout-cart-index .products-grid form.add-to-cart,
.catalogsearch-result-index .products-grid form.add-to-cart,
.catalog-category-view .products-list form.add-to-cart,
.catalog-product-view .products-list form.add-to-cart,
.checkout-cart-index .products-list form.add-to-cart,
.catalogsearch-result-index .products-list form.add-to-cart {
  display: inline-block;
  float: left;
}
.catalog-category-view .products-list,
.catalog-product-view .products-list,
.checkout-cart-index .products-list,
.catalogsearch-result-index .products-list {
  display: inline-block;
  width: 100%;
}
.catalog-category-view .products-list .product-items,
.catalog-product-view .products-list .product-items,
.checkout-cart-index .products-list .product-items,
.catalogsearch-result-index .products-list .product-items {
  margin: 0;
}
.catalog-category-view .products-list .product-items .pro-item,
.catalog-product-view .products-list .product-items .pro-item,
.checkout-cart-index .products-list .product-items .pro-item,
.catalogsearch-result-index .products-list .product-items .pro-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .catalog-category-view .products-list .product-items .pro-item,
  .catalog-product-view .products-list .product-items .pro-item,
  .checkout-cart-index .products-list .product-items .pro-item,
  .catalogsearch-result-index .products-list .product-items .pro-item {
    margin-bottom: 10px;
  }
}
.catalog-category-view .products-list .product-items .pro-item .product-image-action,
.catalog-product-view .products-list .product-items .pro-item .product-image-action,
.checkout-cart-index .products-list .product-items .pro-item .product-image-action,
.catalogsearch-result-index .products-list .product-items .pro-item .product-image-action {
  width: 100%;
}
@media (min-width: 768px) {
  .catalog-category-view .products-list .product-items .pro-item .product-image-action,
  .catalog-product-view .products-list .product-items .pro-item .product-image-action,
  .checkout-cart-index .products-list .product-items .pro-item .product-image-action,
  .catalogsearch-result-index .products-list .product-items .pro-item .product-image-action {
    width: 33.33%;
  }
}
.catalog-category-view .products-list .product-items .pro-item .product-image-action .product-image-container .product-image-photo,
.catalog-product-view .products-list .product-items .pro-item .product-image-action .product-image-container .product-image-photo,
.checkout-cart-index .products-list .product-items .pro-item .product-image-action .product-image-container .product-image-photo,
.catalogsearch-result-index .products-list .product-items .pro-item .product-image-action .product-image-container .product-image-photo {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.catalog-category-view .products-list .product-items .pro-item .product-info,
.catalog-product-view .products-list .product-items .pro-item .product-info,
.checkout-cart-index .products-list .product-items .pro-item .product-info,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info {
  width: 100%;
}
@media (min-width: 768px) {
  .catalog-category-view .products-list .product-items .pro-item .product-info,
  .catalog-product-view .products-list .product-items .pro-item .product-info,
  .checkout-cart-index .products-list .product-items .pro-item .product-info,
  .catalogsearch-result-index .products-list .product-items .pro-item .product-info {
    width: 66.66%;
  }
}
.catalog-category-view .products-list .product-items .pro-item .product-info a.product-name,
.catalog-product-view .products-list .product-items .pro-item .product-info a.product-name,
.checkout-cart-index .products-list .product-items .pro-item .product-info a.product-name,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info a.product-name {
  color: #333333;
  float: left;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: normal;
}
.catalog-category-view .products-list .product-items .pro-item .product-info a:hover,
.catalog-product-view .products-list .product-items .pro-item .product-info a:hover,
.checkout-cart-index .products-list .product-items .pro-item .product-info a:hover,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info a:hover {
  color: #25bce9;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .price-box,
.catalog-product-view .products-list .product-items .pro-item .product-info .price-box,
.checkout-cart-index .products-list .product-items .pro-item .product-info .price-box,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .price-box {
  text-align: left;
  display: inline-block;
  font-weight: bold;
  margin: 12px 0 0 0;
  font-size: 16px;
  line-height: 1;
  position: relative;
  float: left;
  min-width: 100px;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .price-box .price-label,
.catalog-product-view .products-list .product-items .pro-item .product-info .price-box .price-label,
.checkout-cart-index .products-list .product-items .pro-item .product-info .price-box .price-label,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .price-box .price-label {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -12px;
  color: #ff0000;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .price-box .price,
.catalog-product-view .products-list .product-items .pro-item .product-info .price-box .price,
.checkout-cart-index .products-list .product-items .pro-item .product-info .price-box .price,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .price-box .price {
  color: #25bce9;
  font-weight: 600;
  font-size: 18px;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .price-box .old-price .price-label,
.catalog-product-view .products-list .product-items .pro-item .product-info .price-box .old-price .price-label,
.checkout-cart-index .products-list .product-items .pro-item .product-info .price-box .old-price .price-label,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .price-box .old-price .price-label {
  display: none;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .price-box .old-price .price,
.catalog-product-view .products-list .product-items .pro-item .product-info .price-box .old-price .price,
.checkout-cart-index .products-list .product-items .pro-item .product-info .price-box .old-price .price,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .price-box .old-price .price {
  color: #ff5501;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .product-reviews-summary,
.catalog-product-view .products-list .product-items .pro-item .product-info .product-reviews-summary,
.checkout-cart-index .products-list .product-items .pro-item .product-info .product-reviews-summary,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .product-reviews-summary {
  display: inline-block;
  line-height: 1;
  margin: 12px 0 0 10px;
  text-align: center;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .product-reviews-summary .reviews-actions,
.catalog-product-view .products-list .product-items .pro-item .product-info .product-reviews-summary .reviews-actions,
.checkout-cart-index .products-list .product-items .pro-item .product-info .product-reviews-summary .reviews-actions,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .product-reviews-summary .reviews-actions {
  margin-left: 8px;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .product-item-description,
.catalog-product-view .products-list .product-items .pro-item .product-info .product-item-description,
.checkout-cart-index .products-list .product-items .pro-item .product-info .product-item-description,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .product-item-description {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  width: 100%;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .product-item-description p,
.catalog-product-view .products-list .product-items .pro-item .product-info .product-item-description p,
.checkout-cart-index .products-list .product-items .pro-item .product-info .product-item-description p,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .product-item-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: normal;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .product-item-description a.more,
.catalog-product-view .products-list .product-items .pro-item .product-info .product-item-description a.more,
.checkout-cart-index .products-list .product-items .pro-item .product-info .product-item-description a.more,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .product-item-description a.more {
  color: #25bce9;
  text-decoration: underline;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart {
  border-radius: 0;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0 !important;
  transition: none;
  border-left: 1px solid #dddddd !important;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:before {
  content: "Add to Cart";
  width: 55px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover {
  background: #25bce9;
  color: #ffffff;
  border-color: #25bce9;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:after,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:after,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:after,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:hover:after,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:after,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:after,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:after,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:after,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:after,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:after,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:after,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:after,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:after,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:after,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:after,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:after {
  position: absolute;
  top: -6px;
  border-top: 5px solid #25bce9;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart:before,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:before,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:before,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:before {
  position: absolute;
  top: -30px;
  color: #ffffff;
  background: #25bce9;
  padding: 0 5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  font-size: 12px;
  line-height: 2;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview {
  padding: 0;
  line-height: 34px;
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview:hover:before {
  content: "Quickview";
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist:hover:before {
  content: "Wishlist";
}
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:before,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:before,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:before,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare:hover:before {
  content: "Compare";
}
.catalog-category-view.bss_quickview-catalog_product-view,
.catalog-product-view.bss_quickview-catalog_product-view,
.checkout-cart-index.bss_quickview-catalog_product-view,
.catalogsearch-result-index.bss_quickview-catalog_product-view {
  padding: 20px;
}
.catalog-category-view.bss_quickview-catalog_product-view #ajax-goto .goto-product,
.catalog-product-view.bss_quickview-catalog_product-view #ajax-goto .goto-product,
.checkout-cart-index.bss_quickview-catalog_product-view #ajax-goto .goto-product,
.catalogsearch-result-index.bss_quickview-catalog_product-view #ajax-goto .goto-product {
  color: #333333;
  font-weight: 700;
  text-decoration: underline;
  font-size: 20px;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  margin: 0px;
  padding: 0px;
}
.page-products .product-item-info {
  width: 100%;
}
.page-products .related .product-item-info {
  border: 1px solid #bbbbbb;
}
.page-products .products-grid .product-item {
  margin-left: 0%;
}
.page-products .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0 !important;
}
.catalog-product-view .product-info-main,
.page-product-downloadable .product-add-form {
  box-shadow: 0px 3px 9px 3px #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-main,
  .page-product-downloadable .product-add-form {
    width: 48% !important;
    margin: 0px 0 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .product-info-main,
  .page-product-downloadable .product-add-form {
    width: 48% !important;
    margin-right: 1.5%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main,
  .page-product-downloadable .product-add-form {
    margin: 20px 15px;
  }
}
.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0;
}
.catalog-product-view .product-info-main .product-add-form h2.title,
.page-product-downloadable .product-add-form h2.title {
  margin: 0;
  padding: 15px 10px;
  background: rgba(238, 238, 238, 0.8);
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper {
  padding: 0 15px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset {
  padding: 15px 0 0;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field .label {
  flex: 1;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field .control {
  flex: 1;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute {
  margin: 0 0 8px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute {
    margin: 0 0 15px 0;
  }
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-label {
  display: flex;
  flex: 1;
  align-items: center;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  line-height: 28px;
  margin-right: 5px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options {
  flex: 1;
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  height: 30px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option .text {
  min-width: 30px;
  line-height: normal;
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .swatch-opt .swatch-attribute .mage-error {
    position: absolute;
    bottom: -13px;
    left: 52%;
  }
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .box_upload {
  border-top: 1px solid #dddddd;
  padding: 0 15px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-area {
  border-color: #dddddd;
  width: auto;
  margin: 20px 15px;
  text-align: center;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-area .file-uploader-button {
  background: #25bce9;
  border-color: #25bce9;
  border-radius: 3px;
  min-width: 95px;
  text-align: right;
  position: relative;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-area .file-uploader-button:before {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "\f093";
  font-family: fontawesome;
  transform: translateY(-50%);
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-area .file-uploader-button:hover {
  background: #ffffff;
  color: #25bce9;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-grid {
  margin: 0 15px;
  max-height: 360px;
  overflow: auto;
  text-align: left;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-grid .file-uploader-summary {
  width: 31%;
  margin: 0 9px 10px 0;
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-grid .file-uploader-summary {
    float: left;
  }
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-grid .file-uploader-summary:nth-child(3n) {
  margin-right: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-grid .file-uploader-summary .file-uploader-preview {
  width: 100%;
  margin: 0;
  border-color: #dddddd;
  text-align: center;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-grid .file-uploader-summary .file-uploader-preview .preview-image {
  height: auto;
  width: auto;
  max-height: 100%;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options .field .upload-wrapper .file-uploader-grid .file-uploader-summary .file-uploader-filename {
  text-align: center;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart {
  margin: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset {
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty {
  border-top: 1px solid #dddddd;
  padding: 15px 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty .label {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  line-height: 30px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty .control {
  display: inline-block;
  width: 50%;
  float: right;
  text-align: right;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty .control input {
  width: 80px;
  font-weight: 700;
  border-color: #dddddd;
  padding: 5px;
  border-width: 2px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty .control #qty-error {
  margin-top: -3px;
  margin-right: -10px;
}
@media (max-width: 991px) {
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty .control #qty-error {
    margin-right: auto;
    margin-left: -50%;
  }
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section label,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section label {
  flex: 1;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box {
  flex: 1;
  justify-content: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box .old-price .price {
  color: #ff5501;
  text-decoration: line-through;
  font-size: 20px;
  margin-left: 10px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box .price-label,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box .price-label {
  font-size: 10px;
  color: #ff0000;
  margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box .price,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .price-section .price-box .price {
  color: #25bce9;
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions {
  background: #333333;
  padding: 20px 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions button.tocart {
  background: #25bce9;
  border-color: #25bce9;
  margin: 0 auto;
  display: block;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions button.tocart:hover {
  background: #ffffff;
  color: #25bce9;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links {
  text-align: center;
  margin: 20px 0 0 0;
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action {
  color: #ffffff;
  float: left;
  width: 33.33%;
  margin-right: 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action span {
    display: block;
    font-weight: 600;
  }
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action:hover {
  color: #25bce9;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action:hover:before,
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action:hover .fa {
  border: 1px solid #25bce9;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action:before,
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action .fa {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 6px 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action .fa {
  width: 32px;
}
@media (max-width: 414px) {
  .catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions .product-social-links .action .fa {
    display: block;
    margin: 0 auto;
  }
}
.catalog-product-view .product-info-main .bundle-actions {
  margin: 20px auto;
  text-align: center;
}
.catalog-product-view .page.messages .messages [data-bind="html: message.text"] {
  font-size: 21px;
}
@media (max-width: 1350px) {
  .catalog-product-view .page.messages .messages [data-bind="html: message.text"] {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view .page.messages .messages [data-bind="html: message.text"] {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page.messages .messages [data-bind="html: message.text"] {
    font-size: 14px;
  }
}
.catalog-product-view div.message.success > *:first-child:before {
  top: 29px;
}
@media (max-width: 1350px) {
  .catalog-product-view div.message.success > *:first-child:before {
    top: 28px;
  }
}
@media (max-width: 1199px) {
  .catalog-product-view div.message.success > *:first-child:before {
    top: 26px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view div.message.success > *:first-child:before {
    top: 24px;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product.media {
    width: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .product.media {
    width: 48% !important;
    margin-left: 1.5%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.media {
    padding: 0 15px;
  }
}
.catalog-product-view .product.media h1.page-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
  color: #25bce9;
}
.catalog-product-view .product.media .product-reviews-summary {
  margin-bottom: 30px;
}
.catalog-product-view .product.media .product-reviews-summary .reviews-actions .action {
  color: #ff5501;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb-border {
  border-color: #25bce9;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__nav-wrap .fotorama__nav .fotorama__nav__shaft .fotorama__thumb {
  border: 1px solid #dddddd;
}
.catalog-product-view .product.media .product-info-stock-sku {
  padding: 10px 0;
}
.catalog-product-view .product.media .product-info-stock-sku .label,
.catalog-product-view .product.media .product-info-stock-sku .stock {
  display: inline-block;
}
.catalog-product-view .product.media .product-info-stock-sku .stock {
  color: #25bce9;
  text-transform: uppercase;
  margin-left: 5px;
}
.catalog-product-view .product.media .product-info-stock-sku .sku .type,
.catalog-product-view .product.media .product-info-stock-sku .sku .value {
  display: inline-block;
}
.catalog-product-view .product.media .product.attribute.description {
  padding: 10px 0;
  display: inline-block;
  border-top: 1px solid #dddddd;
}
@media (max-width: 1024px) {
  .catalog-product-view .product.info.detailed {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.catalog-product-view .product.info.detailed .items .title.active .switch,
.catalog-product-view .product.info.detailed .items .title.active .counter {
  background: #ffffff;
  color: #25bce9;
}
.catalog-product-view .product.info.detailed .items .title .switch {
  background: transparent;
  font-weight: 600;
}
.catalog-product-view .product.info.detailed .items .content {
  margin-top: 39px;
}
@media (max-width: 767px) {
  .catalog-product-view .product.info.detailed .items .content {
    margin-top: 0;
  }
}
.catalog-product-view .product.info.detailed .items .content #customer-reviews .block-title {
  color: #25bce9;
}
.catalog-product-view .product.info.detailed .items .content #review-form button.primary {
  background: transparent;
  color: #25bce9;
  border-color: #25bce9;
  padding: 12px 10px;
  text-transform: uppercase;
}
.catalog-product-view .fotorama--fullscreen .fotorama__thumb-border {
  border-color: #25bce9;
}
.catalog-product-view .fotorama--fullscreen .fotorama__thumb {
  border: 1px solid #dddddd;
}
.page-product-downloadable .product-info-main {
  display: none;
}
.page-product-downloadable .product-add-form {
  float: right;
  clear: unset;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-wrapper {
  float: none;
  width: auto;
  padding: 15px;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom {
  float: none;
  width: auto;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions button.tocart {
  background: #25bce9;
  border-color: #25bce9;
  margin: 0 5px;
  display: block;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions button.tocart:hover {
  background: #ffffff;
  color: #25bce9;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action {
  color: #ffffff;
  float: left;
  width: 33.33%;
  margin-right: 0;
}
@media (max-width: 414px) {
  .page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action span {
    display: block;
    font-weight: 600;
  }
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action:hover {
  color: #25bce9;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action:hover:before,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action:hover .fa {
  border: 1px solid #25bce9;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action:before,
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action .fa {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 6px 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action .fa {
  width: 32px;
}
@media (max-width: 414px) {
  .page-product-downloadable .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .actions .product-social-links .action .fa {
    display: block;
    margin: 0 auto;
  }
}
.related .content .block-actions,
.upsell .content .block-actions,
.crosssell .content .block-actions {
  display: none;
}
.related .products,
.upsell .products,
.crosssell .products {
  margin: 0;
}
.related .products-grid,
.upsell .products-grid,
.crosssell .products-grid {
  width: 100%;
}
.related .products-grid .pro-item,
.upsell .products-grid .pro-item,
.crosssell .products-grid .pro-item {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .related .products-grid .pro-item,
  .upsell .products-grid .pro-item,
  .crosssell .products-grid .pro-item {
    margin-bottom: 10px !important;
  }
}
.related .products-grid .pro-item .product-image-action:hover .action,
.upsell .products-grid .pro-item .product-image-action:hover .action,
.crosssell .products-grid .pro-item .product-image-action:hover .action {
  margin-left: 0;
  transform: scale(1) translateX(-50%);
}
.related .products-grid .pro-item .product-image-action:hover .field.choice,
.upsell .products-grid .pro-item .product-image-action:hover .field.choice,
.crosssell .products-grid .pro-item .product-image-action:hover .field.choice {
  display: none;
}
.swatch-attribute-options .swatch-option.text {
  margin-right: 6px;
}
.swatch-option-tooltip .corner {
  left: 50% !important;
  transform: translateX(-50%);
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip .corner:after {
  position: absolute;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
}
.product-primary-info-container {
  width: 100%;
}
.product-primary-info-container + .product-add-form {
  clear: both;
}
.product-info-main .page-title-wrapper {
  padding: 20px 20px 0px;
}
.product-info-main .product-reviews-summary,
.product-info-main .product-info-price {
  padding: 0 20px;
}
.product-info-main .product-info-stock-sku > .label {
  display: none;
}
.product-info-main .product-info-stock-sku .stock.available {
  width: 100%;
}
.product-info-main .short-description {
  padding: 0 20px 15px;
  border-bottom: 1px solid #c1c1c1;
  color: #800080;
  font-size: 2rem;
  text-align: justify;
}
.product-info-main .product-add-form h2.title {
  display: none;
}
.product-info-main .product-add-form .quickedit-filter-options-title {
  padding: 7px 0px;
}
.product-info-main .product-add-form .quickedit-filter-options-title .prodtheading {
  padding: 8px 20px;
  background: #ebeef3;
}
.product-info-main .product-add-form .accordion-title-price .product-info-price {
  display: none;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field .label {
  max-width: 100px;
}
.product-info-main .product-info-price .price-box {
  width: auto;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions > button.tocart {
  margin-bottom: 10px;
}
.page-product-configurable.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions > button.tocart {
  margin: 0px 5px;
  margin-bottom: 00px;
}
.accordion-block .collapsibleTab:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  right: 15px;
  top: 11px;
  z-index: 3;
  padding: 0;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
.accordion-block .collapsibleTab:after {
  font-size: 17px;
  right: 22px;
  top: 14px;
}
.accordion-block.active .collapsibleTab::after {
  content: '\e621';
}
.page-wrapper .product-info-main #quickedit-filter-block .quickedit-filter-options-title {
  background: #ebeef3;
  padding: 0;
}
.product-info-main .product-accordion-box,
.product-accordion-box #quickedit-filter-block #quickPanel {
  border: 0px;
}
.product-info-main .product-info-stock-sku .stock.available h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper {
  padding: 0 20px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty .label {
  padding: 0px;
  margin-right: 10px;
  width: auto;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .qty .control {
  width: auto;
  float: none;
}
.product-info-main #shipping-input-form .est-description,
.product-info-main .estimaste-body .est-description {
  padding: 0 20px 10px;
}
.product-info-main #shipping-input-form .est-description:last-child,
.product-info-main .estimaste-body .est-description:last-child {
  border-bottom: 0px;
}
.product-info-main #shipping-input-form #shipping-input-form,
.product-info-main .estimaste-body #shipping-input-form {
  padding: 0px 20px;
}
.catalog-product-view .select2-container {
  z-index: 9;
}
.catalog-product-view .page-wrapper > .breadcrumbs-section .breadcrumb-w .breadcrumbs {
  float: none;
  margin-bottom: 0;
  display: inline-block;
}
.catalog-product-view .page-wrapper > .breadcrumbs-section .breadcrumb-w {
  text-align: left;
}
.catalog-product-view .page-wrapper > .breadcrumbs-section .current_category_title {
  float: right;
}
.cart-discount {
  background: #e4e4e4;
  padding: 10px 10px 0px;
  margin-bottom: 20px;
}
.product-actions-info-box {
  width: calc(100% - 40px);
  max-width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  max-height: unset;
  min-height: auto;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-actions-info-box.box-3 .product-options-bottom .box-tocart .fieldset .actions > button.tocart {
  margin-bottom: 0px;
}
.swatch-attribute-options {
  margin-top: 0px;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field span#value {
  align-items: center;
  display: flex;
  margin: 0px 10px;
}
.product-actions-info-box.box-3 .estimaste-body {
  margin-top: 30px;
}
.block.related.template-container {
  padding: 10px;
}
.product-accordion-box #product-browse-templates-button {
  margin-right: 0px;
  margin-left: 5px;
  background: #25bce9 !important;
  border-color: #25bce9 !important;
  color: #ffffff !important;
}
.product-accordion-box #product-browse-templates-button:hover {
  background: #ffffff !important;
  border-color: #25bce9 !important;
  color: #25bce9 !important;
}
.product-accordion-box #product-enquiry-button {
  margin-right: 0px;
  margin-left: 10px;
  background: #25bce9 !important;
  border-color: #25bce9 !important;
  color: #ffffff !important;
}
.product-accordion-box #product-enquiry-button:hover {
  background: #ffffff !important;
  border-color: #25bce9 !important;
  color: #25bce9 !important;
}
.product-accordion-box #product-upload-button {
  margin-right: 5px;
  margin-left: 0px;
  background: #25bce9 !important;
  border-color: #25bce9 !important;
  color: #ffffff !important;
}
.product-accordion-box #product-upload-button:hover {
  background: #ffffff !important;
  border-color: #25bce9 !important;
  color: #25bce9 !important;
}
.product.media ~ .product-add-form {
  clear: both;
}
.product-actions-info-content .box-tocart .action.tocart {
  margin-bottom: 0;
  margin-right: 0px;
  width: 100%;
  background: #1979c3;
  border: 1px solid #1979c3;
}
.prices-tier {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .product-actions-info-box.box-3 {
    max-width: 100%;
  }
  .block.related.template-container {
    padding: 20px;
  }
}
#block-discount-heading {
  color: #25bce9;
}
.minicart-items .product-item-name a {
  color: #333333;
}
.cart-container {
  margin: 20px 0 0;
}
.cart-container .form-cart .cart #shopping-cart-table thead tr th {
  background: #25bce9;
  color: #ffffff;
  padding-top: 15px;
  border-bottom: 0;
}
.cart-container .form-cart .cart .actions-toolbar {
  min-height: 30px;
  padding: 5px;
}
.cart-container .form-cart .cart .actions-toolbar .action {
  position: unset;
  margin: 0;
  padding: 5px 10px !important;
}
.checkout-cart-index .products-grid .pro-item .product-image-action:hover .product-item-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-cart-index .products-grid .pro-item .product-image-action:hover .product-item-actions .actions-primary button {
  transform: none;
}
.checkout-cart-index .products-grid .pro-item .product-image-action:hover .product-item-actions .actions-secondary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-index-index .page-header {
  border: 1px solid #dddddd;
}
.checkout-index-index #checkout .opc-progress-bar {
  margin: 20px 0;
  text-align: center;
}
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active span:before,
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #25bce9;
  border-color: #25bce9;
}
.checkout-index-index #checkout .opc-progress-bar .opc-progress-bar-item._active span:after {
  border-color: #25bce9;
}
.checkout-index-index #checkout .opc-estimated-wrapper {
  margin-top: 0;
  border-top: 0;
}
.checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  content: "\f07a";
  font-family: 'fontawesome';
}
@media (max-width: 767px) {
  .checkout-index-index #checkout #checkoutSteps .actions-toolbar .primary {
    text-align: left;
  }
  .checkout-index-index #checkout #checkoutSteps .actions-toolbar .primary button.continue {
    width: auto;
  }
}
#product-comparison .product.info .product-image-action {
  text-align: center;
  position: relative;
  overflow: hidden;
}
#product-comparison .product.info .product-image-action .product-item-photo {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
#product-comparison .product.info .product-image-action .action {
  position: absolute;
  top: 50% !important;
  margin-top: 0;
  margin-left: 0;
  left: 50%;
  z-index: 100;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#product-comparison .product.info .product-image-action .product-item-actions .actions-primary {
  float: left;
}
#product-comparison .product.info .product-image-action .product-item-actions button.tocart,
#product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist {
  width: 37px !important;
}
#product-comparison .product.info .product-image-action .product-item-actions button.tocart:hover,
#product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist:hover {
  background: #25bce9;
  color: #ffffff;
  border: none;
}
#product-comparison .product.info .product-image-action .product-item-actions button.tocart:hover:after,
#product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist:hover:after {
  position: absolute;
  top: -6px;
  border-top: 5px solid #25bce9;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
}
#product-comparison .product.info .product-image-action .product-item-actions button.tocart:hover:before,
#product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist:hover:before {
  position: absolute;
  top: -30px;
  color: #ffffff;
  background: #25bce9;
  padding: 0 5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  font-size: 12px;
  line-height: 2;
}
#product-comparison .product.info .product-image-action .product-item-actions button.tocart {
  border-left: 1px solid #dddddd !important;
}
#product-comparison .product.info .product-image-action .product-item-actions button.tocart:hover:before {
  content: "Add to Cart";
  width: 55px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}
#product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist:hover:before {
  content: "Wishlist";
}
#product-comparison .product.info .product-image-action:hover .product-item-photo {
  opacity: 0.3;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
#product-comparison .product.info .product-image-action:hover .action {
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#product-comparison .product.info .product-info {
  text-align: center;
}
#product-comparison .product.info .product-info a.product-name {
  color: #333333;
  float: left;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: normal;
}
#product-comparison .product.info .product-info a.product-name:hover {
  color: #25bce9;
  text-decoration: none;
}
#product-comparison .product.info .product-info .price-box {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin: 12px 0 0 0;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
#product-comparison .product.info .product-info .price-box .price {
  color: #25bce9;
  font-weight: 600;
  font-size: 18px;
}
#product-comparison .product.info .product-info .price-box .price-label {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -12px;
  color: #ff0000;
}
#product-comparison .product.info .product-info .price-box .old-price .price-label {
  display: none;
}
#product-comparison .product.info .product-info .price-box .old-price .price {
  color: #ff5501;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}
.account .wishlist-toolbar {
  margin-bottom: 0;
}
.account .wishlist {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .account .wishlist .product-item {
    width: 33.33%;
    padding: 0 15px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .account .wishlist .product-item {
    width: 50%;
    padding: 0 15px !important;
    margin: 0;
  }
}
@media (max-width: 414px) {
  .account .wishlist .product-item {
    width: 100%;
    padding: 30px 0 0 !important;
  }
}
.account .wishlist .product-item .product-item-info:hover,
.account .wishlist .product-item .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.account .wishlist .product-item .product-item-info:hover .bss-quickview,
.account .wishlist .product-item .product-item-info.active .bss-quickview {
  display: none !important;
}
@media (max-width: 767px) {
  .account .wishlist .product-item .product-item-info .product-item-photo {
    text-align: center;
    margin-right: 0;
    float: none;
  }
}
.account .wishlist .product-item .product-item-info .product-image-photo {
  border: 1px solid #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
@media (max-width: 767px) {
  .account .wishlist .product-item .product-item-info .product-item-name {
    margin-left: 0;
    text-align: center;
  }
}
.account .wishlist .product-item .product-item-info .product-item-name .product-item-link {
  text-align: center;
  margin-bottom: 10px;
}
.account .wishlist .product-item .product-item-info .product-item-name .product-item-link:hover {
  color: #25bce9;
}
.account .wishlist .product-item .product-item-info .product-reviews-summary {
  float: right;
}
.account .wishlist .product-item .product-item-info .price-box {
  float: left;
}
.account .wishlist .product-item .product-item-info .price-box .old-price .price-label {
  display: none;
}
.account .wishlist .product-item .product-item-info .price-box .old-price .price {
  color: #ff5501;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
  margin-left: 5px;
}
.account .wishlist .product-item .product-item-info .product-item-tooltip {
  float: right;
  padding: 7px 0;
  margin-top: 5px;
  cursor: pointer;
}
.account .wishlist .product-item .product-item-info .product-item-tooltip .details {
  text-decoration: underline;
}
.account .wishlist .product-item .product-item-info .product-item-tooltip .tooltip.content {
  left: auto;
  right: 0;
  top: 95%;
  padding: 10px;
  min-width: 150px;
  cursor: pointer;
}
.account .wishlist .product-item .product-item-info .product-item-tooltip .tooltip.content:before {
  left: auto;
  right: 15px;
}
.account .wishlist .product-item .product-item-info .product-item-tooltip .tooltip.content:after {
  left: auto;
  right: 16px;
}
.account .wishlist .product-item .product-item-info .product-item-inner {
  box-shadow: none;
  border: none;
  clip: unset;
  height: auto;
  margin: 10px 0 0 0;
  overflow: visible;
  padding: 0;
  position: unset;
  width: auto;
}
.account .wishlist .product-item .product-item-info .product-item-inner:hover .bss-quickview {
  display: none !important;
}
.account .wishlist .product-item .product-item-info .product-item-inner .box-tocart {
  margin: 0;
}
@media (max-width: 767px) {
  .account .wishlist .product-item .product-item-info .product-item-inner .box-tocart {
    float: right;
  }
  .account .wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions {
    margin-top: 5px !important;
  }
}
.account .wishlist .product-item .product-item-info .product-item-inner .box-tocart .qty {
  margin: 0;
  float: left;
}
.account .wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions {
  float: right;
  margin-top: 26px;
}
.account .wishlist .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions button.tocart:hover {
  border-color: #25bce9;
}
@media (max-width: 767px) {
  .account .actions-toolbar .primary .action {
    width: auto;
    float: left;
    margin-right: 5px;
  }
}
.account #block-collapsible-nav .item.current strong,
.account #block-collapsible-nav .item.current a {
  border-color: #25bce9;
}
.account #block-collapsible-nav .item a {
  color: #333333;
}
.account.customer-account-index .block {
  margin-bottom: 25px;
}
.cms-page-view .block-collapsible-nav {
  top: -31px;
}
.cms-page-view .block-collapsible-nav #privacy-policy-nav-content.active ul .item.current a {
  border-color: #25bce9;
}
.mpblog-post-index .sidebar .sidebar-archives,
.mpblog-post-index .sidebar .sidebar-categories {
  padding: 8px 8px;
  background: #25bce9;
  color: #ffffff;
  margin-bottom: 20px;
}
.mpblog-post-index .sidebar .sidebar-archives .block-mp-sidebar-heading,
.mpblog-post-index .sidebar .sidebar-categories .block-mp-sidebar-heading {
  color: unset;
  margin: 0;
}
@media (max-width: 414px) {
  .checkout-onepage-success .checkout-success .actions-toolbar a.continue {
    width: auto;
  }
}
body {
  color: #333333;
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .cms-index-index .columns {
    display: block;
  }
}
.cms-index-index .column.main {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-layout-2columns-right .column.main,
  .page-layout-2columns-left .column.main {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .column.main {
    padding: 0 15px;
  }
  .catalog-category-view .page-main,
  .catalog-product-view .page-main,
  .catalog-category-view .column.main,
  .catalog-product-view .column.main {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-page-view .cms-content-important {
    padding: 0;
    margin: 0 0 15px;
  }
  .cms-page-view .privacy-policy {
    margin-top: 40px;
  }
}
.page-main {
  max-width: 1170px;
  padding: 0;
}
.page-main .block {
  margin: 0;
}
.widget.block {
  margin: 0;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.background-pattern {
  background-image: url(../../frontend/Designnbuy/Printshop/en_US/images/parten_bg.jpg);
  background-repeat: repeat;
  background-size: 100%;
}
.title-border {
  display: block;
  width: 300px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.title-border .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  z-index: 90;
}
.title-border .fa {
  background-color: #ffffff;
  color: #25bce9;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 19px;
  position: relative;
  z-index: 100;
}
p {
  color: rgba(51, 51, 51, 0.5);
}
a,
a:hover {
  text-transform: none;
  text-decoration: none;
  color: #25bce9;
}
a:visited,
.recipients .action.remove,
.action-auth-toggle,
.message.success a {
  color: #25bce9;
}
.navigation,
.block.category.event,
.top-container {
  max-width: 1170px;
}
.page-header .header.panel {
  max-width: 1170px;
}
.content.header,
.content.footer {
  max-width: 1170px;
}
.page-wrapper > .widget,
.page-wrapper > .page-bottom {
  max-width: 1170px;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .container {
    width: 991px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 760px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.page-wrapper > .breadcrumbs {
  max-width: 1170px;
  padding: 0px;
}
.page-wrapper > .breadcrumbs-section {
  max-width: 100%;
  padding: 0;
  margin: 15px 0 30px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: rgba(51, 51, 51, 0.5);
}
@media (max-width: 1024px) {
  .page-wrapper > .breadcrumbs-section {
    margin-top: 5px;
  }
}
.page-wrapper > .breadcrumbs-section .current_category_title h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}
.page-wrapper > .breadcrumbs-section .current_category_title h3 {
  margin: 0;
}
.page-wrapper > .breadcrumbs-section .breadcrumb-w {
  text-align: right;
  line-height: 50px;
}
@media (max-width: 414px) {
  .page-wrapper > .breadcrumbs-section .breadcrumb-w {
    line-height: 30px;
  }
}
.page-wrapper > .breadcrumbs-section .breadcrumb-w span {
  display: inline-block;
}
.page-wrapper > .breadcrumbs-section .breadcrumb-w .breadcrumbs {
  float: right;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-wrapper > .breadcrumbs-section .breadcrumb-w .breadcrumbs {
    display: inline-block;
  }
}
.page-wrapper > .breadcrumbs-section .breadcrumb-w .breadcrumbs .items {
  color: rgba(51, 51, 51, 0.5);
}
.page-wrapper > .breadcrumbs-section .breadcrumb-w .breadcrumbs .items li:after {
  line-height: 52px;
}
@media (max-width: 414px) {
  .page-wrapper > .breadcrumbs-section .breadcrumb-w .breadcrumbs .items li:after {
    line-height: 32px;
  }
}
.page-wrapper > .breadcrumbs-section .breadcrumb-w .breadcrumbs .items li a {
  color: rgba(51, 51, 51, 0.5);
}
.page-title-wrapper h1#page-title-heading {
  font-weight: 700;
  color: #25bce9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-title-wrapper h1#page-title-heading {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.after_banner.home-category,
.trust {
  padding: 60px 0px;
}
@media (max-width: 1024px) {
  .after_banner.home-category,
  .trust {
    padding: 30px 0px;
  }
}
.after_banner.home-category .block {
  position: relative;
  margin: 0;
  line-height: 0;
}
.after_banner.home-category .block.block-left:hover .image:before {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .after_banner.home-category .block.block-right {
    margin: 15px 0 0 0;
  }
}
.after_banner.home-category .block.block-right .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .after_banner.home-category .block.block-right .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
  }
}
.after_banner.home-category .block.block-right .row .box:hover .image:before {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.after_banner.home-category .block.block-right .row .box:nth-child(4),
.after_banner.home-category .block.block-right .row .box:nth-child(5) {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .after_banner.home-category .block.block-right .row .box:nth-child(1),
  .after_banner.home-category .block.block-right .row .box:nth-child(5) {
    padding-right: 0;
  }
  .after_banner.home-category .block.block-right .row .box:nth-child(2),
  .after_banner.home-category .block.block-right .row .box:nth-child(3) {
    padding-left: 0;
    margin-left: -1px;
  }
  .after_banner.home-category .block.block-right .row .box:nth-child(3) {
    order: 5;
  }
  .after_banner.home-category .block.block-right .row .box:nth-child(4) {
    margin: 15px 0;
  }
  .after_banner.home-category .block.block-right .row .box:nth-child(5) {
    margin: 0;
  }
}
.after_banner.home-category .block .image {
  position: relative;
  float: left;
}
.after_banner.home-category .block .image:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  top: 0;
  left: 0;
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: hidden;
}
@media (max-width: 767px) {
  .after_banner.home-category .block {
    padding: 0;
  }
  .after_banner.home-category .block .image {
    float: none;
  }
  .after_banner.home-category .block .image img {
    width: 100%;
  }
}
.trust {
  background: #eeeeee;
}
.trust .block-trust {
  text-align: center;
}
@media (max-width: 991px) {
  .trust .block-trust {
    margin-bottom: 25px;
  }
}
.trust .block-trust .trust-icon {
  background: #25bce9;
  display: inline-block;
  width: 125px;
  height: 125px;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  vertical-align: 50%;
  border: 8px solid transparent;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
.trust .block-trust .trust-icon:hover {
  border-color: rgba(127, 215, 241, 0.8);
  transform: rotate(360deg);
}
.trust .block-trust .trust-icon .fa {
  line-height: 115px;
  font-size: 0;
}
.trust .block-trust .trust-icon .fa:before {
  color: #ffffff;
  font-size: 48px;
}
.trust .block-trust .trust-text {
  margin-top: 24px;
}
.trust .block-trust .trust-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.trust .block-trust .trust-text .title-line {
  width: 70px;
  height: 1px;
  display: inline-block;
  background: rgba(51, 51, 51, 0.3);
}
.trust .block-trust .trust-text p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 20px;
  margin-top: 7px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .trust .block-trust .trust-text p {
    min-height: 70px;
  }
}
@media (max-width: 991px) {
  .trust .block-trust .trust-text a.btn-readmore {
    margin-top: 0;
  }
}
.bestseller_product,
.block-new-products,
.cms-index-index #mpblog-list-container,
.cms-index-index .make-print,
.cms-index-index .capabititie,
.cms-index-index .our_services,
.cms-index-index .our-recent-work {
  padding: 60px 0 1px 0;
}
@media (max-width: 991px) {
  .bestseller_product,
  .block-new-products,
  .cms-index-index #mpblog-list-container,
  .cms-index-index .make-print,
  .cms-index-index .capabititie,
  .cms-index-index .our_services,
  .cms-index-index .our-recent-work {
    padding-top: 30px;
  }
}
.bestseller_product .block-title-main,
.block-new-products .block-title-main,
.cms-index-index #mpblog-list-container .block-title-main,
.cms-index-index .make-print .block-title-main,
.cms-index-index .capabititie .block-title-main,
.cms-index-index .our_services .block-title-main,
.cms-index-index .our-recent-work .block-title-main,
.related .block-title-main,
.upsell .block-title-main,
.crosssell .block-title-main {
  margin: 0 0 20px 0;
}
.bestseller_product .block-title-main h2,
.block-new-products .block-title-main h2,
.cms-index-index #mpblog-list-container .block-title-main h2,
.cms-index-index .make-print .block-title-main h2,
.cms-index-index .capabititie .block-title-main h2,
.cms-index-index .our_services .block-title-main h2,
.cms-index-index .our-recent-work .block-title-main h2,
.related .block-title-main h2,
.upsell .block-title-main h2,
.crosssell .block-title-main h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.products-grid {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .products-grid .owl-wrapper-outer {
    display: inline-block;
    width: 95%;
  }
}
.products-grid .pro-item {
  padding: 0 15px;
}
.products-grid .pro-item .product-image-action {
  position: relative;
  overflow: hidden;
}
.products-grid .pro-item .product-image-action.product-item-info {
  background: none;
  box-shadow: unset;
  border: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .products-grid .pro-item .product-image-action.product-item-info {
    text-align: center;
  }
}
@media (max-width: 414px) {
  .products-grid .pro-item .product-image-action.product-item-info .product-image-container {
    width: 100%;
  }
}
.products-grid .pro-item .product-image-action:hover .product-image:before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.products-grid .pro-item .product-image-action:hover .product-image .product-image-photo {
  opacity: 0.3;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.products-grid .pro-item .product-image-action:hover .action {
  transform: scale(1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.products-grid .pro-item .product-image-action .product-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  z-index: 1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.products-grid .pro-item .product-image-action .product-image .product-image-wrapper {
  height: auto;
}
.products-grid .pro-item .product-image-action .product-image-photo {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.products-grid .pro-item .product-image-action .action {
  position: absolute;
  top: 50% !important;
  margin-top: -20px;
  margin-left: -80px;
  left: 50%;
  z-index: 100;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
@media (max-width: 414px) {
  .products-grid .pro-item .product-image-action .action {
    margin-left: -74px;
  }
}
.products-grid .pro-item .product-image-action .action button.tocart,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
#product-comparison .product.info .product-image-action .product-item-actions button.tocart,
#product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist {
  border-radius: 0;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0 !important;
  transition: none;
}
.products-grid .pro-item .product-image-action .action button.tocart:hover:before {
  content: "Add to Cart";
  width: 55px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: none;
}
.products-grid .pro-item .product-image-action .action button.tocart,
.products-grid .pro-item .product-image-action .action .add-to-wishlist,
.products-grid .pro-item .product-image-action .action .add-to-compare,
.products-grid .pro-item .product-image-action .action .bss-quickview,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
.catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
.catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
#product-comparison .product.info .product-image-action .product-item-actions button.tocart,
#product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist {
  background: #ffffff;
  color: #25bce9;
  height: 38px;
  width: 38px;
  float: left;
  border: 1px solid #dddddd;
  border-left: 0;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
}
@media (max-width: 414px) {
  .products-grid .pro-item .product-image-action .action button.tocart,
  .products-grid .pro-item .product-image-action .action .add-to-wishlist,
  .products-grid .pro-item .product-image-action .action .add-to-compare,
  .products-grid .pro-item .product-image-action .action .bss-quickview,
  .catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
  .catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
  .checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
  .catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary button.tocart,
  .catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
  .catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
  .checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
  .catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-wishlist,
  .catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
  .catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
  .checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
  .catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .add-to-compare,
  .catalog-category-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
  .catalog-product-view .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
  .checkout-cart-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
  .catalogsearch-result-index .products-list .product-items .pro-item .product-info .actions-primary .bss-quickview,
  #product-comparison .product.info .product-image-action .product-item-actions button.tocart,
  #product-comparison .product.info .product-image-action .product-item-actions .add-to-wishlist {
    width: 37px;
  }
}
.products-grid .pro-item .product-image-action .action button.tocart:hover,
.products-grid .pro-item .product-image-action .action .add-to-wishlist:hover,
.products-grid .pro-item .product-image-action .action .add-to-compare:hover,
.products-grid .pro-item .product-image-action .action .bss-quickview:hover {
  background: #25bce9;
  color: #ffffff;
  border: none;
}
.products-grid .pro-item .product-image-action .action button.tocart:hover:after,
.products-grid .pro-item .product-image-action .action .add-to-wishlist:hover:after,
.products-grid .pro-item .product-image-action .action .add-to-compare:hover:after,
.products-grid .pro-item .product-image-action .action .bss-quickview:hover:after {
  position: absolute;
  top: -6px;
  border-top: 5px solid #25bce9;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
}
.products-grid .pro-item .product-image-action .action button.tocart:before,
.products-grid .pro-item .product-image-action .action .add-to-wishlist:before,
.products-grid .pro-item .product-image-action .action .add-to-compare:before,
.products-grid .pro-item .product-image-action .action .bss-quickview:before {
  position: absolute;
  top: -30px;
  color: #ffffff;
  background: #25bce9;
  padding: 0 5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  font-size: 12px;
  line-height: 2;
}
.products-grid .pro-item .product-image-action .action .bss-quickview {
  padding: 0;
}
.products-grid .pro-item .product-image-action .action .bss-quickview:hover:before {
  content: "Quickview";
}
.products-grid .pro-item .product-image-action .action .add-to-wishlist:hover:before {
  content: "Wishlist";
}
.products-grid .pro-item .product-image-action .action .add-to-compare:hover:before {
  content: "Compare";
}
.products-grid .pro-item .product-info {
  margin: 20px 0;
  text-align: center;
}
.products-grid .pro-item .product-info a.product-name,
.account .wishlist .product-item .product-item-info .product-item-name .product-item-link {
  color: #333333;
  float: left;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: normal;
}
.products-grid .pro-item .product-info a.product-name:hover {
  color: #25bce9;
}
.products-grid .pro-item .product-info .price-box,
.account .wishlist .product-item .product-item-info .price-box {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  margin: 12px 0 0 0;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
@media (max-width: 414px) {
  .products-grid .pro-item .product-info .price-box,
  .account .wishlist .product-item .product-item-info .price-box {
    width: 100%;
  }
}
.products-grid .pro-item .product-info .price-box .price-label {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: -12px;
  color: #ff0000;
}
.products-grid .pro-item .product-info .price-box .price,
.account .wishlist .product-item .product-item-info .price-box .price {
  color: #25bce9;
  font-weight: 600;
  font-size: 18px;
}
.products-grid .pro-item .product-info .product-reviews-summary,
.account .wishlist .product-item .product-item-info .product-reviews-summary {
  display: inline-block;
  line-height: 1;
  margin: 12px 0 0 5px;
  text-align: center;
  float: right;
}
@media (max-width: 414px) {
  .products-grid .pro-item .product-info .product-reviews-summary,
  .account .wishlist .product-item .product-item-info .product-reviews-summary {
    float: none;
  }
}
@media (max-width: 414px) {
  .products-grid .pro-item .product-info .product-reviews-summary .reviews-actions {
    display: block;
    margin-top: 3px;
  }
}
.products-grid .pro-item .product-info .product-reviews-summary .reviews-actions .view {
  margin: 0 0 0 5px;
}
.products-grid .pro-item .product-info .product-reviews-summary .reviews-actions .add {
  display: none;
}
.cms-index-index #mpblog-list-container {
  padding: 60px 0;
  background: url(../../frontend/Designnbuy/Printshop/en_US/images/bg_blog.jpg) no-repeat;
  background-attachment: fixed;
  min-height: 730px;
}
.cms-index-index #mpblog-list-container h2 {
  color: #ffffff;
}
.cms-index-index #mpblog-list-container .post-list-item {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cms-index-index #mpblog-list-container .post-list-item {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 414px) {
  .cms-index-index #mpblog-list-container .post-list-item {
    width: 100%;
  }
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(odd) .post-info-wraper {
  background: #ffffff;
  color: #333333;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(odd) .post-info-wraper a {
  color: #333333;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(odd) .post-info-wraper .mp-post-info,
.cms-index-index #mpblog-list-container .post-list-item:nth-child(odd) .post-info-wraper .mp-info {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(odd) .post-info-wraper .mp-post-meta-info a.mp-read-more {
  color: #25bce9;
  width: 200px;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(odd) .post-info-wraper .mp-post-meta-info a.mp-read-more:hover {
  color: #ffffff;
  text-transform: uppercase;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-info-wraper {
  background: #25bce9;
  color: #ffffff;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-info-wraper a,
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-info-wraper p {
  color: #ffffff;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-info-wraper .mp-post-info,
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-info-wraper .mp-info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-info-wraper .mp-post-meta-info a.mp-read-more {
  color: #ffffff;
  border-color: #ffffff;
  width: 200px;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-info-wraper .mp-post-meta-info a.mp-read-more:hover {
  color: #25bce9;
  background: #ffffff;
  text-transform: uppercase;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-item-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
.cms-index-index #mpblog-list-container .post-list-item:nth-child(even) .post-item-wraper .post-image {
  order: 2;
  flex: 100%;
}
.cms-index-index #mpblog-list-container .post-list-item .post-item-wraper {
  padding: 0 !important;
  border: none;
}
.cms-index-index #mpblog-list-container .post-list-item .post-item-wraper:hover {
  border: none;
  box-shadow: none;
}
.cms-index-index #mpblog-list-container .post-list-item .post-item-wraper .post-image .img-responsive {
  height: auto !important;
  width: auto;
}
@media (max-width: 1024px) {
  .cms-index-index #mpblog-list-container .post-list-item .post-item-wraper .post-image .img-responsive {
    height: 100% !important;
    width: 100%;
  }
}
.cms-index-index #mpblog-list-container .post-list-item .post-item-wraper .post-info-wraper {
  padding: 10px 10px;
  text-align: center;
}
.cms-index-index #mpblog-list-container .post-list-item .post-item-wraper .post-info-wraper .mp-post-title {
  margin: 5px 0 10px;
  text-align: center;
  font-weight: 600;
}
.make-print {
  padding-bottom: 60px !important;
  clear: both;
}
.make-print .block-title-main .title-border em {
  font-size: 0;
}
.make-print .block-title-main .title-border em:before {
  font-size: 19px;
}
.make-print .print-content {
  float: left;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .make-print .print-content .print-block.left,
  .make-print .print-content .print-block.center {
    margin-bottom: 80px;
  }
}
.make-print .print-content .print-block.center .print-number {
  color: #ffa63e;
}
.make-print .print-content .print-box {
  text-align: center;
  border: 1px solid #dddddd;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  min-height: 230px;
  background: #ffffff;
}
.make-print .print-content .print-box .print-icon {
  display: inline-block;
  background: #25bce9;
  width: 110px;
  height: 110px;
  position: relative;
  cursor: pointer;
  border: 7px solid transparent;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -53px;
}
.make-print .print-content .print-box .print-icon:hover {
  border-color: rgba(127, 215, 241, 0.8);
  transform: rotate(360deg);
}
.make-print .print-content .print-box .print-icon em {
  color: #ffffff;
  position: absolute;
}
.make-print .print-content .print-box .print-icon em.fa-hand-o-up {
  font-size: 41px;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin-left: -10px;
  margin-top: 3px;
}
.make-print .print-content .print-box .print-icon em.fa-newspaper-o {
  margin-left: -30px;
  margin-top: -32px;
  font-size: 53px;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.make-print .print-content .print-box .print-icon em.fa-newspaper-o,
.make-print .print-content .print-box .print-icon em.fa-file-text-o {
  font-size: 53px;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.make-print .print-content .print-box .print-icon em.fa-file-text-o {
  margin-left: -27px;
  margin-top: -34px;
}
.make-print .print-content .print-box .print-icon em.fa-arrow-circle-o-up {
  font-size: 35px;
  left: 50%;
  top: 50%;
  z-index: 3;
}
.make-print .print-content .print-box .print-icon em.fa-shopping-cart {
  font-size: 63px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -32px;
}
.make-print .print-content .print-box .print-title {
  margin-top: 16px;
  font-family: Roboto;
}
.make-print .print-content .print-box .print-title a {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.5);
}
.make-print .print-content .print-box .print-title a:hover {
  color: #25bce9;
}
.make-print .print-content .print-box .print-number {
  margin-top: 15px;
  display: inline-block;
  line-height: 34px;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  color: #25bce9;
}
.make-print .print-content .print-box .print-txt {
  padding: 0 20px;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .make-print .print-content .print-box .print-txt {
    min-height: 80px;
  }
}
.make-print .bg_make_print {
  padding-top: 30px;
}
.capabititie {
  background-image: url(../../frontend/Designnbuy/Printshop/en_US/images/bg_capabiliti.jpg);
  background-repeat: no-repeat;
  min-height: 580px;
  background-position: 50% 0;
}
@media (max-width: 767px) {
  .capabititie {
    background-size: cover;
  }
}
.capabititie h2 {
  color: #ffffff;
}
.capabititie .block-title-main .title-border em {
  font-size: 0;
}
.capabititie .block-title-main .title-border em:before {
  font-size: 19px;
}
.capabititie .block-capabititie {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  .capabititie .block-capabititie {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .capabititie .block-capabititie .box {
    margin: 0 0 30px;
  }
}
.capabititie .block-capabititie .block-mydoughnut {
  display: inline-block;
  position: relative;
}
.capabititie .block-capabititie .block-mydoughnut img {
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
.capabititie .block-capabititie .block-mydoughnut img:hover {
  transform: rotate(360deg);
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
.capabititie .block-capabititie h3.title {
  font-weight: 700;
  text-transform: uppercase;
}
.capabititie .block-capabititie .decs p {
  color: #ffffff;
}
.our_services .block-title-main .title-border em {
  font-size: 0;
}
.our_services .block-title-main .title-border em:before {
  font-size: 19px;
}
.our_services .sub-title {
  font-size: 16px;
  margin: 20px 0;
  display: block;
  text-align: center;
}
.our_services .service_block .block {
  text-align: center;
}
@media (max-width: 768px) {
  .our_services .service_block .block {
    margin: 0 0 20px;
  }
}
@media (max-width: 414px) {
  .our_services .service_block .block {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .our_services .service_block .block .image {
    display: inline-block;
  }
}
.our_services .service_block .block .image:hover a:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.our_services .service_block .block .image a {
  position: relative;
  float: left;
}
.our_services .service_block .block .image a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  transform: scale(0.3);
  background: rgba(51, 51, 51, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.our_services .service_block .block .title {
  margin: 25px 0 10px;
  display: inline-block;
  width: 100%;
}
.our_services .service_block .block .title a {
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
}
.our_services .service_block .block .title a:hover {
  color: #25bce9;
}
.our_services .service_block .block .order-now:hover {
  text-transform: uppercase;
}
.our-recent-work .block-title-main .title-border em {
  font-size: 0;
}
.our-recent-work .block-title-main .title-border em:before {
  font-size: 19px;
}
.our-recent-work #myTabs ul {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.our-recent-work #myTabs ul li {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .our-recent-work #myTabs ul li {
    margin: 0 5px 5px 0;
  }
}
@media (max-width: 414px) {
  .our-recent-work #myTabs ul li {
    width: 48%;
    float: left;
  }
}
.our-recent-work #myTabs ul li a {
  padding: 0 14px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
}
.our-recent-work #myTabs ul li.ui-tabs-active,
.our-recent-work #myTabs ul li:hover {
  background: #25bce9;
  border-color: #25bce9;
}
.our-recent-work #myTabs ul li.ui-tabs-active a,
.our-recent-work #myTabs ul li:hover a {
  color: #ffffff;
}
.our-recent-work #myTabs .tab-content {
  border: none;
}
.our-recent-work #myTabs .tab-content .tab-pane {
  display: none;
}
.our-recent-work #myTabs .tab-content .tab-pane.active {
  display: block;
}
.our-recent-work #myTabs .tab-content .box {
  margin-bottom: 20px;
}
@media (max-width: 414px) {
  .our-recent-work #myTabs .tab-content .box {
    width: 100%;
  }
}
.our-recent-work #myTabs .tab-content .block-recent {
  position: relative;
}
.our-recent-work #myTabs .tab-content .block-recent:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
  border-bottom: 34px solid transparent;
  border-left: 34px solid #ffffff;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 2;
}
.our-recent-work #myTabs .tab-content .block-recent:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
  border-top: 34px solid transparent;
  border-right: 34px solid #65d5f7;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 3;
}
.our-recent-work #myTabs .tab-content .block-recent .info-recent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #25bce9;
  display: block;
  text-align: center;
  padding: 0 30px;
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: hidden;
}
.our-recent-work #myTabs .tab-content .block-recent .info-recent .title {
  margin-top: 65px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.our-recent-work #myTabs .tab-content .block-recent .info-recent .text-recent {
  margin-top: 20px;
  display: inline-block;
}
.our-recent-work #myTabs .tab-content .block-recent .info-recent .text-recent p {
  color: #ffffff;
}
.our-recent-work #myTabs .tab-content .block-recent .info-recent .read-more {
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 7px 17px;
  margin-top: 20px;
  display: inline-block;
}
.our-recent-work #myTabs .tab-content .block-recent .info-recent .read-more:hover {
  background: #ffffff;
  color: #25bce9;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.our-recent-work #myTabs .tab-content .block-recent:hover .info-recent {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: visible;
}
.our-recent-work #myTabs .tab-content .block-recent:hover:before,
.our-recent-work #myTabs .tab-content .block-recent:hover:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.testimonials {
  padding: 60px 0px 150px !important;
  float: left;
  width: 100% !important;
  background: url(../../frontend/Designnbuy/Printshop/en_US/images/bg_testimonal.jpg) !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 45px;
  min-height: 485px !important;
  border: none !important;
}
.testimonials li {
  width: 100% !important;
  text-align: center !important;
}
.testimonials li .testimonialPhoto img {
  max-width: 180px !important;
  border: 1px solid #ffffff !important;
  padding: 8px 8px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.testimonials li .testimonialPhoto img:hover {
  border-color: #25bce9 !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transform: rotate(360deg);
}
.testimonials li.noImg .testimonialPhoto a {
  border: 1px solid #dddddd !important;
  background: none !important;
  color: #333333 !important;
  max-width: 180px !important;
  min-height: 180px !important;
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
}
.testimonials li.noImg .testimonialPhoto a:after {
  background: #eeeeee;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  z-index: -1;
  max-height: 160px;
  max-width: 160px;
  margin: auto;
}
.testimonials li.noImg .testimonialPhoto a:hover {
  border-color: #25bce9 !important;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  transform: rotate(360deg);
}
.testimonials li .testimonialHead {
  display: block !important;
  max-width: unset !important;
  color: #ffffff !important;
}
.testimonials li .testimonialHead h4 {
  font-size: 18px !important;
}
.testimonials li .testimonialHead h4 a {
  color: #25bce9 !important;
}
.testimonials li .testimonialText {
  font-style: normal !important;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 16px !important;
  margin-top: 20px;
}
.testimonials li .testimonialText .read-more {
  display: block;
  color: #ffffff;
  border: 1px solid #ffffff;
  max-width: 120px;
  margin: 20px auto 0;
}
.testimonials li .testimonialText .read-more:hover {
  border-color: #25bce9;
}
.brand-widget {
  position: relative;
  bottom: 130px;
  opacity: 0.7;
  margin-bottom: -102px !important;
}
.brand-widget .owl-item li .brand-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px !important;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.brand-widget .owl-item li .brand-item:before {
  border-bottom: 1px solid rgba(37, 188, 233, 0.8);
  border-top: 1px solid rgba(37, 188, 233, 0.8);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: scale(0, 1);
  z-index: 9;
}
.brand-widget .owl-item li .brand-item:after {
  border-left: 1px solid rgba(37, 188, 233, 0.8);
  border-right: 1px solid rgba(37, 188, 233, 0.8);
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: scale(1, 0);
  z-index: 9;
}
.brand-widget .owl-item li:hover .brand-item {
  border: 1px solid transparent;
}
.brand-widget .owl-item li:hover .brand-item:before,
.brand-widget .owl-item li:hover .brand-item:after {
  transform: scale(1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#back_top {
  background-color: #25bce9;
  bottom: 10px;
  cursor: pointer;
  display: none;
  height: 44px;
  position: fixed;
  right: 10px;
  width: 54px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  z-index: 9;
}
#back_top:before {
  content: '\e621';
  font-family: 'luma-icons';
  position: absolute;
  color: #fff;
  font-size: 26px;
  top: 50%;
  margin: auto;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.page-404 .error-page {
  text-align: center;
  margin: 20px 0 0;
}
@media (max-width: 991px) {
  .page-404 .error-page {
    margin: 0;
  }
}
.page-404 .error-page h1 {
  font-size: 200px;
  font-weight: 700;
  color: #dddddd;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-404 .error-page h1 {
    font-size: 100px;
  }
}
.page-404 .error-page .disc li {
  display: inline-block;
  margin-top: 20px;
}
.page-404 .error-page .disc li a.go-back {
  padding: 7px 15px;
  border: 1px solid #25bce9;
}
.page-404 .error-page .disc li a.go-back:hover {
  background: #25bce9;
  color: #ffffff;
}
.product-primary-info-container {
  width: 100%;
}
.product-primary-info-container + .product-add-form {
  clear: both;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Designnbuy/Printshop/en_US/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/Designnbuy/Printshop/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Designnbuy/Printshop/en_US/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Designnbuy/Printshop/en_US/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Designnbuy/Printshop/en_US/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Designnbuy/Printshop/en_US/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1.price-box {
    margin: 0px;
    line-height: 0px;
}
h1.price-box .regular-price{
	line-height: 0px;
    font-size: 18px;
}
h1.price-box .regular-price .price {
    color: #25bce9;
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 1;
}
.product-options-wrapper .fieldset > .field.required > .label:after{
	display: none;
}
.product-options-wrapper .fieldset > .field.required > .label span:after{
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.wishlist-index-index .product-item-info{
	width: 100%;
}
.products-grid.wishlist .product-item-comment{
	height: 60px;
}
.catalog-product-view .product-info-main{
	box-shadow: 0px 0px 9px 3px #dddddd;
}
.miniquote-wrapper .mage-dropdown-dialog{
	position: absolute;
    right: 0px;
}
.block-title-w {
    text-align: center;
    margin: 0 0 30px 0;
    color: #666666;
    text-align: center;
}
.block-recent {
    margin-bottom: 20px;
}
.w-block-recent {
    position: relative;
    float: left;
    cursor: pointer;
}
.w-block-recent:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-bottom: 34px solid transparent;
    border-right: 34px solid #fafafa;
    opacity: 0;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    visibility: hidden;
    z-index: 2;
}
.w-block-recent:hover:before {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}
.info-recent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #25bce9;
    display: block;
    text-align: center;
    padding: 0 30px;
    transform: scale(0.3);
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    visibility: hidden;
}
.w-block-recent:hover .info-recent {
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    visibility: visible;
}
.w-block-recent:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    border-top: 34px solid transparent;
    border-left: 34px solid #65d5f7;
    opacity: 0;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    visibility: hidden;
    z-index: 3;
}
.w-block-recent:hover:after {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}

.info-recent .title {
    margin-top: 65px;
    font-size: 114.28%;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.text-recent {
    margin-top: 20px;
    display: inline-block;
}
.text-recent p {
    color: #fff;
}
.info-recent .read-more {
    text-transform: uppercase;
    color: #fff;
    font-size: 85.71%;
    border: 2px solid #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 7px 17px;
    margin-top: 15px;
    display: inline-block;
}
.our-service{
	text-align: center;
    text-transform: uppercase;
    margin: 0 0 0px 0;
    font-weight: 700;
    color: #333;
    font-style: italic;
}
.or-block {
    text-align: center;
    margin-bottom: 30px;
}
.or-image a {
    position: relative;
    float: left;
    font-size: 0;
}
.or-image a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    transform: scale(0.3);
    background: rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.or-image:hover a:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.or-title {
    margin-top: 25px;
    display: inline-block;
    color: #444444;
}
.or-text {
    margin-top: 3px;
}
.or-text p {
    color: #888;
}
a.order-now {
    margin-top: 15px;
}
.btn-readmore {
    border: 1px solid #25bce9;
    border-radius: 3px;
    color: #25bce9;
    display: inline-block;
    font-weight: 400;
    padding: 9px 15px;
    text-transform: uppercase !important;
    font-size: 12px;
}
.btn-readmore:hover {
    background: #25bce9;
    color: #fff;
}
.block-title-w ul {
    display: inline-block;
    margin-top: 30px;
}
.block-title-w ul li {
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
    padding: 0 10px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
    color: #25bce9;

}
.block-title-w ul li a {
    padding: 0 14px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
    color: #25bce9;
}
.block-title-w ul li:hover, .block-title-w ul li.active {
    background: #25bce9;
    color: #fff;
    border-color: #25bce9;
}
.block-title-w ul li:hover a, .block-title-w ul li.active a{
	color: #fff;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions button.tocart{
    margin-right: 5px;
    margin-left: 5px;
}

.product-options.product-options-bottom{
    background: #f4f7f7;
    margin: 0;
    padding: 15px 17px !important;
    margin-bottom: 0px;
}
.product-options-bottom .prodtheading {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 0px;
    text-transform: none;
}
.product-options-bottom .prodtheading span.greycolor {
    font-size: 16px;
    font-weight: 400;
}
.box-tocart .product-options-bottom .action.tocart{
    width: 48%;
    background: #25bce9;
    border: 0px;
}
.cms-contact-us-description{
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
    margin-top: 20px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset{
    margin-bottom: 0px;
}

@media (min-width: 992px){
	.navigation{
		min-height:100px;
	}
	.navigation .level0 .submenu .submenu{
	    max-height: 260px;
	    overflow-y: auto;
    	overflow-x: hidden;
	}
	.navigation .level0 .submenu .submenu.level2{
		position: relative;
	    box-shadow: none;
	    border: 0px;
	    left: 0px !important;
	    
	}
	.navigation .level0 .submenu li.level2.parent > a > .ui-menu-icon {
	    right: 10px;
	    transform: rotate(90deg);
	}
	.navigation.tm-navigation li.level-top li.level3 a {
	    padding-left: 30px;
	}

	.page-header .header.sticky{
    	padding: 20px 20px 20px;
	}
	.page-header .header.sticky .navigation .level0 > .level-top{
		line-height: 62px;
	}
	.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field .label {
	    max-width: 125px;
	    padding-right: 10px;
	}
	.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field .label#options_81698_file-label{
		display: inline-block;
	}
    .cms-contact-us-description{
        width: 50%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        float: left;
        width: 50%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .contact-index-index .column:not(.sidebar-additional) .form.contact .fieldset{
        margin-bottom: 0px;
    }

}
@media (max-width: 992px){
	.nav-before-open .nav-toggle {
	    top: 5px;
	    right: -15px;
	    left: unset;
	    background: transparent;
	}
	.nav-before-open.nav-open .nav-toggle:after{
		color: #fff;
	    background: #000 !important;
	    padding: 0 5px;
	}
	.nav-before-open.nav-open .navigation{
		top:0px !important;
	    width: 50%;
    	min-width: 320px;
	}
	.block-minicart .product.options, .block-minicart .product-item-pricing{
		margin-left: -88px;
	}
	.block-minicart dl.product.options.list{
	    width: 100%;
	}
	.customer-account-login h1.page-title{
		padding: 0 15px;
	}
	.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field .label {
	    padding-right: 5px;
	}

	
}
@media (max-width: 767px){
	.catalog-category-view.page-layout-2columns-left .column.main {
	    width: 100%;
	}
	.sidebar.sidebar-main, .sidebar.sidebar-additional{
		width: 100% !important;
	}
	.account .column.main{
		padding: 0 15px !important;
	}
	.compare.wrapper{
	    position: absolute;
	    top: 49px;
	    right: 5px;
	    display: block;
	}
	.page-header .header.content .compare.wrapper .action.compare{
		color: #ffffff;
		display: block;
	}
	.header.content.sticky .compare.wrapper {
	    display: none;
	}
	.sidebar .content {
	    padding: 0 00px 0 20px;
	}
	.sidebar.sidebar-additional .block-wishlist .delete {
	    right: 10px;
	    top: unset;
	    bottom: 0px;
	}
	.sidebar .product-items .product-item-info{
		width: 100%;
	}
	.or-title span{
		font-size: 16px !important;
	}
	.or-block{
		margin-bottom: 15px;
	}



}
@media (max-width: 480px){
	.miniquote-wrapper .action.showquote:before, .miniquote-wrapper .action.showquote.active:before{
		line-height: 32px;
	}
	.miniquote-wrapper {
	    margin-top: 0px;
	    margin-left: 10px;
	}
	.page-header .header.content .minicart-wrapper .action.showcart .counter.qty{
	    position: absolute;
	    right: -7px;
	    top: -7px;
	}
	.page-header .header.content a.logo{
		margin: 0 0 0 5% !important;
		max-width: 45%;
	}
	.product-info-main .product-info-price{
	    padding: 0 20px;
	    margin: 0;
	    width: 100%!important;
	}
	.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset .field .control .product-custom-option {
	    width: 100%;
	}

}
.cms-home-page-v1 section.block.widget.block-new-products.background-pattern.grid{
    display: none;
}
.cms-home-page-v1 .testimonials.widget{
    display: none;
}
.cms-home-page-v1 section.block.widget.ves-widget.brand-widget {
    display: none;
}
.graphics-tab .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.graphics-tab .nav-tabs > li {
    text-transform: capitalize;
}
.graphics-tab .nav-tabs>li {
     display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: -1px;
}
.graphics-tab .nav-tabs>li.active{
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}