#header {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #header {
      border-bottom: 3px solid #a41622; } }
  @media only screen and (min-width: 1025px) {
    #header:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 150px;
      background-image: url(/sites/default/themes/thermacare/images/header-swoosh-updated.svg);
      background-repeat: no-repeat;
      background-position: center top;
      top: 100%;
      z-index: 10;
      background-size: 105%; } }
  #header .section {
    position: relative; }
    @media only screen and (max-width: 1024px) {
      #header .section {
        padding: 18px 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (min-width: 1025px) {
      #header .section {
        max-width: 1170px;
        margin: 0 auto;
        padding: 40px 20px 5px;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    #header .section.clearfix:after {
      display: none; }
    #header .section #logo {
      margin-bottom: 15px;
      width: 269px;
      height: 33px; }
      @media only screen and (max-width: 1024px) {
        #header .section #logo {
          display: block;
          margin: 0; }
          #header .section #logo img {
            display: block;
            max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        #header .section #logo {
          width: 165px;
          height: 22px; } }
    #header .section .hamburger-menu {
      display: none; }
      @media only screen and (max-width: 1024px) {
        #header .section .hamburger-menu {
          display: block;
          width: 30px; }
          #header .section .hamburger-menu span {
            display: block;
            width: 100%;
            height: 4px;
            background: #a41622;
            margin-top: 5px; }
            #header .section .hamburger-menu span:first-child {
              margin: 0; } }
    @media only screen and (min-width: 1025px) {
      #header .section .main-menu-wrapper {
        display: block !important; } }
    @media only screen and (max-width: 1024px) {
      #header .section .main-menu-wrapper {
        background: #a6131d;
        position: absolute;
        width: 100%;
        z-index: 20;
        top: 0;
        left: 0;
        padding: 0 20px;
        display: none; } }
    #header .section .main-menu-wrapper .close {
      width: 19px;
      height: 19px;
      position: absolute;
      top: 20px;
      right: 20px;
      background: url(/sites/default/themes/thermacare/images/close-btn.png) no-repeat center center;
      z-index: 10;
      display: none; }
      @media only screen and (max-width: 1024px) {
        #header .section .main-menu-wrapper .close {
          display: block; } }
    #header .section .main-menu-wrapper .thermacare-logo {
      display: none; }
      @media only screen and (max-width: 1024px) {
        #header .section .main-menu-wrapper .thermacare-logo {
          display: block;
          margin: 18px 0;
          width: 269px;
          height: 33px; }
          #header .section .main-menu-wrapper .thermacare-logo a {
            display: block; }
            #header .section .main-menu-wrapper .thermacare-logo a img {
              display: block; } }
      @media only screen and (max-width: 767px) {
        #header .section .main-menu-wrapper .thermacare-logo {
          width: 165px;
          height: 22px; } }
    @media only screen and (max-width: 1024px) {
      #header .section .region-header {
        padding: 0 0 20px; } }
    @media only screen and (min-width: 1025px) {
      #header .section .region-header #block-menu-menu-top-navigation {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0 20px; } }
    #header .section .region-header #block-menu-menu-top-navigation .menu {
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 1025px) {
        #header .section .region-header #block-menu-menu-top-navigation .menu {
          background: #a41622;
          padding: 3px 15px;
          -webkit-border-bottom-left-radius: 10px;
          -moz-border-bottom-left-radius: 10px;
          border-bottom-left-radius: 10px;
          -webkit-border-bottom-right-radius: 10px;
          -moz-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px; } }
      #header .section .region-header #block-menu-menu-top-navigation .menu li {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 1024px) {
          #header .section .region-header #block-menu-menu-top-navigation .menu li {
            display: block;
            margin-bottom: 20px; }
            #header .section .region-header #block-menu-menu-top-navigation .menu li.last {
              margin: 0; } }
        @media only screen and (min-width: 1025px) {
          #header .section .region-header #block-menu-menu-top-navigation .menu li.first {
            position: relative;
            padding-right: 6px;
            margin-right: 1px; }
            #header .section .region-header #block-menu-menu-top-navigation .menu li.first:after {
              content: '';
              position: absolute;
              border-right: 2px solid #fff;
              top: 50%;
              right: 0;
              width: 2px;
              height: 15px;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); } }
        #header .section .region-header #block-menu-menu-top-navigation .menu li a {
          color: #fff;
          font-size: 16px;
          line-height: 23px;
          font-weight: 700;
          text-decoration: none;
          -webkit-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -ms-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            #header .section .region-header #block-menu-menu-top-navigation .menu li a {
              font-size: 18px; } }
          #header .section .region-header #block-menu-menu-top-navigation .menu li a:hover {
            opacity: .9; }
    #header .section .region-header #block-system-main-menu .menu {
      padding: 0;
      margin: 0; }
      #header .section .region-header #block-system-main-menu .menu li {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        margin: 0 0 0 45px; }
        @media only screen and (min-width: 1025px) and (max-width: 1110px) {
          #header .section .region-header #block-system-main-menu .menu li {
            margin: 0 0 0 25px; } }
        @media only screen and (max-width: 1024px) {
          #header .section .region-header #block-system-main-menu .menu li {
            display: block;
            margin: 0;
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1025px) {
          #header .section .region-header #block-system-main-menu .menu li:first-child {
            margin: 0; } }
        #header .section .region-header #block-system-main-menu .menu li a {
          font-size: 18px;
          line-height: 23px;
          color: #a3121e;
          display: block;
          font-weight: 800;
          text-decoration: none;
          position: relative; }
          @media only screen and (min-width: 1025px) and (max-width: 1110px) {
            #header .section .region-header #block-system-main-menu .menu li a {
              font-size: 17px; } }
          @media only screen and (max-width: 1024px) {
            #header .section .region-header #block-system-main-menu .menu li a {
              font-size: 18px;
              line-height: 23px;
              font-weight: 700;
              color: #fff; } }
          @media only screen and (max-width: 767px) {
            #header .section .region-header #block-system-main-menu .menu li a {
              font-size: 16px; } }
          @media only screen and (min-width: 1025px) {
            #header .section .region-header #block-system-main-menu .menu li a:before {
              content: '';
              display: block;
              position: absolute;
              bottom: -3px;
              left: 0;
              height: 2px;
              width: 100%;
              background-color: #a3121e;
              transform-origin: right top;
              transform: scale(0, 1);
              transition: transform ease-out 0.3s; } }
          #header .section .region-header #block-system-main-menu .menu li a.active:before, #header .section .region-header #block-system-main-menu .menu li a:hover:before {
            transform-origin: left top;
            transform: scale(1, 1); }
        #header .section .region-header #block-system-main-menu .menu li.expanded {
          position: relative;
          padding-bottom: 15px; }
          @media only screen and (max-width: 1024px) {
            #header .section .region-header #block-system-main-menu .menu li.expanded .expanded > a {
              pointer-events: none; }
              #header .section .region-header #block-system-main-menu .menu li.expanded .expanded > a:before {
                content: '-'; }
              #header .section .region-header #block-system-main-menu .menu li.expanded .expanded > a .toggle-menu {
                display: none; }
            #header .section .region-header #block-system-main-menu .menu li.expanded .expanded .menu {
              display: block !important;
              margin-left: 10px; } }
          @media only screen and (max-width: 1024px) {
            #header .section .region-header #block-system-main-menu .menu li.expanded > a {
              position: relative; }
              #header .section .region-header #block-system-main-menu .menu li.expanded > a .toggle-menu {
                position: absolute;
                width: 30px;
                height: 20px;
                top: 50%;
                right: 0;
                margin-top: -10px;
                z-index: 100;
                background-image: url(../../images/expand-menu.png);
                background-repeat: no-repeat;
                background-position: center right;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
                #header .section .region-header #block-system-main-menu .menu li.expanded > a .toggle-menu.open {
                  background-image: url(../../images/collapse-menu.png); } }
          @media only screen and (max-width: 767px) {
            #header .section .region-header #block-system-main-menu .menu li.expanded > a .toggle-menu {
              height: 16px;
              right: 4px;
              background-image: url(../../images/mob-plus.png); }
              #header .section .region-header #block-system-main-menu .menu li.expanded > a .toggle-menu.open {
                background-image: url(../../images/mob-minus.png); } }
          @media only screen and (min-width: 1025px) {
            #header .section .region-header #block-system-main-menu .menu li.expanded > a[href*="/faq"] + .menu, #header .section .region-header #block-system-main-menu .menu li.expanded > a[href*="/pain-management-tips"] + .menu {
              display: none; } }
          @media only screen and (max-width: 1024px) {
            #header .section .region-header #block-system-main-menu .menu li.expanded {
              padding: 0; } }
          #header .section .region-header #block-system-main-menu .menu li.expanded.active-trail > a:before {
            transform: scale(1, 1); }
          #header .section .region-header #block-system-main-menu .menu li.expanded:hover > a:before {
            transform: scale(1, 1); }
          #header .section .region-header #block-system-main-menu .menu li.expanded:hover .menu {
            visibility: visible;
            opacity: 1; }
          #header .section .region-header #block-system-main-menu .menu li.expanded .menu {
            padding: 0;
            margin: 0; }
            @media only screen and (max-width: 1024px) {
              #header .section .region-header #block-system-main-menu .menu li.expanded .menu li a {
                font-size: 16px;
                line-height: normal; } }
            @media only screen and (max-width: 767px) {
              #header .section .region-header #block-system-main-menu .menu li.expanded .menu li a {
                font-size: 14px; } }
            @media only screen and (min-width: 1025px) {
              #header .section .region-header #block-system-main-menu .menu li.expanded .menu {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: auto;
                left: 0;
                margin-top: 15px;
                z-index: 20;
                border: 1px solid #ccc;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                z-index: 200; }
                #header .section .region-header #block-system-main-menu .menu li.expanded .menu li {
                  display: block;
                  margin: 0;
                  background: #a41622;
                  border-top: 1px solid #ccc;
                  -webkit-transition: all 0.3s ease-in-out;
                  -moz-transition: all 0.3s ease-in-out;
                  -ms-transition: all 0.3s ease-in-out;
                  -o-transition: all 0.3s ease-in-out;
                  transition: all 0.3s ease-in-out; }
                  #header .section .region-header #block-system-main-menu .menu li.expanded .menu li.active-trail, #header .section .region-header #block-system-main-menu .menu li.expanded .menu li:hover {
                    background: #fff; }
                    #header .section .region-header #block-system-main-menu .menu li.expanded .menu li.active-trail a, #header .section .region-header #block-system-main-menu .menu li.expanded .menu li:hover a {
                      color: #a41622;
                      -webkit-transition: all 0.3s ease-in-out;
                      -moz-transition: all 0.3s ease-in-out;
                      -ms-transition: all 0.3s ease-in-out;
                      -o-transition: all 0.3s ease-in-out;
                      transition: all 0.3s ease-in-out; }
                  #header .section .region-header #block-system-main-menu .menu li.expanded .menu li:first-child {
                    border: 0; }
                  #header .section .region-header #block-system-main-menu .menu li.expanded .menu li a {
                    font-size: 16px;
                    line-height: normal;
                    color: #fff;
                    font-weight: 600;
                    padding: 10px 20px;
                    min-width: 250px; } }
      @media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1110px) {
        #header .section .region-header #block-system-main-menu .menu li.expanded .menu li a {
          font-size: 15px; } }
            @media only screen and (min-width: 1025px) {
                    #header .section .region-header #block-system-main-menu .menu li.expanded .menu li a:before {
                      display: none; } }
            @media only screen and (max-width: 1024px) {
              #header .section .region-header #block-system-main-menu .menu li.expanded .menu {
                margin-top: 0;
                padding-left: 20px;
                display: none; }
                #header .section .region-header #block-system-main-menu .menu li.expanded .menu > li.first {
                  margin-top: 20px; }
                #header .section .region-header #block-system-main-menu .menu li.expanded .menu > li.last {
                  margin-bottom: 0; } }

@media only screen and (min-width: 3000px) {
  .front #header:after {
    background-size: cover; } }

