body { font-family: "Lato", sans-serif; }

.nav-category {
font-weight: bold;
color: #fff;
font-size: 16px;
font-style: italic;
}

@media(max-width:767px) {
.nav-category {
padding-left:10px;
}
}

/** general / structure styles **/
@media(min-width: 768px) and (max-width:991px) { .container { width: calc(100% - 22px); margin-left: 11px; margin-right: 11px; } }
.flex-row { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-flow:row; flex-flow:row; position: relative;}
.flex-row.flex-2up { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.flex-row.flex-2up>* { width: 46%; } .flex-2up .flex-xs-left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 1%; margin-right: 3%; } .flex-2up .flex-xs-right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 3%; margin-right: 1%; }
@media(max-width: 767px) {
  .flex-row { -ms-flex-flow:column; flex-flow:column; }
  .col-xs-wide { width: 100%; float: none; margin: 0; }
}
@media(min-width:768px) { 
  .flex-row.flex-sm-2up>* { width: 46%; } .flex-sm-2up .flex-sm-left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 1%; margin-right: 3%; } .flex-sm-2up .flex-sm-right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 3%; margin-right: 1%; }
}
@media(min-width:992px) { 
  .flex-row.flex-md-2up>* { width: 46%; } .flex-md-2up .flex-md-left { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 1%; margin-right: 3%; } .flex-md-2up .flex-md-right { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 3%; margin-right: 1%; }
}
.full-contact .flex-row.flex-sm-2up .col-xs-wide { margin-left: 1%; margin-right: 1%; width: 98%; }
/* Filament Group position:sticky polyfill: https://github.com/filamentgroup/fixed-sticky/ */
.fixedsticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;}
.fixedsticky-withoutfixedfixed .fixedsticky-off,.fixed-supported .fixedsticky-off{position:static;}
.fixedsticky-withoutfixedfixed .fixedsticky-on,.fixed-supported .fixedsticky-on{position:fixed;}
.fixedsticky-dummy{display:none;}
.fixedsticky-on + .fixedsticky-dummy{display:block;}

