
/*@@@@@*****************PRIMARY STYLES*******************@@@@@@@@*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
  * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

  *, *::before, *::after {
    box-sizing: border-box;
  }

  body,
  html {
  margin: 0;
  padding: 0;
  height: 100%;
  }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

sup {
    font-size: 50%;
    line-height: normal;
    vertical-align: super
}

a sup {
    display: inline-block
}

strong {
    font-weight: 700
}

a.learn-more {
    font-size: 18px;
    line-height: 20px;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    padding: 12px 20px;
    background: rgba(255, 255, 255, .1);
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

a.learn-more:hover {
    background: none
}
.center-align {
    text-align: center
}

.page-special-offers #content,
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px
}

.img-responsive img {
    width: 100%;
    max-width: 100%
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.strong {
    font-weight: 700
}

p {
    font-size: 20px;
    color: #3e3e3e;
    line-height: 23px;
    margin-bottom: 22px
}

@media only screen and (max-width:767px) {
    p {
        font-size: 16px;
        line-height: 22px
    }
}

h1.title {
    margin: 0 0 35px
}

@media only screen and (max-width:767px) {
    h1.title {
        margin: 0 0 15px
    }
}

h1 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 300;
    color: #313131
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 28px;
        line-height: 32px
    }
}

h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 28px;
        line-height: 32px
    }
}

h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    color: #3e3e3e
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 16px;
        line-height: 22px
    }
}

ol {
    list-style: decimal;
    padding: 0 0 0 22px
}

ul {
    list-style: disc;
    padding: 0 0 0 22px
}

@media only screen and (min-width:1025px) {
    .not-front #main-wrapper {
        position: relative;
        z-index: 99
    }
}

.not-front #main-wrapper {
    margin-top: 80px
}

@media only screen and (max-width:1024px) {
    .not-front #main-wrapper {
        margin-top: 60px
    }
}

@media only screen and (max-width:767px) {
    .not-front #main-wrapper {
        margin-top: 40px
    }
}

ol li,
ul li {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 23px
}

/*@@@@@*****************HEADER SECTION*******************@@@@@@@@*/
/*menu section*/
.header-menu{
    margin: 0 auto;
    padding: 25px 20px 15px 20px;
}
/*end menu section*/

/*header-banner section*/

.hero-banner {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 0;
    background: url(../images/thermacare-banner-mob-img.jpg) no-repeat 20% 0;
    background-size: cover;
}

@media only screen and (min-width:768px) {
    .hero-banner {
        position: relative;
        background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url(../images/banner-img.jpg) no-repeat center center;
        min-height: 467px;
        background-size: cover;
        margin-bottom: 75px;
        padding: 0
    }
}
#header{
    position: relative;
}
#header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 150px;
    background-image: url(../images/header-swoosh-updated.svg);
    background-repeat: no-repeat;
    background-position: center top;
    top: 100%;
    z-index: 10;
    background-size: 105%;
}

.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
    }
}
/*end header banner section*/

@media only screen and (min-width:3000px) {
    .front #header:after {
        background-size: cover
    }
}
/*end hero banner section*/

.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;
}
.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*/
        margin-bottom: 50px;
    }
     .page-heat-wraps .view-id-product .view-content .group-content:last-child {
        border-bottom: 1px solid #ccc;
        padding-bottom: 50px;
        margin-bottom: 0 !important;
    }
}

@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
    }
}



@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
}

.views-row-empty{
    width: 290px;
    height: 340px;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width:767px) {
    .view-tile-layout .views-row {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .views-row-empty{
    width: 290px;
    display: none;
    }

}

.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;
    margin: 0 30px 30px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    border: 0px solid rgba(0,0,0,0.5);
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

@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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.view-tile-layout .views-row .description-box a:hover {
    opacity: .8
}

/*@@@@@*****************INNER PAGES COMMON*******************@@@@@@@@*/

 #inner-main-wrapper {
    margin-top: 80px;
}

@media only screen and (max-width:767px) {
    #inner-main-wrapper {
        margin-top: 40px;
    }
}