#footer {
  background-color: #a41622;
  padding: 60px 0 55px; }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 40px 0; } }
  #footer .section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px; }
    #footer .section .region-footer:after {
      content: '';
      display: table;
      clear: both; }
    @media only screen and (min-width: 768px) {
      #footer .section #block-menu-menu-footer-menu,
      #footer .section #block-block-7 {
        float: left; } }
    @media only screen and (max-width: 767px) {
      #footer .section #block-block-7 {
        margin-bottom: 30px; } }
    #footer .section #block-block-7 .thermacare-logo {
      width: 165px;
      height: 22px; }
      #footer .section #block-block-7 .thermacare-logo a {
        display: block; }
        #footer .section #block-block-7 .thermacare-logo a img {
          display: block;
          width: 100%; }
    @media only screen and (max-width: 767px) {
      #footer .section #block-menu-menu-footer-menu {
        margin: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      #footer .section #block-block-6 {
        float: right; } }
  @media only screen and (min-width: 961px) {
    #footer #block-menu-menu-footer-menu {
      margin-left: 80px; } }
  @media only screen and (max-width: 960px) {
    #footer #block-menu-menu-footer-menu {
      margin-left: 55px; } }
  #footer #block-menu-menu-footer-menu ul.menu {
    padding: 0;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      #footer #block-menu-menu-footer-menu ul.menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px; } }
    @media only screen and (max-width: 960px) {
      #footer #block-menu-menu-footer-menu ul.menu {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px; } }
    #footer #block-menu-menu-footer-menu ul.menu li {
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: normal; }
      @media only screen and (max-width: 767px) {
        #footer #block-menu-menu-footer-menu ul.menu li {
          margin-bottom: 12px; } }
      #footer #block-menu-menu-footer-menu ul.menu li a {
        color: #fff;
        font-size: 14px;
        line-height: normal;
        font-weight: 800;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media only screen and (max-width: 767px) {
          #footer #block-menu-menu-footer-menu ul.menu li a {
            font-size: 16px;
            line-height: normal;
            font-weight: 400; } }
        #footer #block-menu-menu-footer-menu ul.menu li a:hover {
          border-bottom-color: #fff; }
  #footer .social-menu ul {
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      #footer .social-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    #footer .social-menu ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: top;
      width: 45px;
      height: 45px;
      list-style: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        #footer .social-menu ul li {
          width: 55px;
          height: 55px; } }
      #footer .social-menu ul li:hover {
        opacity: .8; }
      #footer .social-menu ul li.facebook {
        margin-right: 15px; }
        @media only screen and (max-width: 767px) {
          #footer .social-menu ul li.facebook {
            margin-right: 20px; } }
      #footer .social-menu ul li a {
        display: block;
        width: 100%;
        height: 100%; }
        #footer .social-menu ul li a img {
          width: 100%; }

#post_footer .footer-bottom-menu {
  background-color: #fff;
  padding: 15px 0 12px;
  float: left; }
  @media only screen and (max-width: 767px) {
    #post_footer .footer-bottom-menu {
      padding: 40px 0 0;
      float: none; } }
  #post_footer .footer-bottom-menu ul {
    padding: 0;
    margin: 0;
    float: left; }
    @media only screen and (max-width: 767px) {
      #post_footer .footer-bottom-menu ul {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 0; } }
    #post_footer .footer-bottom-menu ul li {
      display: inline-block;
      border-left: 1px solid #000;
      padding-left: 5px;
      margin: 0 0 0 1px; }
      @media only screen and (min-width: 768px) {
        #post_footer .footer-bottom-menu ul li {
          vertical-align: top; } }
      @media only screen and (max-width: 767px) {
        #post_footer .footer-bottom-menu ul li {
          border: 0;
          width: 100%;
          padding-left: 0;
          margin: 0 0 10px; } }
      #post_footer .footer-bottom-menu ul li a {
        display: block;
        color: #000;
        font-size: 12px;
        line-height: 12px;
        font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media only screen and (max-width: 960px) {
          #post_footer .footer-bottom-menu ul li a {
            font-size: 10px;
            line-height: 10px; } }
        @media only screen and (max-width: 767px) {
          #post_footer .footer-bottom-menu ul li a {
            display: inline-block;
            font-size: 14px;
            line-height: 14px; } }
        #post_footer .footer-bottom-menu ul li a:hover {
          border-bottom-color: #000; }
    @media only screen and (min-width: 768px) {
      #post_footer .footer-bottom-menu ul.footer-first-col {
        margin-right: 5px; }
        #post_footer .footer-bottom-menu ul.footer-first-col li:first-child {
          border: 0;
          margin: 0;
          padding: 0; } }
#post_footer #block-pfe-thermacare-custom-thermacare-copyright {
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  float: right;
  margin: 15px 0 12px; }
  @media only screen and (max-width: 960px) {
    #post_footer #block-pfe-thermacare-custom-thermacare-copyright {
      font-size: 10px;
      line-height: 10px; } }
  @media only screen and (max-width: 767px) {
    #post_footer #block-pfe-thermacare-custom-thermacare-copyright {
      float: none;
      font-size: 14px;
      line-height: 14px;
      margin-bottom: 0;
      padding-bottom: 40px; } }

.group-title {
  padding: 25px 0 35px;
  border-top: 1px solid #ccc; }
  .group-title h1 {
    color: #3c3c3c;
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .group-title h1 {
        font-size: 28px;
        line-height: 32px; } }
  .group-title p {
    font-size: 18px;
    line-height: 23px;
    color: #3c3c3c;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .group-title p {
        font-size: 16px;
        line-height: 22px; } }

@media only screen and (max-width: 767px) {
  .page-home .view-id-product .view-content .group-content .description-box {
    max-width: 80%; } }
@media only screen and (min-width: 768px) {
  .page-home .view-id-product .view-content .group-content:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 100px; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-home .view-id-product .view-content .group-content:last-child .description-box {
    padding: 0 30px 20px; }
    .page-home .view-id-product .view-content .group-content:last-child .description-box h3 {
      font-size: 20px;
      padding-bottom: 6px;
      margin-bottom: 6px; }
    .page-home .view-id-product .view-content .group-content:last-child .description-box p {
      margin-bottom: 15px; }
    .page-home .view-id-product .view-content .group-content:last-child .description-box .new-tag {
      margin-bottom: 5px; } }
@media only screen and (max-width: 340px) {
  .page-home .view-id-product .view-content .group-content:last-child .description-box {
    padding-top: 5px; } }
@media only screen and (max-width: 767px) {
  .page-home .view-id-product .view-content .group-content:last-child .description-box {
    max-width: 90%; } }
@media only screen and (max-width: 767px) {
  .page-home .view-id-product .view-content > .group-title:first-child {
    border: 0; } }
.page-home .view-id-product .view-content .group-title a {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px solid #3e3e3e;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .page-home .view-id-product .view-content .group-title a {
      display: inline;
      text-decoration: underline;
      border: 0;
      font-size: 16px;
      line-height: normal; } }