/** xtra-specific styles */
.xtrablue {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  /* http://colorzilla.com/gradient-editor/#0057a2+0,0496d7+100 */
  background: #0057a2;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0057a2), color-stop(100%, #0496d7));
  background: -webkit-linear-gradient(30deg, #0057a2 0%, #0496d7 100%);
  background: -webkit-linear-gradient(60deg, #0057a2 0%, #0496d7 100%);
  background: linear-gradient(30deg, #0057a2 0%, #0496d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057a2', endColorstr='#0496d7',GradientType=1 );
  color: #fff;
  padding: 40px 50px;
  border-radius: 40px;
  box-shadow: 4px 4px 0px 4px #0057a2;
}
.xtrablue-reverse, .xtrablue-reverse:active {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  /* http://colorzilla.com/gradient-editor/#0496d7+0,0057a2+100 */
  background: #0496d7;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0496d7), color-stop(100%, #0057a2));
  background: -webkit-linear-gradient(left, #0496d7 0%, #0057a2 100%);
  background: linear-gradient(to right, #0496d7 0%, #0057a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0496d7', endColorstr='#0057a2',GradientType=1 );
  color: #fff;
  padding: 40px 50px;
  border-radius: 40px;
  box-shadow: 4px 4px 0px 4px #0057a2;
}
.xtrablue.tlsq, .xtrablue-reverse.tlsq {
  border-top-left-radius: 0px;
}
.xtrablue.trsq, .xtrablue-reverse.trsq {
  border-top-right-radius: 0px;
}
.xtrablue.blsq, .xtrablue-reverse.blsq {
  border-bottom-left-radius: 0px;
}
.xtrablue.brsq, .xtrablue-reverse.brsq {
  border-bottom-right-radius: 0px;
}
.xtrablue h1, .xtrablue h2, .xtrablue h3 {
  margin-top: 0px;
}
.hpboxed-2up .xtrablue {
  width: 100%;
}
@media(min-width: 768px) {
  .hpboxed-2up {
    display: flex;
  }
  .hpboxed-2up .xtrablue {
    width: 48%;
  }
  .hpboxed-2up .xtrablue:first-child {
    margin-right: 2%;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0px;
  }
  .hpboxed-2up .xtrablue:last-child {
    margin-left: 2%;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 40px;
  }
}
.xtrablue .striped {
  width: 100px; height: 150px;
  position: absolute;
  overflow: hidden;
  border-radius: 0 0 0 45px;
  bottom: -8px;
  left: 0px;
}
.xtrablue .striped:after{
  content: '';
  background:transparent;
  height: 5px; width: 200%;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(56.5deg);
          transform: rotate(56.5deg);
  left: -45%;
  box-shadow: 
    0px 10px 0px 0px #dc000f,
    0px 20px 0px 0px #f27c0c,
    0px 30px 0px 0px #f4e200,
    0px 40px 0px 0px #11b801,
    0px 50px 0px 0px #009ad2,
    0px 60px 0px 0px #001789;
}

.xtrablue.no-shadow {
 box-shadow: none; 
}
.xtrablue.no-shadow .striped {
  bottom: 0px;
}
button.xtra, input[type=submit].xtra, a.btn.xtra, div.btn.xtra {
  font-family: 'Lato', sans-serif; font-weight: 400; text-transform: uppercase;
  border: 4px solid #5B2B81; border-radius: 10px; border-top-right-radius: 0px;
  /* http://colorzilla.com/gradient-editor/#fa556c+0,fa556c+50,f23d56+51,5B2B81+100 */
  background: rgb(250,85,108);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,85,108,1)), color-stop(50%,rgba(250,85,108,1)), color-stop(51%,rgba(242,61,86,1)), color-stop(100%,rgba(242,60,85,1)));
  background: -webkit-linear-gradient(top,  rgba(250,85,108,1) 0%,rgba(250,85,108,1) 50%,rgba(242,61,86,1) 51%,rgba(242,60,85,1) 100%);
  background: linear-gradient(to bottom,  rgba(250,85,108,1) 0%,rgba(250,85,108,1) 50%,rgba(242,61,86,1) 51%,rgba(242,60,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa556c', endColorstr='#5B2B81',GradientType=0 );
  margin: 1em auto 1em;
  display: block;
  padding: 0.8em 1.6em;
  letter-spacing: 0.15em;
  position: relative;
  color: #fff;
}
a.btn.xtra, div.btn.xtra { display: inline-block; }
button.xtra.snip:after, input[type=submit].xtra.snip:after, a.btn.xtra.snip:after {
  content: '';
  width: 100%;
  background: transparent;
  height: 100%;
  position: absolute;
  border: 1px dashed white;
  left: 0;
  top: 0;
  border-radius: 5px;
  border-top-right-radius: 0px; 
}
button.xtra.xtra-lg, input[type=submit].xtra.xtra-lg, a.btn.xtra.xtra-lg {
  font-size: 26px;
  border-width: 6px;
  border-radius: 12px;
  border-top-right-radius: 0;
}


@media(max-width:767px) {
  .homepage .homepage-tip { padding-right: 25px; padding-left: 25px; }
}
.coupons .xtrablue {
  margin-top: 5em;
  padding: 12px;
  overflow: visible;
}
@media(max-width: 479px) {
  .coupons .xtrablue {
    margin: 5em 2em 0 2em;
    max-width: calc(100% - 4em);
  }
}
@media(min-width: 480px) and (max-width: 767px) {
  .coupons .xtrablue {
    max-width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    min-width: 400px;
  }
  .coupons .tips .xtrablue {
    max-width: inherit;
  }
}

.coupon-snip {
  border: 3px solid transparent;
  border-radius: 30px;
  border-top-left-radius: 0px;
  padding: 12px;
}
.tips .coupon-snip {
  text-align: center;
}
.coupon-snip.snip-border {
  border: 3px dashed white;
}
.coupon-snip figure { 
  display: block; position: relative;
  background-color: #5B2B81; border-radius: 50%;
  box-shadow: 1px 1px 0px 1px #92081b, 2px 2px 0px 1px #92081b, 3px 3px 0px 1px #92081b, 4px 4px 0px 1px #92081b, 5px 5px 0px 1px #92081b;
  margin: -5em auto 2em;
  width: 225px; height: 225px;
}
.coupon-snip.snip-icon figure { 
  background-color: transparent;
  box-shadow: inherit;
  width: 225px; height: 225px;
  margin-bottom: 1em;
}
.coupon-snip.snip-icon figure.tip { 
  box-shadow: inherit;
  width: 100%; height: 225px;
  border-radius: 0; position: relative;
  background: url(../images/tip_8_mockup.png); /* default tip heading */
  background-repeat: no-repeat;
  background-size: contain;
}
.coupon-snip.snip-icon figure.tip        { background-image: url(../images/tip_x_bg.png); transition: background-image .2s; }
              .coupon-snip.snip-icon figure.tip.tip-2  { background-image: url(../images/tip_x_bg.png), url(../images/tip_2_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-2  { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_2.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-4  { background-image: url(../images/tip_x_bg.png), url(../images/tip_4_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-4  { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_4.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-5  { background-image: url(../images/tip_x_bg.png), url(../images/tip_5_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-5  { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_5.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-6  { background-image: url(../images/tip_x_bg.png), url(../images/tip_6_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-6  { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_6.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-8  { background-image: url(../images/tip_x_bg.png), url(../images/tip_8_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-8  { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_8.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-10 { background-image: url(../images/tip_x_bg.png), url(../images/tip_10_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-10 { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_10.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-11 { background-image: url(../images/tip_x_bg.png), url(../images/tip_11_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-11 { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_11.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-12 { background-image: url(../images/tip_x_bg.png), url(../images/tip_12_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-12 { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_12.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-13 { background-image: url(../images/tip_x_bg.png), url(../images/tip_13_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-13 { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_13.png);    background-position: top center; }
              .coupon-snip.snip-icon figure.tip.tip-14 { background-image: url(../images/tip_x_bg.png), url(../images/tip_14_title.png); background-position: top center; }
html[lang=es] .coupon-snip.snip-icon figure.tip.tip-14 { background-image: url(../images/tip_x_bg.png), url(../images/es_tip_14.png);    background-position: top center; }

/* target browsers that don't do multiple backgrounds and use the mockup versions of the assets */
/* .browserhack .coupon-snip.snip-icon figure.tip.tip-14 { background-image: url(../images/tip_14_mockup.png); } */

.coupon-snip .name {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
  padding: 0 0em;
  line-height: 38.4px;
  line-height: 2.4rem;
}
.coupon-snip .descr {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  text-align:center;
  padding: 0 15%;
  line-height: 38.4px;
  line-height: 2.4rem;
}

.coupon-snip a.xtra.btn {margin-left: 20%; width: 65%; margin-top: 30px; }
@media(min-width: 768px) {
  .coupon-snip .descr { font-size: 1.3em; }
}

.tips-faqs figure.faq img { width: 100%; }
.tips.single-tip { width: 548px; max-width: 100%; margin: 0 auto; padding-bottom: 40px; }
.tips.single-tip .xtrablue { margin-bottom: 0px; }
.tips.single-tip .photo {  float: left; }
.tips.single-tip .photo img { border-radius: 40px; }
@media(max-width:767px){
  .coupon-snip.snip-icon figure.faq{
    width: 51%;
    height: auto;
  }
  .coupon-snip.snip-icon figure.tip {
    height: auto;
    min-height: 160px; 
  }
  .coupon-snip.snip-icon {
    text-align: center;
  }
  .coupon-snip.snip-icon .name {
    padding-bottom: 10px;
  } 
  .coupon-snip.snip-icon .descr {
      padding: 0 10%;
  } 
  .coupon-snip.snip-icon .btn.xtra {
      width: auto;
      margin-left: auto; margin-right: auto;
      display: inline-block;
  }
}

@media(max-width:991px){
  .tips.single-tip .xtrablue { 
    width: 548px; 
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tips.single-tip .photo { 
    width: 548px; height: 417px;
  }
  .tips.single-tip .photo img { 
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media(min-width:992px){
  .tips.single-tip { width: 978px; max-width: 100%; margin: 0 auto; }
  .tips.single-tip .xtrablue { 
    width: 489px;
    height: 372px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tips.single-tip .photo { 
    width: 489px; height: 372px; margin-top: 70px;
  }
  .tips.single-tip .photo img { 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html[lang=es] .tips.single-tip .xtrablue {  height: 405px;  }
  html[lang=es] .tips.single-tip .photo { height: 405px; }
  html[lang=es] .tips.single-tip .photo img { height: 100%; }
}

@media(min-width: 768px) {
  .coupon-snip figure {  width: 185px; height: 185px; }
}
@media(min-width: 992px) {
  .coupon-snip figure {  width: 200px; height: 200px; }
  .coupon-snip .name { font-size: 1.8em; padding: 0 0em; line-height: 1.6em; }
    .coupon-snip.snip-icon figure {
    margin-bottom: 1em;
  }
  .coupon-snip.snip-icon figure.tip { 
    margin-bottom: 3.14159em;
    max-width: 450px;
  }
  .tips-faqs .coupon-snip.snip-icon figure.tip {
    margin-bottom: 1em;
  }
  .tips.single-tip figure.tip { 
    margin-bottom: 0.5em;
    max-width: 400px;
  }
  .tips.single-tip .descr {
    padding: 0 10%;
  }
  .tips.single-tip a.xtra.btn {
    margin-left: 0%;
  }
}
@media(min-width: 1200px) {
  .tips-faqs .coupon-snip.snip-icon figure.tip {
    margin-bottom: 3.14159em;
  }
  .coupon-snip figure {  width: 225px; height: 225px; }
  .coupon-snip .name { font-size: 2.4em; }
}
@media(max-width: 991px) {
  .tips.single-tip figure.tip { width: 85%; }
  .tips.single-tip a.xtra.btn { margin-left: 0%; min-width:200px; }
}
@media(max-width:580px) {
  .tips.single-tip {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .tips.single-tip .xtrablue {
    width: 100%;
  }
  .tips.single-tip .photo {
    width:  100%;
    height: auto;
  }
  .tips.single-tip .photo img {
    width: 100%;
    height: auto;
  }
  .tips.single-tip figure.tip {
    padding-top: 45%; height: 0;
  }
  .tips.single-tip .descr {
    padding: 0 7%;
  }
}
@media (max-width: 479px) {
  .tips.single-tip .xtrablue {
    max-width: inherit;
    margin: 5em 0 0;
  }
  .tips.single-tip figure.tip {
    width: 90%;
  }
}
@media (max-width: 439px) {
  .tips.single-tip figure.tip {
    margin-top: -4em;   
  }
}
@media (max-width: 360px) {
  .tips.single-tip figure.tip {
    padding-top: 49%;
    margin-top: -3em;
  }
}
@media (max-width: 375px) {
  .coupon-snip.snip-icon figure.tip {
    height: auto;
    min-height: 130px;
    margin-top: -4em;
  }
  .tips-faqs {
    padding-bottom: 40px;
  }    
}
.rotating-tip { display: none; }
.rotating-tip:first-child { display: block; }
.tip-rotator .coupon-snip { min-height: 300px; }
.tip-rotator .rotating-tip { float: left;  }
.tip-rotator .tip { position: absolute; }


@media(min-width:992px){
  .tip-rotator .coupon-snip a.xtra.btn {margin-top: 5px;}
  .tip-rotator .rotating-tip { min-height: 103px;  }
  .tip-rotator .rotating-tip .descr { font-size: 1.2em;  }
}


/*************************
* HEADER & FOOTER STYLES *
*************************/
header {
  background-color: #5B2B81; z-index: 990; position: relative;
}

.meta-nav {
  background: #0877d7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0877d7), color-stop(100%, #0496d7));
  background: -webkit-linear-gradient(top, #0877d7 0%, #0496d7 100%);
  background: linear-gradient(to bottom, #0877d7 0%, #0496d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0877d7', endColorstr='#0496d7',GradientType=0 );
  height: 13px;
}
.meta-nav .navbar-nav > li > a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 16px;
  line-height: 1rem;
}
.meta-nav .nav > li > a:focus, .meta-nav .nav > li > a:hover {
  background: transparent;
  color: #bae5f0;
}
.meta-nav .navbar-nav > li > a > span.fa {
  font-size: 32px;
  font-size: 2rem;
  line-height: 16px;
  line-height: 1rem;
}
@media(min-width: 768px) {
  .meta-nav .container-fluid, .main-nav .container-fluid { padding: 0; }
}
@media(min-width: 800px) {
  .meta-nav .container-fluid, .main-nav .container-fluid { padding-right: 15px; } 
}
@media(min-width: 768px) and (max-width: 991px) {
  .meta-nav .navbar-nav > li:last-child a {
      padding-right: 0px;
  }
}
 .main-nav .navbar-nav > li > a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 21.328px;
  font-size: 1.333rem;
  line-height: 16px;
  line-height: 1rem;
}
.main-nav .nav > li > a:focus, .main-nav .nav > li > a:hover {
  background: transparent;
  color: #fff;
}
.main-nav .nav > li > a:active, .main-nav .nav > li.active > a, .main-nav .nav > li.dropdown:hover > a {
  background: #d42f45;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
}
.main-nav .nav > li.dropdown > a:active, .main-nav .nav > li.dropdown.active > a, .main-nav .nav > li.dropdown.open > a {
  background: #d42f45;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
.navbar-nav .open .dropdown-menu {
    margin-top: 0px;
    background-color: #d42f45;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-nav button.navbar-toggle {
  border-color: #fff;
}
.main-nav button.navbar-toggle .icon-bar {
  background-color: #fff;
}
#navbar_search.navbar-form .fa-stack.input-group-addon { -webkit-transition: border-radius .5s; transition: border-radius .5s; }
@media (min-width: 768px) {
  .main-nav .navbar-nav {
    float:  right;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity .1s; transition: opacity .1s;
  }
  .main-nav .navbar-nav  br { display: none }
  .main-nav .dropdown.open .dropdown-menu {
    border-radius: 0 0 37px 37px;
    border-width: 0;
    background-color: #d42f45;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    /*max-height: 14rem;*/
    max-width: auto;
    width: auto;
    z-index: 990; /* above breadcrumbs at 9899 */
  }
  .main-nav .dropdown.open .dropdown-menu li {
    max-height: 3rem;
  }
  .main-nav .dropdown.open .dropdown-menu li > a {
    color: #fff;
  }
  .main-nav .dropdown.open .dropdown-menu li:hover > a, .main-nav .dropdown.open .dropdown-menu li > a:hover {
    background-color: transparent;
    color: #def;
  }
  .main-nav .dropdown.open > a:hover, .main-nav .dropdown.open .dropdown-menu li > a:hover { text-decoration: underline }
}
#navbar_search.navbar-form .fa-stack.input-group-addon { -webkit-transition: border-radius .5s; transition: border-radius .5s; }
@media(min-width: 768px) and (max-width:991px) {
  #navbar_search.navbar-form { margin-top: 11px; padding-left: 5px; }
  #navbar_search.navbar-form .fa-stack.input-group-addon { display: table-cell; border-radius: 18px; height: 36px; width: 36px; border: 4px solid #5B2B81; background: #fff; }
  #navbar_search.navbar-form .fa-stack.input-group-addon .fa-stack-2x { display: none; }
  #navbar_search.navbar-form .fa-stack.input-group-addon .fa-stack-1x { color: #5B2B81; }
}

@media(min-width: 992px) {
  #navbar_search.navbar-form { margin-top: 11px; }
  #navbar_search.navbar-form .form-control { display: inherit; height: 36px; border-radius: 18px; border: 4px solid #5B2B81; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-left: 0px none; outline: none; }
  #navbar_search.navbar-form .form-control:focus { box-shadow: none; }
  #navbar_search.navbar-form .fa-stack.input-group-addon { display: table-cell; border-radius: 18px; border: 4px solid #5B2B81; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right: 0px none; background: #fff; }
  #navbar_search.navbar-form .fa-stack.input-group-addon .fa-stack-2x { display: none; }
  #navbar_search.navbar-form .fa-stack.input-group-addon .fa-stack-1x { color: #5B2B81; padding-left: 10px; box-shadow: 3px 0px 2px -1px #fff; }
}

#navbar_search.navbar-form .fa-stack.input-group-addon .fa { top: 0; }

@media (min-width: 768px) {
  #navbar_search.navbar-form .form-control {
    display: none;
  }
}
@media (min-width: 992px) {
  #navbar_search.navbar-form .form-control {
    display: inherit;
  }
}

   

/* navbar google custom search engine */
.main-nav form.gsc-search-box,.main-nav table.gsc-search-box,
.main-nav .gsc-search-box-tools .gsc-search-box .gsc-input,
.main-nav .gsib_a,.main-nav .gsst_b{margin:0;padding:0;line-height:1;}
.main-nav td.gsc-search-button,.main-nav .gsib_b,.main-nav .gsc-branding{display:none;}
.main-nav .gsc-input-box{border:0px none;background:none transparent;}
.main-nav .gsib_a input { /* extends( #navbar_search.navbar-form .form-control ) */
  height: 36px !important;
  border-radius: 18px !important;
  border: 4px solid #5B2B81 !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0px none !important;
  outline: none !important;
  margin: 0 !important;
  background:#fff !important;
  padding: 5px 12px 7px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity .25s; transition:opacity .25s;
}
#navbar_search_gcse{
  height: 36px;
  border-radius: 18px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background:#5B2B81;
}
span.gcse-load {
  display: table-cell;
  line-height: 36px;
  color: #d42f45;
  white-space: nowrap;
  padding-left: 10px;
}

@media(min-width:768px){
  #navbar_search_gcse, .main-nav .gsib_a input{
    display: block;
    width: 0px !important;
    overflow: hidden;
  }
  /*.main-nav .gsib_a input{
    width:40px !important;
    display: none;
  }*/
}
@media(min-width:992px){
  #navbar_search_gcse, .main-nav .gsib_a input {width:140px !important;}
  div#navbar_search_gcse {padding-left: 0;}
}
@media(min-width:1200px){
  #navbar_search_gcse {width:175px !important;}
  .main-nav .gsib_a input {width:175px !important;}
}
table.gssb_c { z-index: 990; }

/*#navbar_search_gcse { overflow: hidden; } */
#navbar_search_gcse,.main-nav .gsib_a input { -webkit-transition: width .5s; transition: width .5s; }
@media(max-width:991px) and (min-width:768px) { /* overlaid nav search for 768 => 991 */
  /*span.gcse-load{display:none;}*/
  .overlaid .input-group { position: absolute; right: 0; z-index: 1; margin-top: 8px; margin-right: 30px;}
  .overlaid #navbar_search.navbar-form .fa-stack.input-group-addon { border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right: 0px none; background: #fff; }
  .overlaid #navbar_search.navbar-form .fa-stack.input-group-addon .fa-stack-1x { /*box-shadow: 3px 0px 2px -1px #fff;*/ }
  .overlaid ul.nav.navbar-nav { opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  .overlaid span.fa-stack.input-group-addon { }
  .overlaid #navbar_search_gcse,.main-nav .gsib_a input { width: 175px !important; padding-left: 0 !important;}
  .overlaid .navbar-nav { margin-right: 36px; } /* width of the now-absolute input-group */
}

/* search page search bar - google custom search */
#search_page_search .gsc-search-box > tbody > tr{display:flex;}
#search_page_search .gsc-input{flex:1 1 auto;width:100%;}/* flex subtracts the .gsc-search-button's width from this 100% */
#search_page_search .gsc-input-box{height:calc(52px - 1px);border:1px solid #ccc;}
#search_page_search .gsc-input-box.gsc-input-box-hover,#search_page_search .gsc-input-box.gsc-input-box-focus{border:1px solid #0496d7;}
#search_page_search .gsc-input-box table{height:100%;}
#search_page_search .gsib_a input{height:calc(52px / 1.8)!important;margin:0px!important;padding:0px!important;font-size:calc(52px / 2.6);vertical-align:middle;background:transparent important;}
#search_page_search .gsst_b{height:20px;}
#search_page_search .gsc-search-button{flex:0 0 52px;display:block;}
#search_page_search td.gsc-search-button{width:52px;height:52px;overflow:hidden;border-radius:calc(52px / 2);padding:0;border:4px solid #5B2B81;background:rgb(250,85,108);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(250,85,108,1)),color-stop(50%,rgba(250,85,108,1)),color-stop(51%,rgba(242,61,86,1)),color-stop(100%,rgba(242,60,85,1)));background:-webkit-linear-gradient(top,rgba(250,85,108,1) 0%,rgba(250,85,108,1) 50%,rgba(242,61,86,1) 51%,rgba(242,60,85,1) 100%);background:linear-gradient(to bottom,rgba(250,85,108,1) 0%,rgba(250,85,108,1) 50%,rgba(242,61,86,1) 51%,rgba(242,60,85,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa556c',endColorstr='#5B2B81',GradientType=0);}
#search_page_search input.gsc-search-button{width:calc(52px - 4px * 2);height:calc(52px - 4px * 2);padding:calc(52px/4);background:transparent;border:0px none;margin:auto;}
.search-grid .gsc-results .gsc-cursor-box{display:table;margin:10px auto;padding:5px;background:#f7f7f7;border-radius:20px;}
.search-grid .gsc-results .gsc-cursor-box .gsc-cursor{display:table-row;}
.search-grid .gsc-results .gsc-cursor-box .gsc-cursor-page{display:table-cell;height:30px;width:30px;text-align:center;vertical-align:middle;border:1px solid #f7f7f7;border-left:0px none;}
.search-grid .gsc-results .gsc-cursor-box .gsc-cursor-page:hover{background:#eee;}
.search-grid .gsc-results .gsc-cursor-box .gsc-cursor-page:first-child{border-left:1px solid #f7f7f7;width:32px;padding-left:2px;border-top-left-radius:15px;border-bottom-left-radius:15px;}
.search-grid .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child{width:32px;padding-right:2px;border-top-right-radius:15px;border-bottom-right-radius:15px;}

/* footer */
footer {
  margin-top: 40px;
  background: #5B2B81;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0496d7', endColorstr='#005ba6',GradientType=0 );
  min-height: 300px;
}
.page-home footer { margin-top: 0px; }
footer .footer-logo {
  text-align: center;
}
footer .footer-logo img {
  max-width: 42%; min-width: 150px;
}
footer .row.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .row.separator .left-bar, footer .row.separator .right-bar {
  background: #123d62;
  margin: 14px 0;
  height: 1px;
  width: calc(50% - (95px / 2));
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
footer .row.separator .chevron {
  background-image: url("../images/sprite.png");
  margin: 10px;
  height: 19px;
  background-position: -543px -135px;
  width: 75px;
}
.footer-nav .list-inline { text-align:center; margin-top: 30px; }
.footer-nav .list-inline>li { padding-left: 8px; padding-right: 8px; padding-bottom: 12px; }
.footer-nav .list-inline li a { color: white; font-family: "Lato", sans-serif; font-weight: 400; font-size: 24px; font-size: 1.5rem; }
.footer-meta-nav .list-inline { text-align:center; margin: 12px 0 18px; }
.footer-meta-nav .list-inline>li { padding-left: 0px; padding-right: 0px; }
.footer-meta-nav .list-inline>li[role='separator'] { display: none; }
.footer-meta-nav .list-inline li:before { content: " "; display:inline-block; padding: 0px 10px; color:#fff; }
.footer-meta-nav .list-inline li:first-child:before { display:none; }
.footer-meta-nav .list-inline li a {color: #FFF; font-family: "Lato", sans-serif; font-weight: 700; }

footer .legal { text-align: center; font-family: "Lato", sans-serif; font-weight: 400; color: #fff; }
.legal .legal-links { font-weight: 700; }
.legal .legal-links a { color: #fff; }
.legal .legal-links .sep { display: inline-block; padding: 0 12px; font-weight: 400; }
.legal .hr { display: inline-block; width: 80px; width: 5rem; height: 2px; background: #fff; margin: 40px auto 24px; margin: 2.5rem auto 1.5rem; }

@media(max-width:420px) {
  header .navbar-brand img {
    max-width: 2;
  }
}

@media(max-width: 480px) {
  .footer-nav .list-inline>li { display: block; }
  .footer-meta-nav .list-inline>li[role='separator'] { display: block; height: 1px; overflow: none; }
  .footer-meta-nav .list-inline>li[role='separator']:before, .footer-meta-nav .list-inline>li:nth-child(5):before { display: none; }
  /*.footer-meta-nav .list-inline>li { display: block; padding-bottom: 12px; }
  .footer-meta-nav .list-inline li::before { display: none; }*/
  footer .legal { max-width: 75%; margin-left: auto; margin-right: auto; }
}

@media (max-width: 767px) {
  .main-nav button.navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: inherit;
    margin-top: 25px;
  }
  header .navbar-brand {
    margin: -81px auto 0;
    width: 100%;
    padding-top: 0;
  }
  header .navbar-brand img {
    display: block;
    margin: 0 auto;
    min-width: 150px;
  }
  .navbar-form { box-shadow: none; }
}
@media (min-width:768px) {
  header .navbar-brand { position: absolute; top: 0px; padding-top: 0; }
  .meta-nav { height: 44px; } .main-nav { height: 80px; }
  .main-nav .navbar-nav > li > a { line-height: 4.5rem; padding: 14px 10px 20px;}
  .main-nav .navbar-form { line-height: 5rem; }
  .main-nav .navbar-form .form-control { width: 4rem; }
  .footer-meta-nav .list-inline li:before { padding: 0px 20px; }
  .footer-nav .list-inline>li { padding-left: 10px; padding-right: 10px; }
}
@media(min-width:860px) {
  .main-nav .navbar-nav > li > a { line-height: 4.5rem; padding: 7px 15px 16px; margin-top: 10px;}
}
@media (min-width:992px) {
  .main-nav .navbar-form .form-control { width: 14rem; }
  .footer-nav .list-inline>li { padding-left: 20px; padding-right: 20px; }
  .footer-nav .list-inline li a { font-size: 1.666rem; }
}
@media (min-width:1200px) {
  header .navbar-brand { top: 0px; }
  .meta-nav { height: 54px; }
  .meta-nav .navbar-nav > li > a { font-size: 1.5rem; line-height: 2rem; }
  .meta-nav .navbar-nav > li > a > span.fa { font-size: 2.5rem; line-height: 2rem; }
  .main-nav .navbar-nav > li > a { font-size: 1.5rem; }
  .main-nav .navbar-form .form-control { width: auto; }
}
header .navbar-brand { z-index: 999; }
.main-nav .navbar { margin-bottom: 1px; }
/* sticky header sticks by default on mobile */
@media(max-width:767px) {
  header { position: fixed; z-index: 1000; width: 100%; }
  .meta-nav { height: 7px; overflow: hidden; }
  .meta-nav .navbar { display: none; }
  .main-nav button.navbar-toggle { margin-top: 7px; }
  .navbar .navbar-brand { margin: -15px auto 0; width: 140px; display: block; position: absolute; left: 0; right: 0; padding: 0; top: 0; }
  .navbar-header { text-align: center; margin: 0 auto; position: relative; }
  .main-nav button.navbar-toggle { margin-top: 7px; }
  header + * { padding-top: 0px; }
  header { background: #5B2B81; }
  .main-nav .navbar-nav > li > a { color: #fff; font-family: "Lato", sans-serif; font-weight: 400; font-size: 1.8rem; line-height: 1.9rem; }
  .navbar-nav { margin: 7.5px -15px; text-align: center; }
  .main-nav .nav > li.dropdown > a:active, .main-nav .nav > li.dropdown.active > a, .main-nav .nav > li.dropdown.open > a { background:  #5B2B81; 
    color: #ffffff;  border-radius: 0px 0px 0 0; }
  .dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: 400; font-size: 1.8rem; line-height: 1.5rem; color: #ffffff; white-space: nowrap;
    text-align:center }
   .overlaid #navbar_search.navbar-form .fa-stack.input-group-addon { border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right: 0px none; background: #fff; }
   #navbar_search.navbar-form .fa-stack.input-group-addon { display: table-cell; border-radius: 18px; height: 36px; width: 36px; border: 4px solid #5B2B81; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-right: 0px none; background: #fff; }
   .overlaid #navbar_search.navbar-form .fa-stack.input-group-addon .fa-stack-1x { box-shadow: 3px 0px 2px -1px #fff; }
   group-addon .fa { top: 0; }
   #navbar_search.navbar-form .fa-stack.input-group-addon .fa-stack-1x { color: #5B2B81; }
   #navbar_search .input-group {  position: relative;  display: table;  border-collapse: separate;  margin: 45px auto 0;     min-width: 50%;max-width: 90%;width: 240px;}
   .fa-stack-2x { font-size: 0em; }
   .row.separator { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center;  -ms-flex-align: center;  align-items: center; }
   .row.separator .left-bar,  .row.separator .right-bar { background: #123d62; margin: 14px 0; height: 1px; width: calc(50% - (95px / 2)); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
   .row.separator .chevron { background-image: url("../images/sprite.png"); margin: 10px; height: 19px; background-position: -543px -135px; width: 75px; }
   .meta-nav {  background: #5B2B81; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5B2B81), color-stop(100%, #5B2B81)); background: -webkit-linear-gradient(top, #5B2B81 0%, #5B2B81 100%);
    background: linear-gradient(to bottom, #5B2B81 0%, #5B2B81 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B2B81', endColorstr='#5B2B81',GradientType=0 ); height: 13px; }
   .main-nav button.navbar-toggle {  border-color: transparent;   }
   .navbar-toggle .icon-bar:nth-of-type(2) { top: 1px; }
   .navbar-toggle .icon-bar:nth-of-type(3) { top: 2px; }
   .navbar-toggle .icon-bar { position: relative; transition: all 500ms ease-in-out; }
   .navbar-toggle.active .icon-bar:nth-of-type(1) { top: 6px; transform: rotate(45deg); }
   .navbar-toggle.active .icon-bar:nth-of-type(2) { background-color: transparent; }
   .navbar-toggle.active .icon-bar:nth-of-type(3) { top: -6px; transform: rotate(-45deg); }

   
}
@media(max-width:767px) { 
  header + * { padding-top: 0px; } 
}


/* sticker header on desktop sticks after an offset, class is applied with JS on scroll */
.stuck .overlaid .input-group { margin-top: 5px; }
@media(min-width:768px) {
  /* TODO: add "sticking" state(s) between the full(top) and stuck states, showing intermediate 
         steps to achieve stuck style, instead of jumping to it. First, meta-nav collapses to 
         a thin line after its nav content passes the viewport top. Then the main-nav padding 
         shrinks until the style looks like the stuck state, then the stuck class is applied.   */
  .stuck { position: fixed; z-index: 1000; width: 100%; }
  .stuck + * { padding-top: 123px; }
  .stuck .meta-nav { height: 7px; overflow: hidden; }
  .stuck .meta-nav .navbar { display: none; }
  .stuck .main-nav { height: 52px; }
  .stuck .main-nav .navbar-nav > li > a { line-height: 2.5em; padding: 0px 15px 10px; }
  .stuck #navbar_search { margin-top: 0px; margin-bottom: 0; line-height: 4.45rem; }
  header.stuck .navbar .navbar-brand { top: -8px; padding: 0; margin: 0; width: 170px; }
}
@media(min-width:992px) {
  .stuck #navbar_search { margin-top: 1px; }
}
@media(min-width:1200px) {
  .stuck #navbar_search { margin-top: 3px; }
}



/* MAIN SECTION STYLES */
main .container {
  position: relative;
}

/* BREADCRUMB */
main .breadcrumb{ display: none; }
@media(min-width:768px){
  main .breadcrumb { 
    display:block;
    position: absolute;
    top: 0;
    left: 25%;
    background: #027bbd;
    color: #fff;
    border-radius: 0;
    height: 25px;
    padding: 0 5px 0 15px;
    line-height: 25px;
    z-index: 980; /* below product submenu at 9999 */
  }
  main .breadcrumb:after {
    content: '';
    width: 20px;
    height: 30px;
    border-top: 25px solid #027bbd;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
  }
  main .breadcrumb .home-label {
    display: none;
  }
  main .breadcrumb li, main .breadcrumb a, main .breadcrumb li.active {
    color: #fff;
  }
  main .breadcrumb li.active {
    cursor: default;
  }
  main .breadcrumb > li + li:before {
    content: "|\00a0";
    color: #fff;
  }
}

/* PRODUCT LANDING PAGE */
h1.page-title {
  font-family: Oxygen, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #0277bd;
  font-size: 64px;
  font-size: 4rem;
  text-align: center;
  margin: 60px 0 35px;
}
@media(min-width: 480px) { h1.page-title { font-size: 4.333rem; } }
@media(min-width: 640px) { h1.page-title { font-size: 4.5rem; } }
@media(min-width: 768px) { h1.page-title { font-size: 4.85rem; } }
@media(min-width: 992px) { h1.page-title { font-size: 5.25rem; } }
@media(min-width: 1200px) { h1.page-title { font-size: 6rem; } }
sup.tm {
  font-size: 75%;
  top: -0.35em;
  font-weight: 400;
}

h2.category-title, .recommend-products h2 {
  font-family: Oxygen, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #0277bd;
  font-size: 56px;
  font-size: 3.5rem;
  text-align: center;
  margin: 40px 0 20px;
}
.category-title.tip-category {
  text-align:left;
}

ul.category-selector {
  border-top: 3px solid #5B2B81;
  border-bottom: 3px solid #5B2B81;
  text-align: center;
  padding: 0;
}
ul.category-selector li {
  display: inline-block;
  padding: 20px 8px;
  font-size: 35.2px;
  font-size: 1.7rem;
  position: relative;
}
ul.category-selector li a {
  color: #0057a2;
  font-family: Lato, sans-serif;
  font-weight: 900;
}
ul.category-selector li.active a {
  color: #5B2B81;
}
ul.category-selector li.active a:hover, ul.category-selector li.active a:focus, ul.category-selector li.active a:active {
  text-decoration: none;
}
ul.category-selector li.active a:before {
  content: '';
  width: 3px;
  height: 20px;
  background: #5B2B81;
  position: absolute;
  top: 0;
  left: calc(50% - 1.5px);
  margin: 0 auto;
}
ul.category-selector li.active a:after {
  content: '';
  vertical-align: middle;
  border-top: 8px dashed;
  border-top: 8px solid\9;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 52px;
  left: calc(50% - 8px);
}

.category-selector.fixedsticky{top:56px;z-index:1;background-color:#fff;left:0;right:0;}
.category-selector.fixedsticky-on li{padding-top:50px;}
ul.category-selector.fixedsticky-on li.active a:before{height:50px;}
ul.category-selector.fixedsticky-on li.active a:after{top:82px;}
@media(min-width:360px) {
  ul.category-selector li { padding-left: 10px; padding-right: 10px; font-size: 1.85rem; }
}
@media(min-width:420px) {
  ul.category-selector li { padding-left: 15px; padding-right: 15px; }
}
@media(min-width:480px) {
  ul.category-selector li { padding-left: 20px; padding-right: 20px; font-size: 2.2rem;}
}
@media(min-width:540px){
  ul.category-selector li { padding-left: 35px; padding-right: 35px; }
}
@media(min-width:768px){
  .category-selector.fixedsticky-on li{padding-top:20px;}
  ul.category-selector.fixedsticky-on li.active a:before{height:20px;}
  ul.category-selector.fixedsticky-on li.active a:after{top:52px;}
}
@media(min-width:1200px){.category-selector.fixedsticky{top:60px;}}
@media(max-width:767px) {
  ul.category-selector li.active a:before { background: transparent; }
  /*ul.category-selector.fixedsticky { margin-top: 40px; }*/
  ul.category-selector.fixedsticky li { padding-top: 40px; }
  ul.category-selector.fixedsticky li.active a:after { top: inherit; bottom: 10px; }
}

.product-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.product-grid .product-none{display:none;width:100%;}
.product-grid .product-none p{font-size:32px;font-size:2rem;padding:50px;text-align:center;}
.product-grid .product-card{cursor:pointer;position:relative;max-width:360px;background:white;background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,white),color-stop(66%,#298fe7));background:-webkit-radial-gradient(center,ellipse cover,white 0%,#298fe7 66%);background:-webkit-radial-gradient(center ellipse,#ffffff 0%,#298fe7 66%);background:radial-gradient(ellipse at center,#ffffff 0%,#298fe7 66%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#298fe7',GradientType=1);text-align:center;box-shadow:1px 1px 0px 1px #0169b1,2px 2px 0px 1px #0169b1,3px 3px 0px 1px #0169b1,4px 4px 0px 1px #0169b1,5px 5px 0px 1px #0169b1;margin:2.5%;width:45%;padding:10px 0px 10px;}
.product-grid .product-card img{max-width:95%;}
.product-grid .rating{position:absolute;top:-3px;left:-5px;background-image:url("../images/sprite.png");height:81px;width:59px;background-position:-285px -13px;color:#fff;font-size:48px;font-size:2.2rem;padding:46px 0 0 0;text-align:center;line-height:1;transform:scale(0.7) translateX(-12px) translateY(-17px);}
@media (min-width:420px){
  .product-grid .product-card{margin:2%;width:46%;padding:20px 0px 20px;}
  .product-grid .rating{transform:scale(0.8) translateX(-7px) translateY(-10px);}
  .product-grid .product-card img{max-width:100%;}
}
@media(min-width:480px){
  .product-grid .rating{transform:none;}
}
@media (min-width:647px){
  .product-grid .product-card{margin:1.5%;width:47%;padding:30px 0px 30px;}
  .product-grid .product-card img{max-width:90%;}
}
@media (min-width:992px){
  .product-grid{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
  .product-grid .product-card{width:31%;margin:1%;}
  .product-grid .product-card img{max-width:inherit;}
}

.rating + .BVRRInlineRating {
  display: none;
}
.product-grid .product {
  padding-bottom: 10px;
  /*background-image: url("../images/shadows-h.png");*/
  background-repeat: no-repeat;
  background-position: 9px 246px;
}
/*.product.island-breeze-shadow    {background-position: 11px 237px;}
.product.mountain-rain-shadow    {background-position: -324px 233px;}
.product.tropical-passion-shadow {background-position: -652px 233px;}
.product.lavender-shadow         {background-position: -973px 235px;}
.product.summer-fiesta-shadow    {background-position: -1310px 233px;}
.product.oxiclean-shadow         {background-position: -1634px 233px;}
.product.calypso-fresh-shadow    {background-position: -1963px 229px;}
.product.spring-sunshine-shadow  {background-position: -2296px 234px;}
*/
.product-grid .title{color:#fff;text-shadow:0px 1px 3px #143455;}
.product-grid .title span{font-weight:bold;display:block;}

/* ABOUT */
.page-privacy-terms .story article h1, .page-privacy-terms .story article p, .page-privacy-terms .story article ul, .page-privacy-terms .story article ol { color: #767676; }
.story article h1 { font-family: "Lato", sans-serif; font-size: 1.5em; color: #5B2B81; font-size: 37.328px; font-size: 2.333rem; line-height: 52px; line-height: 3.25rem; margin-top: 0px; }
.story article p, .story article ul, .story article ol { font-family: "Lato", sans-serif; font-size: 1em; color: #0496d7; line-height: 40px; line-height: 2.5rem; margin-top: 32px; margin-top: 2rem; font-size: 24px; font-size: 1.5rem; }
.story aside figure { margin-top: 10px; text-align:center; }
.story aside figure img { width: 100%; max-width: 560px; }
.story article ol li { padding:0px 0px 10px 14px; }
@media(min-width:480px) {
  .story article h1 { font-size: 2.8333rem; line-height: 4rem; margin-top: inherit; }
  .story article p { font-size: 1.6rem; }
}
@media(min-width:768px) {
  .story article h1 { font-size: 3rem; }
}
.story .btn.write-review{padding:6px 10px 6px 14px;margin-top:5px;border:0px solid transparent;box-shadow:2px 2px 0px 2px #0057a2;}
.story .btn.write-review span.fa-stack{transform:scale(0.8);}
.story .btn.write-review:active { background: inherit; }
.story .btn.write-review span.fa-stack {
    transform: scale(0.8);
}
#privacy article { text-align: center; padding: 20px 15px; }
#privacy iframe { width: 670px; background: #eee; padding: 25px 35px; max-width: 98%; border-radius: 40px; border-bottom-right-radius: 0px; }

/* LAUNDRY TIPS */
.tip-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: flex-start; max-height: 900px; }
.tip-grid article { 
  background-color: #f3f3f3; width: 100%; padding: 31px 33px; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap;
  position: relative;
  margin-bottom: 20px;
  padding:15px;
}
.tip-grid figure { width: 116px; height: 118px; }
.tip-grid .extended figure { margin-bottom: 20px; }
.tip-grid figcaption { 
  padding-left: 20px;
  width: calc(100% - 120px);
}
.tip-grid article h1,
.tip-grid article h2 {
  margin-top: 0;
}
.tip-grid article p.top {
  font-size: 18px;
}

.tip-grid h2.category-title { font-size: 40px; font-size: 4.0rem; }
.tip-grid article h1 { font-size: 30px; font-size: 3.0rem; } 
.tip-grid article h2 { font-size: 23px; font-size: 2.3rem; }
.tip-grid article p { font-size: 16px; font-size: 1.6rem; line-height: 1.6; }
.tip-grid article p + h2 { margin-top: 5px; }
.tip-grid .washing h1, .tip-grid .washing h2  { color: #5B2B81; }
.tip-grid .drying h1, .tip-grid .drying h2  { color: #389e1d; }
.tip-grid .make-it-fun h1, .tip-grid .make-it-fun h2  { color: #052c9e; }
@media(max-width:767px){
  .tip-container{max-height:inherit !important;}
}
@media(max-width:767px){
  .tip-grid h2.category-title { font-size: 28px; font-size: 2.8rem; text-align:center; }
  .tip-grid figure{width:87px;height:88.5px;}
  .tip-grid figcaption{width:calc(100% - 120px);}
  .tip-grid article h1{font-size:20px;}
  .tip-grid article h2 { font-size: 19px; }
  .tip-grid article p{font-size:14px}
  .tip-grid article p:last-child{margin-bottom:0px;}
  .tip-grid article p.top{font-size:16px; margin-bottom:10px;}
}
@media(max-width:480px){
  .tip-grid figure{width:58px;height:59px;}
  .tip-grid figcaption{width:calc(100% - 60px);}
  .tip-grid article h1, .tip-grid article h2 { font-size: 18px; }
  .tip-grid article p{font-size:13px}
  .tip-grid article p.top{font-size:14px;}
}
@media(min-width:768px){
  .tip-grid article { width: 48%; padding: 25px; }
}

.expansion-page h1 {
	color: #0277bd;
	font-weight:bold;
}

.expansion-page li {
	margin-bottom:10px;
}


/* HOMEPAGE */
.homepage-slider { position: relative; }

.homepage-slider .csm-carousel-desktop { display: none !important; }
.homepage-slider .csm-carousel-mobile { display: block !important; }
@media(min-width: 768px) { 
  .homepage-slider .csm-carousel-desktop { display: block !important; }
  .homepage-slider .csm-carousel-mobile { display: none !important; }
}

.container-fluid.homepage-slider,.container-fluid.homepage-slider .row{padding:0;margin:0;}
.homepage-slider .slide {
  background-repeat: no-repeat; background-position: top center;
  width: 100%; height: 481px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -ms-flex-flow: column; flex-flow: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around;
}
.csm-carousel-mobile .slide {
  max-width: 767px; height: 570px;
  /*height: 74.31551499vw;*/ /* keep proportions */
  /*background-size: 100%;*/ /* shrink with width/height */
  background-size: cover;
}

.homepage-slider .slide[data-slide-id='1'] { background-image: url(../images/homepage_rotate_1.png); }
.homepage-slider .slide[data-slide-id='2'] { background-image: url(../images/homepage_rotate_2.png); }
.csm-carousel-mobile .slide[data-slide-id='1'] { background-image: url(../images/homepage_rotate_1m.jpg); }
.csm-carousel-mobile .slide[data-slide-id='2'] { background-image: url(../images/homepage_rotate_2m.jpg); }

.homepage-slider .slide-content { width: 50%; min-width: 400px; text-align: center; margin: 0 auto; }
.csm-carousel-mobile .slide[data-slide-id='1'] .slide-content { width: 70%; margin: 0 23% 150px 6%;; text-align: left; }
.csm-carousel-mobile .slide[data-slide-id='2'] .slide-content { width: 45%; margin: 0 53% 115px 1% }

.homepage-slider .slide-content h1 {
  font-family: "Oxygen", sans-serif; font-size: 50px;
  font-weight: bold; font-style: italic;
  color: #0277bd;
}
.homepage-slider .slide-content p {
    font-size: 22px; font-weight: bold;
    color: #0277bd;
}
.homepage-slider .slide-content h1,
.homepage-slider .slide-content p {
  text-shadow: 0px 0px 20px rgba(255,255,255,1), 0px 0px 45px #fff;
}
.homepage-slider .product-shot { display: none; } /* included in background */
.slider-controls .nav-arrow { display: none;
  width: 58px; height: 46px; position: absolute; top: calc(375px / 2 - 46px / 2);
  background-image: url(../images/sprite.png); background-repeat: no-repeat;
}
.slider-controls .nav-arrow a { display: block; width: 100%; height: 100%; border-radius: 23px; }
.slider-controls .left-arrow { left: 0; background-position: -287px -125px; }
.slider-controls .left-arrow a { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.slider-controls .right-arrow { right: 0; background-position: -357px -125px; }
.slider-controls .right-arrow a { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.csm-carousel .owl-controls, .csm-carousel .owl-dots{position:absolute;margin:0 auto;bottom:24px;width:100%;}
@media(min-width:992px) {
  .homepage-slider .slide-content h1 { font-size: 56px; }
  .csm-carousel .owl-controls, .csm-carousel .owl-dots { bottom: 40px; }
}
.recommend-container .csm-carousel .owl-controls { bottom:9px;}
.homepage-slider .owl-dots .owl-dot span{background:transparent;border:2px solid #143455;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.csm-carousel-mobile .owl-dots .owl-dot span { width: 17px; height: 17px; }
.homepage-slider .owl-dots .owl-dot.active span{background:#5B2B81;border:0px none;}
.owl-item.loading{ background-image: url(../images/AjaxLoader.gif); } /* update image path for local */
.grabbing {  cursor:url(../images/grabbing.png) 8 8, move; } /* update image path for local */
.recommend-container .product:focus { outline: none; } /* while grabbing */
@media(min-width:768px) {
  .homepage-slider .slide { height: 375px; background-size: 1600px; }
  .slider-controls .nav-arrow { display: block; top: calc(375px / 2 - 46px / 2); } /* 375px / 2 - 46px / 2 */
}
@media(min-width:992px) {
  .homepage-slider .slide { height: 481px; background-size: 2057px; } /* full size */
  .slider-controls .nav-arrow { top: calc(481px / 2 - 46px / 2); } /* 481px / 2 - 46px / 2 */
}

@media(max-width:767px) { 
  .slider-controls .nav-arrow { top: calc(570px / 2 - 46px / 2); } /* 570px / 2 - 46px / 2 */
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content h1 { font-size: 52px; }
  .csm-carousel-mobile .slide[data-slide-id='2'] .slide-content h1 { font-size: 52px; }
}
@media(max-width:680px) { 
  .slider-controls .nav-arrow { top: calc(505.34550193px / 2 - 46px / 2); /*top: calc(74.31551499vw / 2 - 46px / 2);*/ } 
  .csm-carousel-mobile .slide { height: 505.34550193px; /*height: 74.31551499vw;*/ } /* override browsers where vw not supported */
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content h1 { font-size: 48px; }
  .csm-carousel-mobile .slide[data-slide-id='2'] .slide-content h1 { font-size: 50px; }
}
@media(max-width:640px) {
  .nav-arrow.left-arrow  { transform: scale(0.8695652174) translateX(-5px); }
  .nav-arrow.right-arrow { transform: scale(0.8695652174) translateX(5px);  }
  .slider-controls .nav-arrow { top: calc(475.61929594px / 2 - 40px / 2); /*top: calc(74.31551499vw / 2 - 40px / 2);*/ } 
  .csm-carousel-mobile .slide { height: 475.61929594px; /*height: 74.31551499vw;*/ } /* override browsers where vw not supported */
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content { margin-bottom: 115px; }
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content h1 { font-size: 44px; }
  .csm-carousel-mobile .slide[data-slide-id='2'] .slide-content h1 { font-size: 48px; }
}
@media(max-width:580px) { 
  .slider-controls .nav-arrow { top: calc(431.02998694px / 2 - 46px / 2); /*top: calc(74.31551499vw / 2 - 46px / 2);*/ } 
  .csm-carousel-mobile .slide { height: 431.02998694px; /*height: 74.31551499vw;*/ } /* override browsers where vw not supported */
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content { margin-bottom: 95px; }
  .csm-carousel-mobile .slide[data-slide-id='2'] .slide-content { margin-bottom: 95px; }
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content h1 { font-size: 40px; }
  .csm-carousel-mobile .slide[data-slide-id='2'] .slide-content h1 { font-size: 44px; }
}
@media(max-width:480px) { 
  
}

#find_your_fresh {overflow: hidden; border-bottom: 8px solid #5B2B81;}
#find_your_fresh .section-title { text-align: center; font-style: italic; color: #0277bd; font-weight: bold; font-size: 42px; }
#find_your_fresh p { text-align: center; color: #0496d7; font-size: 18px; font-weight: bold; }
#find_your_fresh .owl-stage-outer { overflow: visible;-webkit-transform:scale(0.85);transform:scale(0.85);margin-top:-45px;margin-bottom:-10px; }
/*#find_your_fresh .owl-stage-outer{ overflow: hidden; margin-left: -15px; margin-right: -15px; }*/
#find_your_fresh .owl-carousel { width: auto; }
.owl-item .product, .owl-item .product img {
    max-height: 520px;
    margin-left: auto;
    margin-right: auto;
}
#find_your_fresh .owl-item { -webkit-transform:scale(0.9);transform:scale(0.9);}
#find_your_fresh .owl-item .detail-tooltip { display: block; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity .4s, top .4s; transition: opacity .4s, top .4s; top: 7px; -webkit-transform:scale(1.0); transform:scale(1.0);  left: 30%;} /* down */
#find_your_fresh .owl-item.active:hover .detail-tooltip { display: block; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transition: opacity .2s, top .2s; transition: opacity .2s, top .2s; top: -45px; } /*  up  */

@media(min-width: 768px) {
  #find_your_fresh {border-bottom: 0px transparent;}
  #find_your_fresh .owl-item .detail-tooltip { left: 20px; }
}
@media(min-width: 992px) {
  #find_your_fresh .owl-item .detail-tooltip { left: 40px; max-width: 215px; }
}
@media(min-width: 1200px) {
  #find_your_fresh .owl-item .detail-tooltip { left: 100px; }
}
@media(min-width: 1400px) {
  #find_your_fresh .owl-item .detail-tooltip { left: 125px; }
}
@media(min-width: 1600px) {
  #find_your_fresh .owl-item .detail-tooltip { left: 27.5%; }
}



#find_your_fresh .owl-controls{bottom:20px;}
.detail-tooltip {
  min-width: 215px;
  background-color: #5B2B81;
  color: #fff;
  padding: 15px 18px 12px;
  border-radius: 20px;
  position: absolute;
  left: 20%;
  right: 20%;
  top: -60px;
  margin: 0 auto;
  display: inline-block;
}
.detail-tooltip:after {
  content: '';
  position: absolute;
  border: 20px solid #5B2B81;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  width: 1px;
  height: 10px;
  bottom: -39px;
  right: 27.5%;
}
.detail-tooltip .title {
  font-family: "Oxygen", sans-serif;
  font-weight: bold;
}
.detail-tooltip .stars .star-value {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 30px;
  padding: 0 0 0 5px;
}
.detail-tooltip .stars .star {
  background: url(../images/sprite.png) no-repeat;
  background-position: -126px -138px;
  width: 24px;
  height: 22px;
  display: inline-block;
}
.detail-tooltip .stars .star.half { background-position: -152px -138px; }
.detail-tooltip .stars .star.empty { background-position: -179px -138px; }



@media(min-width:380px){
  #find_your_fresh .owl-stage-outer{margin-top:-55px;margin-bottom:-35px;}
  #find_your_fresh .detail-tooltip{-webkit-transform:scale(1.4);transform:scale(1.4);}
}
@media(min-width:450px){
  #find_your_fresh .owl-stage-outer{-webkit-transform:scale(0.75);transform:scale(0.75);}
  #find_your_fresh .owl-item{-webkit-transform:scale(1.0);transform:scale(1.0);}
}
@media(min-width:520px){
  #find_your_fresh .owl-stage-outer{-webkit-transform:scale(0.7);transform:scale(0.7);}
  #find_your_fresh .owl-item{-webkit-transform:scale(1.125);transform:scale(1.125);}
}
@media (min-width:768px) {
  #find_your_fresh .owl-stage-outer{-webkit-transform:scale(1.1);transform:scale(1.1);margin-top:-10px;margin-bottom:20px;}
  #find_your_fresh .owl-item{-webkit-transform:scale(0.9);transform:scale(0.9);}
  #find_your_fresh .products { padding-top: 20px; margin: 0 auto; }
  .detail-tooltip { top: -77px; left: 5%; right: 5%; }
}
@media (min-width:992px) {
  #find_your_fresh .owl-stage-outer{-webkit-transform:scale(0.95);transform:scale(0.95);margin-bottom:5px;}
  #find_your_fresh .detail-tooltip{-webkit-transform:scale(1.2);transform:scale(1.2);}
  #find_your_fresh .products { padding-top: 10px; }
  .detail-tooltip { top: -68px; left: 12%; right: 12%; }
}
@media (min-width:1200px) {
  #find_your_fresh .owl-stage-outer{-webkit-transform:scale(0.9);transform:scale(0.9);margin-top:-40px;margin-bottom:-20px;}
  #find_your_fresh .owl-item{-webkit-transform:scale(0.95);transform:scale(0.95);}
  #find_your_fresh .detail-tooltip{-webkit-transform:scale(1.3);transform:scale(1.3);}
  #find_your_fresh .products { padding-top: 0px; }
  .detail-tooltip { top: -60px; left: 20%; right: 20%; }
}
@media(min-width:1600px){
  #find_your_fresh .owl-stage-outer{-webkit-transform:scale(0.8);transform:scale(0.8);}
  #find_your_fresh .owl-item{-webkit-transform:scale(1.1);transform:scale(1.1);}
  #find_your_fresh .detail-tooltip{-webkit-transform:scale(1.2);transform:scale(1.2);}
}
.rated-product { padding-top: 10px; }
.rated-product .flex { display: block; text-align:center; }
.rated-product figure img { max-width: 500px; width: 100%; margin: 0 auto; }
p.quote{ font-family: "Oxygen", sans-serif;
  font-size: 24px; color: #5B2B81; 
  font-weight: bold; font-style: italic;
}
@media(min-width: 768px) {
  p.quote { font-size: 28px; }
}
@media(min-width: 992px) {
  p.quote { font-size: 32px; }
}
.quoted-user { line-height: 24px; }
.quoted-user .userpic {
  width: 21px; height: 24px; display: inline-block;
  background-image: url('../images/sprite.png');
  background-position: -502px -132px;
  line-height: 24px; vertical-align:middle;
}
.quoted-user .name { font-weight: bold; }
@media(min-width: 768px) {
  .rated-product .flex { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row; flex-flow: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding:0 0 10px;}
  .rated-product .flex figure { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 48%; }
  .rated-product .flex figcaption { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 48%;}
  .rated-product figure img {width: 110%; max-width: inherit;}
}
@media(min-width:992px) { .rated-product figure img { width: 520px; } }
@media(min-width:1200px){ .rated-product figure img { width: 588px; } }
.rated-product .checkmarks .checked {
  background: url(../images/review-check.png) no-repeat left center;
  display: inline-block;
  padding: 5px 15px 5px 22px;
  margin: 2px 0 0 15px;
  font-size: 1.1em;
  font-weight: 600;
  color: #2c3e51;
  font-family: 'Lato',sans-serif; 
}


/* PRODUCT DETAIL PAGE */
.product-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: column nowrap; flex-flow: column nowrap; position: relative; }
main .product-backdrop { padding-top: 25px; background: no-repeat 50% 50%; background-size: cover; }
main.product-calypso-fresh    .product-backdrop { background-image: url("../images/product_detail_background_calypso_fresh.png"); }
main.product-island-breeze    .product-backdrop { background-image: url("../images/product_detail_background_island_breeze.png"); }
main.product-lavender         .product-backdrop { background-image: url("../images/product_detail_background_lavender.png"); }
main.product-mountain-rain    .product-backdrop { background-image: url("../images/product_detail_background_mountain_breeze_header.png"); }
main.product-oxiclean         .product-backdrop { background-image: url("../images/product_detail_background_oxi_clean_header.png"); }
main.product-spring-sunshine  .product-backdrop { background-image: url("../images/product_detail_background_spring_sunshine.png"); }
main.product-summer-fiesta    .product-backdrop { background-image: url("../images/product_detail_background_summer_fiesta.png"); }
main.product-tropical-passion .product-backdrop { background-image: url("../images/product_detail_background_tropical_passion.png"); }
@media (max-width:767px) {
  main .product-backdrop { padding-top: 50px; }
}
@media (max-width:991px) {
  .product-container { text-align: center; padding: 0 6.718%; }
  .title         { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .reviews       { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .product-image { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; max-width: 76%; padding: 0 13%; margin-top: -30px; margin-bottom: -60px; box-sizing: content-box; }
  .buy-coupons   { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; padding-bottom: 30px; }
  .sizes         { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .flavor-text   { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .social-icons  { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
}
@media (min-width:992px) {
  .product-container { text-align: left; padding: 0 2rem; top: -40px; margin-bottom: -50px; }
  .product-image { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .social-icons  { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .title         { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; }
  .reviews       { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; }
  .flavor-text   { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; }
  .buy-coupons   { -webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6; }
  .sizes         { -webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7; }
}
.title h1 {
  font-family: Oxygen, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #0277bd;
  font-size: 64px;
  font-size: 4rem;
}

@media(max-width:767px){
  .title h1 {
    font-size: 3.8rem;
    margin-bottom: 5px;
  }
}

.flavor-text p, .reviews .buttons span.read-reviews {
  color: #0057a2;
  font-family: "Lato",sans-serif;
  line-height: 44px;
  line-height: 2.75rem; font-weight: bold; 
}
.reviews .buttons span.read-reviews {
  color: #5B2B81;
  padding-right: 1.5rem;
  font-size: 1.1em;
  text-shadow: 0px 0px 5px #fff;
}

.buy-coupons button,
.buy-coupons a.btn {
  margin: 20px 10px 20px 0;
  display: inline-block;
  padding: 0px 3px 0px 13px;
  color: #fff;
}
.buy-coupons button span,
.buy-coupons a.btn span {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
  margin-left: 5px;
}

.reviews button {
  padding: 8px 8px 8px 18px;
  box-shadow: none;
  border-radius: 10px;
  border: 0px none;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.reviews button span {
  font-size: 12px;
  font-size: .75rem;
  display: inline-block;
  margin-left: 13px;
}
.reviews .stars,
.rated-product .stars { margin-bottom: 10px; }
.rated-product .stars { display: block; -webkit-transform: scale(0.666); transform: scale(0.666);  width: 120%; margin-left: -10%;  } 
.reviews .stars .star-value,
.rated-product .stars .star-value {
  color: #0496d7;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 49px;
  padding: 0 10px;
}
.reviews .stars .star,
.rated-product .stars .star {
  background: url(../images/sprite.png) no-repeat;
  background-position: -65px -193px;
  width: 54px;
  height: 49px;
  display: inline-block;
}
.rated-product .stars .star { margin: 0px; }
.reviews .stars .star.half,
.rated-product .stars .star.half { background-position: -129px -193px; }
.reviews .stars .star.empty,
.rated-product .stars .star.empty { background-position: -194px -193px; }
.product-image img { width: 100%; }

.sizes {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.sizes > span {
  color: #5B2B81;
  display: block;
  font-size: 32px;
  font-size: 2rem;
  height: auto;
  /*padding-right: 20px;*/
  text-align: left;
}
.sizes ul { text-align: center; }
.sizes li { color: #0057a2; width: 75px; }
html[lang="es"] .sizes li { width: 90px; }
.sizes li:before {
  content: '';
  width: 43px;
  height: 48px;
  display: block;
  margin: 8px auto 0;
  padding: 0;
  background: url(../images/sprite.png) no-repeat;
}
.sizes li._45oz:before{background-position:-274px -195px;}
.sizes li._51oz:before{background-position:-353px -195px;transform:scale(0.9) translateY(3px);}
.sizes li._75oz:before{background-position:-353px -195px;}
.sizes li._144oz:before{background-position:-431px -195px;transform:scale(0.95) translateY(1px);}
.sizes li._175oz:before{background-position:-431px -195px;}
.sizes li._250oz:before{background-position:-511px -195px;transform:scale(0.95) translateY(1px);}
.sizes li._315oz:before{background-position:-511px -195px;transform:scale(1.05) translateY(-1px);}
/* availability classes set from JSON */
.sizes li{filter:grayscale(100%);opacity:.3;display:none;}
.sizes .show-all li{display:inline-block;}
.sizes li.available{filter:grayscale(0%);opacity:1;display:inline-block;}

/* .social-icons{width:100%;} */
.social-icons .list-inline{text-align:center; margin-left: 0; margin-right: 0;}
@media(min-width:992px){
  .social-icons .list-inline{text-align:center;padding-right: 0; margin-left: inherit; margin-right: -28px;}
}
@media(min-width:1200px){
  .social-icons .list-inline{text-align:center;padding-right: 35px; margin-right: 0;}
}

.social-icons li>a {
  background: #0496d7;
  color: #fff;
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  text-align: center;
  border-radius: 1.5rem;
  line-height: 48px;
  line-height: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
}
.social-icons li.print { display: none; }
@media (max-width:991px) {
          .reviews button {margin: 9px;padding: 10px 15px 10px 20px;font-size: 1.3em;line-height: 1.4em;}
    .reviews button span {
        font-size: .7em;
        margin-top: -1px;
    }
    .reviews button span    .fa-stack-1x {
        padding-left: 2px;
    }
    .reviews .stars {
          transform: scale(0.9);
    }
    .review .stars .star {
      transform: scale(1.0);
    }
    .buy-coupons { padding-bottom: 40px; }
    .flavor-text{ padding-bottom: 20px;  }
    .sizes{ margin-bottom: 20px; border-bottom: 1px solid #0163ac; padding-bottom: 10px; min-width: 50%; }
    .social-icons { padding-bottom: 40px; }
    .social-icons li>a {
      width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
    border-radius: 2rem;
    }
}
@media(max-width: 640px) {
  .product-image {     margin-top: -5px;
    margin-bottom: -15px;
    transform: scale(1.1);
  }
.buy-coupons button, .buy-coupons a.btn, .buy-coupons div.btn {
    margin: 15px 0px 5px 0px;
    padding: 2px 5px 2px 17px;

  }
}
@media(max-width:580px){
  .reviews .buttons{flex-flow:row nowrap;display:flex;justify-content:space-around;}
  .reviews button{margin:5px;padding:10px 7px 10px 15px;font-size:16px;}
  .reviews button span{margin-left:3px;}
  .reviews .stars { margin-bottom: 5px; }
}
@media(max-width:480px) {
  .reviews .buttons{margin-left:-24px;margin-right:-24px;}
  .reviews button{padding:10px 2px 10px 7px;font-size:13px;}
  .reviews button span{margin-left:0;}
}

@media (max-width:420px) {
  .reviews .star { -webkit-transform: scale(1); transform: scale(1); background-position: -69px -193px; width: 47px; }
  .reviews .star.half { background-position: -69px -193px; }
  .reviews .star.empty { background-position: -69px -193px; }
  
}
@media (max-width: 375px) {
    .product-image {
        max-width: 100%;
        padding: 0;
    }
    /*.buy-coupons button, .buy-coupons a.btn {
       margin: 10px;
       padding: 5px 10px 5px 25px;
       font-size: 1.1em;
    }*/
    .buy-coupons button span, .buy-coupons a.btn span {
       font-size: 1.5em;
    }
}
@media (min-width: 992px) {
  .product-container {
    overflow: hidden;
    min-height: 600px;
  }
  .product-container > * {
    margin-left: 50%;
  }
  .product-container .product-image { margin-top: -5px; }
  .product-container .product-image,
  .product-container .social-icons {
    margin-left: 0;
    margin-right: 50%;
    position: absolute;
    top: 50px; /* fixes: 56862 */
  }
  .product-container .product-image img {
    max-width: 95%; float: right;
  }
  .product-container .reviews button,
  .reviews-header.reviews button {
    font-size: 1.5rem;
    border-radius: 20px;
    margin-right: 10px;
  }
  .reviews-header.reviews button { margin-top: 10px;  }
  .product-container .reviews button span,
  .reviews-header.reviews button span {
    font-size: 1rem; vertical-align: top;
  }
  .product-container .sizes {
    max-width: 100%;
  }
  .product-container .sizes > ul {
    display: inline-block;
  }
  .product-container .social-icons {
    width: 42.7%;
    z-index: 950;
    margin: 0 0 10px 0;
    top: 545px;
    position: relative;
    width: 50%;
  }
  .product-container .social-icons li.print { display: inline-block; }
  .product-container.no-reviews { margin-bottom: -25px; }
  .product-container.no-reviews .reviews .buttons { padding: 1.5rem 0 0.5rem; }
  .product-container.no-reviews .sizes { padding-top: 1.5rem; }
}
@media(min-width: 1200px) {
  .product-container {
    min-height: 580px;
  }
  .product-container .product-image {
    top: 30px; /* fixes: 56862 */
  }
}

/* RECOMMENDED PRODUCTS */
.faded-backdrop {
  /* http://colorzilla.com/gradient-editor/#7db9e8+0,6b8099+100&0+0,0.5+100 */230,230,230,1.0
  background: -moz-linear-gradient(top,  rgba(230,230,230,0.0) 0%, rgba(230,230,230,1.0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,0.0)), color-stop(100%,rgba(230,230,230,1.0)));
  background: -webkit-linear-gradient(top,  rgba(230,230,230,0.0) 0%,rgba(230,230,230,1.0) 100%);
  background: linear-gradient(to bottom,  rgba(230,230,230,0.0) 0%,rgba(230,230,230,1.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb00', endColorstr='#ebebebff',GradientType=0 );
}
.recommend-products {
  border-top: 6px solid #5B2B81;
  border-bottom: 6px solid #0496d7;
}
.recommend-products figure, .recommend-products figure img { width: 100%; }

/* TIPS-FAQs */
.tips-faqs {
  /*border-bottom: 6px solid #052c9e;*/
}
/* PRODUCT REVIEWS */
.product-reviews {
  text-align: center;
}
.container-fluid.product-reviews { border-top: 6px solid #0163ac; margin-top: 30px; padding-top: 10px; }
#reviews .container-fluid.product-reviews {border-top: none; }
.product-reviews h3 {
  font-family: Oxygen, sans-serif;
  font-style: italic;
  color: #0277bd;
  font-weight: bold;
  font-size: 40px;
}
.product-reviews p.recommended {
  color: #0277bd;
  font-weight: 900;
  font-size: 15px;
}
.product-reviews p.no-reviews {
  color: #0277bd;
  font-weight: 700;
  font-size: 15px;
}
.product-reviews p.star-label {
  color: #5B2B81;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
}
.product-reviews .stars {
  border: 1px solid #5B2B81;
  background-color: #5B2B81;
  display: inline-block;
  box-shadow: 2px 0px 0px -1px #5B2B81, 3px 0px 0px -1.5px #5B2B81, 4px 0px 0px -2px #5B2B81, 5px 0px 0px -2.5px #5B2B81, 6px 0px 0px -3px #5B2B81, 7px 0px 0px -3.5px #5B2B81, 8px 0px 0px -4px #5B2B81, 9px 0px 0px -4.5px #5B2B81, 10px 0px 0px -5px #5B2B81, -2px 0px 0px -1px #5B2B81, -3px 0px 0px -1.5px #5B2B81, -4px 0px 0px -2px #5B2B81, -5px 0px 0px -2.5px #5B2B81, -6px 0px 0px -3px #5B2B81, -7px 0px 0px -3.5px #5B2B81, -8px 0px 0px -4px #5B2B81, -9px 0px 0px -4.5px #5B2B81, -10px 0px 0px -5px #5B2B81;
  line-height: 0;
  padding: 0 5px;
}
.product-reviews .stars .star {
  transform: scale(0.8);
  /*width: 49px;*/
}
.product-reviews .star-rating {
  width: 64px;
  height: 68px;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: 5px;
  margin-right: 10px;
  display: block;
  float: left;
  background: #0057a2;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0057a2), color-stop(100%, #0496d7));
  background: -webkit-linear-gradient(30deg, #0057a2 0%, #0496d7 100%);
  background: -webkit-linear-gradient(60deg, #0057a2 0%, #0496d7 100%);
  background: linear-gradient(30deg, #0057a2 0%, #0496d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057a2', endColorstr='#0496d7',GradientType=1 );
  color: #fff;
  position: relative;
  display: table;
}
.product-reviews .star-rating .rating {
  display: table-cell;
  line-height: 1.1;
  height: 80%;
  width: 80%;
  vertical-align: middle;
  padding-bottom: 5px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  text-shadow: -1px -1px 0px rgba(31, 83, 128, 0.89);
}
.product-reviews .star-rating .rating span {
  display: block;
  font-size: 2.5em;
}
.product-reviews .star-rating :before {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  background: transparent;
  width: 100%;
  height: 100%;
  border: 0px none;
  box-shadow: 6px 0px 5px -4px rgba(0, 0, 0, 0.5), 20px 0px 0px -6px #5B2B81, 1px 0px 0px -0.45px #115c9d, 2px 0px 0px -0.9px #115c9d, 3px 0px 0px -1.35px #115c9d, 4px 0px 0px -1.8px #115c9d, 5px 0px 0px -2.25px #115c9d, 6px 0px 0px -2.7px #115c9d, 7px 0px 0px -3.15px #115c9d, 8px 0px 0px -3.6px #115c9d, 9px 0px 0px -4.05px #115c9d, 10px 0px 0px -4.5px #115c9d, 11px 0px 0px -4.95px #115c9d, 12px 0px 0px -5.4px #115c9d, 13px 0px 0px -5.85px #115c9d;
}
.product-reviews button.write-review {
  margin-bottom: 30px;
}


.stars.bv_important_stars {
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
  background-color: #5B2B81 !important;
  height: 22px !important;
  padding: 8px 3px !important;
  margin-bottom: 20px !important;  
  max-width: 220px !important;
}
.stars.bv_important_stars .star {
  background: url(../images/sprite.png) no-repeat !important;
  background-position: -126px -138px !important;
  width: 28px !important;
  height: 23px !important;
  display: inline-block !important;
  transform: scale(1.2) !important;
  margin-left: 8px!important;
}
@media(max-width:991px){
  .stars.bv_important_stars .star {
    width: 21px !important;
    transform: scale(1.0) !important;
    margin-left: 4px!important;
  }
}
.stars.bv_important_stars .star.half {
  background-position: -152px -138px !important;;
}
.stars.bv_important_stars .star.empty {
  background-position: -179px -138px !important;;
}
.stars.bv_important_stars .star-value {
  color: white !important;
  font-family: "Lato", sans-serif !important;
  font-weight: bold !important;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  vertical-align: text-bottom !important;
  line-height: 23px !important;
  padding: 0 10px 4px !important;
}
#BVRRContainer .stars.bv_important_stars .bv-content-rating.bv-rating-ratio {
  display: none !important;
}
@media(max-width:480px){
  .reviews .stars .star{width:42px;height:38px;background-size:475px;background-position:-47px -140px;}
  .reviews .stars .star.half{background-position:-93px -140px;}
  .reviews .stars .star.empty{background-position:-140px -140px;}
  .reviews .stars .star-value { padding: 0 0 0 10px; }
  .product-reviews .stars .star { transform: scale(0.8) translateY(10px); width: 42px; }
}
@media(max-width:350px){
  .product-reviews .stars .star { width: 34px; }
}
/* reviews loading ~ adapted from http://codepen.io/Virtuousquare/pen/XjPxEB */
.buttons.reviews-loading {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content:center;
}
p.loading { 
  line-height: 25px;
  font-size: 20px;
  font-style: italic;
  padding-right: 20px;
}
ul.loading-spinner {
  position: relative; list-style: none;
  padding: 0 0 23px; margin: 75px 0 -70px;
  width: 50px; height: 20px;
  -webkit-perspective: 300; -webkit-transform-style: preserve-3d;
  -moz-perspective: 300; -moz-transform-style: preserve-3d;
  perspective: 300; transform-style: preserve-3d;
}
.loading-spinner li {
  position: absolute;
  width: 50px; height: 20px;
  transform-origin: center;
  transform: translate(0,-75px) rotateY(0);
  animation: rotate 1s linear infinite;
}
.loading-spinner li:nth-child(1){background:#9d14bc;animation-delay:0s;}
.loading-spinner li:nth-child(2){background:#3f51f3;animation-delay:-.2s;}
.loading-spinner li:nth-child(3){background:#19af1a;animation-delay:-.4s;}
.loading-spinner li:nth-child(4){background:#f5a720;animation-delay:-.6s;}
.loading-spinner li:nth-child(5){background:#f3061c;animation-delay:-.8s;}
.reviews-header p.loading{padding-top:20px;}
.reviews-header ul.loading-spinner{margin-bottom:-90px;}
@media(min-width:992px) {
  .xtra-reviews-top .buttons.reviews-loading{justify-content:inherit;}
}
@keyframes rotate{
  0%{transform:translate(0,-75px) rotateY(0);}
  100%{transform:translate(0,-75px) rotateY(180deg);}
}
@media(max-width:767px) {
  .reviews-header {
    margin-top:45px;
  }
}

/* FAQs */
@media(max-width:767px) {
  .faqs footer { margin-top: 0px; }
}
.question-container{padding:25px;margin:20px auto 40px; border-top-left-radius: 0px; }
.question-container .question-label { font-size: 40px; font-size: 4rem; font-family: "Oxygen", sans-serif; font-style: italic; font-weight: bold; padding: 15px 0 25px; }
.question-container ul{padding-left:40px;}
.question-container li{position:relative;list-style-type:none;margin:0;padding:10px 0;}
.question-container li a{color:#fff;font-weight:bold;line-height:;font-size: 24px;font-size:1.5rem;}
.question-container li a:before{position:absolute;left:-40px;content:'';width:25px;height:25px;background-image:url(../images/sprite.png);background-position:-367px -71px;}
.faq-rows .qa{padding:40px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}
.faq-rows .qa>.q{font-size: 41.6px;font-size:2.6rem;line-height: 67.2px;line-height:4.2rem;color:#5B2B81;font-weight:900;width:100%;}
.question-container li .answer,.faq-rows .qa>.a{font-size: 20.8px;font-size:1.3rem;line-height: 46.4px;line-height:2.9rem;color:#0057a2;font-weight:700;width:100%;}
@media(max-width: 767px) {
  .question-container  { display: none; }
  .faq-rows>div {    margin: 15px -15px 0;}
  .faq-rows .qa { padding: 0; margin-bottom: 0;}
  .faq-rows .qa:first-child:before {
    content: "Questions";
    width: 100%;
    text-align: left;
    padding: 20px 30px 10px;
    font-size: 3rem;
    font-family: "Oxygen", sans-serif;
    font-style: italic;
    font-weight: bold;
    line-height: 5rem;
    color: #fff;
  }
  .faq-rows .qa>.q { cursor: pointer;
    padding: 20px 30px 5px 70px; position: relative;
    color: #fff; font-weight: bold; line-height:2.2rem; font-size: 1.5rem;
    -webkit-transition: padding-bottom .4s;
    transition: padding-bottom .4s;
  }
  .faq-rows .qa.active>.q, .faq-rows .qa:last-child>.q {
    padding-bottom: 20px;
    -webkit-transition: padding-bottom .4s;
    transition: padding-bottom .4s;
  }
  .faq-rows .qa>.a {  
    padding: 20px; display: none;
  } 
  .faq-rows .qa>.q, .faq-rows .qa:first-child:before {
    /* http://colorzilla.com/gradient-editor/#0057a2+0,0496d7+100 */
    background: #0057a2;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0057a2), color-stop(100%, #0496d7));
    background: -webkit-linear-gradient(90deg, #0057a2 0%, #0496d7 100%);
    background: -webkit-linear-gradient(left, #0057a2 0%, #0496d7 100%);
    background: linear-gradient(90deg, #0057a2 0%, #0496d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057a2', endColorstr='#0496d7',GradientType=1 );
  }
  .faq-rows .qa>.q:before{position:absolute;left:30px;top:20px;content:'';width:25px;height:25px;background-image:url(../images/sprite.png);background-position:-367px -71px;}
  .faq-rows .qa>.a{display:none;position:relative;}
  .faq-rows .qa.active>.a{display:block;}
}
@media(min-width:768px){
  .faq-rows .qa{-ms-flex-flow:row;flex-flow:row;border-top:1px solid #0496d7; min-height: 200px;}
  .faq-rows .qa>.q{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:2%;width:47%;}
  .faq-rows .qa>.a{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:2%;width:47%;display:inherit!important;}
  .faq-rows .qa>.q:before,.faq-rows .qa>.a:before{position:absolute;z-index:-1;top:0;font-size:20rem;line-height:18rem;font-weight:900;font-family:"Oxygen",sans-serif;}
  .faq-rows .qa>.q:before{content:"Q";color:#fff0f2;} html[lang=es] .faq-rows .qa>.q:before{content:"P";}
  .faq-rows .qa>.a:before{content:"A";color:#e9f2ff;} html[lang=es] .faq-rows .qa>.a:before{content:"R";}
}
@media(min-width:992px){
  .faq-rows .qa>.q{margin-right:1%;width:48%;}
  .faq-rows .qa>.a{margin-left:1%;width:48%;}
}

/* CONTACT */
.contact-border { border: 6px solid #0277bd; border-radius: 5px; display: table; margin-bottom: 50px; margin-top: 25px; }
.contact-border>div { display: table-cell; vertical-align: middle; text-align: center; padding: 100px 0; }
.contact-border p { color: #0057a2; font-size: 20px; margin: 0px; }
.contact-border p .tel { color: #5B2B81; font-weight: bold; font-size: 26px; }
.contact-border p .when { color: #0057a2; font-weight: bold; font-size: 16px; }
.disclaimer .checkbox { padding: 10px 0 15px; }
.disclaimer .checkbox label { font-size: 16px; line-height: 22px; padding-left: 25px; }
.disclaimer .checkbox input[type=checkbox] { margin-left: -25px; }
select.placeholder { color: #999; }
span.req:after { content: "*"; color: #5B2B81; }
@media(max-width:767px) {
  .contact-border.col-xs-wide { border-radius: 0; border-left: 0px none; border-right: 0px none; }
  .contact-border.col-xs-wide>div { padding: 15px 0; }
  .haz-form { padding: 0 5%; }
}
@media(min-width:768px){
  .form-group button.xtra,.form-group a.btn.xtra{margin-left:0;}
}
@media(min-width:992px){
  .contact-border p{font-size:22px;}
  .contact-border p .tel{font-size:28px;}
  .contact-border p .when{font-size:18px;}
}
@media(min-width:1200px){
  .contact-border>div{padding:140px 0;}
  .contact-border p{font-size:24px;}
  .contact-border p .tel{font-size:32px;}
  .contact-border p .when{font-size:20px;}
}
.full-contact .contact-border>div{ padding: 30px 0; }
.full-contact .contact-border p  { padding: 30px 0; }
.full-contact .flex-row.flex-sm-2up>* { width: 100%; }

/*** NEWSLETTER SIGNUP ***/
#newsletter_signup.ns { text-align: center; display: none; }
.ns .backdrop { position: fixed; z-index: 1000; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, .75); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; cursor: not-allowed;}
.ns .overlay { position: fixed; z-index: 1001; width: auto; height: auto; top: 20%; left: 15%; right: 15%; padding: 0 15px; overflow: visible; box-shadow: 0px 0px 0px 7px rgba(233, 242, 255, .15), 0px 0px 50px 0px rgba(0, 0, 0, 1); border-radius: 34px; }
.ns figure { margin-top: 0; margin-bottom: 10px; display: inline-block; } .ns figure img { margin-top: -80px; }
.ns h1 { font-family: "Oxygen", sans-serif; font-weight: bold; font-style: italic; }
.ns .subhead { font-size: 1.3333em; padding: 5px 0 0; }
.ns form { padding: 0; }
.ns a { color: #fff; text-decoration: underline; }
.ns a:active, .ns a:hover { color: #5B2B81; text-decoration: underline; }
.ns .userdata label { display: block; }
.ns .checks .form-group > * { padding: 1px 0; font-size: 15px; }
.ns .checks .form-group p, .ns .checks .form-group { margin-bottom: 0; }
.ns .checkbox+.checkbox { margin-top: inherit; }
.ns input[type=text], .ns input[type=email] { width: 100%; height: 46px; border-radius: 23px; padding: 20px; border: 0 none; box-shadow: 0px 0px 0px 7px rgba(233, 242, 255, .225); margin: 15px 0 0 0; }
.ns input[type=text]::-moz-placeholder, .ns input[type=email]::-moz-placeholder { text-overflow: ellipsis; text-transform: uppercase; color: #5B2B81; }
.ns input[type=text]:-moz-placeholder, .ns input[type=email]:-moz-placeholder { text-overflow: ellipsis; text-transform: uppercase; color: #5B2B81; }
.ns input[type=text]::-webkit-input-placeholder, .ns input[type=email]::-webkit-input-placeholder { text-overflow: ellipsis; text-transform: uppercase; color: #5B2B81; }
.ns input[type=text]:-ms-input-placeholder, .ns input[type=email]:-ms-input-placeholder { text-overflow: ellipsis; text-transform: uppercase; color: #5B2B81; }
.ns input[type=checkbox] { }
.ns .xtra-lg { text-transform: inherit; font-weight: bold; letter-spacing: normal; margin-bottom: -65px; }
.ns .form-group button.xtra, .ns .form-group a.btn.xtra { margin-left: auto; padding: 0.8em 2em; }
.ns .close { width: 58px; height: 58px; margin: 0; padding: 0; position: absolute; top: -22px; right: -22px; background-image: url(../images/sprite.png); background-repeat: no-repeat; background-position: -9px -57px; float: none; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
@media(max-width:767px){
  .ns .overlay{top:12%;left:13%;right:13%;}
  .ns h1{font-size:44px;}
  .ns .userdata label{max-width:90%;margin:0 5% 10px;}
  .ns .userdata .form-group{margin-bottom:0;}
  .ns .checks .form-group > *{padding:5px 0;font-size:14px;}
  .ns .form-group .xtra-lg{font-size:22px;padding:0.7em 1.8em;}
}
@media(max-width:560px){
  .ns .overlay{left:10%;right:10%;}
  .ns h1{font-size:40px;}
  .ns .subhead{font-size:1.2em;}
}
@media(max-width:480px){
  .ns .overlay{left:5%;right:5%;}
  .ns h1{font-size:36px;}
  .ns .subhead{font-size:1.2em;}
  .ns .close{-webkit-transform:scale(0.8);transform:scale(0.8);top:-20px;right:-20px;}
}
@media(min-width:768px){
  .ns .userdata label{max-width:90%;}
  .ns .userdata .form-group:last-child label{margin-right:10%;}
  .ns .userdata .form-group:first-child label{margin-left:10%;}
}
@media(min-width:992px){
  .ns h1{font-size:48px;}
  .ns .subhead{font-size:1.3333em;}
}
@media(min-width:1200px){
  .ns .overlay{left:17%;right:17%;}
  .ns h1{font-size:56px;}
  .ns .subhead{font-size:1.5em;}
  .ns .checks .form-group > *{font-size:15.4px;}
}
@media(min-width:1337px){
  .ns .overlay{left:20%;right:20%;}
}
@media(min-width:1600px){
  .ns .overlay{left:22%;right:22%;}
}
@media(min-width:1920px){
  .ns .overlay{left:25%;right:25%;}
}

/** WHERE TO BUY **/
div#SearchResults{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
.where-to-buy__bottom__search-results__row__column{width:98%;margin:0.5em auto;background:#f3f3f3;max-width:400px;min-width:220px;}
@media(min-width:768px){
  .where-to-buy__bottom__search-results__row__column{width:31%;margin: 1%;}
}
.where-to-buy__bottom__search-results__row__column__store{background-color:#0496d7;}
span.where-to-buy__bottom__search-results__row__column__store__name,span.where-to-buy__bottom__search-results__row__column__store__distance{color:#fff;font-weight:bold;padding:0 13px;line-height:2em;}
span.where-to-buy__bottom__search-results__row__column__store__distance{float:right;}
.where-to-buy__bottom__search-results__row__column__store-address{padding:8px 13px 13px;line-height:1.5em;position:relative;}
a.where-to-buy__bottom__search-results__row__column__phone{font-weight:bold;color:#000;}
.where-to-buy__bottom__search-results__row__column__store-location-wrapper{position:absolute;bottom:13px;right:13px;}
a.where-to-buy__bottom__search-results__row__column__store-location:after{content:'';width:10px;height:14px;display:inline-block;margin-left:5px;background-image:url(../images/sprite.png);background-position:-102px -144px;}
.where-to-buy__bottom__search-results__row__column__store-address p{margin-bottom:0;}
input:placeholder-shown + label {
  opacity: 0;
  transform: translateY(100%);
}

#FieldTextInput.no-value + label,
.xtra-fancy-select.no-value select + label {
  opacity: 0;
  transform: translateY(100%);
}
input + label,.xtra-fancy-select select + label{position:absolute;top:-25px;left:1em;-webkit-transition: all 0.1s;transition:all 0.1s;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";background:white;border:1px solid #d1d1d1;border-width:0 1px 0 1px;padding:0 5px;color:#929292;-webkit-transform:translateY(calc(50% + 5px));transform:translateY(calc(50% + 5px));font-weight:normal;}
.where-to-buy__top{border:1px solid #5B2B81;border-width:3px 0;padding:10px 0 30px;margin:20px 0 30px;}
.where-to-buy__bottom{border:1px solid #5B2B81;border-width:0 0 3px;padding:0 0 30px;margin:0 0 30px;}
@media(max-width:767px){
  .page-where-to-buy main .container:nth-child(2) .col-xs-12:nth-child(2) {padding-left: 0;padding-right: 0; } /* borders should touch the edges */
  .where-to-buy__top,.where-to-buy__bottom{padding-left:15px;padding-right:15px;}
  .where-to-buy__stores{border:1px solid #5B2B81;border-width:0 0 3px;padding:0 0 30px;margin:0 0 30px;}
}
.where-to-buy__top__left__title{font-family:Oxygen,sans-serif;font-weight:bold;font-style:italic;color:#0277bd;text-align:left;font-size:23px;padding:0.5em 0 1.0em;}
@media(max-width:420px){
  .where-to-buy__top__left__title{text-align:center;font-size:18px;}
}
@media(min-width:768px){
  .where-to-buy__top{border-width:0 0 3px;margin-top:0;padding-top:0;padding-bottom:20px;}
  .where-to-buy__top__left__title{font-size:26px;}
}
#Fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
#Fields .form-group{width:100%;position:relative;padding-bottom:10px}
#Fields input[type=text],#Fields select{height:3em;border-radius:1.5em;background:#f1f1f1;border:1px solid #d1d1d1;box-shadow:inset 3px 5px 15px -10px rgba(0,0,0,0.4);padding:0 1em;font-size:15px;}
#Fields input[type=text]::-webkit-input-placeholder,#Fields select::-webkit-input-placeholder{color:#929292;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
#Fields input[type=text]::-moz-placeholder,#Fields select::-moz-placeholder{color:#929292;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
#Fields input[type=text]:-ms-input-placeholder,#Fields select:-ms-input-placeholder{color:#929292;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
#Fields input[type=text]:-moz-placeholder,#Fields select:-moz-placeholder{color:#929292;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
#Fields .xtra-fancy-select{z-index:inherit;}
#Fields .xtra-fancy-select:before,#Fields .xtra-fancy-select:after{content:'';position:absolute;top:0;height:3em;border-radius:1.5em;background:#f1f1f1;border:1px solid #d1d1d1;box-shadow:inset 3px 5px 15px -10px rgba(0,0,0,0.4);padding:0 1em;font-size:15px;}
#Fields .xtra-fancy-select:before{left:0;width:85%;z-index:-1;border-top-right-radius:0;border-bottom-right-radius:0;}
#Fields .xtra-fancy-select:after{right:0;width:15%;z-index:-1;border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid #5B2B81;background-image:url(../images/fancy-toggle.png);background-position:52.5% 50%;background-size:cover;}
#Fields .xtra-fancy-select select{z-index:10;background:transparent;border-color:transparent;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;padding-right:15%;}
#Fields .xtra-fancy-select select::-ms-expand{display:none;}
#Fields input:focus{outline:0;border-color:#0496d7;}
#Fields .xtra-fancy-select.haz-focus,#Fields .xtra-fancy-select.haz-focus:before{outline:0;border-color:#0496d7;}
#Fields input:focus + label,#Fields .xtra-fancy-select select:focus + label{color:#0277bd;border-color:#0496d7;}
#Fields #SearchButton { width: 100%; }
#Fields input[type=submit].xtra{margin:0 auto;min-height:3em;line-height:1em;font-size:13px;padding:12px 3em;}
@media(min-width:768px){ /* cols 1 and 2 add up to just shy of (1 + 1.6) of the remaining space after col 3 is calc'd */
  #Fields .form-group:nth-child(1){width:calc(73%/2.6 * 1.0);}
  #Fields .form-group:nth-child(2){width:calc(73%/2.6 * 1.5);}
  #Fields .form-group:nth-child(3){width:26.8732%;}#Fields #SearchButton{width:auto;}
  #Fields input[type=submit].xtra{padding:12px 2em;}
  html[lang="es"] #Fields .form-group:nth-child(1){width:calc(63%/2.6 * 1.0);}
  html[lang="es"] #Fields .form-group:nth-child(2){width:calc(63%/2.6 * 1.5);}
  html[lang="es"] #Fields .form-group:nth-child(3){width:36.8732%;}
}
@media(min-width:992px){
  #Fields .form-group:nth-child(1){width:calc(76%/2.6 * 0.9);}
  #Fields .form-group:nth-child(2){width:calc(76%/2.6 * 1.6);}
  #Fields .form-group:nth-child(3){width:23.2925%;}#Fields #SearchButton{width:auto;}
  #Fields input[type=submit].xtra{padding:12px 3em;}
  html[lang="es"] #Fields .form-group:nth-child(1){width:calc(66%/2.6 * 0.9);}
  html[lang="es"] #Fields .form-group:nth-child(2){width:calc(66%/2.6 * 1.6);}
  html[lang="es"] #Fields .form-group:nth-child(3){width:33.2925%;}
}
@media(min-width:1200px){
  #Fields .form-group:nth-child(1){width:calc(80%/2.6 * 0.9);}
  #Fields .form-group:nth-child(2){width:calc(80%/2.6 * 1.6);}
  #Fields .form-group:nth-child(3){width:19.2061%;}#Fields #SearchButton{width:auto;}
  html[lang="es"] #Fields .form-group:nth-child(1){width:calc(70%/2.6 * 0.9);}
  html[lang="es"] #Fields .form-group:nth-child(2){width:calc(70%/2.6 * 1.6);}
  html[lang="es"] #Fields .form-group:nth-child(3){width:29.2061%;}
}

.vendors{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.vendors > *{margin:20px auto;}
.vendors img{text-align:center;margin:0 auto;}
.vendors .wlgrn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.vendors .dlgen{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
.vendors .famdl{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}
.vendors .wmart{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}
.vendors .cvsph{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}
.vendors .rtaid{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}
.vendors .kmart{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}
@media (min-width:768px){
  .vendors .wlgrn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
  .vendors .kmart{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
  .vendors .rtaid{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}
  .vendors .dlgen{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;}
  .vendors .famdl{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;}
  .vendors .wmart{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;}
  .vendors .cvsph{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;}
}

/** search results page **/
/*.search-top form.gsc-search-box,.main-nav table.gsc-search-box,
.search-top .gsc-search-box-tools .gsc-search-box .gsc-input,
.search-top .gsib_a,.main-nav .gsst_b{margin:0;padding:0;line-height:1;}
.search-top td.gsc-search-button,.main-nav .gsib_b,.main-nav .gsc-branding{display:none;}
.search-top .gsc-input-box{border:0px none;background:none transparent;}
.search-top .gsib_a input { 
  height: 36px !important;
  border-radius: 18px !important;
  border: 4px solid #5B2B81 !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: 0px none !important;
  outline: none !important;
  margin: 0 !important;
  background:#fff !important;
  padding: 5px 12px 7px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: opacity .25s; transition:opacity .25s;
}*/
#top_search_gcse{
  height: 36px;
  border-radius: 18px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background:#5B2B81;
}

/** Overrides for BazaarVoice !importants */
#bv-mbox-lightbox-list {
  background: #0057a2 !important;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #0057a2), color-stop(100%, #0496d7)) !important;
  background: -webkit-linear-gradient(30deg, #0057a2 0%, #0496d7 100%) !important;
  background: -webkit-linear-gradient(60deg, #0057a2 0%, #0496d7 100%) !important;
  background: linear-gradient(30deg, #0057a2 0%, #0496d7 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057a2', endColorstr='#0496d7',GradientType=1 ) !important;
}
#bv-mbox-lightbox-list h2,
#bv-mbox-lightbox-list h3,
#bv-mbox-lightbox-list label,
#bv-mbox-lightbox-list .bv-fieldset-label,
#bv-mbox-lightbox-list .bv-fieldset-casltext,
#bv-mbox-lightbox-list .bv-fieldset-label-text,
#bv-mbox-lightbox-list .bv-text-link,
#bv-mbox-lightbox-list .bv-submit {
    font-family: 'Lato','Arial','Tahoma','Helvetica','sans-serif'!important;
}
#bv-mbox-lightbox-list .bv-submission-sidebar h3 {
    color: #fff !important;
    font-size:1.25em !important;
    line-height: 1.1 !important;
}
#bv-mbox-lightbox-list .bv-submit {
  background-color: #5B2B81 !important;
  margin-bottom: 10px !important;
  border: 4px solid #5B2B81 !important;
  border-radius: 10px !important;
  border-top-right-radius: 0px !important;
  background: rgb(250,85,108) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,85,108,1)), color-stop(50%,rgba(250,85,108,1)), color-stop(51%,rgba(242,61,86,1)), color-stop(100%,rgba(242,60,85,1))) !important;
  background: -webkit-linear-gradient(top,  rgba(250,85,108,1) 0%,rgba(250,85,108,1) 50%,rgba(242,61,86,1) 51%,rgba(242,60,85,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(250,85,108,1) 0%,rgba(250,85,108,1) 50%,rgba(242,61,86,1) 51%,rgba(242,60,85,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa556c', endColorstr='#5B2B81',GradientType=0 ) !important;
  padding: 0.8em 1.6em !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  margin: 1em auto 1em !important
}
#bv-mbox-lightbox-list .bv-mbox-close {
  width: 58px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: -17px !important;
  right: -17px !important;
  background-image: url(../images/sprite.png) !important;
  background-repeat: no-repeat !important;
  background-position: -9px -57px !important;
  float: none !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-indent: -999em !important;
}
#bv-mbox-lightbox-list .bv-fieldset-active .bv-fieldset-arrowicon{border-left-color:#5B2B81!important;}
#bv-mbox-lightbox-list .bv-author-profile-userinfo *{color:#fff!important;}
@media(max-width:640px){
  #bv-mbox-lightbox-list .bv-author-userstats-value{margin-right:40px!important;}
  #bv-mbox-lightbox-list .bv-mbox-close{transform:scale(0.70);top:6px!important;right:3px!important;}
}
#BVRRContainer .bv-content-secondary-ratings-value,
#BVRRContainer .bv-secondary-rating-summary-value { /* http://colorzilla.com/gradient-editor/#9d14bc+0,9d14bc+19,3f51f3+20,3f51f3+39,19af1a+40,19af1a+59,f5a720+60,f5a720+79,f3061c+80,f3061c+100 but with greater precision and better fallback color. */
  background: #5B2B81 !important; /* fallback to --xtra-red */
  background: -moz-linear-gradient(left,  rgba(157,20,188,1) 0%, rgba(157,20,188,1) 19.999%, rgba(63,81,243,1) 20%, rgba(63,81,243,1) 39.999%, rgba(25,175,26,1) 40%, rgba(25,175,26,1) 59.999%, rgba(245,167,32,1) 60%, rgba(245,167,32,1) 79.999%, rgba(243,6,28,1) 80%, rgba(243,6,28,1) 100%) !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(157,20,188,1)), color-stop(19.999%,rgba(157,20,188,1)), color-stop(20%,rgba(63,81,243,1)), color-stop(39.999%,rgba(63,81,243,1)), color-stop(40%,rgba(25,175,26,1)), color-stop(59.999%,rgba(25,175,26,1)), color-stop(60%,rgba(245,167,32,1)), color-stop(79.999%,rgba(245,167,32,1)), color-stop(80%,rgba(243,6,28,1)), color-stop(100%,rgba(243,6,28,1))) !important;
  background: -webkit-linear-gradient(left,  rgba(157,20,188,1) 0%,rgba(157,20,188,1) 19.999%,rgba(63,81,243,1) 20%,rgba(63,81,243,1) 39.999%,rgba(25,175,26,1) 40%,rgba(25,175,26,1) 59.999%,rgba(245,167,32,1) 60%,rgba(245,167,32,1) 79.999%,rgba(243,6,28,1) 80%,rgba(243,6,28,1) 100%) !important;
  background: -o-linear-gradient(left,  rgba(157,20,188,1) 0%,rgba(157,20,188,1) 19.999%,rgba(63,81,243,1) 20%,rgba(63,81,243,1) 39.999%,rgba(25,175,26,1) 40%,rgba(25,175,26,1) 59.999%,rgba(245,167,32,1) 60%,rgba(245,167,32,1) 79.999%,rgba(243,6,28,1) 80%,rgba(243,6,28,1) 100%) !important;
  background: -ms-linear-gradient(left,  rgba(157,20,188,1) 0%,rgba(157,20,188,1) 19.999%,rgba(63,81,243,1) 20%,rgba(63,81,243,1) 39.999%,rgba(25,175,26,1) 40%,rgba(25,175,26,1) 59.999%,rgba(245,167,32,1) 60%,rgba(245,167,32,1) 79.999%,rgba(243,6,28,1) 80%,rgba(243,6,28,1) 100%) !important;
  background: linear-gradient(to right,  rgba(157,20,188,1) 0%,rgba(157,20,188,1) 19.999%,rgba(63,81,243,1) 20%,rgba(63,81,243,1) 39.999%,rgba(25,175,26,1) 40%,rgba(25,175,26,1) 59.999%,rgba(245,167,32,1) 60%,rgba(245,167,32,1) 79.999%,rgba(243,6,28,1) 80%,rgba(243,6,28,1) 100%) !important;
}
#BVRRContainer .img-responsive {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
}
/* FontAwesome icons within the BVRRContainer need special formatting to overcome BV's cleanslate class. */
#BVRRContainer .fa {
  display: inline-block !important;
  font-family: FontAwesome !important;

}
#BVRRContainer span.fa-stack {
    font-size: .7em;
    margin-top: -1px;
    display: inline-block;
    margin-left: 6px; 
}
#BVRRContainer .fa.fa-stack-2x {
    font-size: 2.1em !important;
    margin-top: -1px;
}
/** CSM Layout Overrides **/
#BVRRContainer .csm-review-content {
  border-top: 2px solid #0496d7 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  display: flex !important;
  flex-flow: row nowrap !important;
}
#BVRRContainer .csm-review-content .ratings {
  width: 23.97959184% !important;
  padding: 0 30px !important;
}
#BVRRContainer .csm-review-content .ratings .bv-content-secondary-ratings-container {
  height: 10px !important;
  margin-bottom: 1.5em !important;
}
#BVRRContainer .csm-review-content .ratings .bv-content-secondary-ratings-value {
  height: 10px !important;
}
#BVRRContainer .csm-review-content .ratings .product-shot {
  text-align: center !important;
  padding-bottom: 1.5em !important;
}
#BVRRContainer .csm-review-content .ratings .product-shot figure {
  width: 50% !important;
  min-width: 150px !important;
  margin:  0 auto !important;
}
#BVRRContainer .csm-review-content .ratings .rating .label {
  font-size: 1.25em !important;
  font-weight: bold !important;
  padding-bottom: 4px !important;
  color: #2c3e51 !important;
  font-family: 'Lato',sans-serif !important; 
}
#BVRRContainer .csm-review-content .ratings .rating .label span {
  float: right !important;
  font-family: 'Lato',sans-serif !important; 
}
#BVRRContainer .csm-review-content .content {
  width: 76.02040816% !important;
  padding: 0 20px !important;
}
#BVRRContainer .csm-review-content .content .header { padding-bottom: 10px !important; }
#BVRRContainer .csm-review-content .content .bv-content-title {
  color: #5B2B81 !important;
  font-family: 'Oxygen', sans-serif !important;
  font-size: 2em !important;
  font-weight: bold !important;
  font-style: italic !important;
  line-height: 1.2 !important;
}
#BVRRContainer .csm-review-content .content .user {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  font-size: 15px !important;
  color: #2c3e51 !important;
  padding-bottom: 5px !important;
}
#BVRRContainer .csm-review-content .content .user > * {
  display: inline-block !important;
}
#BVRRContainer .csm-review-content .content .user .icon {
  background-image: url(../images/sprite.png) !important;
  width: 21px !important;
  height: 24px !important;
  background-position: -502px -132px !important;
  background-repeat: no-repeat !important;
  margin-right: 5px !important;
}
#BVRRContainer .csm-review-content .content .user .name,
#BVRRContainer .csm-review-content .content .bv-author .bv-avatar-popup-target,
#BVRRContainer .csm-review-content .content .bv-author h3 {
  font-weight: bold !important;
  font-family: 'Oxygen', 'Lato', sans-serif !important;
  color: #2c3e51 !important;
  font-size: 14.5px !important;
}
#BVRRContainer .csm-review-content .content .user .name:after {
  content: " " !important; display: inline-block !important;
}
#BVRRContainer .csm-review-content .content .user .location {
  font-weight: normal !important;
  font-family: 'Oxygen', 'Lato', sans-serif !important;
}
#BVRRContainer .csm-review-content .content .date {
  color: #9b9c9e !important;
  font-family: 'Oxygen', 'Lato', sans-serif !important;
}
#BVRRContainer .csm-review-content .content .bv-content-summary-body-text,
#BVRRContainer .csm-review-content .content .bv-content-summary-body-text p{
  color: #2c3e51 !important;
  font-family: 'Lato',sans-serif !important; 
}
#BVRRContainer .csm-review-content .bv-content-report-btn  {
  color: #0059a3 !important;
}
#BVRRContainer .checkmarks .checked {
    background: url(../images/review-check.png) no-repeat left center !important;
    display: inline-block !important;
    padding: 5px 15px 5px 22px !important;
    margin-top: -5px !important;
    margin-bottom: 5px !important;
    font-size: 1.1em !important;
    font-weight: 900 !important;
    color: #2c3e51 !important;
    font-family: 'Lato',sans-serif !important; 
}
#BVRRContainer .bv-content-actions-container { position: relative !important; }
#BVRRContainer dl.bv-content-feedback-vote { display: flex !important; align-items: flex-end !important; }
#BVRRContainer dd.bv-content-feedback-vote { position: absolute !important; bottom: 10px !important; right: 0% !important; }
#BVRRContainer button.xtrablue-reverse, #BVRRContainer .bv-content-feedback-btn-container button.xtrablue-reverse {
  position: relative !important;
  margin: 0 10px 6px 0 !important;
  background: #0496d7 !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0496d7), color-stop(100%, #0057a2)) !important;
  background: -webkit-linear-gradient(left, #0496d7 0%, #0057a2 100%) !important;
  background: linear-gradient(to right, #0496d7 0%, #0057a2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0496d7', endColorstr='#0057a2',GradientType=1 ) !important;
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 1.1em !important;
  border-radius: 40px !important;
  border-width: 1px !important;
}
#BVRRContainer .xtrablue-reverse i:nth-child(2) { display: inline-block !important; padding: 0 3px !important; }
#BVRRContainer .bv-content-feedback-btn-container button.xtrablue-reverse, 
#BVRRContainer :hover .bv-content-feedback-btn-container button.xtrablue-reverse { /* attempt to fix bug 56601 */
    border-width: 1px !important;
    padding: 10px 15px !important;
    box-shadow: none !important;
    outline: none !important;
    display: block !important;
    min-height: 45px !important;
    min-width: 144px !important;
}
#BVRRContainer .bv-content-feedback-btn-container button.xtrablue-reverse .fa {
  font-size: 1.33em !important;
  padding-right: 3px !important;
}
#BVRRContainer .bv-content-btn-count { 
  color: #fff !important;
  font-weight: bold !important;
  font-family: 'Lato' !important;
}
#BVRRContainer .buttons button.xtrablue-reverse {
  margin: 9px !important;
  padding: 10px 15px 10px 20px !important;
  line-height: 1.4em !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  border: 0px none !important;
  font-size: 16px !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
}
#BVRRContainer .buttons.bvrr-top-buttons {
  margin-top: 20px;
}
#BVRRContainer .buttons.bvrr-top-buttons .xtrablue-reverse {
  margin-bottom: ;
}


#BVRRContainer [data-readmore] {
  /* handle readmore button link on review descriptions that are too long. */
}
#BVRRContainer .bv-header  {
  margin-top: 10px !important;
  border-top: 2px solid #0496d7 !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#reviews #BVRRContainer .bv-header {
  border: none !important;
  padding-top: 30px !important;
}

#BVRRContainer .bv-header .bv-action-bar {
    display: none !important;
}

/*****/
.csm-disabled{ display: none !important; visibility: hidden !important; }
/*****/
@media (max-width:767px){
  .sizes > span{color:#5B2B81;display:block;font-size:32px;font-size:2rem;height:auto;padding-right:20px;text-align:center;}
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content{width:70%;margin:-73px 0% 0px 16%;text-align:left;}
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content h1{font-size:27px;}
  .csm-carousel-mobile .slide[data-slide-id='2'] .slide-content h1{font-size:27px;}
  .homepage-slider .csm-carousel .owl-controls, .homepage-slider .csm-carousel .owl-dots{position:absolute;margin:inherit;bottom:12%;width:100%;padding-right:47%;}
  #BVRRContainer .csm-review-content{border-top:2px solid #0496d7!important;padding-top:40px!important;padding-bottom:40px!important;display:block!important;flex-flow:row nowrap!important;}
  #BVRRContainer .csm-review-content .ratings{width:90%!important;padding:0 15px!important;}
  #BVRRContainer .csm-review-content .content{width:90%!important;padding:0 20px!important;}
  #BVRRContainer .csm-review-content .content .user{display:block!important;flex-flow:row nowrap!important;align-items:center!important;font-size:15px!important;color:#2c3e51!important;padding-bottom:5px!important;}
  #BVRRContainer dd.bv-content-feedback-vote{position:absolute!important;bottom:-18px!important;left:0%!important;}
  .category-selector.fixedsticky{top:65px;z-index:1;background-color:#fff;left:0;right:0;}
  .navbar-nav .open .dropdown-menu>li>a{line-height:26px;}
  .csm-carousel-mobile .slide[data-slide-id='1']{background-position:100% 0%;}
  .csm-carousel-mobile .slide[data-slide-id='1'] .slide-content{width:80%;margin-left:0;margin-right:66px;}
}
@media (max-width:580px){
  #BVRRContainer .csm-review-content .ratings,#BVRRContainer .csm-review-content .content{padding:0 10px!important;width:auto!important;}
  .csm-carousel-mobile .slide a.btn.xtra{padding:10px;}
  .csm-carousel-mobile .slide-content{width:40%;min-width:200px;}
  .csm-carousel-mobile .slide[data-slide-id='1']{background-position:66% 0%;}
}
@media(max-width:420px){
  #BVRRContainer dd.bv-content-feedback-btn-container{display:flex!important;margin:0!important;}
  #BVRRContainer dd.bv-content-feedback-btn-container button.xtrablue-reverse{margin-right:5px!important;}
  #BVRRContainer dd.bv-content-feedback-btn-container button.xtrablue-reverse:last-child{margin-right:0px!important;}
}
@media(max-width:380px){
  #BVRRContainer div.bv-content-actions-container.bv-active-feedback{padding:0!important;margin:0!important;}
}
@media(max-width:350px){
  #BVRRContainer div.bv-content-actions-container.bv-active-feedback{margin:0 -5px!important;}
}
@media(max-width:320px){
  #BVRRContainer div.bv-content-actions-container.bv-active-feedback{margin:0 -10px!important;}
}
/*****/

/*** ALL REVIEWS CAROUSEL ***/
#reviews .csm-carousel figure img { width: 100%; }
#reviews .csm-carousel .csm-current::before,
#reviews .csm-carousel .csm-current::after {
    content: '';
    width: 1px;
    height: 1px; 
    border: 20px solid #5B2B81;
    transition: border .5s;
    position:absolute;
    left: calc(50% - 20px);
}
#reviews .csm-carousel .owl-item .col-xs-4 { width: 100%; }
h2.category-title, .recommend-products h2 {
    font-family: Oxygen, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #0277bd;
    font-size: 56px;
    font-size: 2.5rem;
    text-align: center;
    margin: 40px 0 36px;
}

#reviews .csm-carousel .csm-current::before {
    border-color: #5B2B81  transparent transparent transparent;
    top: 0;
}
#reviews .csm-carousel .csm-current::after {
    border-color: transparent  transparent #5B2B81 transparent;
    bottom: 0;
}
#BVRRContainer.reviews {
  margin-top: 30px;
  margin-bottom: -30px;
}
/*** SPECIFIC CAROUSELS ***/
#reviews .reviews-product-selector {
  border-top: 4px solid #5B2B81;
  border-bottom: 4px solid #5B2B81;
  margin-top: 20px;
}
#reviews .reviews-product-selector .reviews_product .title {
  margin-top: -50px;
  margin-bottom: 50px;
}
.col-center-block { float: none; display: block; margin-left: auto; margin-right: auto; text-align: center; }
@media(min-width:992px){
  .coupon-snip a.xtra.btn {margin-left: 25%;width: 50%;margin-top: 30px;}
}
@media(min-width: 768px) {
  html[lang=es] .coupon-snip { text-align: center; }
  html[lang=es] .coupon-snip a.xtra.btn { margin: 30px auto 0; width: auto; }
}

.csm-carousel .owl-item{ display: inline-block; }
.csm-carousel .owl-nav.disabled { display: none; } /* why tf does Owl output nav when nav=false??? */
.csm-carousel.owl-theme { position: relative; }
.owl-theme .owl-nav .owl-next { /* owl 1 style */
    background: url(../images/arrow-next.png) top center no-repeat;
}
.owl-theme .owl-nav .owl-prev { /* owl 1 style */
    background: url(../images/arrow-previous.png) top center no-repeat;
}
.owl-theme .owl-nav { text-align: center; position: absolute; bottom: 20px; width: 100%; }

.owl-theme .owl-nav div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  text-indent: -999em;
  width: 23px;
}
.owl-theme .owl-nav div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-dots {
  /*position: absolute;
  margin: 0 auto;
  bottom: 24px;*/
  text-align: center;
  /*width: 100%;*/
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.homepage-slider .owl-dots .owl-dot span{background:transparent;border:2px solid #143455;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.csm-carousel-mobile .owl-dots .owl-dot span { width: 17px; height: 17px; }
.homepage-slider .csm-carousel .owl-stage-outer { overflow: hidden; }

.caret-wrap { display: inline-block; } 
@media(max-width:767px){
  .caret-wrap {
    border: 1px solid #ecf0f1;
    padding: 0 12px 0 10px;
    height: 20px; border-radius: 10px;
  }
  .caret-wrap .caret { padding-bottom: 3px; }
  .caret-wrap:focus,.caret-wrap:active { background:#ecf0f1; border-color: #fff; }
  .caret-wrap:focus .caret,.caret-wrap:active .caret { border-top-color: #027bc0; }
  .dropdown.open .caret-wrap .caret { transform: rotate(180deg) translateY(4px); }
}

#ciq-modal {
	top:200px !important;
}

.ot-sdk-show-settings {
border: none !important;
color: #fff !important;
background: none !important;
font-size: unset !important;
padding: 0 !important;
}

.ot-sdk-show-settings:hover {
text-decoration:underline !important;
}