.page-template-home #main-wrapper { margin-top: 0; }
.page-node.page-node-1.node-type-product #product-banner{
    background: url(../images/back_pain_product_banner_0.jpg) no-repeat center center;
    background-size: cover;
}
.page-node.page-node-2.node-type-product #product-banner{
    background: url(../images/ultra_pain_product_banner.jpg) no-repeat center center;
    background-size: cover;
}
.page-node.page-node-3.node-type-product #product-banner{
    background: url(../images/neck_pain_product_banner_0_0.jpg) no-repeat center center;
    background-size: cover;
}
.page-node.page-node-8.node-type-product #product-banner{
    background: url(../images/thermacare-muscle-pain-bg.jpg) no-repeat center center;
    background-size: cover;
}
.page-node.page-node-11.node-type-product #product-banner{
    background: url(../images/joint-therapy-bg_0.png) no-repeat center center;
    background-size: cover;
}
.page-node.page-node-12.node-type-product #product-banner{
    background: url(../images/3-5-targeted-heat-therapy-menstrual-bg.png) no-repeat center center;
    background-size: cover;
}
.page-node.page-node-18.node-type-product #product-banner{
    background: url(../images/3-6-targeted-heat-therapy-sport-bg.png) no-repeat center center;
    background-size: cover;
}
/*//@@@@@*****************INNER PAGES COMMON*******************@@@@@@@@*/
/********************************PAGE HEAP WRAPS*******************************/
.page-heat-wraps .banner-img {
    margin-bottom: 35px
}

.page-heat-wraps .banner-img img {
    display: block;
    width: 100%;
    height: auto
}
 .page-heat-wraps .banner-img .mobile{
        display: none;
  }
 
.youtube_testimonial_container h2 {
    font-size: 46px;
    line-height: 48px;
    color: #fff;
}
.youtube_testimonial_container p, .youtube_testimonial_container h3 {
    color: #fff;
    margin-bottom: 30px;
}
.youtube_testimonial_container p {
    max-width: 640px;
}
.youtube_testimonial_container {
    padding: 40px 0 30px;
    background: url(../assets/images/youtube-playlist-background.jpg) no-repeat center center;
        background-size: auto;
    background-size: cover;
}
.youtube_testimonial_container .disclaimer.disclaimer-mobile {
    display: none;
}
.youtube_testimonial_container .disclaimer {
    color: #fff;
    line-height: normal;
    font-size: 12px;
    margin-top: 30px;
}

.youtube_testimonial_container .youtube_container .youtube_video {
    margin-right: 20px;
}
@media only screen and (max-width:767px) {
    .youtube_testimonial_container .youtube_container .youtube_video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin: 0 0 40px
    }
}
@media only screen and (max-width:767px) {
    .youtube_testimonial_container {
        background-position: 80% 100%;
    }
}
.youtube_testimonial_container h2 {
    font-size: 46px;
    line-height: 48px;
    color: #fff
}

@media only screen and (max-width:767px) {
    .youtube_testimonial_container h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px
    }
}

.youtube_testimonial_container p,
.youtube_testimonial_container h3 {
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {

    .youtube_testimonial_container p,
    .youtube_testimonial_container h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.youtube_testimonial_container p {
    max-width: 640px
}

@media only screen and (min-width:768px) {
    .youtube_testimonial_container .youtube_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}


@media only screen and (max-width:767px) {
    .youtube_testimonial_container .youtube_container .youtube_video {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        margin: 0 0 40px
    }
}

.youtube_testimonial_container .youtube_container .youtube_video iframe {
    display: block
}

@media only screen and (max-width:767px) {
    .youtube_testimonial_container .youtube_container .youtube_video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

@media only screen and (min-width:768px) {
    .youtube_testimonial_container .youtube_container .youtube_video_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content {
        margin: 0 0 14px
    }
}

@media only screen and (min-width:768px) {
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a:hover {
    opacity: .8
}

.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a img {
    display: block;
    width: 190px;
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a img {
        max-width: 140px
    }
}

.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content .thumbnail-title {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    width: 40%
}

@media only screen and (max-width:767px) {
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content .thumbnail-title {
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px
    }
}

.youtube_testimonial_container .disclaimer {
    color: #fff;
    line-height: normal;
    font-size: 12px;
    margin-top: 30px
}

.youtube_testimonial_container .disclaimer.disclaimer-mobile {
    display: none
}

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

    .youtube_testimonial_container .disclaimer.disclaimer-mobile {
        display: block;
        margin: 0 0 20px
    }
}
@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:1023px) {
    .page-heat-wraps .banner-img .desktop{
        display: none;
    }
      .page-heat-wraps .banner-img .mobile{
        display: block;
    }
}    
@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(../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
    }
}

/****************************ultra-pain-relieving-cream***************************/
span.underline {
    display: block;
    background: #ccc;
    height: 1px;
    margin: 40px auto 20px;
}

@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 !important;
    }
}