.view-tile-layout {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px; }
  .view-tile-layout .group-content {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 75px; }
    @media only screen and (max-width: 767px) {
      .view-tile-layout .group-content {
        margin-bottom: 40px; } }
  .view-tile-layout .views-row {
    position: relative;
    width: 49%;
    max-width: 556px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .view-tile-layout .views-row {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    .view-tile-layout .views-row .views-field-field-product-homepage-thumbnail img {
      display: block; }
      @media only screen and (max-width: 767px) {
        .view-tile-layout .views-row .views-field-field-product-homepage-thumbnail img {
          width: 100%;
          height: auto; } }
    .view-tile-layout .views-row .description-box {
      position: absolute;
      width: 100%;
      max-width: 300px;
      padding: 0 30px 30px;
      bottom: 0;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .view-tile-layout .views-row .description-box {
          padding: 15px 15px 0;
          top: 0;
          bottom: auto;
          max-width: 90%; } }
      .view-tile-layout .views-row .description-box .tag {
        display: block; }
      .view-tile-layout .views-row .description-box .new-tag {
        display: inline-block;
        text-transform: uppercase;
        color: #ea0029;
        font-weight: 900;
        background: #fff200;
        padding: 5px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 18px; }
        @media only screen and (max-width: 767px) {
          .view-tile-layout .views-row .description-box .new-tag {
            padding: 3px;
            font-size: 12px;
            line-height: 12px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
            margin-bottom: 5px; } }
      .view-tile-layout .views-row .description-box h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 24px;
        border-bottom: 2px solid #d2202f;
        color: #fff;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .view-tile-layout .views-row .description-box h3 {
            font-size: 18px;
            line-height: normal;
            font-weight: 400;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom-width: 1px; } }
      .view-tile-layout .views-row .description-box p,
      .view-tile-layout .views-row .description-box a {
        font-size: 18px;
        line-height: 23px;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .view-tile-layout .views-row .description-box p,
          .view-tile-layout .views-row .description-box a {
            font-size: 14px;
            line-height: 18px; } }
      .view-tile-layout .views-row .description-box p {
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .view-tile-layout .views-row .description-box p {
            margin-bottom: 10px; } }
      .view-tile-layout .views-row .description-box a {
        font-weight: 800;
        text-decoration: none;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
        .view-tile-layout .views-row .description-box a:hover {
          opacity: .8; }

.hero-banner {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0;
  background: url(/sites/default/themes/thermacare/images/thermacare-banner-mob-img.jpg) no-repeat 20% 0; }
  @media only screen and (min-width: 768px) {
    .hero-banner {
      background: url(/sites/default/themes/thermacare/images/thermacare-banner-img.jpg) no-repeat center center;
      min-height: 467px;
      background-size: cover;
      margin-bottom: 75px;
      padding: 0; } }
  .hero-banner .banner-text {
    padding: 0 20px; }
    @media only screen and (min-width: 768px) {
      .hero-banner .banner-text {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 1170px;
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .hero-banner .banner-text .product-img {
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) {
        .hero-banner .banner-text .product-img {
          margin: 0 40px 0 0; } }
      .hero-banner .banner-text .product-img img {
        width: auto;
        display: block; }
        @media only screen and (max-width: 767px) {
          .hero-banner .banner-text .product-img img {
            margin: 0 auto;
            max-width: 45%; } }
    .hero-banner .banner-text .desc-txt h1 {
      font-size: 46px;
      line-height: 50px;
      color: #fff;
      font-weight: 200;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .hero-banner .banner-text .desc-txt h1 {
          font-size: 28px;
          line-height: 32px;
          text-align: center;
          margin-bottom: 20px; } }
      .hero-banner .banner-text .desc-txt h1 span {
        color: #fef000;
        font-size: 40px;
        line-height: 56px;
        font-weight: 800;
        display: block;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          .hero-banner .banner-text .desc-txt h1 span {
            font-size: 28px;
            line-height: 32px; } }
    .hero-banner .banner-text .desc-txt p {
      font-size: 30px;
      line-height: 36px;
      color: #fff;
      font-weight: 300;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .hero-banner .banner-text .desc-txt p {
          font-size: 16px;
          line-height: 22px;
          text-align: center;
          margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .hero-banner .banner-text .desc-txt .cta-btn {
        text-align: center; } }

.online-retailer-wrapper {
  background: url(/sites/default/themes/thermacare/images/retailer-bg.jpg) no-repeat center center;
  background-size: cover; }
  .online-retailer-wrapper .wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 20px 55px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .online-retailer-wrapper .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    .online-retailer-wrapper .wrapper h2 {
      font-size: 40px;
      line-height: 46px;
      color: #000;
      font-weight: 300;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .online-retailer-wrapper .wrapper h2 {
          font-size: 28px;
          line-height: 32px; } }
    .online-retailer-wrapper .wrapper .image-wrapper {
      margin-bottom: 25px; }
      .online-retailer-wrapper .wrapper .image-wrapper img {
        display: block;
        margin: 0 auto;
        max-width: 100%; }
    .online-retailer-wrapper .wrapper .retailer-store {
      max-width: 780px;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) {
        .online-retailer-wrapper .wrapper .retailer-store {
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      .online-retailer-wrapper .wrapper .retailer-store div {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          .online-retailer-wrapper .wrapper .retailer-store div {
            display: block;
            margin-bottom: 20px;
            text-align: center; }
            .online-retailer-wrapper .wrapper .retailer-store div.target {
              margin-bottom: 0; } }
        .online-retailer-wrapper .wrapper .retailer-store div a {
          font-size: 18px;
          line-height: 24px;
          font-weight: 800;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none;
          display: inline-block;
          text-align: center;
          min-width: 210px;
          background: #d2202f;
          padding: 8px 20px;
          border: 2px solid transparent;
          -webkit-border-top-left-radius: 8px;
          -moz-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
          -webkit-border-bottom-right-radius: 8px;
          -moz-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
          -webkit-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -ms-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
          .online-retailer-wrapper .wrapper .retailer-store div a:hover {
            border: 2px solid #d2202f;
            background: #fff;
            color: #d2202f; }

.node-type-basic-page #content {
  margin: 75px auto 100px; }
  @media only screen and (max-width: 767px) {
    .node-type-basic-page #content {
      margin: 40px auto 50px; } }

.page-heat-wraps .banner-img {
  margin-bottom: 35px; }
  .page-heat-wraps .banner-img img {
    display: block;
    width: 100%;
    height: auto; }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video {
    width: 62%;
    position: relative; }
    .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video iframe {
      width: 100%; } }
@media only screen and (max-width: 960px) {
  .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video #vidwrap {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    cursor: pointer; } }
@media only screen and (min-width: 961px) {
  .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video_content {
    width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video_content {
    width: 38%; } }
.page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video_content .thumbnail-content {
  cursor: pointer; }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video_content .thumbnail-content {
      margin-bottom: 10px; }
      .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video_content .thumbnail-content:last-child {
        margin: 0; } }
  @media only screen and (max-width: 1024px) {
    .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video_content .thumbnail-content .thumbnail-title {
      font-size: 16px;
      line-height: normal; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .page-heat-wraps .youtube_testimonial_container .container .youtube_container .youtube_video_content .thumbnail-content .thumbnail-title {
      font-size: 14px;
      line-height: normal; } }
.page-heat-wraps .view-product.container {
  max-width: 960px; }
  @media only screen and (min-width: 768px) {
    .page-heat-wraps .view-product.container {
      border-bottom: 1px solid #ccc;
      padding-bottom: 80px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .page-heat-wraps .view-product.container .view-content {
      border-bottom: 1px solid #ccc;
      margin-bottom: 35px;
      padding-bottom: 40px; } }
.page-heat-wraps .view-product h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .page-heat-wraps .view-product h2 {
      font-size: 22px;
      line-height: 28px; } }
@media only screen and (min-width: 768px) {
  .page-heat-wraps .view-product .group-content {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media only screen and (min-width: 961px) {
  .page-heat-wraps .view-product .group-content {
    justify-content: space-between;
    -webkit-justify-content: space-between; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .page-heat-wraps .view-product .group-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.page-heat-wraps .view-product .group-content .views-row {
  width: 290px;
  height: 340px;
  background: url(/sites/default/themes/thermacare/images/card-bg.png) no-repeat center bottom;
  margin-bottom: 20px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .page-heat-wraps .view-product .group-content .views-row {
      margin-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-heat-wraps .view-product .group-content .views-row {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 320px) and (max-width: 330px) {
    .page-heat-wraps .view-product .group-content .views-row {
      background-size: contain; } }
  .page-heat-wraps .view-product .group-content .views-row .product-section {
    position: absolute;
    width: 100%;
    padding: 23px 17px;
    bottom: 0; }
    .page-heat-wraps .view-product .group-content .views-row .product-section img {
      width: auto;
      max-height: 135px;
      display: block;
      margin: 0 auto 25px; }
    .page-heat-wraps .view-product .group-content .views-row .product-section h3,
    .page-heat-wraps .view-product .group-content .views-row .product-section p {
      color: #3c3c3c; }
    .page-heat-wraps .view-product .group-content .views-row .product-section h3 {
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 10px;
      font-weight: 400; }
    .page-heat-wraps .view-product .group-content .views-row .product-section p {
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .page-heat-wraps .view-product .group-content .views-row .product-section p {
          font-size: 16px;
          line-height: 22px; } }

.heat-therapy {
  text-align: center; }
  .heat-therapy.container {
    max-width: 920px; }
    @media only screen and (min-width: 768px) {
      .heat-therapy.container.ultra-pain {
        max-width: 100%; }
        .heat-therapy.container.ultra-pain h2 {
          padding: 0; }
        .heat-therapy.container.ultra-pain p {
          max-width: 65%;
          margin: 0 auto; }
        .heat-therapy.container.ultra-pain .therapy-method.pain-relieving-cream {
          background: url(/sites/default/themes/thermacare/images/heat-therapy-bg-prc.png) no-repeat 30px -70px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .heat-therapy.container.ultra-pain .therapy-method.pain-relieving-cream .method {
            width: 27%; } }
    .heat-therapy.container p {
      margin-bottom: 0; }
    .heat-therapy.container .therapy-method {
      padding: 60px 0 90px; }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .heat-therapy.container .therapy-method.pain-relieving-cream .method {
          margin-left: 3%; }
          .heat-therapy.container .therapy-method.pain-relieving-cream .method:first-child {
            margin: 0; } }
      @media only screen and (min-width: 768px) {
        .heat-therapy.container .therapy-method {
          background: url(/sites/default/themes/thermacare/images/heat-therapy-bg.png) no-repeat top center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-justify-content: space-between; } }
      @media only screen and (max-width: 767px) {
        .heat-therapy.container .therapy-method {
          padding: 20px 0 25px; }
          .heat-therapy.container .therapy-method.pain-relieving-cream {
            background: url(/sites/default/themes/thermacare/images/heat-therapy-bg-mob.png) no-repeat center center; }
            .heat-therapy.container .therapy-method.pain-relieving-cream .method img {
              margin-bottom: 3px; } }
      @media only screen and (max-width: 767px) {
        .heat-therapy.container .therapy-method .method {
          margin-bottom: 20px; }
          .heat-therapy.container .therapy-method .method .relief-method-icon {
            background: url(/sites/default/themes/thermacare/images/heat-therapy-mob-bg.png) no-repeat top center;
            background-size: contain;
            padding: 20px 0; } }
      .heat-therapy.container .therapy-method .method img {
        display: block;
        margin: 0 auto 30px;
        max-width: 245px;
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 767px) {
          .heat-therapy.container .therapy-method .method img {
            max-width: 50%;
            margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        .heat-therapy.container .therapy-method .method {
          display: inline-block;
          width: 30%;
          vertical-align: top; } }

.product-content {
  margin: 100px auto; }
  @media only screen and (max-width: 1024px) {
    .product-content {
      margin: 60px auto 100px; } }
  @media only screen and (max-width: 767px) {
    .product-content {
      margin: 40px auto 50px; } }
  .product-content .product-content-left {
    margin-right: 7%;
    width: 35%; }
    @media only screen and (max-width: 1024px) {
      .product-content .product-content-left {
        width: 40%;
        margin-right: 3%; } }
    @media only screen and (max-width: 767px) {
      .product-content .product-content-left {
        width: 100%;
        margin: 0 0 25px; } }
    .product-content .product-content-left .field-name-field-product-detail-image {
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .product-content .product-content-left .field-name-field-product-detail-image {
          margin-bottom: 5px; } }
    .product-content .product-content-left .field-name-field-product-label a {
      color: #3e3e3e;
      font-size: 16px;
      font-weight: 700;
      line-height: 16px;
      border-bottom: 1px solid #3e3e3e;
      text-decoration: none;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .product-content .product-content-left .field-name-field-product-label a {
          border: 0;
          font-size: 14px;
          line-height: 22px;
          text-decoration: underline; } }
  .product-content > div {
    display: inline-block;
    vertical-align: top; }
    .product-content > div.product-content-right {
      width: 55%; }
      @media only screen and (max-width: 767px) {
        .product-content > div.product-content-right {
          width: 100%; } }
      .product-content > div.product-content-right .field-name-body {
        margin-bottom: 35px; }
        .product-content > div.product-content-right .field-name-body h2,
        .product-content > div.product-content-right .field-name-body p {
          font-size: 20px;
          line-height: 26px;
          color: #3e3e3e; }
          @media only screen and (max-width: 767px) {
            .product-content > div.product-content-right .field-name-body h2,
            .product-content > div.product-content-right .field-name-body p {
              font-size: 16px;
              line-height: 22px; } }
          .product-content > div.product-content-right .field-name-body h2.terms,
          .product-content > div.product-content-right .field-name-body p.terms {
            font-size: 12px;
            line-height: 14px;
            margin-top: 10px; }
        @media only screen and (max-width: 767px) {
          .product-content > div.product-content-right .field-name-body li {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 10px; }
            .product-content > div.product-content-right .field-name-body li:last-child {
              margin-bottom: 0; } }
        .product-content > div.product-content-right .field-name-body a {
          color: #3e3e3e;
          font-size: 20px;
          line-height: 20px;
          text-decoration: none;
          display: inline-block;
          border-bottom: 1px solid #3e3e3e; }
          @media only screen and (max-width: 767px) {
            .product-content > div.product-content-right .field-name-body a {
              display: inline;
              font-size: 16px;
              line-height: 22px;
              border: 0;
              text-decoration: underline; } }
          .product-content > div.product-content-right .field-name-body a.link {
            color: #a41622;
            border-bottom-color: #a41622; }
      @media only screen and (max-width: 767px) {
        .product-content > div.product-content-right .buy-button {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .product-content > div.product-content-right .save-dollar {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .product-content > div.product-content-right .save-dollar > div {
        display: inline-block;
        vertical-align: middle; }
        .product-content > div.product-content-right .save-dollar > div.dollar-img {
          margin-right: 16px;
          width: 40px; }
          .product-content > div.product-content-right .save-dollar > div.dollar-img img {
            width: 100%; }
          @media only screen and (max-width: 960px) {
            .product-content > div.product-content-right .save-dollar > div.dollar-img {
              margin-right: 10px; } }
        @media only screen and (max-width: 767px) {
          .product-content > div.product-content-right .save-dollar > div.save-dollar-text {
            width: 100%;
            max-width: 190px; } }
        .product-content > div.product-content-right .save-dollar > div.save-dollar-text strong {
          font-weight: 800;
          font-size: 20px;
          line-height: 26px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 16px; }
          @media only screen and (max-width: 960px) {
            .product-content > div.product-content-right .save-dollar > div.save-dollar-text strong {
              font-size: 16px;
              line-height: normal;
              margin-right: 10px; } }
          @media only screen and (max-width: 767px) {
            .product-content > div.product-content-right .save-dollar > div.save-dollar-text strong {
              font-size: 16px;
              line-height: normal; } }
        .product-content > div.product-content-right .save-dollar > div.save-dollar-text a {
          color: #3e3e3e;
          font-size: 20px;
          line-height: 20px;
          border-bottom: 1px solid #3e3e3e;
          text-decoration: none;
          display: inline-block;
          vertical-align: middle; }
          @media only screen and (max-width: 960px) {
            .product-content > div.product-content-right .save-dollar > div.save-dollar-text a {
              font-size: 15px;
              line-height: normal; } }
          @media only screen and (max-width: 767px) {
            .product-content > div.product-content-right .save-dollar > div.save-dollar-text a {
              font-size: 14px;
              line-height: normal;
              border: 0;
              text-decoration: underline; } }
  .product-content h1 {
    color: #3c3c3c;
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .product-content h1 {
        font-size: 28px;
        line-height: 32px; } }

#product-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 767px) {
    #product-banner {
      background-position: 25% 100%; } }
  #product-banner li,
  #product-banner p {
    color: #fff; }

@media only screen and (min-width: 768px) {
  .node-type-product span.underline.container {
    max-width: 1130px; } }
.node-type-product .product-banner-content {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .node-type-product .product-banner-content {
      padding: 40px 20px;
      min-height: 470px;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .node-type-product .product-banner-content {
      padding: 40px 20px; } }
  .node-type-product .product-banner-content .product-banner-right,
  .node-type-product .product-banner-content .product-banner-left {
    display: inline-block; }
  .node-type-product .product-banner-content .product-banner-left {
    width: 43%; }
    @media only screen and (max-width: 767px) {
      .node-type-product .product-banner-content .product-banner-left {
        width: 100%; } }
  .node-type-product .product-banner-content .product-banner-right {
    width: 50%;
    max-width: 535px;
    max-height: 303px;
    height: 0;
    padding-bottom: 26.75%;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px -3px #0b0b0b;
    -moz-box-shadow: 0px 0px 20px -3px #0b0b0b;
    box-shadow: 0px 0px 20px -3px #0b0b0b;
    margin: auto 0;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .node-type-product .product-banner-content .product-banner-right {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin-bottom: 25px; } }
    .node-type-product .product-banner-content .product-banner-right .thumbnail-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 10;
      cursor: pointer; }
      .node-type-product .product-banner-content .product-banner-right .thumbnail-overlay img {
        display: block; }
    .node-type-product .product-banner-content .product-banner-right iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .node-type-product .product-banner-content h2 {
    font-size: 40px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .node-type-product .product-banner-content h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px; } }
  .node-type-product .product-banner-content .ingredients-list {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .node-type-product .product-banner-content .ingredients-list {
        display: flex;
        display: -webkit-flex;
        margin-bottom: 20px; } }
  .node-type-product .product-banner-content ul {
    margin-bottom: 20px; }
    .node-type-product .product-banner-content ul.no-list {
      padding: 0;
      list-style: none;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .node-type-product .product-banner-content ul.no-list {
          display: inline-block;
          vertical-align: top;
          margin-left: 40px; }
          .node-type-product .product-banner-content ul.no-list:first-child {
            margin-left: 0; } }
      .node-type-product .product-banner-content ul.no-list strong {
        font-weight: 800; }
  .node-type-product .product-banner-content p {
    font-size: 18px;
    line-height: 23px; }
    @media only screen and (max-width: 767px) {
      .node-type-product .product-banner-content p {
        font-size: 16px;
        line-height: 22px; } }
  .node-type-product .product-banner-content a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .node-type-product .product-banner-content li {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 2px; }
    @media only screen and (max-width: 767px) {
      .node-type-product .product-banner-content li {
        font-size: 16px;
        line-height: 22px; } }
  .node-type-product .product-banner-content .terms {
    font-size: 12px;
    line-height: 14px;
    margin: 0; }

.product-steps.container {
  max-width: 880px;
  padding: 85px 10px 0; }
  @media only screen and (max-width: 767px) {
    .product-steps.container {
      padding-top: 55px; } }
.product-steps h2 {
  color: #313131;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    .product-steps h2 {
      line-height: normal;
      padding: 0 40px; } }
.product-steps p {
  font-size: 20px;
  line-height: 26px;
  color: #313131;
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .product-steps p {
      font-size: 16px;
      line-height: 22px;
      padding: 0; } }
.product-steps ul {
  margin: 30px 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .product-steps ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      margin: 40px 0 60px; } }
  .product-steps ul.two-block-layout {
    display: block; }
    @media only screen and (min-width: 961px) {
      .product-steps ul.two-block-layout li {
        width: 33%;
        margin-left: 40px; } }
    @media only screen and (max-width: 960px) {
      .product-steps ul.two-block-layout li {
        width: 40%;
        margin-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .product-steps ul.two-block-layout li {
        width: 100%;
        list-style: none;
        margin: 0; } }
    .product-steps ul.two-block-layout li:first-child {
      margin: 0; }
  @media only screen and (min-width: 768px) {
    .product-steps ul li {
      display: inline-block;
      width: 30%;
      vertical-align: top;
      padding: 0 10px; } }
  .product-steps ul li p {
    padding: 0;
    font-size: 18px;
    line-height: 23px;
    color: #535353; }
    @media only screen and (max-width: 767px) {
      .product-steps ul li p {
        font-size: 16px;
        line-height: 22px; } }
  .product-steps ul li .step-heading {
    color: #d2202f;
    font-size: 54px;
    line-height: 54px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .product-steps ul li .step-heading {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px; } }
.product-steps .terms {
  color: #313131;
  font-size: 12px;
  line-height: 14px;
  margin: 0; }

@media only screen and (max-width: 767px) {
  #pr-reviewsnippet {
    margin-bottom: 30px; } }
#pr-reviewsnippet .p-w-r {
  margin: 0; }
  #pr-reviewsnippet .p-w-r .pr-review-snippet-container {
    display: block;
    margin: 0 0 20px; }
    #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-reco-reco {
      display: none; }
    #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container {
      padding-right: 20px; }
      @media only screen and (max-width: 960px) {
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container {
          padding-right: 15px; } }
      @media only screen and (max-width: 767px) {
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container {
          padding: 0;
          margin-bottom: 20px;
          display: block; } }
      #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4 {
        width: 25px;
        height: 23px;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0;
        margin: 0 0 0 13px; }
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4:focus {
          outline: 0;
          border: 0;
          box-shadow: none; }
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4:first-child {
          margin: 0; }
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-0-filled {
          background-image: url(/sites/default/themes/thermacare/images/power-reviews/star-0.png); }
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-25-filled {
          background-image: url(/sites/default/themes/thermacare/images/power-reviews/star-25.png); }
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-50-filled {
          background-image: url(/sites/default/themes/thermacare/images/power-reviews/star-50.png); }
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-75-filled {
          background-image: url(/sites/default/themes/thermacare/images/power-reviews/star-75.png); }
        #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-100-filled {
          background-image: url(/sites/default/themes/thermacare/images/power-reviews/star-100.png); }
      #pr-reviewsnippet .p-w-r .pr-review-snippet-container .pr-snippet-stars-container .pr-snippet-stars .pr-snippet-rating-decimal {
        display: none; }
  #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write {
    margin: 0; }
    #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write span.hide + a.pr-snippet-write-review-link {
      margin-left: 0; }
    @media only screen and (max-width: 767px) {
      #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write {
        display: block; } }
    #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a {
      font-family: 'Nunito Sans', sans-serif;
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      font-size: 20px !important;
      line-height: 20px !important;
      font-weight: 700;
      color: #3e3e3e;
      text-decoration: none;
      border-bottom: 1px solid #3e3e3e; }
      @media only screen and (max-width: 960px) {
        #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a {
          font-size: 15px !important;
          line-height: 15px !important; } }
      @media only screen and (max-width: 767px) {
        #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a {
          font-size: 14px !important;
          line-height: 14px !important; } }
      #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a.pr-snippet-review-count {
        margin-right: 13px;
        position: relative; }
        @media only screen and (max-width: 960px) {
          #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a.pr-snippet-review-count {
            margin-right: 10px; } }
        #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a.pr-snippet-review-count:after {
          content: '';
          position: absolute;
          width: 2px !important;
          height: 100% !important;
          background: #3e3e3e !important;
          top: 0;
          right: -15px; }
          @media only screen and (max-width: 960px) {
            #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a.pr-snippet-review-count:after {
              right: -11px; } }
          @media only screen and (max-width: 767px) {
            #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a.pr-snippet-review-count:after {
              width: 1px !important;
              right: -12px; } }
      #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a.pr-snippet-write-review-link {
        margin-left: 13px; }
        @media only screen and (max-width: 960px) {
          #pr-reviewsnippet .p-w-r .pr-snippet-read-and-write a.pr-snippet-write-review-link {
            margin-left: 10px; } }

