/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.how-do-you-hothands {
  background: url("../png/bg-1%402x.png") center center no-repeat;
  background-size: cover;
  height: 636px;
  min-height: 636px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 80px;
  padding-top: 40px; }
  .how-do-you-hothands h2 {
    color: #fff; }
    .how-do-you-hothands h2 + p {
      margin-top: 0;
      color: #fff;
      font-size: 21px; }
  .how-do-you-hothands select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #1a1a1a url("../png/down-arrow.png") 90% center no-repeat;
    background-size: 10%;
    border-radius: 40px;
    color: #fff;
    display: none;
    font-family: 'roboto condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
		padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 182px;
    outline: none;
    margin-top: 20px; }
  .how-do-you-hothands .down-arrow {
    cursor: pointer;
    width: 34px;
    margin-top: 20px; }
  .how-do-you-hothands .find-my-warmers {
    display: none; }
  .how-do-you-hothands p {
    margin-bottom: 10px; }
  .how-do-you-hothands .disclaimer {
    color: #fff;
    margin-bottom: 40px;
    font-size: 12px;
    font-style: italic; }
  @media (max-width: 767px) {
    .how-do-you-hothands {
      padding: 75px;
      text-align: center; }
      .how-do-you-hothands .disclaimer {
        display: none !important; }
      .how-do-you-hothands h2 {
        margin-bottom: 25px; }
      .how-do-you-hothands .how-do-you-hothands-container {
        display: none; }
      .how-do-you-hothands .down-arrow {
        display: none; }
      .how-do-you-hothands .find-my-warmers {
        display: none; }
      .how-do-you-hothands select {
        display: -ms-flexbox;
        display: flex; } }

.how-do-you-hothands-container {
  display: -ms-flexbox;
  display: flex;
  max-width: 1061px; }
  .how-do-you-hothands-container p {
    font-family: "roboto-condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }
  .how-do-you-hothands-container div {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 20%;
        flex: 20%;
    -ms-flex-align: center;
        align-items: center; }
    .how-do-you-hothands-container div:hover p {
      margin-top: 17.5px; }
    .how-do-you-hothands-container div:hover .default {
      display: none; }
    .how-do-you-hothands-container div:hover .active {
      display: -ms-flexbox;
      display: flex; }
  .how-do-you-hothands-container figure {
    display: -ms-flexbox;
    display: flex; }
    .how-do-you-hothands-container figure img {
      -o-object-fit: contain;
         object-fit: contain; }
  .how-do-you-hothands-container .active {
    display: none;
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg); }

@media (max-width: 767px) {
  .page-template-template-products .how-do-you-hothands .find-my-warmers {
    display: none; }
  .page-template-template-products .how-do-you-hothands select {
    display: -ms-flexbox;
    display: flex; } }
