/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*Declare variable*/
.form.form-edit-account .fieldset > .field > .label,
.form-address-edit .fieldset > .field > .label {
  color: #000000;
}
.form.form-edit-account input[type=checkbox],
.form-address-edit input[type=checkbox],
.form.form-edit-account input[type=radio],
.form-address-edit input[type=radio] {
  display: inline-block;
}
.checkout-index-index .checkout-billing-address {
  margin-bottom: 15px;
}
.checkout-index-index .actions-toolbar-trigger .primary.button {
  height: 48px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
.account.page-layout-2columns-left .sidebar.sidebar-main {
  padding-right: 8px;
  box-sizing: border-box;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  line-height: initial;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:last-child {
  margin-bottom: 0;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #94519F;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional .bottom-banner {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional .bottom-banner a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.account.page-layout-2columns-left .sidebar.sidebar-additional .bottom-banner a img {
  width: 100%;
  height: auto;
}
footer.page-footer .footer-bottom .social-icon {
  float: right;
  text-align: right;
}
footer.page-footer .footer-bottom .social-icon .social_items {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
footer.page-footer .footer-bottom .social-icon .social_items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li:last-child {
  margin-right: 0;
}
footer.page-footer .footer-bottom .social-icon .social_items li a {
  display: inline-block;
  text-decoration: none;
  /*color: #fff;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li a:before {
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li a:hover:before {
  vertical-align: middle;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.facebook-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.facebook-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.twitter-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.twitter-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.pinterest-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.pinterest-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.linkedin-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.linkedin-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.youtube-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer-bottom .social-icon .social_items li a.youtube-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube_hover.svg") no-repeat;
}
footer.page-footer .footer-bottom .social-icon .social_items li a i,
footer.page-footer .footer-bottom .social-icon .social_items li a em {
  display: none;
  margin: 0;
  padding: 0 0 0 4px;
  line-height: 28px;
  font-size: 20px;
}
/*Blog page & Blog detail page*/
.aw_blog-index-index .column.main,
.aw_blog-post-view .column.main {
  width: 72.54%;
  padding-bottom: 0;
}
@media only screen and (max-width: 1250px) {
  .aw_blog-index-index .column.main,
  .aw_blog-post-view .column.main {
    width: 100%;
  }
}
.aw_blog-index-index .page-wrapper .breadcrumbs,
.aw_blog-post-view .page-wrapper .breadcrumbs {
  max-width: 1250px !important;
}
.aw_blog-index-index .page-wrapper .page-main,
.aw_blog-post-view .page-wrapper .page-main {
  max-width: 1250px;
}
.aw_blog-index-index .blog-posts .blog-posts-post,
.aw_blog-post-view .blog-posts .blog-posts-post {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-posts .blog-posts-post,
  .aw_blog-post-view .blog-posts .blog-posts-post {
    margin-bottom: 15px;
  }
}
.aw_blog-index-index .blog-posts .blog-posts-post:last-child,
.aw_blog-post-view .blog-posts .blog-posts-post:last-child {
  margin-bottom: 10px;
}
.aw_blog-index-index header.blog-post-header,
.aw_blog-post-view header.blog-post-header {
  background-color: #F9F9FA;
  padding: 20px 30px;
  border: 1px solid #E9E9E9;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header,
  .aw_blog-post-view header.blog-post-header {
    padding: 15px;
  }
}
.aw_blog-index-index header.blog-post-header .blog-post-title,
.aw_blog-post-view header.blog-post-header .blog-post-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 27px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #002E5E;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header .blog-post-title,
  .aw_blog-post-view header.blog-post-header .blog-post-title {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index header.blog-post-header .blog-post-title a,
.aw_blog-post-view header.blog-post-header .blog-post-title a {
  color: #002E5E;
  text-decoration: none;
}
.aw_blog-index-index header.blog-post-header .blog-post-title a:hover,
.aw_blog-post-view header.blog-post-header .blog-post-title a:hover {
  color: #00AEEF;
  text-decoration: none;
}
.aw_blog-index-index header.blog-post-header ul.blog-post-info,
.aw_blog-post-view header.blog-post-header ul.blog-post-info {
  margin-bottom: 0;
}
.aw_blog-index-index header.blog-post-header ul.blog-post-info li,
.aw_blog-post-view header.blog-post-header ul.blog-post-info li {
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666666;
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header ul.blog-post-info li,
  .aw_blog-post-view header.blog-post-header ul.blog-post-info li {
    font-size: 10px;
  }
}
.aw_blog-index-index header.blog-post-header ul.blog-post-info .author-link,
.aw_blog-post-view header.blog-post-header ul.blog-post-info .author-link {
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #00adef;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index header.blog-post-header ul.blog-post-info .author-link,
  .aw_blog-post-view header.blog-post-header ul.blog-post-info .author-link {
    font-size: 10px;
  }
}
.aw_blog-index-index .blog-post-content,
.aw_blog-post-view .blog-post-content {
  padding: 25px 30px;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content,
  .aw_blog-post-view .blog-post-content {
    padding: 15px;
  }
}
.aw_blog-index-index .blog-post-content h1,
.aw_blog-post-view .blog-post-content h1 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h1,
  .aw_blog-post-view .blog-post-content h1 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content h2,
.aw_blog-post-view .blog-post-content h2 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h2,
  .aw_blog-post-view .blog-post-content h2 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content h3,
.aw_blog-post-view .blog-post-content h3 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h3,
  .aw_blog-post-view .blog-post-content h3 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content h4,
.aw_blog-post-view .blog-post-content h4 {
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content h4,
  .aw_blog-post-view .blog-post-content h4 {
    font-size: 14px;
    line-height: 19px;
  }
}
.aw_blog-index-index .blog-post-content a:hover,
.aw_blog-post-view .blog-post-content a:hover {
  text-decoration: none;
}
.aw_blog-index-index .blog-post-content a.blog-post-read-more,
.aw_blog-post-view .blog-post-content a.blog-post-read-more {
  color: #EE3A33;
}
.aw_blog-index-index .blog-post-content p,
.aw_blog-post-view .blog-post-content p {
  color: #111111;
  font-size: 12px;
  margin-bottom: 22px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content p,
  .aw_blog-post-view .blog-post-content p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 15px;
  }
}
.aw_blog-index-index .blog-post-content p:last-child,
.aw_blog-post-view .blog-post-content p:last-child {
  margin-bottom: 12px;
}
.aw_blog-index-index .blog-post-content ul,
.aw_blog-post-view .blog-post-content ul,
.aw_blog-index-index .blog-post-content ol,
.aw_blog-post-view .blog-post-content ol {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: 20px;
}
.aw_blog-index-index .blog-post-content ul li,
.aw_blog-post-view .blog-post-content ul li,
.aw_blog-index-index .blog-post-content ol li,
.aw_blog-post-view .blog-post-content ol li {
  list-style: disc;
  color: #111111;
  font-size: 12px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content ul li,
  .aw_blog-post-view .blog-post-content ul li,
  .aw_blog-index-index .blog-post-content ol li,
  .aw_blog-post-view .blog-post-content ol li {
    font-size: 10px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content ul,
  .aw_blog-post-view .blog-post-content ul,
  .aw_blog-index-index .blog-post-content ol,
  .aw_blog-post-view .blog-post-content ol {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.aw_blog-index-index .blog-post-content ol li,
.aw_blog-post-view .blog-post-content ol li {
  list-style: decimal;
}
.aw_blog-index-index .blog-post-content .para:not(h2),
.aw_blog-post-view .blog-post-content .para:not(h2) {
  color: #111111;
  font-size: 12px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .para:not(h2),
  .aw_blog-post-view .blog-post-content .para:not(h2) {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .section.expandable .para,
.aw_blog-post-view .blog-post-content .section.expandable .para {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .section.expandable .para,
  .aw_blog-post-view .blog-post-content .section.expandable .para {
    margin-bottom: 15px;
  }
}
.aw_blog-index-index .blog-post-content .table-responsive td,
.aw_blog-post-view .blog-post-content .table-responsive td {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .table-responsive td,
  .aw_blog-post-view .blog-post-content .table-responsive td {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .blog-post-tags,
.aw_blog-post-view .blog-post-content .blog-post-tags {
  margin-bottom: 25px;
  line-height: 17px;
}
.aw_blog-index-index .blog-post-content .blog-post-tags span,
.aw_blog-post-view .blog-post-content .blog-post-tags span {
  color: #111111;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .blog-post-tags span,
  .aw_blog-post-view .blog-post-content .blog-post-tags span {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .blog-post-tags a,
.aw_blog-post-view .blog-post-content .blog-post-tags a {
  color: #002E5E;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .blog-post-tags a,
  .aw_blog-post-view .blog-post-content .blog-post-tags a {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .blog-post-tags a:hover,
.aw_blog-post-view .blog-post-content .blog-post-tags a:hover {
  color: #00AEEF;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .blog-post-tags,
  .aw_blog-post-view .blog-post-content .blog-post-tags {
    margin-bottom: 15px;
    line-height: 14px;
  }
}
.aw_blog-index-index .blog-post-content .author-list-by,
.aw_blog-post-view .blog-post-content .author-list-by {
  color: #111111;
  font-size: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aw_blog-index-index .blog-post-content .author-list-by .author-link,
.aw_blog-post-view .blog-post-content .author-list-by .author-link {
  color: #111111;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .author-list-by,
  .aw_blog-post-view .blog-post-content .author-list-by {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-index-index .sidebar-main,
.aw_blog-post-view .sidebar-main {
  padding-left: 0 !important;
  border: 1px solid #E9E9E9;
  margin-left: 30px;
}
@media only screen and (max-width: 1250px) {
  .aw_blog-index-index .sidebar-main,
  .aw_blog-post-view .sidebar-main {
    display: none;
  }
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block,
.aw_blog-post-view .sidebar-main .blog-sidebar-block {
  background-color: #F9F9FA;
  border-bottom: 2px solid #ebebeb;
  padding: 25px;
  margin-bottom: 0 !important;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-title,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-title {
  font-size: 14px;
  color: #111111;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li:last-child,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li:last-child {
  margin-bottom: 0;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li a,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li a {
  font-size: 12px;
  color: #888888;
  text-transform: capitalize;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .block-content li a:hover,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .block-content li a:hover {
  color: #EF3A33;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a {
  color: #888888;
  font-weight: normal;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  background-color: #ffffff;
  border-radius: 4px;
  border-color: #e9e9e9;
  padding: 0 15px;
  line-height: 27px;
  height: 29px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a:hover,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .blog-sidebar-block-content .blog-tags-cloud a:hover {
  color: #EF3A33;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block .blog-sidebar-block-title,
.aw_blog-post-view .sidebar-main .blog-sidebar-block .blog-sidebar-block-title {
  font-size: 14px;
  color: #111111;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.aw_blog-index-index .sidebar-main .blog-sidebar-block:last-child,
.aw_blog-post-view .sidebar-main .blog-sidebar-block:last-child {
  border-bottom: 0;
}
.aw_blog-index-index .page-title-wrapper h1.page-title {
  font-size: 18px;
  color: #111111;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.aw_blog-index-index .blog-post-content .para {
  color: #111111;
  font-size: 12px;
  margin-bottom: 22px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .aw_blog-index-index .blog-post-content .para {
    font-size: 10px;
    line-height: 14px;
  }
}
.aw_blog-post-view .blog-post-content .blog-post-tags {
  margin-bottom: 0;
}
.aw_blog-post-view .blog-posts-post {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .account.page-layout-2columns-left .sidebar.sidebar-main {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:nth-child(2n) {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .account.page-layout-2columns-left .sidebar.sidebar-main {
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 24px;
    max-height: 40px;
    width: auto;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
    margin-right: -4px;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
  }
  .account.page-layout-2columns-left .sidebar.sidebar-main .happy_blogs li:last-child {
    margin-bottom: 15px;
  }
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  display: inline;
}
button,
a.action.primary {
  border-radius: 0;
}
.page-title-wrapper {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-title-wrapper .page-title {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
.customer-account-logoutsuccess .page-main > .page-title-wrapper {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.customer-account-logoutsuccess .page-main > .page-title-wrapper .page-title {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
.customer-account-logoutsuccess .column.main {
  text-align: center;
}
.magento-rma-returns-returns .page-main .page-title-wrapper,
.magento-rma-returns-view .page-main .page-title-wrapper,
.magento-rma-guest-returns .page-main .page-title-wrapper,
.account .page-main .page-title-wrapper,
[class^="sales-guest-"] .page-main .page-title-wrapper,
.sales-guest-view .page-main .page-title-wrapper,
.magento-rma-guest-returns .page-main .page-title-wrapper {
  margin: 30px 0 15px;
}
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* Header */
header.page-header {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
header.page-header:before {
  content: "";
  background: url("../images/header-top-border.png");
  background-repeat: repeat-x;
  background-position: top left;
  height: 3px;
  display: block;
  width: 100%;
}
header.page-header .panel.wrapper {
  border: 0;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #F9F9FA;
  margin: 0;
  padding: 0;
}
header.page-header .panel.wrapper .panel.header {
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  width: 100%;
  max-width: 1250px;
  border: 0;
  background: #F9F9FA;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header.page-header .panel.wrapper .panel.header .phone_shipping,
header.page-header .panel.wrapper .panel.header .header-top-links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.page-header .panel.wrapper .panel.header .phone_shipping.header-top-links,
header.page-header .panel.wrapper .panel.header .header-top-links.header-top-links {
  float: right;
}
header.page-header .panel.wrapper .panel.header .phone_shipping.header-top-links a,
header.page-header .panel.wrapper .panel.header .header-top-links.header-top-links a {
  text-transform: uppercase;
  line-height: initial;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li,
header.page-header .panel.wrapper .panel.header .header-top-links li {
  float: left;
  border-right: 1px solid #eee;
  margin: 0;
  padding: 16px 40px 16px;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-align: center;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li:first-child,
header.page-header .panel.wrapper .panel.header .header-top-links li:first-child {
  border-left: 1px solid #eee;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li img,
header.page-header .panel.wrapper .panel.header .header-top-links li img {
  vertical-align: initial;
  display: inline-block;
  margin-bottom: -1px;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li p,
header.page-header .panel.wrapper .panel.header .header-top-links li p {
  margin: 0 0 0 4px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  display: inline-block;
  vertical-align: initial;
}
header.page-header .panel.wrapper .panel.header .phone_shipping li a,
header.page-header .panel.wrapper .panel.header .header-top-links li a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  display: inline-block;
  text-decoration: none;
}
header.page-header .header.content {
  padding: 28px 15px 18px !important;
  display: block;
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
header.page-header .header.content .logo {
  margin: 0 25px 0 0;
}
header.page-header .header.content .minicart-wrapper {
  height: initial;
  line-height: 19px;
  padding: 0;
  display: inline-block;
  margin-left: 17px;
}
header.page-header .header.content .minicart-wrapper .action.showcart {
  line-height: 0;
  height: 45px;
  padding: 13px 25px;
  background: #EF3A33;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
header.page-header .header.content .minicart-wrapper .action.showcart:before {
  content: "";
  background: url("../images/cart-icon.svg") no-repeat;
  width: 17.98px;
  height: 17.98px;
  margin-right: 9px;
}
header.page-header .header.content .minicart-wrapper .action.showcart span {
  line-height: 19px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
}
header.page-header .header.content .minicart-wrapper .action.showcart span.counter.qty {
  line-height: 19px;
  display: none;
}
header.page-header .header.content .minicart-wrapper .action.showcart span.text {
  position: initial;
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 19px;
  vertical-align: middle;
}
header.page-header .header.content .minicart-wrapper .block-minicart {
  right: 0;
  width: 330px;
  border-top: 6px solid #EF3A33;
  border-radius: 0;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart:before {
  border-color: transparent transparent #EF3A33 transparent;
  right: 50px;
}
header.page-header .header.content .minicart-wrapper .block-minicart:after {
  right: 50px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content #btn-minicart-close {
  display: none !important;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  padding: 0;
  margin: 0;
  height: auto !important;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items {
  padding: 0 24px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  border: 0;
  box-shadow: none;
  padding: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
  border: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  height: auto !important;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  padding-top: 12px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  margin-bottom: 0;
  padding-right: 20px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #111;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty {
  float: left;
  margin-top: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty label {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty input {
  border: 0;
  border-radius: 0;
  margin: 0;
  height: auto;
  padding: 0;
  text-align: left;
  vertical-align: top;
  line-height: 19px;
  font-size: 14px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .update-cart-item {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .cart-item-qty {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  width: auto;
  margin: 11px 0;
  height: auto;
  display: block;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .cart-item-qty:after {
  content: 'x';
  margin-top: -5px;
  margin-left: 4px;
  margin-right: 4px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing {
  float: left;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax {
  margin: 9px 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax .minicart-price {
  vertical-align: middle;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax .minicart-price .price {
  padding: 0;
  text-align: left;
  vertical-align: top;
  line-height: 19px;
  font-size: 14px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions {
  margin: -7px 0 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary .action.delete:before {
  content: "";
  background: url("../images/minicart_delete.png") no-repeat;
  width: 13px;
  height: 17px;
  background-size: 13px;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .items-total {
  display: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  width: 100%;
  margin: 0 0 17px;
  padding: 10px 20px;
  background: #F9F9FB;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .label {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: .2em 0 .3em;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .amount {
  float: right;
  padding: .2em 0 .3em;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .amount span {
  font-size: 16px;
  line-height: 22px;
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart {
  width: 135px;
  margin-left: 20px;
  float: left;
  text-align: center;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart .secondary {
  margin: 0;
  padding: 0;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart .secondary .action.viewcart {
  width: 135px;
  background: #000;
  margin: 0;
  padding: 12px 0 6px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  text-decoration: none;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart {
  float: right;
  width: 135px;
  margin-right: 20px;
  text-align: center;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart .primary {
  margin: 0;
  padding: 0;
  width: 100%;
}
header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart .primary .action.primary.checkout {
  width: 135px;
  background: #EF3A33;
  margin: 0;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
  padding-top: 3px;
}
header.page-header .header.content .search-area {
  position: initial;
  height: auto;
}
header.page-header .header.content .search-area .search-toggle-icon {
  display: none;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: auto;
}
header.page-header .header.content .search-area .block.block-search {
  display: inline-block;
  margin: 0 40px 0 16px;
  padding: 0;
  position: initial;
  width: 276px;
}
header.page-header .header.content .search-area .block.block-search:before {
  content: "";
  display: none;
}
header.page-header .header.content .search-area .block.block-search .block.block-content {
  position: relative;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  line-height: 19px;
  color: #111;
  padding: 11px 10px 13px 15px;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input:focus {
  box-shadow: none;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search {
  border-left: 0;
  width: auto;
  height: initial;
  right: 8px;
  top: 10px;
  line-height: initial;
}
header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search:before {
  content: "";
  background: url("../images/home-page-baseline-search-24px-1.svg") no-repeat;
  width: 24px;
  height: 24px;
}
header.page-header .header.content .people_register {
  display: none;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu {
  padding: 0;
  top: -5px;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 {
  margin: 0;
  padding: 0;
  line-height: normal;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  padding: 13px 23px 18px 23px;
  background: transparent;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top.active {
  color: #ED3A35;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top:after {
  content: "";
  display: none;
}
@media only screen and (min-width: 992px) {
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0:hover > .level-top {
    background: #EF3A33;
    border-radius: 0;
    color: #fff;
  }
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 30px 0px 7px 30px;
  /*width: 100% !important; max-width: 100%; min-width: 755px;*/
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  /*left: 0 !important;*/
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 {
  column-gap: 30px;
  column-fill: initial;
  column-count: 4;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 21px;
  padding: 0;
  width: 181px;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a {
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1:nth-child(4n+1) {
  clear: initial;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .subchildmenu {
  padding: 0;
  margin: 0;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .subchildmenu .level2 {
  margin: 0;
  padding: 0;
}
header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .subchildmenu .level2 a {
  color: #666;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
header.page-header .header.content .search-area .block.block-search {
  display: none;
}
header.page-header .header-search-content {
  background: #00AEEF;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
header.page-header .header-search-content .block.block-search {
  display: block;
  width: 100%;
  max-width: 1250px;
  margin: auto;
  position: static;
  padding: 20px 15px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch {
  position: relative;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text {
  height: 60px;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  padding: 10px 60px 10px 20px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete {
  padding-right: 60px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul {
  background: #F9F9FB;
  border: none;
  padding-bottom: 9px;
  margin-top: -9px;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li {
  padding: 0;
  border: none;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li span.qs-option-name p.printer-search-header,
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li span.qs-option-name p.cartridge-search-header {
  padding: 10px 20px;
  background: #EEEEEE;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  color: #222222;
  font-weight: bold;
  margin: 9px 0;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li span.qs-option-name a {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 17px;
  color: #666666;
  margin: 2px 0;
  display: block;
  overflow: hidden;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li:hover,
header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .search-autocomplete ul li.selected {
  background: #F9F9FB;
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .actions .action.search {
  right: 0;
  height: 60px;
  border-left: none;
  width: 60px;
  background: #EF3A33;
  -webkit-opacity: 10;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
header.page-header .header-search-content .block.block-search .block-content .minisearch .actions .action.search:before {
  color: #ffffff;
  font-size: 20px;
  content: "";
  background: url("../images/search.svg") no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.ajax-loading header.page-header .header-search-content .block.block-search .block-content .minisearch .field.search .control .input-text:focus {
  background: url(../images/pulse-1s-60px.svg) no-repeat scroll center right 60px;
  background-color: #ffffff;
}
/*Footer*/
footer.page-footer .footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f9f9fb;
  overflow: hidden;
}
footer.page-footer .footer .footer-top .container {
  max-width: 1250px;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner {
  margin: 0;
  padding: 50px 0;
  border-bottom: 1px solid #e9e9e9;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .text_block_content .block {
  margin: 0;
  padding: 0;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .text_block_content .block h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  font-size: 30px;
  font-weight: 100;
  line-height: 41px;
  color: #444;
  font-family: 'Open Sans', sans-serif;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon {
  float: right;
  text-align: right;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li:last-child {
  margin-right: 0;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a {
  display: inline-block;
  text-decoration: none;
  /*color: #fff;*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a:before {
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a:hover:before {
  vertical-align: middle;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.facebook-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.facebook-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/facebook_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.twitter-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.twitter-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/twitter_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.pinterest-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.pinterest-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/pin_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.linkedin-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.linkedin-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/linkedin_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.youtube-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube.svg") no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.youtube-link:hover:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/youtube_hover.svg") no-repeat;
}
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a i,
footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a em {
  display: none;
  margin: 0;
  padding: 0 0 0 4px;
  line-height: 28px;
  font-size: 20px;
}
footer.page-footer .footer .footer-middle {
  margin: 0;
  padding: 50px 0 0;
  display: block;
  width: 100%;
  overflow: hidden;
}
footer.page-footer .footer .footer-middle .container {
  max-width: 1250px;
}
footer.page-footer .footer .footer-middle .container .row {
  padding: 0 0 39px;
  border-bottom: 1px solid #e9e9e9;
}
footer.page-footer .footer .footer-middle .container .col-lg-3:last-child {
  padding-left: 0;
}
footer.page-footer .footer .footer-middle .container .block .block-title {
  margin: 0 0 10px;
}
footer.page-footer .footer .footer-middle .container .block .block-title strong {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  line-height: 22px;
}
footer.page-footer .footer .footer-middle .container .block .block-content .contact-info {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .contact-info li {
  margin: 0;
  padding: 0;
  line-height: initial;
}
footer.page-footer .footer .footer-middle .container .block .block-content .contact-info li p {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links li {
  margin: 0;
  padding: 0;
  line-height: initial;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links li a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .block .block-content .links li a:hover {
  color: #000;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features li {
  margin: 0;
  padding: 0;
  line-height: initial;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features li a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .block .block-content .features li a:hover {
  color: #000;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments {
  padding: 5px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li {
  float: left;
  padding: 0 5px;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li:first-child {
  padding-left: 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li:last-child {
  padding-right: 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .payments li img {
  width: 50px;
  height: 35px;
}
footer.page-footer .footer .footer-middle .container .block .block-content .trust_wave {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 40px 0 0;
}
footer.page-footer .footer .footer-middle .container .block .block-content .trust_wave img {
  width: 120px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content {
  float: left;
  /*margin-right: 92px;*/
  margin-right: 13.4%;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content h2.title {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-weight: bold;
  margin: 0 0 14px 0;
  padding: 0;
  text-transform: uppercase;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content address {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: normal;
  font-style: normal;
  padding-top: 3px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  list-style: none;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul li {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #999999;
  font-weight: normal;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -4px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment li {
  float: left;
  margin: 5px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment li a {
  max-width: 51px;
  max-height: 35px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content ul.payment li a img {
  width: 100%;
  height: auto;
  max-width: 51px;
  max-height: 34px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content .trustwave {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 26px;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content .trustwave a {
  display: block;
  overflow: hidden;
  width: auto;
  margin: 0;
  padding: 0;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content .trustwave a img {
  max-width: 144px;
  max-height: 78px;
  width: 100%;
  height: auto;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content:last-child {
  margin-right: 0;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col.col-left-side {
  float: left;
  max-width: 688px;
  width: 66.5%;
}
footer.page-footer .footer .footer-middle .container .footer-middle_content .col.col-right {
  float: right;
  max-width: 295px;
  width: 33.5%;
}
footer.page-footer .footer .footer-bottom {
  margin: 0;
  padding: 29px 0;
  width: 100%;
  min-height: auto;
  line-height: initial;
  display: block;
  overflow: hidden;
}
footer.page-footer .footer .footer-bottom .container {
  max-width: 1250px;
  padding: 0;
}
footer.page-footer .footer .footer-bottom .container address {
  float: left;
  color: #888;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
/* Home page */
.cms-index-index .page-main {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .page-title-wrapper {
  display: none;
}
.cms-index-index .page-main .block.widget.magetop-widget.brand-widget {
  display: none;
}
.cms-index-index .page-main .product_finder_content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  background: #ffffff;
  overflow: hidden;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container {
  max-width: 1250px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder {
  padding-left: 6px;
  padding-right: 15px;
  -webkit-flex: 0 0 74.32%;
  -moz-flex: 0 0 74.32%;
  -ms-flex: 0 0 74.32%;
  flex: 0 0 74.32%;
  max-width: 74.32%;
  order: 1;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  overflow: hidden;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 9px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner img {
  width: 100%;
  height: auto;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.desktop-image {
  display: block;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.mobile-image {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 64px 70px 46px;
  background: #0f2966;
  overflow: hidden;
  text-align: left;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_title {
  display: inline-block;
  width: 100%;
  margin: 0 0 34px;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_title h4 {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  line-height: 25px;
  font-size: 25px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_title h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 34px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content {
  display: block;
  max-width: 770px;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper {
  margin: 0;
  padding: 0;
  background: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle {
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-2,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
  max-width: 334px;
  width: 100%;
  margin-right: 20px;
  float: left;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-title {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff;
  top: 18px;
  right: 20px;
  background: none;
  width: auto;
  height: auto;
  position: absolute;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper select:disabled {
  opacity: 1;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper .amfinder-select {
  width: 100%;
  height: 60px;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 10px 19px 20px;
  background: #1A446E;
  border: 1px solid #3D5F84;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper .amfinder-select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  float: left;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons {
  display: block !important;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.reset_btn {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.action.primary {
  display: block !important;
  width: 60px;
  height: 60px;
  box-shadow: none;
  border: 0;
  outline: 0;
  background: #EF3A33;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.action.primary span {
  display: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder {
  padding-left: 15px;
  padding-right: 6px;
  -webkit-flex: 0 0 25.68%;
  -moz-flex: 0 0 25.68%;
  -ms-flex: 0 0 25.68%;
  flex: 0 0 25.68%;
  max-width: 25.68%;
  order: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs_banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 12px;
  overflow: hidden;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs_banner a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 9px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs_banner img {
  width: 100%;
  height: auto;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  line-height: initial;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li:last-child {
  margin-bottom: 0;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs_content,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs_content,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs_content h5,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs_content h5,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .guarantee_blogs_content p,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .grade_blogs_content p,
.cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-index-index .page-main .search_by_brand_container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container {
  max-width: 1250px;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title h2 {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  font-size: 45px;
  line-height: 64px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #666;
  line-height: 30px;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content {
  /*table { margin-bottom: 43px;
                tbody {
                  tr {
                    td { text-align: center; padding: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
                      a { text-decoration: none; display: block; margin: 0; padding: 16px 76px 25px 76px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
                        img { }
                        h6 { display: block; width: 100%; margin: 25px 0 0; padding: 0; font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 18px; line-height: 26px; color: #999; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
                        &:hover h6 { color: #000;}
                      }
                      &:hover { box-shadow: 2px 2px 15px 2px #ddd; -webkit-box-shadow: 2px 2px 15px 2px #ddd; -moz-box-shadow: 2px 2px 15px 2px #ddd;}
                    }
                  }
                }
              }*/
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 7px 0px 24px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item {
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image {
  height: 189px;
  width: 100%;
  display: table;
  text-align: center;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image a {
  display: table-cell;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: initial;
  vertical-align: middle;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image a img {
  max-width: 182px;
  max-height: 182px;
  width: 100%;
  height: auto;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-name {
  margin: 16px 0 0;
  padding: 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-name a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6:hover {
  box-shadow: 2px 2px 15px 2px #ddd;
  -webkit-box-shadow: 2px 2px 15px 2px #ddd;
  -moz-box-shadow: 2px 2px 15px 2px #ddd;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6:hover .brand-name a {
  color: #000;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list {
  display: block;
  width: 100%;
  margin: 48px 0 0;
  padding: 0;
  overflow: hidden;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content {
  display: block;
  width: 100%;
  margin: 0 0 11px;
  padding: 0 0 0 15px;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li {
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 0 8px;
  list-style-type: disc;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li:last-child {
  margin-bottom: 0;
}
.cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.page-wrapper > .breadcrumbs {
  max-width: 1222px !important;
  background: none;
  margin: 0 auto 12px;
  padding: 0 15px;
}
.page-wrapper > .breadcrumbs .items {
  padding: 20px 0 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.page-wrapper > .breadcrumbs .items li {
  vertical-align: inherit;
}
.page-wrapper > .breadcrumbs .items li.home a {
  font-size: 0;
}
.page-wrapper > .breadcrumbs .items li.home a:before {
  content: "";
  background: url("../images/home_breadcrumb.png") no-repeat;
  width: 16.47px;
  height: 14px;
  background-size: 17px;
  display: inline-block;
}
.page-wrapper > .breadcrumbs .items li:after {
  color: #9D9FA4;
  background: url('../images/right-arrow.png') no-repeat;
  width: 4px;
  height: 7px;
  background-size: 100% 100%;
  content: '';
  vertical-align: middle;
  margin-top: -2px;
}
.page-wrapper > .breadcrumbs .items li a {
  color: #9D9FA4;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  vertical-align: top;
}
.page-wrapper > .breadcrumbs .items li strong {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  vertical-align: bottom;
}
.message.success a {
  display: inline-block;
}
.price-box .minimal-price-link {
  display: none !important;
}
.price-box .old-price {
  display: block;
  margin-bottom: 11px;
}
.price-box .old-price .price-wrapper .label-price {
  display: none !important;
}
.price-box .old-price .price-wrapper .price {
  font-size: 12px !important;
  line-height: 17px !important;
  color: #9D9FA4 !important;
  font-weight: normal !important;
}
/* product listing */
.products-list {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
.products-list .product-items {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.products-list .product-items .product-item {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
  border: 1px solid #E9E9E9;
}
.products-list .product-items .product-item > .product-item-info {
  line-height: 9px;
}
.products-list .product-items .product-item .product-item-info {
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .product_type_title {
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f9f9fb;
  border-bottom: 1px solid #E9E9E9;
  text-align: center;
}
.products-list .product-items .product-item .product-item-info .product_type_title h2 {
  margin: 0;
  padding: 10px 0 11px;
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #111;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 30%;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels {
  float: left;
  display: inline-block;
  position: relative;
  margin: 15px 0 20px;
  top: 0;
  right: auto;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #09981F;
  background: #DBF2E2;
  padding: 6px 9px 6px 10px;
  border-radius: 0;
  position: relative;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label:after {
  content: "";
  display: inline-block;
  right: -8px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-width: 13px 6px 13px 6px;
  top: 77%;
  margin-top: -20px;
  border-color: #DBF2E2 transparent #DBF2E2 #DBF2E2;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label.sale-label,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label.sale-label {
  background: #f5d7d8;
  color: #EF3A33;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label.sale-label:after,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label.sale-label:after {
  border-color: #f5d7d8 transparent #f5d7d8 #f5d7d8;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .image_photo_wraaper {
  padding: 30px 45px 30px 70px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details {
  margin: 29px 0 0;
  /*padding: 30px 0 20px 20px;*/
  width: 100%;
  max-width: 70%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 25px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 30px 0 0;
  max-width: 59.4%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product .cartridge_type_item a,
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product .cartridge_type_item h2 {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-name {
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
  margin: 0 0 27px;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-name a {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content {
  float: left;
  width: 25%;
  border-right: 1px solid #dedede;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 8px 10px 8px 0;
  padding: 0;
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: relative;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor:before {
  content: "";
  border: 2px solid rgba(254, 254, 254, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected > .swatch-optioncolor:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:after {
  content: "";
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content {
  float: left;
  padding: 0 0 0 20px;
  width: 75%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  vertical-align: bottom;
  color: #444;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li:before {
  content: "";
  background: url("../images/true_symbol.png") no-repeat;
  display: inline-block;
  background-size: 11.73px;
  width: 23px;
  height: 17px;
  vertical-align: bottom;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li p {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description {
  margin: 28px 0 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
  text-align: left;
  display: block;
  overflow: hidden;
  width: 100%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .description-value {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul li {
  margin: 0;
  padding: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
  list-style-type: disc;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .action.more {
  display: inline-block;
  width: auto;
  margin: 29px 0 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #EE3A33;
  text-decoration: none;
  float: left;
  clear: both;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .action.more:after {
  content: "\f0da";
  line-height: 18px;
  font-size: 14px;
  font-family: FontAwesome;
  color: #EE3A33;
  padding-left: 8px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last {
  margin: 1px 0 0;
  width: 100%;
  max-width: 40.6%;
  float: right;
  box-sizing: border-box;
  padding: 0 0 0 12px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content {
  float: none;
  width: 100%;
  margin: 0 0 25px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 0 10px 8px 0;
  padding: 0;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
  float: left;
  max-width: 100%;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:nth-child(2n+1) {
  clear: both;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: relative;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor:before {
  content: "";
  border: 2px solid rgba(254, 254, 254, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option.selected > .swatch-optioncolor:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:after {
  content: "";
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content .swatch-attribute .swatch-attribute-options .swatch-option:hover:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box {
  margin: 0 0 25px;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .price-wrapper .label-price {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  font-weight: 500;
  margin-right: 5px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .normal-price .price-label {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  display: none;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box .normal-price .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
  /*&:before { content: "Price: "; font-size: 18px; font-family: 'Open Sans', sans-serif; line-height: 12px; color: #111; font-weight: 500;}*/
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li {
  margin: 0 0 10px;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li .buy {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li .price-tier_price .price-wrapper .price {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .tier-price .prices-tier li .benefit {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box {
  margin: 0 8px 0 0;
  width: 68px;
  float: left;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: solid 1px #9D9FA4;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .input-text.qty {
  width: 24px;
  height: 34px;
  border: solid 1px #9D9FA4;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border: solid 1px #9D9FA4;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .qty-box .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  padding: 9px 0px 8px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #00adef;
  border: 0;
  height: auto;
  width: 188px;
  float: left;
}
.products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary:before {
  content: "";
  display: none;
}
/* swatch attribute */
.swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 8px 10px 8px 0;
  padding: 0;
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
}
.swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: relative;
}
.swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor:before {
  content: "";
  border: 2px solid rgba(254, 254, 254, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.swatch-attribute .swatch-attribute-options .swatch-option.selected:before {
  content: "";
  display: none;
}
.swatch-attribute .swatch-attribute-options .swatch-option.selected > .swatch-optioncolor:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.swatch-attribute .swatch-attribute-options .swatch-option:after {
  content: "";
}
.swatch-attribute .swatch-attribute-options .swatch-option:hover:after {
  content: "";
  background: url(../images/select_swatch.png) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 12px;
  transform: translate(0%, 0%);
  vertical-align: middle;
  display: inline-block;
}
.swatch-option-tooltip {
  display: none !important;
}
.tier-price .prices-tier {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.tier-price .prices-tier li {
  margin: 0 0 10px;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
.tier-price .prices-tier li .buy {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.tier-price .prices-tier li .price-tier_price .price-wrapper .price {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.tier-price .prices-tier li .benefit {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
/* category page */
.catalog-category-view .page-main {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1250px;
}
.catalog-category-view .page-main .category-image {
  display: none;
}
.catalog-category-view .page-main .category-description {
  display: none;
}
.catalog-category-view .page-main .amfinder-common-wrapper {
  display: none;
}
.catalog-category-view .page-main .category_page_container {
  display: inline-block;
  width: 100%;
  margin: 0;
  padidng: 0;
}
.catalog-category-view .page-main .category_page_container .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs {
  /*flex: 0 0 26.5%; max-width: 26.5%;*/
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  line-height: initial;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li:last-child {
  margin-bottom: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #9451a0;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content h5,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content h5,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content p,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content p,
.catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats {
  /*flex: 0 0 73.5%; max-width: 73.5%;*/
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container {
  display: block;
  width: 100%;
  margin: -36px 0 0;
  padding: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name h1 {
  display: block;
  margin: 0 0 3px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #111;
  text-transform: uppercase;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
  float: left;
  width: 25%;
  padding: 0 7.5px;
  margin: 0 0 15px;
  text-align: center;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(4n+1) {
  padding-left: 0;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a {
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 11px 0 10px;
  text-transform: capitalize;
  color: #666;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a:hover {
  color: #fff;
  background: #00adef;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 0 0;
  overflow: hidden;
  clear: both;
}
.catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc p {
  font-size: 12px;
  line-height: 17px;
  color: #888;
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 100%;
  margin: 0 0 17px;
}
.catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content {
  display: block;
  width: 100%;
  margin: 30px 0 40px;
  padding: 0;
  overflow: hidden;
}
.catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content .advertise_banner {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-category-view .page-main .zd-category-description {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_main_name {
  display: none;
  text-align: center;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name {
  display: block;
  width: 100%;
  margin: 14px 0 9px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name h1 {
  margin: 0;
  padding: 0 0 6px;
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
}
.catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name p {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  color: #888;
}
.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-category-view .toolbar {
  display: none;
}
.amfinder-index-index .toolbar,
.catalogsearch-result-index .toolbar {
  display: none;
}
.amfinder-index-index .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
  display: none;
}
.amfinder-index-index .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
.amfinder-index-index .page.messages,
.catalogsearch-result-index .page.messages {
  display: none;
}
.amfinder-index-index .block.filter,
.catalogsearch-result-index .block.filter {
  display: none;
}
.amfinder-index-index .page-main,
.catalogsearch-result-index .page-main {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 15px;
  max-width: 1250px;
}
/* product view page */
.catalog-product-view .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.catalog-product-view .page-main .product-main-top {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.catalog-product-view .page-main .product-main-top * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view .page-main .product-main-top .product-top {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.catalog-product-view .page-main .product-main-top .product-top h1 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #111111;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: 13px;
}
.catalog-product-view .page-main .product-main-top .product-top p {
  font-size: 12px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 18px;
}
.catalog-product-view .page-main .product-info-main {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-reviews-summary {
  display: none !important;
}
.catalog-product-view .page-main .product-info-main .product.media {
  float: left;
  width: 100%;
  max-width: 30%;
  margin: 0;
  padding: 78px 0;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title,
.catalog-product-view .page-main .product-info-main .product.media .product-labels {
  float: none;
  display: inline-block;
  position: relative;
  margin: 14px 0 20px;
  top: 0;
  right: auto;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #09981F;
  background: #DBF2E2;
  padding: 6px 9px 6px 10px;
  border-radius: 0;
  position: relative;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label:after {
  content: "";
  display: inline-block;
  right: -8px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-width: 13px 6px 13px 6px;
  top: 77%;
  margin-top: -20px;
  border-color: #DBF2E2 transparent #DBF2E2 #DBF2E2;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label.sale-label,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label.sale-label {
  background: #f5d7d8;
  color: #EF3A33;
}
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label.sale-label:after,
.catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label.sale-label:after {
  border-color: #f5d7d8 transparent #f5d7d8 #f5d7d8;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
  border: 0;
  background: initial;
  height: 325px !important;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__fullscreen-icon {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  width: 240px !important;
  margin: auto 0 !important;
  text-align: center;
  border: 0;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__caption {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .loading-mask {
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  position: unset;
}
.catalog-product-view .page-main .product-info-main .product-main-content {
  float: left;
  width: 100%;
  max-width: 40%;
  margin: 0;
  padding: 29px 20px 0 10px;
}
.catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product .cartridge_type_item {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product .cartridge_type_item a {
  text-decoration: none;
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
.catalog-product-view .page-main .product-info-main .product-main-content .page-title-wrapper.product {
  display: block;
  width: 100%;
  margin: 0 0 29px;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .page-title-wrapper.product .page-title {
  text-decoration: none;
  color: #111111;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items .item {
  display: block;
  width: 100%;
  margin: 0;
  margin: 0 0 10px;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items .item .price-tier_price .price-wrapper .price {
  color: #111;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .tier-price-block .prices-tier.items .item .benefit {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .label-price {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .price-tier_price .price {
  font-size: 14px;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper {
  float: left;
  width: auto;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid #dedede;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt {
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-label {
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options {
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 8px 10px 8px 0;
  padding: 0;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: none;
  box-shadow: none;
  background: none !important;
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:nth-child(2n+1) {
  clear: both;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option .swatch-optioncolor {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option .title {
  display: inline-block;
  padding-left: 10px;
  width: auto;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  color: #141721;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  outline: 0;
  border: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  outline: 0;
  border: 0;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content {
  float: left;
  padding: 0 0 0 20px;
  width: 50%;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  vertical-align: bottom;
  color: #444;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li:before {
  content: "";
  background: url("../images/true_symbol.png") no-repeat;
  display: inline-block;
  background-size: 11.73px;
  width: 23px;
  height: 17px;
  vertical-align: bottom;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li p {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product-reviews-summary {
  display: none !important;
  clear: both;
  padding-top: 20px;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview {
  display: block;
  width: 100%;
  overflow: hidden;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value {
  margin: 32px 0 28px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul li {
  margin: 0;
  padding: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
  list-style-type: disc;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content {
  float: right;
  width: 100%;
  max-width: 30%;
  margin: 0;
  padding: 33px 0 0 25px;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content > .tier-price,
.catalog-product-view .page-main .product-info-main .product-viewform-content > .box-tocart {
  display: none !important;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box {
  display: inline-block;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .price-wrapper .label-price {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  font-weight: 500;
  margin-right: 5px;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .normal-price .price-label {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 12px;
  color: #111;
  display: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-info-price .price-box .normal-price .price-wrapper .price {
  color: #EF3A33;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
  /*&:before { content: "Price: "; font-size: 18px; font-family: 'Open Sans', sans-serif; line-height: 12px; color: #111; font-weight: 500;}*/
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty {
  float: left;
  width: 100%;
  max-width: 70px;
  margin: 0 10px 0 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .input-text.qty {
  width: 22px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #9D9FA4;
  border-left: 0;
  border-right: 0;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-left: 0;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .field.qty .control .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .actions {
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .actions .action.primary.tocart {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 9px 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00adef;
  border: 0;
  height: auto;
  width: 200px;
  margin: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart {
  margin: 0;
  padding: 10px 0 0;
  width: 100%;
  display: block;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty {
  float: left;
  width: 100%;
  max-width: 70px;
  margin: 0 10px 0 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .input-text.qty {
  width: 22px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #9D9FA4;
  border-left: 0;
  border-right: 0;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
  border: 1px solid #9D9FA4;
  border-left: 0;
  text-align: center;
  background: #fff;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .field.qty .control .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .actions {
  float: left;
}
.catalog-product-view .page-main .product-info-main .product-viewform-content .box-tocart .fieldset .actions .action.primary.tocart {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 9px 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00adef;
  border: 0;
  height: auto;
  width: 200px;
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title {
  padding-top: 20px;
  background: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch {
  border: 1px solid #E9E9E9 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f9f9fb;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  height: auto;
  padding: 9px 30px 10px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content {
  display: block !important;
  border: 1px solid #e9e9e9;
  border-top: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description {
  padding: 25px 30px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value a {
  margin: 0;
  padding: 0;
  color: #9D9FA4;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul li {
  margin: 0;
  padding: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #9D9FA4;
  list-style-type: disc;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul li a {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value ul li p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block {
  padding: 10px 29px 29px;
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #111;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-title strong {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #111;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form {
  max-width: 535px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset {
  margin: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .review-field-ratings > .label {
  display: none !important;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #111;
  margin-bottom: 20px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .legend span {
  float: left;
  text-transform: initial;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .legend strong {
  float: left;
  padding-left: 5px;
  font-weight: normal;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field {
  margin: 0 0 15px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field label {
  display: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea {
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #9D9FA4;
  resize: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input::placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea::placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input::-moz-placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea::-moz-placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input::-webkit-input-placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea::-webkit-input-placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input:-ms-input-placeholder,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea:-ms-input-placeholder {
  color: #9D9FA4;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control input:focus,
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .fieldset .field .control textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .actions-toolbar .actions-primary {
  float: right;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .actions-toolbar .actions-primary .action.submit.primary {
  background: #00adef;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 8px 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
  height: auto;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer {
  display: block;
  margin: 0;
  padding: 10px 30px;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
  display: block;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  float: left;
  width: 14.285714286%;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li a {
  font-size: 14px;
  line-height: 28px;
  color: #111111;
  font-weight: normal;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  text-decoration: none;
  padding-left: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li a:before {
  content: '•';
  display: block;
  margin: 0;
  padding: 0;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 10px;
}
.catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li a:hover {
  color: #00AEEF;
}
.catalog-product-view .page-main .products-upsell .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper .label-price,
.catalog-product-view .page-main .products-related .product-items .product-item .product-item-info .product-item-details .price-box .price-wrapper .label-price {
  display: none;
}
/* checkout-cart-index */
.checkout-cart-index .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.checkout-cart-index .page-main .page-title-wrapper {
  display: block;
  width: 100%;
  margin: 30px 0 30px;
}
.checkout-cart-index .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #111;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .cart-container {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary {
  width: 27.82%;
  background: none;
  border-radius: 0;
  border: 1px solid #E9E9E9;
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #111;
  line-height: 22px;
  text-transform: uppercase;
  background: #f9f9fb;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-cart-index .page-main .cart-container .cart-summary .summary.title.active:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-cart-index .page-main .cart-container .block.shipping {
  display: none;
}
.checkout-cart-index .page-main .cart-container .cart-totals {
  border: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 20px 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals.shipping .label {
  display: inline-block;
  padding: 0 0 18px !important;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark,
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .amount {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  border-color: #dfdfdf;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark {
  text-align: left;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark .label {
  font-family: 'Open Sans', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .amount {
  text-align: right;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand {
  border-bottom: 1px solid #e9e9e9;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .mark,
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .amount {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
  color: #111;
}
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .mark strong,
.checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .grand .amount strong {
  padding: 10px 0;
}
.checkout-cart-index .page-main .cart-container .checkout-methods-items {
  display: block;
  margin: 0;
  padding: 15px 20px 20px;
}
.checkout-cart-index .page-main .cart-container .checkout-methods-items li .action.primary.checkout {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  background: #3FADEF;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  height: 50px;
}
.checkout-cart-index .page-main .form.form-cart {
  width: 69.72%;
  padding-right: 0;
  margin-bottom: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper {
  margin: 0 0 20px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table .separator {
  height: 20px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table thead {
  display: none;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody {
  border-top: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody.cart.item {
  border: 1px solid #e9e9e9 !important;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item {
  padding-left: 40px;
  padding-top: 40px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-photo .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .product-item-name {
  margin-top: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .product-item-name a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.desc {
  width: 75%;
  height: 45px;
  overflow: hidden;
  font-size: 10px;
  line-height: 14px;
  color: #9D9FA4;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.bundled-desc .bundled-selection {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.bundled-desc .bundled-selection span:not(.product-image-container) {
  margin-right: 5px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.item .product-item-details .item-options.bundled-desc .product-image-container {
  width: 30px !important;
  min-width: 30px;
  border: none;
  padding: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.price .label {
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  color: #9D9FA4;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
  position: initial;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.price .price-excluding-tax .cart-price .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 28px;
  font-weight: bold;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty {
  min-width: 150px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .label {
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  color: #9D9FA4;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px;
  position: initial;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyminus {
  width: 23px;
  height: 34px;
  float: left;
  line-height: 34px;
  border: 1px solid #E9E9E9;
  border-right: 0;
  border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  text-align: center;
  background: #F9F9FA;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyminus i:before {
  content: "-";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .input-text.qty {
  width: 22px;
  height: 34px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  float: left;
  font-size: 12px;
  color: #444;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #E9E9E9;
  border-left: 0;
  border-right: 0;
  background: #F9F9FA;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .input-text.qty:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyplus {
  width: 23px;
  height: 34px;
  float: left;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  line-height: 34px;
  border: 1px solid #E9E9E9;
  border-left: 0;
  text-align: center;
  background: #F9F9FA;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty .control.qty .qtyplus i:before {
  content: "+";
  font-size: 12px;
  color: #666;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.subtotal {
  border-right: 1px solid #e9e9e9;
  padding-right: 30px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.subtotal .label {
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 19px;
  color: #9D9FA4;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
  position: initial;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-info .col.subtotal .price-excluding-tax .cart-price .price {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 28px;
  font-weight: bold;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar {
  margin-right: 15px;
  margin-bottom: 8px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action {
  margin: 0;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-towishlist {
  display: none;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-edit {
  padding: 0 30px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-edit:before {
  content: "";
  display: inline-block;
  background: url("../images/edit.svg") no-repeat;
  width: 22px;
  height: 22px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-delete {
  border-left: 1px solid #cdcdcd;
  padding-left: 10px;
  margin-left: 15px;
}
.checkout-cart-index .page-main .form.form-cart .table-wrapper .table tbody .item-actions .actions-toolbar .action.action-delete:before {
  content: "";
  display: inline-block;
  background: url("../images/delete.svg") no-repeat;
  width: 22px;
  height: 22px;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions {
  margin-top: -20px;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions .action {
  background: #f9f9fb;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  border: 1px solid #E9E9E9;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  padding: 0 30px;
  margin-right: 15px;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions .action.clear {
  display: inline-block;
}
.checkout-cart-index .page-main .form.form-cart .cart.main.actions .action.update {
  margin-right: 0px;
}
.checkout-cart-index .page-main .cart-discount {
  width: 255px;
  padding: 0;
  margin-top: -40px;
}
.checkout-cart-index .page-main .cart-discount .block.discount {
  width: 100%;
}
.checkout-cart-index .page-main .cart-discount .block.discount .title {
  padding: 0 0 15px;
  display: inline-block;
}
.checkout-cart-index .page-main .cart-discount .block.discount .title strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #111;
  line-height: 19px;
  padding: 0;
  margin: 0;
}
.checkout-cart-index .page-main .cart-discount .block.discount .title strong:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-cart-index .page-main .cart-discount .block.discount.active .title strong:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content {
  display: block !important;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input {
  line-height: 17px;
  font-size: 12px;
  color: #808080;
  background: #fff;
  border-color: #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 33px;
  font-family: 'Open Sans', sans-serif;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .actions-toolbar .primary .action.apply.primary {
  height: 33px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 18.5px;
}
.checkout-cart-index .page-main .cart-discount .block.discount .content form .fieldset .actions-toolbar .primary .action.apply.primary:hover {
  border: 0;
}
.checkout-cart-index .page-main .cart-discount .block.discount.active .content {
  display: none !important;
}
.checkout-cart-index .page-main .cart-empty {
  text-align: center;
}
.checkout-cart-index .page-main .cart-empty + .checkout-success .actions-toolbar {
  text-align: center;
}
.checkout-cart-index .page-main .cart-empty + .checkout-success .actions-toolbar .primary {
  float: none;
}
.checkout-cart-index .page-main .cart-empty + .checkout-success .actions-toolbar .primary .action.primary.continue {
  margin-right: 0;
}
.checkout-cart-index .page-main .cart-empty a {
  display: inline-block;
}
/* checkout-index-index */
.checkout-index-index {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
}
.checkout-index-index .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.checkout-index-index .page-main .checkout-container .authentication-wrapper {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar {
  margin: 40px 0;
  text-align: center;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:first-child span {
  text-align: left;
  margin-left: -55px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:first-child span:before {
  left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:last-child span {
  text-align: right;
  margin-right: -80px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:last-child span:before {
  right: 0;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item span {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item span:before {
  content: "";
  background: url("../images/unseclect_round.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  left: initial;
  right: 0;
  top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item span:after {
  content: "";
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete:before {
  background: #E9E9E9;
  height: 1px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span {
  color: #00AEEF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:before {
  content: "";
  background: url("../images/select_round.svg") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._complete span:after {
  content: "";
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active:before {
  background: #E9E9E9;
  height: 1px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span {
  color: #00AEEF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span:before {
  content: "";
  background: url("../images/select_round.svg") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item._active span:after {
  content: "";
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  background: #E9E9E9;
  height: 1px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper {
  width: 53.19%;
  padding: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-title {
  display: block;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-address .step-title {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-address .step-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  font-weight: bold;
  border-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
  margin: 0 0 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-method .checkout-shipping-method .step-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  font-weight: bold;
  border-bottom: 0;
  padding-bottom: 0;
  border-top: 1px solid #e9e9e9;
  text-transform: uppercase;
  padding-top: 18px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-discount {
  border-bottom: 0;
  padding: 0 0 22px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login .fieldset .field .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-shipping-address {
  margin-top: 39px;
  border-bottom: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-shipping-address .fieldset .field .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control.newsletter-control {
  display: flex;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .label.checkout-news-letter {
  display: inline-block !important;
  width: calc(100% - 20px);
  white-space: normal;
  color: #999;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .note {
  font-size: 14px;
  line-height: 19px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  margin-top: 7px;
  margin-bottom: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input.checkout-newsletter-input,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select.checkout-newsletter-input,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea.checkout-newsletter-input {
  width: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input:not([type="checkbox"]),
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select:not([type="checkbox"]),
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea:not([type="checkbox"]) {
  background: #fff;
  border: 1px solid #E9E9E9;
  height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  width: 100%;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input::placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select::placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input::-moz-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select::-moz-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input::-webkit-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select::-webkit-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input:-ms-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select:-ms-input-placeholder,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control input:focus,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select:focus,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control textarea:focus {
  box-shadow: none;
  outline: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field .control select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field.sms-number .sms-number-element .sms_std_code {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  max-width: 125px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.region_id"],
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.country_id"] {
  position: relative;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.region_id"]:after,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field[name="shippingAddress.country_id"]:after {
  content: "";
  background: url("../images/select_down.png") no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table thead {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-method {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-price {
  padding: 18px 0 38px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-price .price[data-bind="text: getFormattedPrice(method.price_excl_tax)"] {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-price .price[data-bind="text: getFormattedPrice(method.price_excl_tax)"]:before {
  content: "Shipping:";
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  padding-right: 5px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.methods-shipping table tbody .col-carrier {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment {
  position: relative;
  padding-bottom: 0px;
  /* &:not(.actions-toolbar) { padding-bottom: 85px;} */
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .step-title {
  margin: 0;
  padding: 0 0 19px;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  color: #111;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method {
  /* padding-left: 30px;*/
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-title {
  padding: 12px 0 8px;
  display: inline-block;
  width: 100%;
  border: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content .payment-method-billing-address {
  margin: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  padding: 0 0 0 28px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-content p {
  margin: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .actions-toolbar {
  /* position: absolute; bottom: 0; right: 0; width: 95.5%;*/
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .checkout-billing-address > .fieldset > .actions-toolbar {
  width: 100%;
  position: static;
  margin-bottom: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .checkout-billing-address > .fieldset > .actions-toolbar .primary .action.action-update {
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method._active .checkout-billing-address > .fieldset > .actions-toolbar .primary .action.action-cancel {
  margin: -1px 0 0 18px;
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
  padding: 18px 0 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  border-top: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title input {
  float: left;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label {
  float: left;
  width: auto;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 0 0 5px;
  clear: both;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  font-weight: normal;
  padding-left: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details {
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-details a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  font-weight: normal;
  text-decoration: none;
  margin-top: 17px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code {
  padding-top: 25px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-title.field.choice {
  padding: 10px 0 15px;
  border-top: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-title.field.choice span {
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  color: #111;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-title.field.choice span.action-toggle:after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content {
  padding: 0;
  display: block !important;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner {
  display: table-cell;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input {
  line-height: 17px;
  font-size: 12px;
  color: #808080;
  background: #fff;
  border-color: #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 32px;
  font-family: 'Open Sans', sans-serif;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .payment-option-inner .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .actions-toolbar {
  display: table-cell;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code .payment-option-content .form-discount .actions-toolbar .primary .action.action-apply {
  height: 32px;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #00ADEF;
  margin: 0;
  border: 0;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code._active .payment-option-title.field.choice .action-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 14px;
  color: #111110;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .discount-code._active .payment-option-content {
  display: none !important;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing .fieldset .field .label,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form .fieldset .field .label {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing .fieldset .field.choice input[type="checkbox"],
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form .fieldset .field.choice input[type="checkbox"] {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .field-select-billing .fieldset .field.choice .label,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .billing-address-form .fieldset .field.choice .label {
  margin: 0;
  padding: 0 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  display: inline;
  vertical-align: middle;
  width: auto;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .actions-toolbar .primary {
  float: none;
  width: 100%;
  text-align: center;
}
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .actions-toolbar .primary .button,
.checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .actions-toolbar .primary .checkout {
  width: 100%;
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper {
  margin: 0;
  padding: 0;
  width: 27.82%;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-header {
  margin: 0;
  padding: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary {
  border: 1px solid #e9e9e9;
  background: none;
  padding: 0;
  margin: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary span.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #111;
  text-transform: uppercase;
  background: #F9F9FA;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 20px;
  cursor: pointer;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary span.title:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary span.title.active:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #999999;
  font-size: 14px;
  float: right;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary > .title {
  margin-bottom: 0 !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart {
  padding: 13px 20px 6px !important;
  display: block !important;
  height: auto !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .title {
  display: block;
  border-bottom: 2px solid #EFEFEF;
  margin-left: -20px;
  margin-right: -20px;
  padding: 12px 56px 12px 20px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .title strong {
  color: #111111;
  line-height: 22px;
  font-size: 16px;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .title:after {
  color: #9A9A9A;
  right: 20px;
  top: 14px;
  font-size: 22px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items {
  display: block !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-image-container {
  border: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
  margin-top: 11px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #111;
  line-height: 24px;
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin-top: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .label {
  position: initial;
  color: #111;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .product-item-name-block .details-qty .value {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal {
  vertical-align: middle;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-inner .subtotal .cart-price .price {
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.options {
  display: none;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart.active .minicart-items {
  display: none !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table {
  border: 0;
  border-collapse: unset;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 4px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .amount {
  padding: 14px 20px 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .mark {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.sub .amount {
  padding-right: 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .amount {
  padding: 0 20px 18px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .mark {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.shipping .amount {
  padding-right: 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .amount {
  padding: 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  font-size: 16px;
  color: #111;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark {
  padding-left: 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .amount {
  padding-right: 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark .label,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals .mark .value {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
  font-size: 16px;
  color: #111;
  padding: 0;
  font-weight: normal;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.grand strong {
  padding: 8px 0;
  font-weight: bold;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.grand .mark,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table .totals.grand .amount {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  background: #ffffff;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary table,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary .block.items-in-cart {
  display: none !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary.active table {
  display: table !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-summary.active .block.items-in-cart {
  display: block !important;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information {
  margin: 30px 0 0;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via {
  margin: 0 0 12px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #111;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title .action.action-edit:before,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title .action.action-edit:before {
  content: "";
  background: url("../images/edit.svg") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  right: 10px;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
  text-transform: capitalize;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content a,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content a {
  text-decoration: none;
  margin-top: 17px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
}
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-to .shipping-information-content span,
.checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information .ship-via .shipping-information-content span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #111;
}
.checkout-index-index .modal-popup .form-shipping-address,
.checkout-index-index .modal-popup .form-billing-address {
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}
.checkout-index-index .modal-popup .fieldset .field .control .label {
  display: none;
}
.checkout-index-index .modal-popup .fieldset .field .control .note {
  font-size: 14px;
  line-height: 19px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  margin-top: 7px;
  margin-bottom: 21px;
}
.checkout-index-index .modal-popup .fieldset .field .control .field-tooltip.toggle {
  display: none;
}
.checkout-index-index .modal-popup .fieldset .field .control input,
.checkout-index-index .modal-popup .fieldset .field .control select,
.checkout-index-index .modal-popup .fieldset .field .control textarea {
  background: #fff;
  border: 1px solid #E9E9E9;
  height: 48px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
  width: 100%;
}
.checkout-index-index .modal-popup .fieldset .field .control input::placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select::placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input::-moz-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select::-moz-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea::-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input::-webkit-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select::-webkit-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input:-ms-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control select:-ms-input-placeholder,
.checkout-index-index .modal-popup .fieldset .field .control textarea:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.checkout-index-index .modal-popup .fieldset .field .control input:focus,
.checkout-index-index .modal-popup .fieldset .field .control select:focus,
.checkout-index-index .modal-popup .fieldset .field .control textarea:focus {
  box-shadow: none;
  outline: 0;
}
.checkout-index-index .modal-popup .fieldset .field .control select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkout-index-index .modal-popup .fieldset .field.sms-number > .label {
  display: none;
}
.checkout-index-index .modal-popup .fieldset .field.sms-number .sms-number-element .sms_std_code {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  max-width: 125px;
}
.checkout-index-index .modal-popup .fieldset .field.choice input[type="checkbox"] {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
.checkout-index-index .modal-popup .fieldset .field.choice .label {
  margin: 0;
  padding: 0 0 0 5px;
  color: #111;
  line-height: 19px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  display: inline;
  vertical-align: middle;
  width: auto;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.region_id"],
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.country_id"] {
  position: relative;
}
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.region_id"]:after,
.checkout-index-index .modal-popup .form-shipping-address .fieldset .field[name="shippingAddress.country_id"]:after {
  content: "";
  background: url("../images/select_down.png") no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.region_id"],
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.country_id"] {
  position: relative;
}
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.region_id"]:after,
.checkout-index-index .modal-popup .form-billing-address .fieldset .field[name="billingAddress.country_id"]:after {
  content: "";
  background: url("../images/select_down.png") no-repeat;
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.checkout-index-index .modal-content #opc-new-shipping-address {
  padding-bottom: 15px;
}
/*checkout-onepage-success*/
.checkout-onepage-success {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
}
.checkout-onepage-success .checkout-success p {
  color: #111;
  font-family: 'Open Sans', sans-serif;
  line-height: 19px;
  font-size: 14px;
}
.checkout-onepage-success .checkout-success .actions-toolbar .primary .action.primary {
  background: #3FADEF;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
.checkout-onepage-success .action.primary {
  background: #3FADEF;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
/* register*/
.customer-account-create,
.customer-account-forgotpassword {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
}
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.customer-account-create .page-main .page-title-wrapper,
.customer-account-forgotpassword .page-main .page-title-wrapper {
  margin: 60px 0 44px;
}
.customer-account-create .page-main .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 49px;
  color: #111;
  font-weight: 400;
}
.customer-account-create .page-main form,
.customer-account-forgotpassword .page-main form {
  border: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
}
.customer-account-create .page-main form fieldset,
.customer-account-forgotpassword .page-main form fieldset {
  float: none;
  width: 650px !important;
  clear: both;
  padding: 0 !important;
}
.customer-account-create .page-main form fieldset.info,
.customer-account-forgotpassword .page-main form fieldset.info {
  margin: 0 0 31px;
}
.customer-account-create .page-main form fieldset.account,
.customer-account-forgotpassword .page-main form fieldset.account {
  margin: 0;
}
.customer-account-create .page-main form fieldset .forgot_title,
.customer-account-forgotpassword .page-main form fieldset .forgot_title {
  display: inline-block;
  width: 100%;
  margin: 70px 0 0;
}
.customer-account-create .page-main form fieldset .forgot_title h4,
.customer-account-forgotpassword .page-main form fieldset .forgot_title h4 {
  margin: 0;
  padding: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  color: #111;
  text-transform: uppercase;
  border-bottom: 1px solid #e9e9e9;
}
.customer-account-create .page-main form fieldset .legend,
.customer-account-forgotpassword .page-main form fieldset .legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.customer-account-create .page-main form fieldset .field,
.customer-account-forgotpassword .page-main form fieldset .field {
  margin: 0 0 15px;
  max-width: 100%;
}
.customer-account-create .page-main form fieldset .field.note,
.customer-account-forgotpassword .page-main form fieldset .field.note {
  margin: 0;
  padding: 11px 0 38px;
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
.customer-account-create .page-main form fieldset .field.newsletter input,
.customer-account-forgotpassword .page-main form fieldset .field.newsletter input {
  float: left;
  margin: 0;
}
.customer-account-create .page-main form fieldset .field.newsletter input:focus,
.customer-account-forgotpassword .page-main form fieldset .field.newsletter input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.customer-account-create .page-main form fieldset .field.newsletter .label,
.customer-account-forgotpassword .page-main form fieldset .field.newsletter .label {
  display: inline-block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
  padding-top: 0;
}
.customer-account-create .page-main form fieldset .field.password .control .password-none,
.customer-account-forgotpassword .page-main form fieldset .field.password .control .password-none {
  display: none;
}
.customer-account-create .page-main form fieldset .field.password .control .password-strength-meter,
.customer-account-forgotpassword .page-main form fieldset .field.password .control .password-strength-meter {
  display: none;
}
.customer-account-create .page-main form fieldset .field .label,
.customer-account-forgotpassword .page-main form fieldset .field .label {
  display: none;
}
.customer-account-create .page-main form fieldset .field .control input,
.customer-account-forgotpassword .page-main form fieldset .field .control input {
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
.customer-account-create .page-main form fieldset .field .control input:focus,
.customer-account-forgotpassword .page-main form fieldset .field .control input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.customer-account-create .page-main form fieldset .field .control input::placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form fieldset .field .control input:-moz-placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form fieldset .field .control input:-ms-input-placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form fieldset .field .control input::-webkit-input-placeholder,
.customer-account-forgotpassword .page-main form fieldset .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-create .page-main form .actions-toolbar,
.customer-account-forgotpassword .page-main form .actions-toolbar {
  padding: 0 !important;
}
.customer-account-create .page-main form .actions-toolbar .primary .action.submit.primary,
.customer-account-forgotpassword .page-main form .actions-toolbar .primary .action.submit.primary {
  padding: 0px 65px;
  height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.customer-account-create .column.main {
  padding-bottom: 30px;
}
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}
.customer-account-forgotpassword .page-main form fieldset {
  margin-bottom: 0;
}
.customer-account-forgotpassword .page-main form .actions-toolbar {
  margin-top: 5px;
}
.customer-account-forgotpassword .page-main form .actions-toolbar .primary .action.submit.primary {
  padding: 0 40px;
}
/* login */
.customer-account-login {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.customer-account-login .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.customer-account-login .page-main .page-title-wrapper {
  margin: 60px 0 32px;
}
.customer-account-login .page-main .page-title-wrapper .page-title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #111;
  font-weight: 400;
}
.customer-account-login .page-main .login-container {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.customer-account-login .page-main .login-container .block {
  /*float: none; clear: both; width: 650px;*/
}
.customer-account-login .page-main .login-container .block .block-title {
  margin: 5px 0 9px;
}
.customer-account-login .page-main .login-container .block .block-title strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #111;
  text-transform: capitalize;
  margin: 0 0 9px;
}
.customer-account-login .page-main .login-container .block .block-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #888;
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid #e8e8e8;
}
.customer-account-login .page-main .login-container .block .block-content .form-login {
  width: 100%;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset {
  width: 100%;
  padding: 0;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset:after {
  content: "";
  display: none;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field {
  margin: 0 0 15px;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field.note {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #888;
  border-top: 1px solid #e8e8e8;
  display: inline-block;
  padding-right: 15px;
  padding-top: 10px;
  margin: 0 0 30px;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .label {
  display: none;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #111;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control {
  width: 100%;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input {
  width: 100%;
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar {
  padding: 0 !important;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary a.action.primary {
  padding: 12px 30px;
  background: #3FADEF;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary .action.primary {
  padding: 0px 69px;
  margin: 0 20px 0 0;
  height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary .action.primary:hover {
  border: 0;
}
.customer-account-login .page-main .login-container .block .block-content .actions-toolbar .secondary .action.remind {
  color: #404040;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
}
.customer-account-login .page-main .login-container .block.block-customer-login .block-content {
  width: 480px;
}
.customer-account-login .page-main .login-container .block.block-new-customer {
  padding: 0 75px;
}
.account {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
}
.account .page-main {
  max-width: 1250px;
  padding-top: 20px;
}
.account .page-main .table .col.actions .action {
  display: inline-block;
}
.account .page-main .order-status {
  margin: 0 0 20px;
}
.contact-index-index {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #111;
}
.contact-index-index .page-title-wrapper {
  display: block;
}
.contact-index-index .page-wrapper > .breadcrumbs {
  max-width: 1250px !important;
}
.contact-index-index .container {
  max-width: 1250px;
}
.contact-index-index .page-main {
  max-width: 1250px;
  padding-top: 0;
}
.contact-index-index .sidebar.sidebar-main {
  padding-right: 5px;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  line-height: initial;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li:last-child {
  margin-bottom: 0;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #94519F;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-index-index .column.main {
  padding-left: 20px;
}
.contact-index-index .column.main .contact-row {
  margin-left: 0;
  margin-right: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact {
  width: 100%;
  display: block;
  overflow: hidden;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset {
  margin-bottom: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .legend {
  font-size: 14px;
  line-height: 19px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 14px;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row {
  margin: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field {
  margin-bottom: 15px;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .label {
  display: none !important;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > .input-text {
  border: 1px solid #E9E9E9;
  height: 48px;
  border-radius: 2px;
  color: #AAAAAA;
  font-size: 14px;
  line-height: 19px;
  padding: 14px;
  background: #fff;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > .input-text:focus {
  box-shadow: none;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > textarea.input-text {
  height: 148px;
  resize: none;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > textarea.input-text:focus {
  box-shadow: none;
}
.contact-index-index .column.main .contact-row .contact-main .form.contact > .actions-toolbar .primary .action.submit {
  min-width: 200px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-right: 0;
  height: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  max-width: 200px;
  float: left;
}
.contact-index-index .column.main .contact-row .contact-info {
  max-width: 180px;
  float: right;
  overflow: hidden;
  display: block;
  flex: none;
  padding-left: 45px;
}
.contact-index-index .column.main .contact-row .contact-info > .contacts-title {
  font-size: 14px;
  line-height: 19px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 19px;
  text-transform: uppercase;
}
.contact-index-index .column.main .contact-row .contact-info > .row {
  display: none;
}
.contact-index-index .column.main .contact-row .contact-info > .row.contacts-content {
  display: block;
}
.contact-index-index .column.main .contact-row .contact-info > .row.contacts-content address {
  font-size: 12px;
  line-height: 17px;
  color: #888888;
}
.action.primary {
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
}
textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
textarea::placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea:-moz-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea:-ms-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
textarea::-webkit-input-placeholder {
  color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 11px;
  height: 11px;
  background: url("../images/radio_un.png") no-repeat;
  background-size: 11px;
}
input[type="radio"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="radio"]:checked {
  width: 11px;
  height: 11px;
  background: url("../images/checked.png") no-repeat;
  background-size: 11px;
}
input[type="radio"]:checked:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select_blank.png") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
}
input[type="checkbox"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="checkbox"]:checked {
  background: url("../images/sel_chk.png") no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
}
input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
/*----- Cms Page -----*/
.cms-page-view .page-wrapper .breadcrumbs,
.cms-noroute-index .page-wrapper .breadcrumbs,
.cms-page-view .page-wrapper .page-main,
.cms-noroute-index .page-wrapper .page-main {
  max-width: 1250px !important;
}
.cms-page-view .sidebar.sidebar-main,
.cms-noroute-index .sidebar.sidebar-main {
  padding-right: 5px;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  line-height: initial;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li:last-child,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li:last-child {
  margin-bottom: 0;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #3FB68D;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #DD5A76;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .hc_blog,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #29A1C8;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .sc_blog,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background: #94519F;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li img,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
  display: inline-block;
  vertical-align: middle;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
.cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p,
.cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.cms-page-view .sidebar.sidebar-additional,
.cms-noroute-index .sidebar.sidebar-additional {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
}
.cms-page-view .sidebar.sidebar-additional .bottom-banner,
.cms-noroute-index .sidebar.sidebar-additional .bottom-banner {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-page-view .sidebar.sidebar-additional .bottom-banner a,
.cms-noroute-index .sidebar.sidebar-additional .bottom-banner a {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.cms-page-view .sidebar.sidebar-additional .bottom-banner a img,
.cms-noroute-index .sidebar.sidebar-additional .bottom-banner a img {
  width: 100%;
  height: auto;
}
.cms-page-view .page-main,
.cms-noroute-index .page-main {
  padding-top: 0;
}
.cms-page-view .column.main,
.cms-noroute-index .column.main {
  padding-left: 24px;
  padding-bottom: 23px;
  min-height: 460px;
}
.cms-page-view .column.main h1,
.cms-noroute-index .column.main h1,
.cms-page-view .column.main h2,
.cms-noroute-index .column.main h2,
.cms-page-view .column.main h3,
.cms-noroute-index .column.main h3,
.cms-page-view .column.main h4,
.cms-noroute-index .column.main h4,
.cms-page-view .column.main h5,
.cms-noroute-index .column.main h5 {
  color: #111111;
}
.cms-page-view .column.main dl dt,
.cms-noroute-index .column.main dl dt {
  font-weight: bold;
}
.cms-page-view .column.main p,
.cms-noroute-index .column.main p,
.cms-page-view .column.main strong,
.cms-noroute-index .column.main strong,
.cms-page-view .column.main b,
.cms-noroute-index .column.main b,
.cms-page-view .column.main ul li,
.cms-noroute-index .column.main ul li,
.cms-page-view .column.main dl dt,
.cms-noroute-index .column.main dl dt,
.cms-page-view .column.main dl dd,
.cms-noroute-index .column.main dl dd {
  color: #888888;
  font-size: 12px;
  line-height: 17px;
}
.cms-page-view .column.main > strong,
.cms-noroute-index .column.main > strong {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}
.cms-page-view .column.main > strong a,
.cms-noroute-index .column.main > strong a {
  color: #00AEEF;
  font-size: 12px;
  line-height: 17px;
}
.cms-page-view .column.main ul,
.cms-noroute-index .column.main ul {
  display: block;
  overflow: hidden;
  width: 100%;
}
.cms-page-view .column.main ul li,
.cms-noroute-index .column.main ul li {
  margin-bottom: 6px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.cms-page-view .column.main .subcategories.product-list-ul,
.cms-noroute-index .column.main .subcategories.product-list-ul {
  display: block;
  margin: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.cms-page-view .column.main .subcategories.product-list-ul > li,
.cms-noroute-index .column.main .subcategories.product-list-ul > li {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul > li,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul > li {
  display: block;
  margin: 0 0 15px 0;
  overflow: hidden;
  float: left;
  width: auto;
  min-width: 165px;
  padding: 0 7.5px;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul > li a,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul > li a {
  font-size: 14px;
  line-height: 22px;
  color: #111111;
  font-weight: normal;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
}
.cms-page-view .column.main .subcategories.product-list-ul > li > ul > li a:hover,
.cms-noroute-index .column.main .subcategories.product-list-ul > li > ul > li a:hover {
  background-color: #00AEEF;
  color: #FFF;
}
.cms-page-view .column.main .page-title-wrapper,
.cms-noroute-index .column.main .page-title-wrapper,
.cms-page-view .column.main .page-title,
.cms-noroute-index .column.main .page-title {
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.cms-page-view .column.main .page-title-wrapper .page-title,
.cms-noroute-index .column.main .page-title-wrapper .page-title,
.cms-page-view .column.main .page-title .page-title,
.cms-noroute-index .column.main .page-title .page-title,
.cms-page-view .column.main .page-title-wrapper h1,
.cms-noroute-index .column.main .page-title-wrapper h1,
.cms-page-view .column.main .page-title h1,
.cms-noroute-index .column.main .page-title h1 {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cms-noroute-index .page-wrapper .page-main {
  padding-top: 30px;
}
.cms-noroute-index .column.main a {
  display: inline-block;
}
.validator.validator-email {
  display: block;
  overflow: hidden;
  height: auto !important;
  width: 100% !important;
}
.validator.validator-email.validation-no .feedback {
  display: none !important;
}
/*==================== Responsive ====================*/
@media only screen and (max-width: 1250px) {
  footer.page-footer .footer .footer-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1120px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li img {
    padding: 0 15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li img {
    padding: 0 5px 0 5px;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 992px) {
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu {
    left: -100% !important;
  }
}
@media only screen and (max-width: 1265px) and (min-width: 992px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-2,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    max-width: calc(50% - 50px);
    max-width: -moz-calc(50% - 50px);
    max-width: -webkit-calc(50% - 50px);
    max-width: -o-calc(50% - 50px);
  }
}
@media only screen and (max-width: 1115px) {
  header.page-header .header.content .search-area .block.block-search {
    margin: 0 25px 0 16px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top {
    padding: 13px 15px 18px 15px;
  }
  footer.page-footer .footer .footer-middle .container .footer-middle_content .col .col-content {
    margin-right: 10%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
    width: 165px;
  }
}
@media only screen and (max-width: 1049px) {
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 10px;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1035px) {
  header.page-header .header.content .minicart-wrapper .action.showcart:before {
    margin-right: 0;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart span.text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body.drawer {
    overflow: hidden;
    height: 100VW !important;
  }
  body.drawer *:not(.block-search) {
    visibility: hidden;
  }
  body.drawer .page-header {
    visibility: visible;
    border: none;
  }
  body.drawer .page-header:before {
    display: none;
  }
  body.drawer .page-header .panel.wrapper {
    display: none !important;
  }
  body.drawer .page-header .header.content {
    padding: 0 !important;
    visibility: visible;
  }
  body.drawer .page-header .header.content .logo,
  body.drawer .page-header .header.content .minicart-wrapper,
  body.drawer .page-header .header.content .action.nav-toggle,
  body.drawer .page-header .header.content .people_register,
  body.drawer .page-header .header.content .sections.nav-sections {
    display: none !important;
  }
  body.drawer .page-header .header.content .search-area {
    visibility: visible;
  }
  body.drawer .page-header .header.content .search-area .search-toggle-icon {
    display: none;
  }
  body.drawer .page-header .header.content .search-area .block.block-search {
    visibility: visible;
  }
  body.drawer .page-header .header.content .search-area .block.block-search .block-title {
    display: none;
  }
  body.drawer .page-header .header.content .search-area .block.block-search .block-content {
    visibility: visible;
    top: 0;
  }
  body.drawer .page-header .header.content .search-area .block.block-search .block-content * {
    visibility: visible;
  }
  body.drawer .page-header .header-search-content {
    display: block;
    visibility: visible;
  }
  body.drawer .page-header .header-search-content .block.block-search {
    visibility: visible;
  }
  body.drawer .page-header .header-search-content .block.block-search .block-title {
    display: none;
  }
  body.drawer .page-header .header-search-content .block.block-search .block-content {
    visibility: visible;
    top: 0;
  }
  body.drawer .page-header .header-search-content .block.block-search .block-content * {
    visibility: visible;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  header.page-header {
    display: block;
    border-bottom: 2px solid #EF3A33;
  }
  header.page-header .panel.wrapper {
    border: 0;
  }
  header.page-header .panel.wrapper .panel.header .phone_shipping {
    display: none;
  }
  header.page-header .panel.wrapper .panel.header .header-top-links {
    display: none;
  }
  header.page-header .header.content {
    padding: 18px 20px 17px !important;
  }
  header.page-header .header.content .nav-toggle {
    float: initial;
    top: 21px;
    left: 18px;
    position: absolute;
    z-index: 11;
    margin: 0;
    line-height: normal;
  }
  header.page-header .header.content .nav-toggle:before {
    content: "";
    background: url("../images/new_nav_toggle.png") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  header.page-header .header.content .logo {
    padding-left: 0;
    width: 100px;
    margin: 6px 25px 0 46px;
  }
  header.page-header .header.content .minicart-wrapper {
    margin-left: 0;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart {
    height: 30px;
    padding: 8px;
  }
  header.page-header .header.content .minicart-wrapper .action.showcart:before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart {
    right: -5px;
    top: 40px;
    width: 268px;
    padding-bottom: 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart:before {
    right: 15px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart:after {
    right: 15px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items {
    padding: 0 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
    height: auto !important;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    margin-bottom: 0;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 22px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .cart-item-qty {
    font-size: 12px;
    line-height: 17px;
    margin: 2px 0;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax {
    margin: 0 0 5px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-pricing .price-container .price-wrapper .price-excluding-tax .minicart-price .price {
    font-size: 12px;
    line-height: 17px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal {
    margin: 0 16px 16px;
    padding: 4px 16px;
    max-width: 236px;
    border: 1px solid #e9e9e9;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .label {
    font-size: 14px;
    line-height: 19px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal .amount span {
    font-size: 14px;
    line-height: 19px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart {
    width: auto;
    margin-left: 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-secondary-cart .secondary .action.viewcart {
    height: 33px;
    padding: 10px 26px;
    width: auto;
    line-height: 14px;
    font-size: 10px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart {
    width: auto;
    margin-right: 16px;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .actions-primary-cart .primary .action.primary.checkout {
    height: 33px;
    padding: 10px 26px;
    width: auto;
    line-height: 14px;
    font-size: 10px;
  }
  header.page-header .header.content .search-area {
    width: auto;
  }
  header.page-header .header.content .search-area .block.block-search {
    width: auto;
    margin: 0;
    padding-top: 5px;
    display: inline-block;
  }
  header.page-header .header.content .search-area .block.block-search .block-title {
    display: block;
    margin: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block-title strong {
    display: none;
  }
  header.page-header .header.content .search-area .block.block-search .block-title:before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    background: url("../images/new_mob_search.svg") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    vertical-align: middle;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content {
    display: none;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 11;
    padding: 8px;
    background: #f9f9fb;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .label {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .label:before {
    content: "";
    margin: 0;
    padding: 0;
    background: url("../images/mob_search.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control {
    margin: 0;
    padding: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control .back-search:before {
    content: "";
    background: url("../images/new_search_back.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: absolute;
    top: 24px;
    left: 25px;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .field.search .control input {
    position: initial !important;
    margin: 0;
    padding: 11px 10px 13px 50px;
    height: 48px;
    font-size: 14px;
    line-height: 19px;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search {
    top: 21px;
    position: absolute;
    right: 20px;
    width: auto;
    border: 0;
    height: auto;
    display: inline-block;
    background: none;
    padding: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search:before {
    content: "";
    background: url("../images/new_drawer_search.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
    font-size: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search span {
    display: none;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search:hover {
    background: none;
  }
  header.page-header .header.content .people_register {
    display: inline-block;
    width: auto;
    float: right;
    margin: 0 25px;
    position: relative;
  }
  header.page-header .header.content .people_register .rl_toggle {
    cursor: pointer;
    margin: 6px 0 0;
  }
  header.page-header .header.content .people_register .rl_toggle img {
    width: 16px;
  }
  header.page-header .header.content .people_register .tl_toggle-content {
    display: none;
    position: relative;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 150px;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 2px 4px #ccc;
    -moz-box-shadow: 0 2px 4px #ccc;
    box-shadow: 0 2px 4px #ccc;
    position: absolute;
    top: 5px;
    right: -25px;
    z-index: 11;
    padding: 5px;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #E9E9E9;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links li:last-child {
    border-bottom: 0;
  }
  header.page-header .header.content .people_register .tl_toggle-content .header-top-links li a {
    display: block;
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #111;
    font-family: 'Open Sans', sans-serif;
  }
  header.page-header .header.content .sections.nav-sections {
    /*width: calc(100% - 20%);*/
    background: #002e5f;
    max-width: 298px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-title {
    display: none !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content {
    margin-top: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content {
    padding-top: 20px;
    padding-bottom: 4px;
    background: #0E2A54;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul {
    margin: 0;
    padding: 0 20px;
    display: block;
    list-style: none;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li {
    display: inline-block;
    float: none;
    width: 100%;
    margin: 0 0 6px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li img {
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    vertical-align: middle;
    margin-top: -10px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    padding-left: 5px;
    vertical-align: middle;
    line-height: 19px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li p a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 400;
    line-height: 19px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .section-item-content .mobile_top_content ul li:first-child img {
    margin-left: 2px;
    margin-right: 3px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu {
    height: calc(100vh - 332px);
    height: -webkit-calc(100vh - 332px);
    height: -moz-calc(100vh - 332px);
    height: -o-calc(100vh - 332px);
    overflow: auto;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 {
    border-top: 1px solid #1a446e;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .container {
    max-width: 100%;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0:last-child {
    border-bottom: 1px solid #1a446e;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .open-children-toggle {
    text-align: center;
    top: 0;
    right: 0;
    height: 59px;
    width: 50px;
    cursor: pointer;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .open-children-toggle:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    display: none !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .open-children-toggle.active:before {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top {
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    padding: 21px 23px 18px 20px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .level-top.ui-state-active {
    color: #fff;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0.parent .level-top:after {
    content: ' ';
    background: url('../images/menu-plus.png') no-repeat scroll center center;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    top: 26px;
    right: 23px;
    background-size: 100% 100%;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0.parent .level-top.ui-state-active:after {
    content: ' ';
    background: url('../images/menu-minus.png') no-repeat scroll center center;
    background-size: 100% auto;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu {
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: initial;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2px 10px;
    column-gap: initial;
    column-count: initial;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .open-children-toggle {
    display: none !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .open-children-toggle:before {
    content: "";
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a {
    font-weight: bold;
    color: #7F95AD;
    font-size: 12px;
    line-height: 22px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a:before {
    content: "";
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .subchildmenu {
    padding: 0 20px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .subchildmenu .level2 {
    margin: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 .subchildmenu .level2 a {
    color: #7F95AD;
    font-size: 12px;
    line-height: 29px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .container .row {
    margin: 0;
    padding: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 16px 1px;
    border-top: 1px solid #1a446e;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px;
    padding: 0 15px;
    line-height: initial;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li:last-child {
    margin-bottom: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #3FB68D;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #DD5A76;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .hc_blog {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #29A1C8;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .sc_blog {
    display: none;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #9451a0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li img {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    max-height: 40px;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs_content,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs_content,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .happy_blogs_content {
    display: inline-block;
    vertical-align: middle;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs_content h5,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs_content h5,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .happy_blogs_content h5 {
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs_content p,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs_content p,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .happy_blogs_content p {
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li:nth-last-child(2) {
    margin-bottom: 0;
  }
  header.page-header .header-search-content {
    display: none;
    background: none;
  }
  header.page-header .header-search-content .block.block-search {
    width: auto;
    margin: 0;
    padding-top: 5px;
    display: inline-block;
  }
  header.page-header .header-search-content .block.block-search .block-title {
    display: block;
    margin: 0;
  }
  header.page-header .header-search-content .block.block-search .block-title strong {
    display: none;
  }
  header.page-header .header-search-content .block.block-search .block-title:before {
    content: "";
    display: inline-block;
    margin: 0;
    padding: 0;
    background: url("../images/new_mob_search.svg") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    vertical-align: middle;
  }
  header.page-header .header-search-content .block.block-search .block.block-content {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 11;
    padding: 8px;
    background: #f9f9fb;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .label {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 45px;
    text-align: center;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .label:before {
    content: "";
    margin: 0;
    padding: 0;
    background: url("../images/mob_search.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control {
    margin: 0;
    padding: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control .back-search {
    cursor: pointer;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control .back-search:before {
    content: "";
    background: url("../images/new_search_back.png") no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: absolute;
    top: 16px;
    left: 17px;
    cursor: pointer;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control input {
    position: initial !important;
    margin: 0;
    padding: 11px 10px 13px 50px;
    height: 48px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .field.search .control .search-autocomplete {
    margin-top: 0;
    padding-right: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search {
    top: 9px;
    position: absolute;
    right: 12px;
    width: auto;
    border: 0;
    height: auto;
    display: inline-block;
    background: none;
    padding: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search:before {
    content: "";
    background: url("../images/new_drawer_search.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: inline-block;
    font-size: 0;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search span {
    display: none;
  }
  header.page-header .header-search-content .block.block-search .block.block-content .form.minisearch .actions .action.search:hover {
    background: none;
  }
  footer.page-footer .footer .footer-top > .container > .row {
    border-bottom: 2px solid #F1F1F3;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner {
    padding: 30px 0 26px;
    border-bottom: none;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .text_block_content {
    width: 100%;
    max-width: 100%;
    flex: initial;
    float: none;
    display: block;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .text_block_content .block h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 7px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content {
    width: 100%;
    max-width: 100%;
    flex: initial;
    float: none;
    display: block;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon {
    float: none;
    text-align: left;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items {
    padding-bottom: 0;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li {
    margin-right: 8px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a:before {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.facebook-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/facebook_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.twitter-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/twitter_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.pinterest-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/pin_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.linkedin-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/linkedin_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-top > .container .custom-block .footer-top-inner .social_links_content .social-icon .social_items li a.youtube-link:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/youtube_hover.svg") no-repeat;
    background-size: 30px;
  }
  footer.page-footer .footer .footer-middle {
    padding: 15px 0 0;
  }
  footer.page-footer .footer .footer-middle > .container > .row {
    padding: 0 0 15px;
  }
  footer.page-footer .footer .footer-middle > .container > .row > .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content h2.title {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 10px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content address,
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col .col-content .trustwave {
    margin-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content {
    float: none;
    margin-right: 0;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content address {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 18px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content ul li a {
    line-height: 25px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company h2.title {
    border-top: 2px solid #F1F1F3;
    border-bottom: 2px solid #F1F1F3;
    padding-bottom: 15px;
    padding-top: 19px;
    margin-bottom: 0;
    margin-top: -2px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company h2.title:after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    float: right;
    padding-right: 5px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company h2.title.active:after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 13px;
    color: #666;
    float: right;
    padding-right: 5px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-company ul {
    display: none;
    padding: 20px 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-order {
    border-top: 0;
    padding-bottom: 15px;
    border-bottom: 0;
    margin-bottom: 0px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content.our-order ul {
    border-bottom: 1px solid #e9e9e9;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-left-side .col-content .trustwave {
    margin-top: 15px;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-right {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  footer.page-footer .footer .footer-middle > .container .footer-middle_content .col.col-right .col-content h2.title {
    margin: 0 0 15px 0;
  }
  footer.page-footer .footer .footer-bottom {
    padding: 15px 15px 6px;
    text-align: center;
  }
  footer.page-footer .footer .footer-bottom .container address {
    font-size: 10px;
    line-height: 14px;
  }
  .page-main .columns .column.main {
    padding: 0 0 13px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background {
    padding: 16px 0 10px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner {
    padding-bottom: 18px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog {
    text-align: center;
    width: auto;
    min-width: 100%;
    margin-left: -16px;
    margin-right: -16px;
    padding: 41px 16px 18px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog .product_finder_title {
    margin: 0 0 32px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog .product_finder_title h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 11px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog .product_finder_title h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-title {
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle {
    border: 0;
    display: block !important;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item {
    margin: 0 0 8px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper:after {
    top: 11px;
    right: 18px;
    position: absolute;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item .dropdown-element .amfinder-select-wrapper .amfinder-select {
    height: 50px;
    padding: 0 10px 0 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-2 {
    width: 100%;
    max-width: 100%;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 93.5%;
    max-width: calc(100% - 62px);
    max-width: -moz-calc(100% - 62px);
    max-width: -webkit-calc(100% - 62px);
    max-width: -o-calc(100% - 62px);
    margin-right: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last {
    float: right;
    width: auto;
    height: auto;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .last .amfinder-buttons button.button.action.primary {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder {
    width: 100%;
    max-width: 100%;
    flex: initial;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    order: 1;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs_banner {
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs {
    margin: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li {
    width: 33.33333%;
    float: left;
    padding: 0 8px;
    margin: 0 0 8px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li img {
    padding: 0 15px 0 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li:first-child {
    padding-left: 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li:last-child {
    padding-right: 0;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title {
    margin: 25px 0;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title h2 {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 5px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .search_title p {
    font-size: 12px;
    line-height: 17px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 {
    padding: 7px 0px 15px 0px;
    width: 50%;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-name a {
    font-size: 12px;
    line-height: 17px;
    color: #000;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list {
    margin: 15px 0 0;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content {
    padding: 0 0 0 28px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li {
    margin: 0 0 12px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_container_list .brand_listing_content li p {
    font-size: 12px;
    line-height: 17px;
  }
  .breadcrumbs {
    display: block;
  }
  .page-wrapper > .breadcrumbs {
    padding: 0 24px;
  }
  .page-wrapper > .breadcrumbs .items {
    padding: 15px 0 0;
  }
  .catalog-category-view .page-main {
    padding: 0 24px;
  }
  .catalog-category-view .page-main .category_page_container .container .row {
    margin: 0 -15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs {
    /*flex: 0 0 25%; max-width: 25%;*/
    order: 2;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs {
    padding: 18px 0 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li {
    padding: 0 6px;
    margin: 0 0 12px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li img {
    padding: 0 15px 0 15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats {
    /*flex: 0 0 75%; max-width: 75%;*/
    order: 1;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container {
    margin: -45px 0 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name {
    padding: 0 0 15px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name h1 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .current_cat_name p {
    font-size: 10px;
    line-height: 16px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a {
    font-size: 10px;
    line-height: 14px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc {
    padding: 5px 0 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .cat_log_desc p {
    font-size: 9px;
    line-height: 13px;
    margin: 0 0 14px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content {
    order: 3;
    margin: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .catalog-category-view .page-main .zd-category-description {
    overflow: initial;
  }
  .catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name {
    margin: -10px 0 5px;
    overflow: initial;
  }
  .catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-category-view .page-main .zd-category-description .zd-cat-description-right .current_cat_name p {
    font-size: 10px;
    line-height: 16px;
  }
  .products-list .product-items .product-item {
    margin: 0 0 24px;
  }
  .products-list .product-items .product-item .product-item-info .product_type_title {
    display: none;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo {
    max-width: 40%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels {
    margin: 7px 0 20px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .label_title,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .label_title,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .product-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .product-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .new-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .new-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product_label_title .sale-label,
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .product-labels .sale-label {
    font-size: 10px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .image_photo_wraaper {
    padding: 48px 17px 30px 25px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details {
    max-width: 60%;
    margin-top: 46px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product {
    max-width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .cartridge_type_product .cartridge_type_item a {
    font-size: 16px;
    line-height: 22px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-name {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content .product_type_service li {
    font-size: 10px;
    line-height: 24px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description {
    margin: 18px 0 48px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description .action.more {
    margin-top: 15px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last {
    padding: 0 0 23px 0;
    margin: 0;
    max-width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .price-box {
    margin-bottom: 30px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .swatch_option_content {
    margin: -20px 0 25px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
    width: 200px;
  }
  .catalog-product-view .breadcrumbs {
    padding: 0 24px;
  }
  .catalog-product-view .page-main {
    padding: 0 24px;
  }
  .catalog-product-view .page-main .product-info-main .product.media {
    max-width: 40%;
  }
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels {
    margin: 7px 0 20px;
  }
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .label_title,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .label_title,
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .product-label,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .product-label,
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .new-label,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .new-label,
  .catalog-product-view .page-main .product-info-main .product.media .product_label_title .sale-label,
  .catalog-product-view .page-main .product-info-main .product.media .product-labels .sale-label {
    font-size: 10px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content {
    float: right;
    max-width: 60%;
    padding-top: 48px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .cartridge_type_product .cartridge_type_item a {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .page-title-wrapper.product {
    margin: 0 0 15px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content .product_type_service li {
    font-size: 10px;
    line-height: 24px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-reviews-summary {
    display: none;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview .value {
    margin: 25px 0 10px;
  }
  .catalog-product-view .page-main .product-info-main .product-viewform-content {
    float: right;
    max-width: 60%;
    padding: 0 0 30px 10px;
    margin: 25px 0 0;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items {
    margin: 0;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title {
    padding-top: 16px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch {
    font-size: 16px;
    line-height: 22px;
    padding: 11px 15px 10px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.title .data.switch:after {
    content: "";
    display: none;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description {
    padding: 11px 15px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .product.attribute.description .value {
    font-size: 12px;
    line-height: 24px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block {
    padding: 0 15px 0;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .block .block-content form .actions-toolbar .actions-primary .action.submit.primary {
    margin: 0 0 18px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer {
    padding: 6px 26px;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
    width: 20%;
  }
  .checkout-cart-index .page-main {
    padding: 0 24px;
  }
  .checkout-cart-index .page-main .page-title-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 16px 0 16px;
  }
  .checkout-cart-index .page-main .page-title-wrapper .page-title {
    font-size: 18px;
    line-height: 24px;
  }
  .checkout-cart-index .page-main .cart-container {
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary {
    float: none;
    width: 100%;
    clear: both;
    margin: 0 0 16px;
  }
  .checkout-cart-index .page-main .cart-container .cart-summary .summary.title {
    font-size: 14px;
    line-height: 19px;
    padding: 16px 16px;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper {
    padding: 14px 16px 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark,
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .amount {
    font-size: 14px;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals .mark .label {
    font-size: 14px;
  }
  .checkout-cart-index .page-main .cart-container .cart-totals .table-wrapper .data.table.totals .totals.shipping .label {
    padding: 0 0 20px !important;
  }
  .checkout-cart-index .page-main .cart-container .checkout-methods-items {
    padding: 16px 16px;
  }
  .checkout-cart-index .page-main .cart-container .checkout-methods-items li .action.primary.checkout {
    font-size: 14px;
    line-height: 19px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart {
    float: none;
    width: 100%;
    clear: both;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper {
    margin-bottom: 0;
    border: 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col:before {
    content: "";
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item {
    padding: 15px 15px 9px 145px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item .product-item-photo {
    left: 40px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item .product-item-details .item-options.desc {
    height: 30px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.subtotal {
    border-right: 0;
    padding-right: 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-actions {
    float: right;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-actions td {
    width: 102px;
    height: 52px;
    padding-bottom: 0 !important;
    background: #eee;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-actions td .actions-toolbar {
    margin-right: 0;
    padding-top: 0;
    margin-top: 7px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions {
    text-align: initial;
    display: inline-block;
    width: 100%;
    margin: -3px 0 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear {
    width: 49.2%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 49.2%;
    float: right;
    padding: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount {
    display: block;
    width: 100%;
    margin-top: 37px;
    margin-bottom: 47px;
    padding: 0;
    overflow: hidden;
    border: 0;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .title {
    border: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .title:after {
    content: "";
    display: none;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .content {
    display: block;
    width: 35%;
    margin: auto;
    padding: 0;
  }
  .checkout-index-index .page-main {
    padding: 0 24px;
  }
  .checkout-index-index .page-main .checkout-container {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper {
    border: 1px solid #e9e9e9;
    margin: 30px 0 0;
    background: #F9F9FB;
    padding: 10px 15px;
    display: none !important;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .estimated-block span {
    font-family: 'Open Sans', sans-serif;
    color: #111;
    font-size: 15px;
    line-height: 25px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper {
    margin-top: 16px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    width: 100px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: "";
    background: url("../images/checkout_cart.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 15px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    left: 30px;
    color: #111;
    font-size: 14px;
    line-height: 19px;
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:before {
    content: "(";
  }
  .checkout-index-index .page-main .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:after {
    content: ")";
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper {
    width: initial;
    position: static;
    visibility: visible;
    opacity: 1;
    min-width: unset;
    margin-top: 22px;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap {
    transform: none;
    box-shadow: none;
    background: #FFFFFF;
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content #opc-sidebar .opc-block-summary {
    background: #ffffff;
  }
  .checkout-index-index .page-main .checkout-container .opc-summary-wrapper .modal-inner-wrap .modal-content #opc-sidebar .opc-block-shipping-information .shipping-information {
    padding: 30px 20px 15px;
    border: 1px solid #e9e9e9;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li.checkout-shipping-address .step-title {
    margin: 17px 0 20px;
    display: none;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content {
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login {
    margin-top: 22px;
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
    max-width: initial;
    padding-left: 24px;
    padding-right: 24px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login .fieldset .field .control .note {
    margin-bottom: 19px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login .fieldset .actions-toolbar {
    margin-bottom: 30px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.payments .discount-code .payment-option-title.field.choice {
    padding: 30px 0 15px;
    margin-bottom: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method {
    padding-left: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-title {
    margin: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.methods-shipping {
    margin-top: 11px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.methods-shipping table tbody .col-price {
    padding: 0 0 5px !important;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset {
    background: #fff;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .field {
    margin: 0 0 10px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .fieldset .opc-payment .items {
    margin: 0;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form .payment-option {
    margin: 0;
  }
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main {
    padding: 0 24px;
  }
  .customer-account-create .page-main .page-title-wrapper,
  .customer-account-forgotpassword .page-main .page-title-wrapper {
    margin: 23px 0 23px;
  }
  .customer-account-create .page-main .page-title-wrapper .page-title,
  .customer-account-forgotpassword .page-main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 33px;
  }
  .customer-account-create .page-main form fieldset,
  .customer-account-forgotpassword .page-main form fieldset {
    width: 100% !important;
  }
  .customer-account-create .page-main form fieldset .forgot_title,
  .customer-account-forgotpassword .page-main form fieldset .forgot_title {
    margin: 24px 0 0;
  }
  .customer-account-create .page-main form fieldset .forgot_title h4,
  .customer-account-forgotpassword .page-main form fieldset .forgot_title h4 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 8px;
    max-width: 450px;
  }
  .customer-account-create .page-main form fieldset.info,
  .customer-account-forgotpassword .page-main form fieldset.info {
    margin: 0 0 25px;
  }
  .customer-account-create .page-main form fieldset .legend,
  .customer-account-forgotpassword .page-main form fieldset .legend {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 12px;
  }
  .customer-account-create .page-main form fieldset .field,
  .customer-account-forgotpassword .page-main form fieldset .field {
    margin: 0 0 10px;
  }
  .customer-account-create .page-main form fieldset .field.note,
  .customer-account-forgotpassword .page-main form fieldset .field.note {
    padding: 8px 0 23px;
    font-size: 12px;
    line-height: 18px;
  }
  .customer-account-create .page-main form fieldset .field .control input,
  .customer-account-forgotpassword .page-main form fieldset .field .control input {
    height: 40px;
    padding: 0 14px;
  }
  .customer-account-create .page-main form .actions-toolbar .primary,
  .customer-account-forgotpassword .page-main form .actions-toolbar .primary {
    display: inline-block;
    width: 100%;
  }
  .customer-account-create .page-main form .actions-toolbar .primary .action.submit.primary,
  .customer-account-forgotpassword .page-main form .actions-toolbar .primary .action.submit.primary {
    width: 100%;
    float: left;
    padding: 0 0px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
  }
  .customer-account-create .page-main form.password.forget,
  .customer-account-forgotpassword .page-main form.password.forget {
    padding-bottom: 74px !important;
  }
  .customer-account-create .page-main form.password.forget .actions-toolbar,
  .customer-account-forgotpassword .page-main form.password.forget .actions-toolbar {
    margin-top: 2px;
  }
  .customer-account-create .page-main form.create.account,
  .customer-account-forgotpassword .page-main form.create.account {
    margin-bottom: 6px;
  }
  .customer-account-forgotpassword .page-main form fieldset .forgot_title h4 {
    max-width: 450px;
  }
  .customer-account-login .page-main {
    padding: 0 30px;
  }
  .customer-account-login .page-main .page-title-wrapper {
    margin: 30px 0 25px;
  }
  .customer-account-login .page-main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 33px;
  }
  .customer-account-login .page-main .login-container .block {
    width: 100%;
    margin-bottom: 20px;
  }
  .customer-account-login .page-main .login-container .block .block-content {
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field {
    margin: 0 0 10px;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field.note {
    margin: 0 0 20px;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field .control input {
    height: 40px;
    padding: 0 14px;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary {
    display: inline-block;
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary .action.primary {
    float: left;
    width: 100%;
    padding: 0 55px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .primary a.action.primary {
    width: 100%;
    float: none;
    padding: 10px 40px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .secondary {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    padding: 0;
  }
  .customer-account-login .page-main .login-container .block .block-content .actions-toolbar .secondary .action.remind {
    margin-top: 0;
  }
  .customer-account-login .page-main .login-container .block.block-customer-login .block-content {
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block.block-new-customer {
    padding: 0;
    margin: 45px 0;
  }
  .account .page-main .block-order-details-view {
    margin: 0;
  }
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main,
  .cms-noroute-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li:nth-child(2n),
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n) {
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1),
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .sc_blog,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 25px;
  }
  .contact-index-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n) {
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li:nth-child(2n+1) {
    padding-left: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 18px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 25px;
  }
  .contact-index-index .page-main .columns .column.main {
    padding-bottom: 32px;
  }
  .contact-index-index .column.main .contact-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field {
    margin-bottom: 10px;
  }
  .contact-index-index .column.main .contact-row .contact-main .form.contact > .fieldset > .fieldset.row > .fields > .field > .control > .input-text {
    font-size: 12px;
    line-height: 17px;
  }
  .contact-index-index .column.main .contact-row .contact-info {
    padding-left: 35px;
    max-width: 170px;
  }
}
@media only screen and (max-width: 870px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    /*width: 91.5%;*/
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .header.content .logo {
    height: auto;
  }
  header.page-header .header.content .search-area .block.block-search {
    float: right;
    margin: 0 0px 0 0;
    padding-top: 0;
  }
  header.page-header .header.content .search-area .block.block-search .block-title {
    margin: 8px 0 0;
  }
  header.page-header .header.content .search-area .block.block-search .block.block-content .form.minisearch .actions .action.search {
    display: inline-block;
  }
  header.page-header .header.content .people_register .rl_toggle {
    margin: 9px 0 0;
  }
  header.page-header .header.content .minicart-wrapper {
    margin: 0;
  }
  header.page-header .header.content .minicart-wrapper .block-minicart .block-content .subtotal {
    padding-left: 13px;
    padding-right: 13px;
  }
  header.page-header .header.content .sections.nav-sections {
    /*width: calc(100% - 20%);*/
    z-index: 11;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 {
    padding: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu ul .level0 .submenu .subchildmenu.col-md-12.mega-columns.columns4 .level1 a:before {
    content: "";
    margin: 0;
    padding: 0;
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner {
    padding-bottom: 16px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner.desktop-image {
    display: none;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_banner.mobile-image {
    display: block;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 91.5%;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder {
    padding-top: 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li {
    width: 100%;
    float: none;
    padding: 0 0px;
    margin: 0 0 12px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content h5,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content h5 {
    display: inline-block;
    float: left;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .guarantee_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .grade_blogs_content p,
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .right_side_finder .happy_blogs li .happy_blogs_content p {
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 23px;
  }
  .page-wrapper > .breadcrumbs {
    padding: 0 16px;
  }
  .catalog-category-view .page-main {
    padding: 0 16px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs {
    /*padding: 0 14px 0 15px;*/
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li {
    padding: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .hc_blog,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content h5,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content h5,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .guarantee_blogs_content p,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .grade_blogs_content p,
  .catalog-category-view .page-main .category_page_container .container .row .left_side_blogs .happy_blogs li .happy_blogs_content p {
    display: inline-block;
    font-size: 12px;
    line-height: 23px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats {
    /*padding: 0 14px 0 15px;*/
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container {
    margin-top: -38px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
    width: 33.33333%;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(4n+1) {
    clear: initial;
    padding-left: 7.5px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(3n+1) {
    clear: both;
    padding-left: 0;
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content {
    /*padding: 0 14px 0 15px;*/
  }
  .catalog-category-view .page-main .category_page_container .container .row .cat_banner_content .advertise_banner_content {
    margin-top: 24px;
    margin-bottom: 65px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo {
    max-width: 100%;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-photo .image_photo_wraaper {
    padding: 20px 16px 0 16px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details {
    max-width: 100%;
    margin: 20px 0 0;
    padding: 0 16px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .product-item-description {
    margin-bottom: 46px;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last {
    max-width: 100%;
    padding: 0 0 16px 0;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-last .product-item-inner .product-item-actions .actions-primary form .action.tocart.primary {
    width: 200px;
  }
  .catalog-product-view .page-main {
    padding: 0 16px;
  }
  .catalog-product-view .page-main .product-info-main .product.media {
    max-width: 100%;
    float: none;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage {
    margin: auto;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content {
    float: none;
    max-width: 100%;
    padding: 0 20px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-reviews-summary {
    display: none;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product.attribute.overview {
    display: inline-block;
    width: 100%;
  }
  .catalog-product-view .page-main .product-info-main .product-viewform-content {
    float: none;
    max-width: 100%;
    padding: 0 20px 30px;
    display: inline-block;
  }
  .catalog-product-view .page-main .product.info.detailed .product.data.items .data.item.content .compatible-printer li {
    width: 50%;
  }
  .checkout-cart-index .page-main {
    padding: 0 16px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item {
    padding: 15px 15px 9px 135px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table .cart.item .item-info .col.item .product-item-photo {
    left: 35px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear {
    width: 48.5%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 48.5%;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount {
    margin-bottom: 68px;
  }
  .checkout-cart-index .page-main .cart-container .cart-discount .block.discount .content {
    width: 100%;
  }
  .checkout-index-index .page-main {
    padding: 0 16px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content form.form-login {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main {
    padding: 0 24px;
  }
  .customer-account-create .page-main .columns .column.main,
  .customer-account-forgotpassword .page-main .columns .column.main {
    padding-bottom: 50px;
  }
  .customer-account-create .page-main .page-title-wrapper,
  .customer-account-forgotpassword .page-main .page-title-wrapper {
    margin: 23px 0 23px;
  }
  .customer-account-create .page-main form fieldset .legend,
  .customer-account-forgotpassword .page-main form fieldset .legend {
    margin: 0 0 12px;
  }
  .customer-account-create .page-main form fieldset.info,
  .customer-account-forgotpassword .page-main form fieldset.info {
    margin: 0 0 26px;
  }
  .customer-account-create .page-main form.password.forget,
  .customer-account-forgotpassword .page-main form.password.forget {
    padding-bottom: 146px !important;
  }
  .customer-account-create .page-main form.create.account,
  .customer-account-forgotpassword .page-main form.create.account {
    padding-bottom: 36px !important;
  }
  .customer-account-login .page-main {
    padding: 0 30px;
  }
  .customer-account-login .page-main .login-container .block .block-title {
    margin: 5px 0 12px;
    padding-top: 0;
    padding-right: 0;
  }
  .customer-account-login .page-main .login-container .block .block-content .form-login .fieldset .field.note {
    width: 100%;
  }
  .customer-account-login .page-main .login-container .block.block-new-customer {
    padding: 0;
    margin: 35px 0;
  }
  header.page-header .header.content .sections.nav-sections {
    left: calc(-1 * (100% - 20%)) !important;
    left: -moz-calc(-1 * (100% - 20%)) !important;
    left: -webkit-calc(-1 * (100% - 20%)) !important;
    left: -o-calc(-1 * (100% - 20%)) !important;
  }
  .nav-before-open header.page-header .header.content .sections.nav-sections,
  .nav-open header.page-header .header.content .sections.nav-sections {
    width: calc(100% - 20%) !important;
    width: -moz-calc(100% - 20%) !important;
    width: -webkit-calc(100% - 20%) !important;
    width: -o-calc(100% - 20%) !important;
    left: 0 !important;
    width: 298px !important;
  }
  header.page-header .header.content .sections.nav-sections .section-items .navigation.sw-megamenu {
    height: calc(100vh - 332px);
    height: -webkit-calc(100vh - 332px);
    height: -moz-calc(100vh - 332px);
    height: -o-calc(100vh - 332px);
    overflow: auto;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block {
    padding-left: 0;
    padding-right: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .guarantee_blogs,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .grade_blogs,
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li .hc_blog {
    padding-left: 0;
    padding-right: 0;
  }
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li:nth-last-child(2) {
    margin-bottom: 0;
  }
  /*----- Cms Page -----*/
  .cms-page-view .sidebar.sidebar-main,
  .cms-noroute-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .hc_blog,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .sc_blog,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li img,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 24px;
    max-height: 40px;
    width: auto;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
    margin-right: -4px;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .cms-page-view .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
  }
  .cms-page-view .sidebar.sidebar-main .happy_blogs li:last-child,
  .cms-noroute-index .sidebar.sidebar-main .happy_blogs li:last-child {
    margin-bottom: 15px;
  }
  .contact-index-index .sidebar.sidebar-main {
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .hc_blog {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .sc_blog {
    padding: 10px 0;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li img {
    padding: 0 24px;
    max-height: 40px;
    width: auto;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content {
    margin-right: -4px;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content h5,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content h5,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content h5 {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .guarantee_blogs_content p,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .grade_blogs_content p,
  .contact-index-index .sidebar.sidebar-main .happy_blogs li .happy_blogs_content p {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact-index-index .sidebar.sidebar-main .happy_blogs li:last-child {
    margin-bottom: 15px;
  }
  .contact-index-index .page-main .columns .column.main {
    padding-bottom: 32px;
  }
  .contact-index-index .column.main .contact-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-index-index .column.main .contact-row .contact-main {
    margin-bottom: 32px;
  }
  .contact-index-index .column.main .contact-row .contact-info {
    padding-left: 15px;
    max-width: 150px;
  }
  .contact-index-index .column.main .contact-row .contact-info .contacts-title {
    font-size: 12px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 650px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 89.5%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear,
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 48.2%;
  }
}
@media only screen and (max-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 550px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 87.5%;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper {
    float: none;
    border-right: 0;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 435px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 82.5%;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image {
    height: 150px;
    padding: 0 5px;
  }
  .cms-index-index .page-main .search_by_brand_container .search_brand_data .container .product_brand_content .brand_product_content .container .col-lg-3.col-md-4.col-sm-6.col-xs-6 .brand-item .brand-image a img {
    max-width: 150px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li {
    width: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(3n+1) {
    clear: initial;
    padding-left: 7.5px;
  }
  .catalog-category-view .page-main .category_page_container .container .row .right_side_cats .zt-subcategories-container .zd-subcat-list li:nth-child(2n+1) {
    clear: both;
    padding-left: 0;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .swatch_option_content {
    float: left;
    width: auto;
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content {
    float: left;
    width: 70%;
    padding: 0 0 0 15px;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product-options-wrapper {
    float: none;
    border: 0;
  }
  .catalog-product-view .page-main .product-info-main .product-main-content .product-add-form form .product_service_content {
    float: none;
    padding: 0;
    width: 100%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear,
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 47.2%;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .table-wrapper .table tbody .item-info .col.qty .field.qty {
    min-width: 67px;
  }
}
@media only screen and (max-width: 390px) {
  header.page-header .header.content .sections.nav-sections .section-items .mobile_offer_block .happy_blogs li img {
    padding: 0 15px;
  }
  footer.page-footer .footer .footer-top .container .custom-block .footer-top-inner .text_block_content .block h2 {
    font-size: 22px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .right_side_finder .happy_blogs li img {
    padding: 0 2px;
  }
  .catalog-product-view .page-main .product-info-main .product-viewform-content .product-options-bottom .box-tocart .fieldset .actions .action.primary.tocart {
    width: 165px;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address {
    position: relative;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block input[type='checkbox'] {
    position: absolute;
  }
  .checkout-index-index .page-main .checkout-container .opc-wrapper .opc li .step-content .form.payments .opc-payment .payment-methods .payment-group .payment-method .payment-method-content .payment-method-billing-address .checkout-billing-address .billing-address-same-as-shipping-block label {
    padding-left: 24px;
  }
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.clear,
  .checkout-cart-index .page-main .cart-container .form.form-cart .cart.main.actions .action.update {
    width: 46.8%;
  }
}
@media only screen and (max-width: 359px) {
  header.page-header .header.content .people_register {
    margin: 0 20px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container.page_content .left_side_finder .product_finder_blog_content .amfinder-common-wrapper .amfinder-toggle .am-item.am-item-3 {
    width: 78.5%;
  }
  .catalog-category-view .page-main {
    /*padding-left: 0; padding-right: 0;*/
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block {
    /*.swatch_option_content { float: none; width: 100%; border-right: 0;}*/
  }
  .products-list .product-items .product-item .product-item-info .products_content_wrapper .product-item-details .rederer_service_block .product_service_content {
    /*float: none; width: 100%; padding: 0;*/
    width: 65%;
  }
}
.product-custom-attribute {
  display: flex;
}
.product-custom-attribute.product-view-page {
  margin-top: 15px;
}
.product-custom-attribute.combo-product {
  margin-bottom: 30px;
  flex-wrap: wrap;
  background: #F9F9FA;
  padding: 20px 25px;
  border: 1px solid #EEE;
}
@media (min-width: 992px) {
  .product-custom-attribute.combo-product {
    margin-right: 20px;
  }
}
.product-custom-attribute.combo-product .product_color {
  margin-right: 0;
  width: 50%;
}
.product-custom-attribute.combo-product .product_color:nth-of-type(3),
.product-custom-attribute.combo-product .product_color:nth-of-type(4) {
  margin-top: 15px;
}
.product-custom-attribute .product_color {
  display: flex;
  min-height: 20px;
  align-items: center;
}
.product-custom-attribute .product_color__swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.product-custom-attribute .product_color__text {
  line-height: 20px;
  padding-left: 10px;
}
.product-custom-attribute .product_other_attribute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-custom-attribute .product_other_attribute:not(.no-color) {
  border-left: 1px solid #e3e3e3;
  padding-left: 25px;
}
.product-custom-attribute .product_other_attribute .product_upto_print_page,
.product-custom-attribute .product_other_attribute .product_fast_delivery {
  position: relative;
  padding-left: 21px;
  display: flex;
  align-items: center;
  line-height: 25px;
  width: 100%;
}
.product-custom-attribute .product_other_attribute .product_upto_print_page:before,
.product-custom-attribute .product_other_attribute .product_fast_delivery:before {
  position: absolute;
  content: '';
  display: flex;
  background-image: url('../images/true-mark@2x.png');
  background-repeat: no-repeat;
  left: 0;
  height: 9px;
  width: 11.5px;
  background-size: contain;
  line-height: 20px;
  align-items: center;
}
.product-custom-attribute.own-combo-product .product_color {
  min-height: 35px !important;
}
.product-custom-attribute.own-combo-product .product_color__swatch {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.product-custom-attribute.simple-product .product_color,
.product-custom-attribute.product-view-page .product_color {
  min-height: 50px;
}
.product-custom-attribute.simple-product .product_color__swatch,
.product-custom-attribute.product-view-page .product_color__swatch {
  width: 30px;
  height: 30px;
}
.product-custom-attribute.simple-product .product_color__text,
.product-custom-attribute.product-view-page .product_color__text {
  margin-right: 30px;
}
.bundle-product-container {
  margin-bottom: 29px;
  display: flex;
  flex-wrap: wrap;
}
.bundle-product-container .bundle-product-box {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
  background: #F9F9FA;
  padding: 20px 0 20px 20px;
  border: 1px solid #EEE;
}
@media (min-width: 992px) {
  .bundle-product-container .bundle-product-box {
    margin-right: 20px;
  }
}
.bundle-product-container .bundle-product-box .bundle-qty-box-container:nth-of-type(4) {
  margin: 0 !important;
}
.static-combo-product .price-box.price-final_price {
  margin: 0 20px 0 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #9D9FA4;
}
.static-combo-product.tier-price {
  margin-bottom: 20px;
}
.static-combo-product.tier-price .prices-tier li {
  margin: 0 20px 0 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px dotted #9D9FA4;
}
.static-combo-product.tier-price .prices-tier li .price {
  color: #EF3A33 !important;
  font-weight: bold;
}
.static-combo-product + .product-info-price .price-box.price-final_price {
  margin: 0 20px 0 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 1px dotted #9D9FA4;
}
.catalog-product-view .static-combo-product + .product-info-price {
  margin-right: 20px !important;
  width: auto !important;
}
.catalog-product-view .static-combo-product + .product-info-price .price-box.price-final_price {
  margin: 0 !important;
  padding-bottom: 10px !important;
  border-bottom: 1px dotted #9D9FA4;
  padding-right: 20px !important;
}
.catalog-product-view .static-combo-product.prices-tier.items {
  margin: 0 20px 15px 0 !important;
}
.catalog-product-view .static-combo-product.prices-tier.items li {
  margin: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px dotted #9D9FA4;
}
.catalog-product-view .static-combo-product.prices-tier.items li .price {
  color: #EF3A33 !important;
  font-weight: bold;
}
@media (max-width: 767px) and (min-width: 480px) {
  .nav-open .page-wrapper {
    left: 0 !important;
  }
}
.checkout-index-index ul.credit-card-types {
  display: none;
}
.checkout-index-index #payment_form_paysafe_gateway .field.type {
  margin: 0;
}
.catalog-category-view span.incl-vat,
.checkout-index-index span.incl-vat {
  font-size: 12px;
  color: #9D9FA4;
  padding-left: 4px;
}
.catalog-product-view span.incl-vat {
  font-size: 12px;
  color: #9D9FA4;
  padding-left: 4px;
}
.catalog-product-view .price-final_price span.incl-vat {
  padding-left: 0px !important;
}
.catalog-product-view .upsell span.incl-vat,
.catalog-product-view .related span.incl-vat {
  display: none;
}
.order-comment-body .customer-note {
  background: #fff;
  resize: none;
}
.block-title.title h2 {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
  padding-right: 20px;
  color: #313131;
  line-height: 1;
  font-weight: bold;
  display: inline;
}
.cartridge_type_product .cartridge_type_item a,
.cartridge_type_product .cartridge_type_item h2 {
  text-decoration: none;
  color: #666;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  header.page-header .panel.wrapper .panel.header .phone_shipping li:first-child img {
    min-width: 12px;
  }
  header.page-header .panel.wrapper .panel.header .phone_shipping li:nth-child(2) img {
    min-width: 17px;
  }
}
@media screen and (min-width: 1250px) {
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.desktop-image {
    min-height: 212px;
  }
  .cms-index-index .page-main .product_finder_content .product_finder_background .container .left_side_finder .product_finder_blog_banner.desktop-image img {
    max-height: 212px;
  }
}
header.page-header .panel.wrapper .panel.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
header.page-header .panel.wrapper .panel.header .header-top-links.header-top-links {
  margin-left: auto;
}
.deley-top {
  padding: 10px;
  font-weight: bold;
  color: #0a5308;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .deley-top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    padding: 0px 30px;
  }
  header.page-header .panel.wrapper .panel.header .phone_shipping {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  header.page-header .panel.wrapper .panel.header .header-top-links {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 1279px) {
  .deley-top {
    background: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .page-main .product-info-main .product.media .gallery-placeholder .fotorama-item .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
    margin: auto !important;
  }
}
#checkout-payment-method-load .payment-method-title input[type=radio] {
  background-size: 16px !important;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