#power-review-content {
  margin: 30px auto 40px; }
  #power-review-content .pr-header-content h3 {
    font-size: 22px;
    line-height: 24px;
    color: #313131;
    font-weight: 400;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #power-review-content .pr-header-content h3 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 300;
        margin-bottom: 30px; } }
  #power-review-content .pr-header-content .cta-btn.buy-button {
    float: right;
    margin-top: -34px; }
    @media only screen and (max-width: 767px) {
      #power-review-content .pr-header-content .cta-btn.buy-button {
        margin: 0;
        float: none;
        text-align: center; } }
    #power-review-content .pr-header-content .cta-btn.buy-button.hide {
      display: none; }
    #power-review-content .pr-header-content .cta-btn.buy-button a {
      -webkit-border-top-left-radius: 14px;
      -moz-border-top-left-radius: 14px;
      border-top-left-radius: 14px;
      -webkit-border-bottom-right-radius: 14px;
      -moz-border-bottom-right-radius: 14px;
      border-bottom-right-radius: 14px; }
  #power-review-content .pr-rd-main-footer-vertical-pagination .pr-rd-to-top {
    display: none; }
  #power-review-content #pr-reviewdisplay .p-w-r {
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #313131; }
    #power-review-content #pr-reviewdisplay .p-w-r #pr-review-snapshot .pr-review-snapshot-block-container,
    #power-review-content #pr-reviewdisplay .p-w-r #pr-review-snapshot .pr-review-snapshot-faceoff,
    #power-review-content #pr-reviewdisplay .p-w-r #pr-review-snapshot .pr-review-snapshot-header {
      display: none; }
    #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-no-reviews {
      padding: 20px 0 0; }
      @media only screen and (max-width: 767px) {
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-no-reviews {
          padding: 0; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-no-reviews a {
        font-size: 18px;
        line-height: 24px;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        background: #d2202f;
        padding: 8px 20px;
        border: 2px solid transparent;
        min-width: 200px;
        -webkit-border-top-left-radius: 14px;
        -moz-border-top-left-radius: 14px;
        border-top-left-radius: 14px;
        -webkit-border-bottom-right-radius: 14px;
        -moz-border-bottom-right-radius: 14px;
        border-bottom-right-radius: 14px;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-no-reviews a:hover {
          border: 2px solid #d2202f;
          background: #fff;
          color: #d2202f; }
    #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header {
      padding-top: 0;
      margin: -36px 0 30px; }
      @media only screen and (max-width: 767px) {
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header {
          margin: 0 0 30px; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-contents {
        display: none; }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts {
        padding: 0;
        float: none;
        text-align: left; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts:focus {
          outline: none;
          border: 0;
          border-radius: 0;
          box-shadow: none; }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts {
            display: none; } }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort-group {
          padding: 0;
          position: relative; }
          @media only screen and (min-width: 768px) {
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort-group {
              float: none;
              display: inline-block; } }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort-group:before {
            content: 'Sort by:';
            font-size: 18px;
            line-height: 23px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort-group:after {
            content: '';
            position: absolute;
            width: 13px;
            height: 100%;
            background: url(/sites/default/themes/thermacare/images/pr-select-arrow.png) no-repeat center center #959595;
            top: 0;
            right: 0; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort-group select {
            height: auto;
            border: 1px solid #000 !important;
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            font-size: 16px;
            line-height: 18px;
            color: #313131;
            font-weight: 700;
            padding: 4px 10px 4px 13px;
            background: transparent;
            position: relative;
            z-index: 5;
            cursor: pointer; }
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort-group select:focus {
              outline: 0;
              border: 0;
              box-shadow: none; }
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-header .pr-rd-review-header-sorts .pr-rd-sort-group select::-ms-expand {
              display: none; }
    #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer {
      clear: both;
      border: 0;
      padding-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer {
          padding-bottom: 50px; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block {
        width: 100%;
        text-align: center;
        border-top: 1px solid #ccc;
        padding-top: 40px; }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block {
            border: 0;
            padding: 0; } }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination {
          float: none;
          border: 0; }
          @media only screen and (max-width: 767px) {
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination {
              margin: 0;
              padding: 0; } }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination .pr-rd-show-more {
            border: 0;
            padding: 0; }
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination .pr-rd-show-more:hover {
              background: none; }
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination .pr-rd-show-more:focus {
              border: 0;
              box-shadow: none;
              outline: none; }
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination .pr-rd-show-more .pr-cross-icon {
              display: none; }
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination .pr-rd-show-more span {
              font-size: 18px;
              line-height: 24px;
              font-weight: 800;
              text-transform: uppercase;
              color: #fff;
              text-decoration: none;
              display: inline-block;
              min-width: 210px;
              background: #d2202f;
              padding: 8px 20px;
              border: 2px solid transparent;
              -webkit-border-top-left-radius: 14px;
              -moz-border-top-left-radius: 14px;
              border-top-left-radius: 14px;
              -webkit-border-bottom-right-radius: 14px;
              -moz-border-bottom-right-radius: 14px;
              border-bottom-right-radius: 14px;
              -webkit-transition: all ease-in-out 0.3s;
              -moz-transition: all ease-in-out 0.3s;
              -ms-transition: all ease-in-out 0.3s;
              -o-transition: all ease-in-out 0.3s;
              transition: all ease-in-out 0.3s; }
              #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-rd-main-footer .pr-rd-content-block .pr-rd-pagination .pr-rd-show-more span:hover {
                border: 2px solid #d2202f;
                background: #fff;
                color: #d2202f; }
    #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review {
      margin-bottom: 15px; }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review:after {
        content: '';
        display: table;
        clear: both; }
      @media only screen and (max-width: 767px) {
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review {
          padding-bottom: 25px;
          margin-bottom: 40px;
          border-bottom: 1px solid #ccc; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header,
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-description {
        width: 100%; }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-description {
        margin: 0;
        position: relative; }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-images,
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer {
        width: 75%;
        float: right; }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-images,
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer {
            width: 100%;
            float: none; } }
      @media only screen and (min-width: 768px) {
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-images {
          margin-bottom: 22px; } }
      @media only screen and (max-width: 767px) {
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer {
          padding-bottom: 0; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer p {
        margin: 0; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer p.pr-rd-bottomline {
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer p.pr-rd-bottomline {
              margin-bottom: 5px; } }
          @media only screen and (max-width: 320px) {
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer p.pr-rd-bottomline {
              margin-bottom: 15px; } }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer p.pr-rd-bottomline span.pr-rd-bold {
            display: none; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer p span {
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          line-height: 23px;
          font-weight: 400;
          color: #313131; }
          @media only screen and (max-width: 767px) {
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer p span {
              font-size: 16px;
              line-height: 22px; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-text {
        margin: 0 20px 0 0; }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-rd-helpful-text {
            margin-right: 10px; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn {
        border: 0;
        padding: 0; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn:focus {
          outline: 0;
          border: 0;
          box-shadow: none; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn.pr-helpful-active, #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn:hover {
          background: none !important; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn.pr-helpful-yes {
          margin-right: 10px; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn .pr-thumbs-icon {
          width: 24px;
          height: 22px; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn .pr-thumbs-icon svg {
            display: none; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn .pr-thumbs-icon.pr-thumbs-icon-up {
            background: url(/sites/default/themes/thermacare/images/power-reviews/like-btn.png) no-repeat center center;
            margin-bottom: 10px; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn .pr-thumbs-icon.pr-thumbs-icon-down {
            background: url(/sites/default/themes/thermacare/images/power-reviews/dislike-btn.png) no-repeat center center; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-helpful-action .pr-helpful-btn .pr-helpful-count {
          font-size: 14px;
          line-height: 16px;
          padding-left: 5px; }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-flag-review-container {
        display: block; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-flag-review-container a {
          display: inline-block;
          font-size: 12px;
          line-height: 14px;
          color: #313131;
          text-decoration: none;
          border-bottom: 1px solid #313131; }
          @media only screen and (max-width: 767px) {
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-footer .pr-rd-flag-review-container a {
              font-weight: 700; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating {
        width: 25%; }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating {
            width: 100%;
            float: none; } }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4 {
          width: 20px;
          height: 19px;
          background-repeat: no-repeat;
          background-position: center center;
          padding: 0;
          margin: 0 0 0 10px; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4:focus {
            outline: 0;
            border: 0;
            box-shadow: none; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4:first-child {
            margin: 0; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-0-filled {
            background-image: url(/sites/default/themes/thermacare/images/power-reviews/review-rating-0.png); }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-25-filled {
            background-image: url(/sites/default/themes/thermacare/images/power-reviews/review-rating-25.png); }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-50-filled {
            background-image: url(/sites/default/themes/thermacare/images/power-reviews/review-rating-50.png); }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-75-filled {
            background-image: url(/sites/default/themes/thermacare/images/power-reviews/review-rating-75.png); }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-rating-stars .pr-star-v4.pr-star-v4-100-filled {
            background-image: url(/sites/default/themes/thermacare/images/power-reviews/review-rating-100.png); }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-star-rating .pr-snippet-stars .pr-snippet-rating-decimal {
          display: none; }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-review-headline {
        margin: 0;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        width: 75%;
        float: right; }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-header .pr-rd-review-headline {
            width: 100%;
            float: none;
            font-size: 16px;
            line-height: 22px; } }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block {
        padding: 0; }
        @media only screen and (min-width: 768px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block {
            position: absolute;
            left: 0;
            float: left;
            width: 25%; } }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block {
            width: 100%;
            float: none; } }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-reviewer-details {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-reviewer-details .pr-rd-author-nickname {
            -ms-flex-order: 1;
            order: 1; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-reviewer-details .pr-rd-author-submission-date {
            -ms-flex-order: 2;
            order: 2; }
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-reviewer-details .pr-rd-author-location {
            -ms-flex-order: 3;
            order: 3; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-details.pr-rd-author-nickname span {
          font-weight: 700; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-details .pr-rd-bold {
          display: none; }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-details time,
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-details span {
          display: block;
          margin-bottom: 5px;
          font-size: 18px;
          line-height: 23px;
          font-weight: 400;
          color: #313131; }
          @media only screen and (max-width: 767px) {
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-details time,
            #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-rd-details span {
              font-size: 16px;
              line-height: 22px; } }
        #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-side-content-block .pr-verified_reviewer {
          display: none; }
      #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-description-text {
        float: right;
        width: 75%;
        color: #313131; }
        @media only screen and (max-width: 767px) {
          #power-review-content #pr-reviewdisplay .p-w-r #pr-review-display .pr-review .pr-rd-description-text {
            width: 100%;
            float: none;
            font-size: 16px;
            line-height: 22px; } }

@media only screen and (max-width: 767px) {
  .node-type-product.page-node-2 #product-banner {
    background-position: 45% 100%; } }
@media only screen and (max-width: 767px) {
  .node-type-product.page-node-2 .heat-therapy.container .therapy-method .method {
    margin-bottom: 15px; }
    .node-type-product.page-node-2 .heat-therapy.container .therapy-method .method img {
      margin-bottom: 0;
      max-width: 122px; } }
@media only screen and (max-width: 767px) {
  .node-type-product.page-node-2 .heat-therapy.container .therapy-method .method h3 {
    margin-top: 5px; } }
@media only screen and (max-width: 767px) {
  .node-type-product.page-node-2 .product-content .product-content-left .field-name-field-product-detail-image img {
    max-width: 50%; } }
@media only screen and (min-width: 768px) {
  .node-type-product.page-node-2 .product-steps.container {
    max-width: 1170px; } }

@media only screen and (min-width: 768px) {
  .page-pain-management-tips h1#page-title {
    margin-bottom: 16px; } }
@media only screen and (max-width: 767px) {
  .page-pain-management-tips h1#page-title {
    letter-spacing: -.25px; } }
.page-pain-management-tips #main-wrapper .container {
  max-width: 940px; }
  .page-pain-management-tips #main-wrapper .container.article-related-products {
    max-width: 1170px;
    margin-top: 80px; }
    @media only screen and (max-width: 767px) {
      .page-pain-management-tips #main-wrapper .container.article-related-products {
        margin: 50px 20px 0; } }
.page-pain-management-tips .view-id-article.view-tile-layout {
  max-width: 940px; }
  .page-pain-management-tips .view-id-article.view-tile-layout .view-header {
    margin-bottom: 34px; }
    @media only screen and (max-width: 767px) {
      .page-pain-management-tips .view-id-article.view-tile-layout .view-header {
        margin-bottom: 22px; } }
  .page-pain-management-tips .view-id-article.view-tile-layout .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row {
      width: 50%;
      max-width: 440px; }
      @media only screen and (min-width: 768px) and (max-width: 960px) {
        .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row {
          width: calc(50% - 10px); } }
      @media only screen and (max-width: 767px) {
        .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row {
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }
      @media only screen and (max-width: 767px) {
        .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row .description-box {
          max-width: 75%;
          padding: 15px 10px 30px;
          bottom: 0;
          top: auto; } }
      .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row .views-field-field-article-thumbnail img {
        display: block;
        width: 100%;
        height: auto; }
      .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row .description-box h3 {
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row .description-box h3 {
            border-bottom-width: 1px; } }
      .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row .description-box .pain-desc {
        min-height: 70px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row .description-box .pain-desc {
            min-height: 55px;
            margin-bottom: 10px; } }
        .page-pain-management-tips .view-id-article.view-tile-layout .view-content .views-row .description-box .pain-desc p {
          margin: 0; }

.node-type-article .article-title {
  font-size: 22px;
  line-height: normal;
  color: #d2202f;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .node-type-article .article-title {
      margin-bottom: 15px; } }
.node-type-article .article-image {
  margin: 40px 0; }
  @media only screen and (max-width: 767px) {
    .node-type-article .article-image {
      margin: 25px 0; } }
  .node-type-article .article-image img {
    display: block;
    width: 100%;
    height: auto; }
.node-type-article .hero-wrapper {
  margin-bottom: 30px;
  position: relative; }
  .node-type-article .hero-wrapper img {
    display: block;
    width: 100%;
    height: auto; }
  .node-type-article .hero-wrapper h1 {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    padding: 40px;
    top: 0;
    left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 960px) {
      .node-type-article .hero-wrapper h1 {
        font-size: 36px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .node-type-article .hero-wrapper h1 {
        padding: 30px 10px; } }
.node-type-article .field-name-body ul li,
.node-type-article .field-name-body ol li,
.node-type-article .field-name-body p {
  font-size: 20px;
  line-height: 32px;
  color: #3e3e3e; }
  @media only screen and (max-width: 767px) {
    .node-type-article .field-name-body ul li,
    .node-type-article .field-name-body ol li,
    .node-type-article .field-name-body p {
      font-size: 16px;
      line-height: 22px; } }
  .node-type-article .field-name-body ul li.terms,
  .node-type-article .field-name-body ol li.terms,
  .node-type-article .field-name-body p.terms {
    font-size: 12px;
    line-height: 14px; }
.node-type-article .field-name-body ol {
  padding: 0;
  list-style-position: inside;
  counter-reset: listNumbering; }
  .node-type-article .field-name-body ol li {
    counter-increment: listNumbering;
    list-style: none; }
    .node-type-article .field-name-body ol li:before {
      content: counter(listNumbering,decimal) ". ";
      font-weight: bold; }
.node-type-article .node-article a {
  color: #3e3e3e;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 1px solid #3e3e3e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .node-type-article .node-article a {
      display: inline;
      font-size: 16px;
      line-height: 22px;
      border: 0;
      text-decoration: underline; } }
.node-type-article .node-article blockquote {
  padding: 80px 100px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .node-type-article .node-article blockquote {
      padding: 40px 0;
      margin-bottom: 20px;
      text-align: center; } }
  .node-type-article .node-article blockquote:before, .node-type-article .node-article blockquote:after {
    display: inline-block;
    font-size: 150px;
    line-height: 150px;
    font-weight: 900;
    color: #d2202f;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .node-type-article .node-article blockquote:before, .node-type-article .node-article blockquote:after {
        font-size: 80px;
        line-height: 80px; } }
  .node-type-article .node-article blockquote:before {
    content: '\201C';
    top: 0;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .node-type-article .node-article blockquote:before {
        top: -10px; } }
  .node-type-article .node-article blockquote:after {
    content: '\201D';
    right: 0;
    bottom: -50px; }
    @media only screen and (max-width: 767px) {
      .node-type-article .node-article blockquote:after {
        bottom: -40px; } }
  .node-type-article .node-article blockquote p {
    font-size: 40px;
    line-height: 46px;
    color: #d2202f;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .node-type-article .node-article blockquote p {
        font-size: 28px;
        line-height: 32px; } }
.node-type-article li {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .node-type-article li {
      margin-bottom: 25px; } }
.node-type-article #sidebar-second {
  position: relative;
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .node-type-article #sidebar-second .region-sidebar-second.stick {
      max-width: 350px; } }
  @media only screen and (max-width: 767px) {
    .node-type-article #sidebar-second {
      margin-top: 15px; }
      .node-type-article #sidebar-second .region-sidebar-second {
        padding-top: 0; } }
  .node-type-article #sidebar-second h2 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .node-type-article #sidebar-second h2 {
        font-size: 22px !important; } }
  .node-type-article #sidebar-second .view-article .views-row {
    margin-bottom: 15px; }
  .node-type-article #sidebar-second .view-article .sidebar-content {
    position: relative; }
    .node-type-article #sidebar-second .view-article .sidebar-content a {
      color: #3e3e3e;
      font-size: 18px;
      line-height: 20px;
      font-weight: 800;
      text-decoration: none;
      display: inline-block;
      border-bottom: 1px solid #3e3e3e;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .node-type-article #sidebar-second .view-article .sidebar-content a {
          font-size: 16px;
          line-height: 18px; } }
      .node-type-article #sidebar-second .view-article .sidebar-content a.active {
        border-bottom-color: transparent;
        color: #d2202f; }
        .node-type-article #sidebar-second .view-article .sidebar-content a.active:before {
          content: '';
          position: absolute;
          height: 85%;
          border-left: 2px solid #d2202f;
          top: 50%;
          left: -10px;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .node-type-article #sidebar-second .view-article .sidebar-content a.active + p {
          color: #d2202f; }
    .node-type-article #sidebar-second .view-article .sidebar-content p {
      font-size: 18px;
      line-height: 23px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .node-type-article #sidebar-second .view-article .sidebar-content p {
          font-size: 16px;
          line-height: 20px; } }

#sidebar-second {
  position: relative; }
  @media only screen and (max-width: 767px) {
    #sidebar-second {
      width: 100% !important;
      padding: 0 !important; } }
  #sidebar-second .region-sidebar-second {
    padding: 20px 0; }
    #sidebar-second .region-sidebar-second.stick {
      position: fixed;
      top: 0; }
      @media only screen and (max-width: 767px) {
        #sidebar-second .region-sidebar-second.stick {
          position: static; } }
    #sidebar-second .region-sidebar-second.stick-bottom {
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        #sidebar-second .region-sidebar-second.stick-bottom {
          position: static; } }

.article-related-products {
  padding: 40px 0 100px;
  border-top: 1px solid #ccc;
  max-width: 1130px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .article-related-products {
      margin: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .article-related-products {
      padding: 35px 0 60px;
      margin: 0 20px; } }
  .article-related-products.container {
    max-width: 1170px; }
  .article-related-products .view-header {
    margin-bottom: 30px; }
    .article-related-products .view-header h2 {
      font-size: 30px;
      line-height: 36px;
      color: #3e3e3e;
      text-align: center;
      margin: 0; }
  @media only screen and (min-width: 768px) {
    .article-related-products .view-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media only screen and (min-width: 768px) {
    .article-related-products .view-content .views-row {
      position: relative;
      width: 50%; }
      .article-related-products .view-content .views-row.views-row-last:before {
        content: '';
        width: 1px;
        height: 150px;
        background: #d2202f;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
  @media only screen and (min-width: 961px) {
    .article-related-products .view-content .views-row {
      padding: 0 25px 0 50px; } }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .article-related-products .view-content .views-row {
      padding: 0 25px; } }
  @media only screen and (max-width: 767px) {
    .article-related-products .view-content .views-row {
      margin: 0 0 40px; }
      .article-related-products .view-content .views-row.views-row-last {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .article-related-products .view-content .related-content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .article-related-products .view-content .related-content .product-img {
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .article-related-products .view-content .related-content .product-img {
        width: 100%; } }
    .article-related-products .view-content .related-content .product-img img {
      display: block;
      margin-left: auto;
      -ms-interpolation-mode: bicubic; }
      @media only screen and (max-width: 767px) {
        .article-related-products .view-content .related-content .product-img img {
          max-width: 75%; } }
    @media only screen and (max-width: 767px) {
      .article-related-products .view-content .related-content .product-img {
        margin: 0 0 20px; }
        .article-related-products .view-content .related-content .product-img img {
          display: block;
          margin: 0 auto; } }
  .article-related-products .view-content .related-content .content-desc {
    margin-left: 25px;
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .article-related-products .view-content .related-content .content-desc {
        margin: 0;
        text-align: center;
        width: 100%; } }
    .article-related-products .view-content .related-content .content-desc .title {
      margin-bottom: 5px; }
      .article-related-products .view-content .related-content .content-desc .title .new-product {
        display: block; }
        .article-related-products .view-content .related-content .content-desc .title .new-product .new-tag {
          display: inline-block;
          text-transform: uppercase;
          color: #ea0029;
          font-weight: 900;
          background: #fff200;
          padding: 5px;
          -webkit-border-bottom-right-radius: 10px;
          -moz-border-bottom-right-radius: 10px;
          border-bottom-right-radius: 10px;
          margin-bottom: 5px;
          font-size: 18px;
          line-height: 18px; }
      .article-related-products .view-content .related-content .content-desc .title h3 {
        font-size: 20px;
        line-height: 26px;
        color: #d2202f;
        font-weight: 800;
        margin: 0; }
    .article-related-products .view-content .related-content .content-desc .short-desc {
      font-size: 18px;
      line-height: 26px;
      margin: 0 0 25px; }
    .article-related-products .view-content .related-content .content-desc a.learn-more {
      background: #d2202f;
      border-color: #d2202f;
      padding: 10px 20px;
      font-weight: 800; }
      .article-related-products .view-content .related-content .content-desc a.learn-more:hover {
        background: #fff;
        color: #d2202f; }

.international-site-wrap {
  margin: 30px 0 0; }
  @media only screen and (min-width: 768px) {
    .international-site-wrap {
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      margin: 90px 0 0; } }
  @media only screen and (min-width: 768px) {
    .international-site-wrap .countries {
      width: 30%; } }
  .international-site-wrap .countries .country {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .international-site-wrap .countries .country {
        margin-bottom: 30px; } }
    .international-site-wrap .countries .country h3 {
      font-weight: 800;
      font-size: 22px;
      line-height: 30px;
      color: #3e3e3e;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .international-site-wrap .countries .country h3 {
          font-size: 18px;
          line-height: 28px; } }
    .international-site-wrap .countries .country p {
      margin: 0; }
      .international-site-wrap .countries .country p a {
        display: inline-block;
        color: #3e3e3e;
        font-size: 20px;
        line-height: 30px;
        text-decoration: none;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s; }
        @media only screen and (max-width: 767px) {
          .international-site-wrap .countries .country p a {
            font-size: 16px;
            line-height: 22px; } }
        .international-site-wrap .countries .country p a:hover {
          opacity: .8; }

.contact-us-wrapper {
  margin: 120px 0 75px; }
  @media only screen and (max-width: 767px) {
    .contact-us-wrapper {
      margin: 40px 0 0; } }
  .contact-us-wrapper h1 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .contact-us-wrapper h1 {
        margin-bottom: 10px; } }
  .contact-us-wrapper .thank-you-txt {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .contact-us-wrapper .thank-you-txt {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px; } }
  .contact-us-wrapper .response-txt {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .contact-us-wrapper .response-txt {
        font-size: 16px;
        line-height: 22px; } }
  .contact-us-wrapper .bold_text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .contact-us-wrapper .bold_text {
        font-size: 16px;
        line-height: 22px; } }

.page-special-offers .webform-component,
.node-type-webform .webform-component {
  position: relative; }
  .page-special-offers .webform-component label.error,
  .node-type-webform .webform-component label.error {
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
    color: #d2202f !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    text-transform: none !important; }
    @media only screen and (max-width: 767px) {
      .page-special-offers .webform-component label.error,
      .node-type-webform .webform-component label.error {
        font-size: 12px !important;
        line-height: normal !important;
        bottom: -6px !important;
        margin-bottom: 0 !important; } }
  .page-special-offers .webform-component.webform-component-select label.error, .page-special-offers .webform-component.webform-component-textarea label.error,
  .node-type-webform .webform-component.webform-component-select label.error,
  .node-type-webform .webform-component.webform-component-textarea label.error {
    bottom: -20px !important; }

.page-thank-you-ultra-pain-relieving-cream #page-title,
.page-thank-you-heatwraps #page-title {
  display: none; }

.page-thank-you-ultra-pain-relieving-cream #mydiv,
.page-thank-you-heatwraps #mydiv {
  height: auto !important;
  margin: 0 auto 75px;
  max-width: 1170px;
  padding: 0 20px; }
  .page-thank-you-ultra-pain-relieving-cream #mydiv iframe,
  .page-thank-you-heatwraps #mydiv iframe {
    max-width: 867px; }

.page-special-offers h1#page-title {
  display: none; }
.page-special-offers .node-webform h2 {
  display: none; }

.site-map-wrapper h1 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .site-map-wrapper h1 {
      margin-bottom: 30px; } }
.site-map-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .site-map-wrapper ul li {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .site-map-wrapper ul li {
        margin-bottom: 30px; } }
    .site-map-wrapper ul li a {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 800;
      color: #3e3e3e;
      font-size: 22px;
      line-height: normal;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .site-map-wrapper ul li a {
          font-size: 18px; } }
      .site-map-wrapper ul li a:hover {
        opacity: 0.9; }
.site-map-wrapper ul.sub-menu {
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    .site-map-wrapper ul.sub-menu {
      margin-top: 5px; } }
  .site-map-wrapper ul.sub-menu li {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .site-map-wrapper ul.sub-menu li {
        margin-bottom: 5px; } }
    .site-map-wrapper ul.sub-menu li a {
      text-transform: none;
      font-weight: 400;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .site-map-wrapper ul.sub-menu li a {
          font-size: 14px; } }

.page-write-a-review #pr-writereview .p-w-r .pr-alert-container {
  margin: 0; }