.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
    }
}

@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%
}

.product-banner-left .field-items{
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 25px;
    border: 0px solid rgba(0,0,0,0.5);
    border-radius: 12px;  
}

@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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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
}
.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(../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(../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(../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(../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
    }
}


.online-retailer-wrapper {
    background: url(../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%;
    width: 820px;
}

.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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .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
    }
}




@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(../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(../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(../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(../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(../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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .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(../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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .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(../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(../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(../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(../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(../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(../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(../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 .container {
    max-width: 940px
}

.page-pain-management-tips .container.article-related-products {
    max-width: 1170px;
    margin-top: 80px
}

@media only screen and (max-width:767px) {
    .page-pain-management-tips .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 .desktop 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: 700
}

.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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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;
        width: 200px !important;
        height: 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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .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 .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .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: .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-second div#inner-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#inner-main-wrapper #main #content {
        padding-top: 20px
    }
}

.sidebar-second div#inner-main-wrapper #main #content {
    width: 62%;
    max-width: 695px
}

@media only screen and (max-width:767px) {
    .sidebar-second div#inner-main-wrapper #main #content {
        width: 100%;
        max-width: 100%
    }
}

.sidebar-second div#inner-main-wrapper #main #sidebar-second {
    width: 38%;
    max-width: 434px;
    padding-left: 80px
}

@media only screen and (max-width:1024px) {
    .sidebar-second div#inner-main-wrapper #main #sidebar-second {
        padding-left: 50px
    }
}

@media only screen and (max-width:960px) {
    .sidebar-second div#inner-main-wrapper #main #sidebar-second {
        padding-left: 30px
    }
}

@media only screen and (max-width:767px) {
    .sidebar-second div#inner-main-wrapper #main #sidebar-second {
        width: 100%;
        max-width: 100%
    }
}

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


.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(../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(../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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .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
    }
}

.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(../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(../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(../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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .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-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(../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
    }
}

#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;
    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;
        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(../images/select.jpg) no-repeat right bottom;
    height: 173px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    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
    }
}

#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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .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(../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(../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: 700;
    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
}

/*@@@@@*****************FAQ*******************@@@@@@@@*/

.cf::after {
    content: '';
    display: table;
    clear: both;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.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(../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(../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
}
a.product-learn-more {
    font-size: 18px;
    line-height: 23px;
    color: #d2202f;
    font-weight: 800;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
a.product-learn-more:hover {
    /*opacity: .8;*/
}
@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 .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 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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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
    }
}

/*@@@@@*****************BUY ONLINE*******************@@@@@@@@*/
.buy-button a {
    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;
    text-align: center;
    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 .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.buy-button a:hover {
    border: 2px solid #d2202f;
    background: #fff;
    color: #d2202f
}

/*product content common part*/

.product-content {
    margin: 100px auto
}

/*@@@@@*****************FOOTER*******************@@@@@@@@*/
#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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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
    }
}
/********* end footer ************/

/************ Youtube Channel CSS ************/

.youtube_testimonial_container{
    padding:40px 0 30px;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../images/youtube-playlist-background.jpg) no-repeat center center;
    background-size:cover
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container{
        background-position:80% 100%
    }
}
.youtube_testimonial_container h2{
    font-size:46px;
    line-height:48px;
    color:#fff
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container h2{
        font-size:28px;
        line-height:32px;
        margin-bottom:15px
    }
}
.youtube_testimonial_container p,.youtube_testimonial_container h3{
    color:#fff;
    margin-bottom:30px
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container p,.youtube_testimonial_container h3{
        font-size:16px;
        line-height:22px;
        margin-bottom:20px
    }
}
.youtube_testimonial_container p{
    max-width:640px
}
@media only screen and (min-width:768px){
    .youtube_testimonial_container .youtube_container{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.youtube_testimonial_container .youtube_container .youtube_video{
    margin-right:20px
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container .youtube_container .youtube_video{
        position:relative;
        width:100%;
        height:0;
        padding-bottom:56.25%;
        margin:0 0 40px
    }
}
.youtube_testimonial_container .youtube_container .youtube_video iframe{
    display:block
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container .youtube_container .youtube_video iframe{
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0
    }
}
@media only screen and (min-width:768px){
    .youtube_testimonial_container .youtube_container .youtube_video_content{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content{
        margin:0 0 14px
    }
}
@media only screen and (min-width:768px){
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a{
    display:inline-block;
    vertical-align:middle;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a:hover{
    opacity:.8
}
.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a img{
    display:block;
    width:190px;
    max-width:100%
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content a img{
        max-width:140px
    }
}
.youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content .thumbnail-title{
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    color:#fff;
    font-size:18px;
    line-height:23px;
    width:40%
}
 @media only screen and (max-width:767px){
    .youtube_testimonial_container .youtube_container .youtube_video_content .thumbnail-content .thumbnail-title{
        font-size:16px;
        line-height:20px;
        margin-left:10px
    }
}
.youtube_testimonial_container .disclaimer{
    color:#fff;
    line-height:normal;
    font-size:12px;
    margin-top:30px
}
.youtube_testimonial_container .disclaimer.disclaimer-mobile{
    display:none
}
@media only screen and (max-width:767px){
    .youtube_testimonial_container .disclaimer.disclaimer-desktop{
        display:none
    }
    .youtube_testimonial_container .disclaimer.disclaimer-mobile{
        display:block;
        margin:0 0 20px
    }
}

@media only screen and (max-width: 767px) {
body:not(.admin-bar) .gm-navigation-drawer {
    top: 63px !important;
    height: auto !important;
}
}

.sr-only {
  border: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  float: left;
}


/* Terms Page Stylesheeet */

.terms-wrapper{
    font-size: 20px;
    color: #3e3e3e;
}

.terms-wrapper p{
    margin-bottom: 40px;
    line-height: 32px;
}

.terms-wrapper a{
    color: #3e3e3e;
    line-height: 20px;
    text-decoration: none;
    border-bottom: 1px solid #3e3e3e;
    display: inline-block;
}

.terms-wrapper ul li {
    font-size: 20px;
    line-height: 32px;
}
.terms-wrapper ul {
    margin-bottom: 40px;
}

.pain-img{
    position: relative;
}
.pain-img::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border: 0px solid rgba(0,0,0,0.5);
    border-top-left-radius: 34px;
    border-bottom-right-radius: 34px;
}

@media only screen and (max-width:960px) {
.pain-img::before {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    }
}

@media only screen and (max-width:767px) {
.pain-img::before {
    border-top-left-radius: 38px;
    border-bottom-right-radius: 38px;
    }    
}

@media only screen and (max-width:580px) {
.pain-img::before {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    }    
}
@media only screen and (max-width:420px) {
.pain-img::before {
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    }    
}

/* WEB Accessibility Keyboard Focus */

:focus {
    outline: 2px solid #a41622;
    outline-style: dotted; 
}

.gm-main-menu-wrapper .menu-item-has-children .gm-menu-item__link:focus {
    background-color: #ffffff !important;
    color: #a3121e !important;
}

/* Fix Issue: Keyboard focus or touch screen swiping falls on an element that is hidden or empty */

aside.gm-navigation-drawer.gm-navigation-drawer--mobile.gm-navigation-drawer--left {
		display: none;
}
@media only screen and (max-width: 1024px) {
	aside.gm-navigation-drawer.gm-navigation-drawer--mobile.gm-navigation-drawer--left {
		display: block;
	}
}

#footer ul li a:focus {
    outline: 2px solid #ffffff !important;
    outline-style: dotted !important; 
}

/* Hide mobile menu from screen readers */
.gm-mobile-menu-container ul.gm-navbar-nav li{
    display: none;
}
#header .gm-menu-btn .fa-bars{
    display: none;   
}
.mob-button{
        display: none;     
    }
@media only screen and (max-width: 1024px) {
    .gm-mobile-menu-container ul.gm-navbar-nav li{
        display: block !important;
    }
    #header .gm-menu-btn .fa-bars{
        display: block !important;   
    }
    .mob-button{
        display: block;
        position:absolute;
        float:right;
        right: 20px;
        bottom:13px;
        background-color: unset;
        border:0;      
    }
    .gm-navigation-drawer button{
        color: #ffffff;
        font-size: 100%;
        font-family: inherit;
        font-weight: 800;
        border:0;
        padding:0;
        background-color: unset;
    }
}

/* Youtube video thumbnail focus */
.node-type-product .product-banner-content .product-banner-right .thumbnail-overlay button img:focus{
    outline: 2px solid #a41622;
    outline-style: dotted; 
}

.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > .menu-item > .gm-anchor button{
    color: rgba(163, 18, 31, 1.0);
    font-size: 100%;
    font-family: inherit;
    font-weight: 800;
    border:0;
    padding:0;
    background-color: unset;
}

.error-404{
    padding-top: 80px;
    padding-bottom: 80px;
}