.page-write-a-review .pr-custom-header {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 767px) {
    .page-write-a-review .pr-custom-header {
      padding-bottom: 20px;
      margin-bottom: 25px; } }
  .page-write-a-review .pr-custom-header .pr-custom-header-left {
    max-width: 200px; }
    @media only screen and (max-width: 767px) {
      .page-write-a-review .pr-custom-header .pr-custom-header-left {
        margin: 0 auto;
        -ms-flex-order: 2;
        order: 2; } }
  @media only screen and (max-width: 767px) {
    .page-write-a-review .pr-custom-header .pr-custom-header-right {
      margin-bottom: 25px; } }
  .page-write-a-review .pr-custom-header .pr-custom-header-right h1 {
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .page-write-a-review .pr-custom-header .pr-custom-header-right h1 {
        margin-bottom: 10px; } }
  .page-write-a-review .pr-custom-header .pr-custom-header-right h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .page-write-a-review .pr-custom-header .pr-custom-header-right h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px; } }
  .page-write-a-review .pr-custom-header .pr-custom-header-right p {
    text-transform: uppercase;
    font-size: 22px;
    line-height: normal;
    font-weight: 800;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .page-write-a-review .pr-custom-header .pr-custom-header-right p {
        font-size: 16px;
        line-height: 22px; } }
.page-write-a-review .required-field {
  margin-top: -15px; }
  .page-write-a-review .required-field p {
    font-size: 18px;
    line-height: normal;
    color: #3e3e3e;
    margin: 0;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .page-write-a-review .required-field p {
        font-size: 12px;
        text-align: center; } }

.desktop {
  display: block; }
  @media only screen and (max-width: 767px) {
    .desktop {
      display: none; } }

.mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile {
      display: block; } }

/********************** Sidebar Pages CSS**********************/
.sidebar-second div#main-wrapper #main {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .sidebar-second div#main-wrapper #main #content {
      padding-top: 20px; } }
  .sidebar-second div#main-wrapper #main #content {
    width: 62%;
    max-width: 695px; }
    @media only screen and (max-width: 767px) {
      .sidebar-second div#main-wrapper #main #content {
        width: 100%;
        max-width: 100%; } }
  .sidebar-second div#main-wrapper #main #sidebar-second {
    width: 38%;
    max-width: 434px;
    padding-left: 80px; }
    @media only screen and (max-width: 1024px) {
      .sidebar-second div#main-wrapper #main #sidebar-second {
        padding-left: 50px; } }
    @media only screen and (max-width: 960px) {
      .sidebar-second div#main-wrapper #main #sidebar-second {
        padding-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .sidebar-second div#main-wrapper #main #sidebar-second {
        width: 100%;
        max-width: 100%; } }

@media only screen and (max-width: 960px) {
  .page-taxonomy-term.sidebar-second div#main-wrapper #main #sidebar-second {
    padding-left: 20px; } }

/*********************** FAQ Tiles CSS ************************/
.page-faq h1#page-title {
  max-width: 974px;
  margin: 35px auto 20px;
  padding: 0 20px; }
  @media only screen and (max-width: 1024px) {
    .page-faq h1#page-title {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .page-faq h1#page-title {
      width: auto;
      padding: 0;
      margin: 35px auto 20px; } }

.faq-tiles .view-content > h3 {
  margin-bottom: 30px;
  clear: both;
  text-transform: uppercase; }
.faq-tiles.container {
  max-width: 974px;
  margin: 0 auto 128px; }
  @media only screen and (min-width: 975px) and (max-width: 1024px) {
    .faq-tiles.container {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .faq-tiles.container {
      width: auto;
      margin: 0 auto 60px; } }
.faq-tiles .views-row {
  background: url(/sites/default/themes/thermacare/images/small-card-bg.png) no-repeat center bottom;
  width: 290px;
  float: left;
  height: 244px;
  margin: 0 32px 47px 0;
  padding: 40px 30px 0 18px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .faq-tiles .views-row {
      margin-bottom: 32px; }
      .faq-tiles .views-row.views-row-last {
        margin-bottom: 47px; } }
  @media only screen and (max-width: 767px) {
    .faq-tiles .views-row {
      background: url(/sites/default/themes/thermacare/images/small-card-bg-mob.png) no-repeat center bottom;
      margin: 0 auto 20px;
      padding: 35px 30px 0 15px;
      width: 100%;
      background-size: 100% auto;
      height: 193px;
      float: none; } }
  .faq-tiles .views-row h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .faq-tiles .views-row h3 {
        font-size: 28px;
        line-height: 34px; } }
  .faq-tiles .views-row a {
    position: absolute;
    bottom: 17px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .faq-tiles .views-row a {
        font-size: 16px; } }
  .faq-tiles .views-row.views-row-last {
    margin-right: 0; }
.faq-tiles h2 {
  margin: 0 0 30px;
  clear: both;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  color: #3e3e3e; }
  @media only screen and (max-width: 767px) {
    .faq-tiles h2 {
      font-size: 18px;
      line-height: 22px;
      margin: 55px 0 25px; }
      .faq-tiles h2:first-child {
        margin-top: 0; } }

/*********************** FAQ Tiles Description CSS ************************/
.faq-tiles-description .view-grouping-header {
  display: none;
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  color: #3e3e3e;
  margin-bottom: 22px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .faq-tiles-description .view-grouping-header {
      font-size: 18px;
      line-height: 22px; } }
  .page-taxonomy-term-8 .faq-tiles-description .view-grouping-header {
    display: block; }
  .faq-tiles-description .view-grouping-header h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    color: #3e3e3e;
    margin-bottom: 22px;
    text-transform: uppercase; }
.faq-tiles-description .view-grouping-content h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  color: #3e3e3e;
  margin-bottom: 22px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .faq-tiles-description .view-grouping-content h2 {
      font-size: 18px;
      line-height: 22px;
      padding-bottom: 5px;
      margin-bottom: 15px; } }
.faq-tiles-description .view-grouping-content h3 {
  margin-bottom: 11px;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-transform: inherit; }
  @media only screen and (max-width: 767px) {
    .faq-tiles-description .view-grouping-content h3 {
      padding-bottom: 5px; } }
.faq-tiles-description .views-field-field-faq-title p {
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .faq-tiles-description .views-field-field-faq-title p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 0; } }
.faq-tiles-description .views-field-body img {
  margin: 20px 0 0; }
.faq-tiles-description .views-field-body p,
.faq-tiles-description .views-field-body ul {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .faq-tiles-description .views-field-body p,
    .faq-tiles-description .views-field-body ul {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; } }
  .faq-tiles-description .views-field-body p a,
  .faq-tiles-description .views-field-body ul a {
    color: #3e3e3e;
    display: inline-block;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px solid #666; }
    @media only screen and (max-width: 767px) {
      .faq-tiles-description .views-field-body p a,
      .faq-tiles-description .views-field-body ul a {
        line-height: 16px; } }
.faq-tiles-description .views-field-body .four-active-ingredients {
  margin-bottom: 40px; }
  .faq-tiles-description .views-field-body .four-active-ingredients ul {
    margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .faq-tiles-description .views-field-body .four-active-ingredients {
      margin-bottom: 20px; } }
  .faq-tiles-description .views-field-body .four-active-ingredients p {
    margin-bottom: 0; }
.faq-tiles-description .views-field-body ul {
  padding: 0 0 0 35px; }
  @media only screen and (max-width: 767px) {
    .faq-tiles-description .views-field-body ul {
      padding: 0 0 0 19px; } }
  .faq-tiles-description .views-field-body ul li {
    font-size: 20px;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      .faq-tiles-description .views-field-body ul li {
        font-size: 16px;
        line-height: 22px; } }
    .faq-tiles-description .views-field-body ul li a {
      color: #3e3e3e; }
    .faq-tiles-description .views-field-body ul li ul li {
      list-style: none; }

/***************************** FAQ Sidebar CSS ******************************/
.faq-sidebar h3 {
  margin: 20px 0 10px; }
  @media only screen and (max-width: 767px) {
    .faq-sidebar h3 {
      margin: 0 0 7px;
      font-size: 16px;
      line-height: 32px; } }
  .faq-sidebar h3.active {
    color: #d2202f; }
    @media only screen and (max-width: 767px) {
      .faq-sidebar h3.active {
        color: #a41622; } }
  .faq-sidebar h3:nth-child(5) {
    margin-top: 15px; }
.faq-sidebar .views-row a {
  color: #3e3e3e;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #6d6d6d;
  display: inline-block;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .faq-sidebar .views-row a {
      font-size: 16px;
      margin-bottom: 15px; } }
  .faq-sidebar .views-row a.active {
    border-bottom-color: transparent;
    color: #d2202f;
    text-decoration: none;
    position: relative; }
    .faq-sidebar .views-row a.active:before {
      content: "";
      background: #a41622;
      position: absolute;
      left: -10px;
      top: 0;
      width: 2px;
      height: 18px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .faq-sidebar .views-row a.active:before {
          left: -9px;
          top: -3px;
          width: 1px;
          height: 19px; } }
    @media only screen and (max-width: 767px) {
      .faq-sidebar .views-row a.active {
        color: #a41622; } }

/***************************** Contact US CSS ******************************/
.contact-us-prima-form {
  width: 710px;
  margin: 0 auto 75px;
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .contact-us-prima-form {
      width: auto; } }
  .contact-us-prima-form .form-item label {
    font-size: 22px;
    font-weight: 800;
    color: #3e3e3e;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .contact-us-prima-form .form-item label {
        font-size: 16px;
        line-height: 22px;
        font-weight: 800; } }
    .contact-us-prima-form .form-item label .form-required {
      color: #3e3e3e; }
  .contact-us-prima-form .form-item #uniform-edit-submitted-products,
  .contact-us-prima-form .form-item #uniform-edit-submitted-prima-state {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #363636;
    color: #3e3e3e;
    height: 55px;
    font-size: 22px;
    font-weight: 800;
    margin: 16px 0 20px;
    padding: 0 20px;
    font-family: 'Nunito Sans', sans-serif;
    background: url(/sites/default/themes/thermacare/images/dropdown.jpg) no-repeat right bottom;
    cursor: pointer;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .contact-us-prima-form .form-item #uniform-edit-submitted-products,
      .contact-us-prima-form .form-item #uniform-edit-submitted-prima-state {
        background-size: 25px auto;
        height: 39px; } }
    .contact-us-prima-form .form-item #uniform-edit-submitted-products span,
    .contact-us-prima-form .form-item #uniform-edit-submitted-prima-state span {
      display: inline-block;
      padding: 16px 0; }
      @media only screen and (max-width: 767px) {
        .contact-us-prima-form .form-item #uniform-edit-submitted-products span,
        .contact-us-prima-form .form-item #uniform-edit-submitted-prima-state span {
          font-size: 16px;
          line-height: 22px;
          padding: 8px 0; } }
  .contact-us-prima-form .form-item #uniform-edit-submitted-products {
    margin: 54px 0 36px; }
    @media only screen and (max-width: 767px) {
      .contact-us-prima-form .form-item #uniform-edit-submitted-products {
        margin: 30px 0 36px; } }
  .contact-us-prima-form .form-item input,
  .contact-us-prima-form .form-item select,
  .contact-us-prima-form .form-item textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #363636;
    color: #3e3e3e;
    height: 55px;
    font-size: 22px;
    font-weight: 800;
    margin: 16px 0 20px;
    padding: 5px 20px;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    @media only screen and (max-width: 767px) {
      .contact-us-prima-form .form-item input,
      .contact-us-prima-form .form-item select,
      .contact-us-prima-form .form-item textarea {
        height: 39px;
        font-size: 16px; } }
  .contact-us-prima-form .form-item select {
    cursor: pointer;
    position: absolute;
    left: 0;
    width: 710px;
    margin: auto;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .contact-us-prima-form .form-item select {
        width: 90%; } }
  .contact-us-prima-form .form-item textarea {
    background: url(/sites/default/themes/thermacare/images/select.jpg) no-repeat right bottom;
    height: 175px;
    margin-bottom: 40px;
    resize: none;
    overflow: auto; }
    @media only screen and (min-width: 768px) {
      .contact-us-prima-form .form-item textarea {
        padding-right: 50px; } }
    @media only screen and (max-width: 767px) {
      .contact-us-prima-form .form-item textarea {
        background: none;
        height: 134px; } }
  .contact-us-prima-form .form-item .grippie {
    display: none; }
  .contact-us-prima-form .form-item.webform-component--question {
    margin-top: 36px; }
  @media only screen and (max-width: 767px) {
    .contact-us-prima-form .form-actions {
      margin: 1em auto;
      width: 124px; } }
  .contact-us-prima-form .form-actions .form-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-width: 108px;
    background: #d2202f;
    padding: 8px 20px;
    border: 2px solid transparent;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .contact-us-prima-form .form-actions .form-submit:hover {
      border: 2px solid #d2202f;
      background: #fff;
      color: #d2202f; }
    @media only screen and (max-width: 767px) {
      .contact-us-prima-form .form-actions .form-submit {
        border-radius: 8px 0 8px 0; } }

.contact-call-email-us .contact-us {
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .contact-call-email-us .contact-us {
      margin-bottom: 40px; } }
  .contact-call-email-us .contact-us h1 {
    color: #313131;
    margin-bottom: 12px; }
  .contact-call-email-us .contact-us p {
    font-size: 30px;
    line-height: 34px; }
    @media only screen and (max-width: 767px) {
      .contact-call-email-us .contact-us p {
        font-size: 18px;
        line-height: 24px; } }
.contact-call-email-us .call-us {
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .contact-call-email-us .call-us {
      margin-bottom: 50px; } }
  .contact-call-email-us .call-us p.bold-text {
    margin-top: 31px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    color: #3e3e3e; }
    @media only screen and (max-width: 767px) {
      .contact-call-email-us .call-us p.bold-text {
        font-size: 16px;
        line-height: 22px; } }
    .contact-call-email-us .call-us p.bold-text a {
      color: #3e3e3e;
      text-decoration: none; }
.contact-call-email-us .email-us {
  margin-bottom: 52px; }
  @media only screen and (max-width: 767px) {
    .contact-call-email-us .email-us {
      margin-bottom: 45px; } }

/***************************** Contact US CSS ******************************/
.find-coupon-header p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 14px; }
  @media only screen and (max-width: 767px) {
    .find-coupon-header p {
      font-size: 18px;
      line-height: 26px; } }

.find-coupon-form {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .find-coupon-form {
      margin-bottom: 70px; } }
  .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon {
    width: 100%; }
    .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon label {
      font-size: 22px;
      font-weight: 800;
      color: #3e3e3e;
      text-transform: uppercase;
      margin: 44px 0 9px; }
      @media only screen and (max-width: 767px) {
        .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon label {
          font-size: 16px;
          line-height: 22px;
          margin: 28px 0 22px; } }
      .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon label .form-required {
        color: #3e3e3e; }
    .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon {
      display: flex;
      flex-direction: row; }
      @media only screen and (max-width: 767px) {
        .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon {
          flex-direction: column; } }
      .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon {
        width: 47.3%;
        display: flex;
        flex-direction: row;
        position: relative; }
        @media only screen and (max-width: 1024px) {
          .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon {
            width: 49%; } }
        @media only screen and (max-width: 767px) {
          .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon {
            display: block;
            width: 100%; }
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon:first-child {
              margin-bottom: 50px; } }
        .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon:first-child {
          order: 1; }
        .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon:last-child {
          order: 1; }
          .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon:last-child label {
            margin-top: 90px; }
            @media only screen and (max-width: 767px) {
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon:last-child label {
                margin: 0; } }
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon:last-child label img {
              margin-top: -32px; }
              @media only screen and (max-width: 767px) {
                .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon:last-child label img {
                  width: 213px;
                  margin-top: 5px;
                  margin-left: 35px; } }
        .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon input {
          order: 2;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          appearance: none; }
        .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label {
          order: 1;
          font-size: 40px;
          color: #3e3e3e;
          line-height: 46px;
          font-weight: 300;
          text-transform: capitalize;
          cursor: pointer; }
          @media only screen and (min-width: 1025px) and (max-width: 1200px) {
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label {
              font-size: 35px;
              line-height: 42px; } }
          @media only screen and (max-width: 1024px) {
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label {
              font-size: 35px;
              line-height: 40px; } }
          @media only screen and (max-width: 960px) {
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label {
              font-size: 26px;
              line-height: 32px; } }
          @media only screen and (max-width: 767px) {
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label {
              display: flex;
              flex-direction: column;
              font-size: 28px;
              line-height: 32px;
              margin: 0; } }
          .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label img {
            float: left;
            margin: 0 25px; }
            @media only screen and (min-width: 1025px) and (max-width: 1200px) {
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label img {
                margin: 0 10px; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label img {
                margin: 0 5px 0 10px;
                max-width: 48%; } }
            @media only screen and (max-width: 767px) {
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label img {
                order: 1;
                margin: 10px 30px 0 65px;
                width: 115px; } }
          @media only screen and (max-width: 767px) {
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon label sup {
              position: absolute;
              left: 152px; } }
        .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio {
          position: static;
          display: table;
          margin-top: 25px; }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio {
              margin-top: 15px; } }
          @media only screen and (max-width: 767px) {
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio {
              margin-top: 5px; } }
          .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio span {
            background: url(/sites/default/themes/thermacare/images/checked-new.png);
            width: 24px;
            height: 23px;
            display: block; }
            @media only screen and (max-width: 767px) {
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio span {
                width: 29px;
                height: 23px; } }
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio span input {
              cursor: pointer;
              width: 24px;
              height: 23px;
              margin: 0; }
            .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio span.checked {
              margin-top: -7px;
              width: 40px;
              height: 34px;
              display: inline-block;
              background-position: 0 -23px; }
              @media only screen and (max-width: 767px) {
                .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio span.checked {
                  margin-top: -10px; } }
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio span.checked input {
                width: 40px;
                height: 33px; }
          .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio#uniform-edit-submitted-pick-a-coupon-2 {
            left: 291px; }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio#uniform-edit-submitted-pick-a-coupon-2 {
                left: calc(50% + 15px); } }
            @media only screen and (max-width: 767px) {
              .find-coupon-form .webform-component-radios.webform-component--pick-a-coupon #edit-submitted-pick-a-coupon .form-item-submitted-pick-a-coupon div.radio#uniform-edit-submitted-pick-a-coupon-2 {
                left: 0; } }
  .find-coupon-form .form-item {
    width: 710px; }
    @media only screen and (max-width: 767px) {
      .find-coupon-form .form-item {
        width: 100%; } }
    .find-coupon-form .form-item h3 {
      font-weight: 800;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .find-coupon-form .form-item h3 {
          font-size: 16px;
          line-height: 22px; } }
    .find-coupon-form .form-item .form-checkboxes .checker {
      display: inline-block;
      vertical-align: top; }
      .find-coupon-form .form-item .form-checkboxes .checker span {
        width: 20px;
        height: 21px;
        vertical-align: top;
        border: 1px solid #363636;
        display: inline-block;
        margin: 4px 0 0 20px; }
        @media only screen and (max-width: 767px) {
          .find-coupon-form .form-item .form-checkboxes .checker span {
            margin: 4px 7px 0 0; } }
        .find-coupon-form .form-item .form-checkboxes .checker span input {
          cursor: pointer; }
        .find-coupon-form .form-item .form-checkboxes .checker span.checked {
          background: url(/sites/default/themes/thermacare/images/checked.jpg);
          border: none;
          margin-left: 0;
          width: 40px;
          height: 33px; }
          @media only screen and (max-width: 767px) {
            .find-coupon-form .form-item .form-checkboxes .checker span.checked {
              background: url(/sites/default/themes/thermacare/images/checked-mobile.jpg) no-repeat;
              width: 27px;
              height: 22px;
              margin-right: 0; } }
          .find-coupon-form .form-item .form-checkboxes .checker span.checked input {
            width: 40px;
            height: 33px; }
    .find-coupon-form .form-item .form-checkboxes label {
      margin-left: 12px;
      font-size: 20px;
      line-height: 26px;
      display: inline-block;
      width: 635px;
      color: #3e3e3e; }
      @media only screen and (max-width: 767px) {
        .find-coupon-form .form-item .form-checkboxes label {
          width: 84%;
          font-size: 16px;
          line-height: 22px;
          margin-left: 12px; } }
      .find-coupon-form .form-item .form-checkboxes label a {
        color: #3e3e3e;
        display: inline-block;
        line-height: 22px;
        text-decoration: none;
        border-bottom: 1px solid #666; }
        @media only screen and (max-width: 767px) {
          .find-coupon-form .form-item .form-checkboxes label a {
            line-height: 16px; } }
  .find-coupon-form .form-item.webform-component-textfield label,
  .find-coupon-form .form-item.webform-component-email label {
    font-size: 22px;
    font-weight: 800;
    color: #3e3e3e;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .find-coupon-form .form-item.webform-component-textfield label,
      .find-coupon-form .form-item.webform-component-email label {
        font-size: 16px;
        line-height: 22px; } }
    .find-coupon-form .form-item.webform-component-textfield label .form-required,
    .find-coupon-form .form-item.webform-component-email label .form-required {
      color: #3e3e3e; }
  .find-coupon-form .form-item.webform-component-textfield input,
  .find-coupon-form .form-item.webform-component-email input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #363636;
    color: #3e3e3e;
    height: 55px;
    font-size: 22px;
    font-weight: 800;
    margin: 16px 0 20px;
    padding: 0 20px;
    font-family: "Nunito Sans", sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .find-coupon-form .form-item.webform-component-textfield input.error,
    .find-coupon-form .form-item.webform-component-email input.error {
      border-color: #d2202f; }
    @media only screen and (max-width: 767px) {
      .find-coupon-form .form-item.webform-component-textfield input,
      .find-coupon-form .form-item.webform-component-email input {
        height: 39px;
        margin: 14px 0 10px; } }
  @media only screen and (max-width: 767px) {
    .find-coupon-form .form-actions {
      width: 160px;
      margin: 1em auto; } }
  .find-coupon-form .form-actions .form-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    min-width: 108px;
    background: #d2202f;
    padding: 8px 20px;
    border: 2px solid transparent;
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    @media only screen and (max-width: 767px) {
      .find-coupon-form .form-actions .form-submit {
        border-radius: 8px 0 8px 0;
        width: 160px;
        padding: 8px 0; } }
    .find-coupon-form .form-actions .form-submit:hover {
      border: 2px solid #d2202f;
      background: #fff;
      color: #d2202f; }

/***************************** Buy Now CSS ******************************/
.buy-online-store-desc {
  margin: 20px 0 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .buy-online-store-desc {
      font-size: 18px;
      line-height: 26px;
      margin: 20px 0; } }

.buy-online-store-wrapper {
  margin: 75px 0 0; }
  @media only screen and (min-width: 768px) {
    .buy-online-store-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .buy-online-store-wrapper a {
    display: block; }
    .buy-online-store-wrapper a img {
      display: block; }
  @media only screen and (max-width: 767px) {
    .buy-online-store-wrapper {
      margin-bottom: 0; } }

.buy-online-store {
  display: inline-block;
  vertical-align: top;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .buy-online-store {
      width: 28%;
      margin: 0 6% 55px 0; } }
  @media only screen and (min-width: 768px) {
    .buy-online-store.amazon, .buy-online-store.walgreens {
      width: 23%; } }
  .buy-online-store:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .buy-online-store {
      margin: 22px 0;
      width: 100%; } }

.buy-online-store-content-bottom-wrapper {
  background: url(/sites/default/themes/thermacare/images/retailer-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 28px 0 16px; }
  @media only screen and (max-width: 767px) {
    .buy-online-store-content-bottom-wrapper {
      padding: 33px 0 0; } }
  .buy-online-store-content-bottom-wrapper h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .buy-online-store-content-bottom-wrapper h2 {
        font-size: 28px;
        margin-bottom: 0; } }
  .buy-online-store-content-bottom-wrapper .buy-online-store-content-bottom {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .buy-online-store-content-bottom-wrapper .buy-online-store-content-bottom {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .buy-online-store-content-bottom-wrapper .buy-online-store-content-bottom img {
        margin: 20px 0; } }

/******************** WAR CSS *************************/
#pr-writereview .p-w-r label span {
  font-size: 22px;
  line-height: 24px;
  color: #3e3e3e;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif; }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r label span {
      font-size: 16px;
      line-height: 22px; } }
  #pr-writereview .p-w-r label span.pr-required-indicator {
    margin-left: 8px; }
    @media only screen and (max-width: 767px) {
      #pr-writereview .p-w-r label span.pr-required-indicator {
        margin-left: 2px; } }
#pr-writereview .p-w-r .pr-helper-text {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 800;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 10px; }
  #pr-writereview .p-w-r .pr-helper-text:before {
    content: "("; }
  #pr-writereview .p-w-r .pr-helper-text:after {
    content: ")"; }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r .pr-helper-text {
      font-size: 12px;
      line-height: 18px; } }
#pr-writereview .p-w-r input,
#pr-writereview .p-w-r textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #363636;
  color: #3e3e3e;
  height: 55px !important;
  /*To overrite review module css*/
  font-size: 22px;
  font-weight: 800;
  margin: 10px 0 35px;
  padding: 0 20px !important;
  font-family: "Nunito Sans", sans-serif; }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r input,
    #pr-writereview .p-w-r textarea {
      height: 37px !important;
      /*To overrite review module css*/
      margin: 5px 0 30px;
      font-size: 14px; } }
#pr-writereview .p-w-r .pr-has-error input,
#pr-writereview .p-w-r .pr-has-error textarea {
  border-color: #d00; }
#pr-writereview .p-w-r textarea {
  background: url(/sites/default/themes/thermacare/images/select.jpg) no-repeat right bottom;
  height: 173px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /*To overrite review module css*/
  resize: none;
  -ms-overflow-style: none; }
  #pr-writereview .p-w-r textarea.pr-textarea::-webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 768px) {
    #pr-writereview .p-w-r textarea {
      padding-right: 50px !important; } }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r textarea {
      background: none;
      height: 132px !important;
      /*To overrite review module css*/ } }
#pr-writereview .p-w-r .pr-submit {
  width: 500px; }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r .pr-submit {
      width: auto; } }
  #pr-writereview .p-w-r .pr-submit .pr-footer {
    border: none;
    padding-top: 10px; }
    #pr-writereview .p-w-r .pr-submit .pr-footer .pr-subscript {
      font-size: 18px;
      line-height: 23px;
      font-weight: 500;
      font-family: "Nunito Sans", sans-serif;
      color: #3e3e3e; }
      @media only screen and (max-width: 767px) {
        #pr-writereview .p-w-r .pr-submit .pr-footer .pr-subscript {
          font-size: 12px;
          line-height: 16px; } }
      #pr-writereview .p-w-r .pr-submit .pr-footer .pr-subscript a {
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        color: #3e3e3e;
        display: inline-block;
        line-height: 18px;
        text-decoration: none;
        border-bottom: 1px solid #666; }
        @media only screen and (max-width: 767px) {
          #pr-writereview .p-w-r .pr-submit .pr-footer .pr-subscript a {
            font-size: 12px;
            line-height: 12px; } }
    #pr-writereview .p-w-r .pr-submit .pr-footer .pr-logo-container {
      display: none; }
    #pr-writereview .p-w-r .pr-submit .pr-footer .pr-btn-review {
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      min-width: 108px;
      background: #d2202f;
      padding: 8px 20px;
      border: 2px solid transparent;
      -webkit-border-top-left-radius: 8px;
      -moz-border-top-left-radius: 8px;
      border-top-left-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      -moz-border-bottom-right-radius: 8px;
      border-bottom-right-radius: 8px;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      margin: 5px 0 50px; }
      @media only screen and (max-width: 767px) {
        #pr-writereview .p-w-r .pr-submit .pr-footer .pr-btn-review {
          width: 130px !important; } }
      #pr-writereview .p-w-r .pr-submit .pr-footer .pr-btn-review:hover {
        border: 2px solid #d2202f;
        background: #fff;
        color: #d2202f; }
#pr-writereview .p-w-r .pr-star-v4-0-filled,
#pr-writereview .p-w-r .pr-star-v4-100-filled {
  width: 72px;
  height: 68px;
  outline: none;
  box-shadow: none;
  margin-right: 36px; }
  #pr-writereview .p-w-r .pr-star-v4-0-filled:last-child,
  #pr-writereview .p-w-r .pr-star-v4-100-filled:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r .pr-star-v4-0-filled,
    #pr-writereview .p-w-r .pr-star-v4-100-filled {
      width: 40px;
      height: 40px;
      margin-right: 17px; } }
#pr-writereview .p-w-r .pr-star-v4-0-filled {
  background: url(/sites/default/themes/thermacare/images/power-reviews/war-rating-star.png) no-repeat 0 0; }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r .pr-star-v4-0-filled {
      background-size: 100% auto;
      background-position: 0 1px; } }
#pr-writereview .p-w-r .pr-star-v4-100-filled {
  background: url(/sites/default/themes/thermacare/images/power-reviews/war-rating-star.png) no-repeat 0 -69px; }
  @media only screen and (max-width: 767px) {
    #pr-writereview .p-w-r .pr-star-v4-100-filled {
      background-size: 100% auto;
      background-position: 0 -38px; } }
#pr-writereview .p-w-r #pr-rating {
  margin: 30px 0 50px; }
#pr-writereview .p-w-r .review-preview.pr-row {
  display: none; }
#pr-writereview .p-w-r .thank-you-page .header {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 50px; }
  #pr-writereview .p-w-r .thank-you-page .header .title {
    font-weight: 300;
    font-size: 46px;
    color: #313131;
    line-height: 50px;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      #pr-writereview .p-w-r .thank-you-page .header .title {
        font-size: 28px;
        line-height: 32px; } }
  #pr-writereview .p-w-r .thank-you-page .header .subtitle {
    color: #313131;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    font-family: 'Nunito Sans', sans-serif; }
    @media only screen and (max-width: 767px) {
      #pr-writereview .p-w-r .thank-you-page .header .subtitle {
        font-size: 18px;
        line-height: 26px; } }
  #pr-writereview .p-w-r .thank-you-page .header h5 a {
    font-family: 'Nunito Sans', sans-serif;
    display: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    font-weight: 700;
    color: #313131;
    text-decoration: none;
    border-bottom: 1px solid #3e3e3e;
    line-height: 21px; }
    @media only screen and (max-width: 767px) {
      #pr-writereview .p-w-r .thank-you-page .header h5 a {
        font-size: 15px !important;
        line-height: 16px; } }
#pr-writereview #pr-bottomline .btn-group {
  margin-bottom: 10px; }
  #pr-writereview #pr-bottomline .btn-group .pr-btn {
    border: 1px solid #363636;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
    padding: 14px; }
    #pr-writereview #pr-bottomline .btn-group .pr-btn:focus {
      outline: none;
      box-shadow: none; }
    #pr-writereview #pr-bottomline .btn-group .pr-btn:hover {
      background: none;
      color: #3e3e3e;
      border-color: #363636; }
    #pr-writereview #pr-bottomline .btn-group .pr-btn.active {
      background: none;
      color: #b0b0b0;
      border-color: #363636; }
    @media only screen and (max-width: 767px) {
      #pr-writereview #pr-bottomline .btn-group .pr-btn {
        font-size: 14px;
        line-height: 20px;
        font-weight: 800;
        padding: 9px 14px; } }
    #pr-writereview #pr-bottomline .btn-group .pr-btn:nth-child(2) {
      border-top: none; }
#pr-writereview #pr-bottomline .pr-clear-all-radios {
  display: none; }

#pr-reviewsnippet .p-w-r :focus,
#pr-reviewsnippet .p-w-r a:focus {
  outline: none;
  box-shadow: none; }

.pr-custom-header {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 767px) {
    .pr-custom-header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .pr-custom-header .pr-custom-header-left {
    margin-right: 40px; }

/*******************************************************/
.reference p {
  font-size: 12px;
  line-height: 16px; }
.reference span {
  font-style: italic; }

@media only screen and (max-width: 767px) {
  .ajax-progress {
    margin: 30px 0 0 10px; } }
.ajax-progress .message {
  margin-top: 2px; }

#re-captcha {
  margin: 30px 0; }
  @media only screen and (max-width: 767px) {
    #re-captcha {
      margin: 40px 0; } }

@media only screen and (max-width: 340px) {
  #re-captcha {
    transform: scale(0.925);
    -webkit-transform: scale(0.925);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%; } }
@media only screen and (min-width: 768px) {
  .page-find-in-store #gmapslivesearch-wrapper #gmapslivesearch-map {
    width: 62%;
    max-width: 690px;
    margin-right: 4.24%; }
  .page-find-in-store #gmapslivesearch-wrapper #gmapslivesearch-stores {
    width: 33% !important;
    max-width: 340px; } }

.page-import .content table.sticky-enabled {
  width: 95%;
  max-width: 1130px;
  margin: 0 auto 50px;
  padding: 0 20px; }
  @media only screen and (max-width: 767px) {
    .page-import .content table.sticky-enabled {
      width: 90%; } }
  .page-import .content table.sticky-enabled th {
    font-weight: bold;
    color: #3e3e3e; }
  .page-import .content table.sticky-enabled th, .page-import .content table.sticky-enabled td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center; }
    .page-import .content table.sticky-enabled th a, .page-import .content table.sticky-enabled td a {
      color: #a3121e;
      text-decoration: underline; }
	  


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