@charset "UTF-8";


body:not(.logged-in) .simple-weather .error {
  opacity: 0 !important; }

/** Shortcode */
.simple-weather {
  line-height: 1.5;
  display: inline-block; }
  .simple-weather__day {
    display: inline-block;
    margin-right: 2em; }
    .simple-weather__day:last-of-type {
      margin-right: auto; }
  .simple-weather .sw {
    margin: 0 .15em 0 .625em; }
    .simple-weather .sw::before {
      font-size: 1.2em;
      font-style: normal;
      position: relative; }
  .simple-weather__temp {
    font-size: 1em;
    font-style: normal;
    line-height: 1; }
  .simple-weather__temp-min {
    font-size: 1em;
    font-style: normal;
    line-height: 1; }
    .simple-weather__temp-min::before {
      content: ' / '; }
  .simple-weather--view-widget {
    display: block; }
  .simple-weather--view-blocks .simple-weather__date {
    display: block; }
  .simple-weather--view-blocks .simple-weather__day {
    padding-left: .25em;
    padding-right: .25em; }
  .simple-weather--view-blocks.simple-weather--hidden-date .sw {
    display: block;
    font-size: 1.4em;
    margin-bottom: .5em;
    margin-right: auto; }
  .simple-weather--view-large-icons .simple-weather__day {
    padding-left: 3.5em;
    min-height: 2.5em;
    position: relative; }
  .simple-weather--view-large-icons .simple-weather__temp {
    display: block; }
  .simple-weather--view-large-icons .simple-weather__temp-min {
    opacity: .5;
    margin-top: .25em; }
    .simple-weather--view-large-icons .simple-weather__temp-min::before {
      content: ' / '; }
  .simple-weather--view-large-icons .sw {
    font-size: 1.6em;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    margin: 0; }
    .simple-weather--view-large-icons .sw::before {
      top: auto; }
  .simple-weather--view-large-icons .simple-weather__date {
    font-size: .7em;
    text-transform: uppercase;
    font-weight: bold;
    display: block; }
  .simple-weather--display-block {
    display: block; }
  .simple-weather--text-center {
    text-align: center; }
    .simple-weather--text-center.simple-weather .sw {
      margin-left: 0; }

/** Simple Weather Widget */
.simple-weather-widget {
  text-align: center;
  border-radius: 3px; }
  .simple-weather-widget--bg {
    padding: 2em 2em 1em; }
    .simple-weather-widget--bg .widget_title {
      color: inherit; }
  .simple-weather-widget em {
    font-style: normal; }
  .simple-weather-widget .widget_title {
    margin: 0 0 .25em 0; }
  .simple-weather-widget .summary {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .65;
    position: relative;
    display: inline-block;
    padding-top: 2em;
    font-size: 11px; }
    .simple-weather-widget .summary::before {
      content: '';
      display: block;
      position: absolute;
      top: 1.5em;
      left: 50%;
      width: 7em;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-top: 1px solid currentColor;
      opacity: .25; }
  .simple-weather-widget .temp {
    margin-top: 1rem;
    position: relative; }
  .simple-weather-widget .degrees {
    font-size: 48px !important;
    display: block;
    letter-spacing: -0.075em;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative;
    line-height: 1; }
  .simple-weather-widget .details {
    margin: 0 auto;
    display: none;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    visibility: hidden;
    font-size: 11px !important;
    line-height: 1.5;
    max-width: 160px;
    text-align: left; }
  .simple-weather-widget .float-right {
    float: right; }
  .simple-weather-widget:hover .degrees {
    opacity: 0;
    bottom: 100%;
    height: 0;
    visibility: hidden;
    display: none; }
  .simple-weather-widget:hover .details {
    opacity: 1;
    visibility: visible;
    display: block; }
  .simple-weather-widget--with-background {
    padding: 1.5em; }
    .simple-weather-widget--with-background .widget_title {
      margin: 1.5em 0 1em; }
  .simple-weather-widget--with-color .widget_title {
    color: inherit; }

.simple-weather-table {
  text-align: left;
  width: 100%;
  margin: 1.5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .simple-weather-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5em 0;
    position: relative;
    width: 100%; }
    .simple-weather-table__row + .simple-weather-table__row::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      border-top: 1px solid currentColor;
      opacity: .125; }
  .simple-weather-table__date {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .simple-weather-table__temp {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: nowrap;
    text-align: right;
    -ms-flex-preferred-size: 17.5%;
        flex-basis: 17.5%; }
  .simple-weather-table__icon {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
  .simple-weather-table__temp-min {
    margin-left: auto;
    opacity: 0.65; }
  .simple-weather-table .sw {
    font-size: 1.1em;
    margin: 0;
    position: relative;
    margin-right: .5em; }

/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, LESS and SCSS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */
@font-face {
  font-family: "weathericons";
  src: url(//www.pirosaranypanzio.hu/wp-content/plugins/simple-weather/font/weathericons-regular-webfont.eot);
  src: url(//www.pirosaranypanzio.hu/wp-content/plugins/simple-weather/font/weathericons-regular-webfont.eot?#iefix) format("embedded-opentype"), url(//www.pirosaranypanzio.hu/wp-content/plugins/simple-weather/font/weathericons-regular-webfont.woff2) format("woff2"), url(//www.pirosaranypanzio.hu/wp-content/plugins/simple-weather/font/weathericons-regular-webfont.woff) format("woff"), url(//www.pirosaranypanzio.hu/wp-content/plugins/simple-weather/font/weathericons-regular-webfont.ttf) format("truetype"), url(//www.pirosaranypanzio.hu/wp-content/plugins/simple-weather/font/weathericons-regular-webfont.svg#weather_iconsregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.sw {
  display: inline-block;
  font-family: "weathericons" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sw-fw {
  width: 1.4em;
  text-align: center; }

.sw-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sw-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.sw-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.sw-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.sw-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.wi-day-sunny:before {
  content: ""; }

.wi-day-cloudy:before {
  content: ""; }

.wi-day-cloudy-gusts:before {
  content: ""; }

.wi-day-cloudy-windy:before {
  content: ""; }

.wi-day-fog:before {
  content: ""; }

.wi-day-hail:before {
  content: ""; }

.wi-day-haze:before {
  content: ""; }

.wi-day-lightning:before {
  content: ""; }

.wi-day-rain:before {
  content: ""; }

.wi-day-rain-mix:before {
  content: ""; }

.wi-day-rain-wind:before {
  content: ""; }

.wi-day-showers:before {
  content: ""; }

.wi-day-sleet:before {
  content: ""; }

.wi-day-sleet-storm:before {
  content: ""; }

.wi-day-snow:before {
  content: ""; }

.wi-day-snow-thunderstorm:before {
  content: ""; }

.wi-day-snow-wind:before {
  content: ""; }

.wi-day-sprinkle:before {
  content: ""; }

.wi-day-storm-showers:before {
  content: ""; }

.wi-day-sunny-overcast:before {
  content: ""; }

.wi-day-thunderstorm:before {
  content: ""; }

.wi-day-windy:before {
  content: ""; }

.wi-solar-eclipse:before {
  content: ""; }

.wi-hot:before {
  content: ""; }

.wi-day-cloudy-high:before {
  content: ""; }

.wi-day-light-wind:before {
  content: ""; }

.wi-night-clear:before {
  content: ""; }

.wi-night-alt-cloudy:before {
  content: ""; }

.wi-night-alt-cloudy-gusts:before {
  content: ""; }

.wi-night-alt-cloudy-windy:before {
  content: ""; }

.wi-night-alt-hail:before {
  content: ""; }

.wi-night-alt-lightning:before {
  content: ""; }

.wi-night-alt-rain:before {
  content: ""; }

.wi-night-alt-rain-mix:before {
  content: ""; }

.wi-night-alt-rain-wind:before {
  content: ""; }

.wi-night-alt-showers:before {
  content: ""; }

.wi-night-alt-sleet:before {
  content: ""; }

.wi-night-alt-sleet-storm:before {
  content: ""; }

.wi-night-alt-snow:before {
  content: ""; }

.wi-night-alt-snow-thunderstorm:before {
  content: ""; }

.wi-night-alt-snow-wind:before {
  content: ""; }

.wi-night-alt-sprinkle:before {
  content: ""; }

.wi-night-alt-storm-showers:before {
  content: ""; }

.wi-night-alt-thunderstorm:before {
  content: ""; }

.wi-night-cloudy:before {
  content: ""; }

.wi-night-cloudy-gusts:before {
  content: ""; }

.wi-night-cloudy-windy:before {
  content: ""; }

.wi-night-fog:before {
  content: ""; }

.wi-night-hail:before {
  content: ""; }

.wi-night-lightning:before {
  content: ""; }

.wi-night-partly-cloudy:before {
  content: ""; }

.wi-night-rain:before {
  content: ""; }

.wi-night-rain-mix:before {
  content: ""; }

.wi-night-rain-wind:before {
  content: ""; }

.wi-night-showers:before {
  content: ""; }

.wi-night-sleet:before {
  content: ""; }

.wi-night-sleet-storm:before {
  content: ""; }

.wi-night-snow:before {
  content: ""; }

.wi-night-snow-thunderstorm:before {
  content: ""; }

.wi-night-snow-wind:before {
  content: ""; }

.wi-night-sprinkle:before {
  content: ""; }

.wi-night-storm-showers:before {
  content: ""; }

.wi-night-thunderstorm:before {
  content: ""; }

.wi-lunar-eclipse:before {
  content: ""; }

.wi-stars:before {
  content: ""; }

.wi-storm-showers:before {
  content: ""; }

.wi-thunderstorm:before {
  content: ""; }

.wi-night-alt-cloudy-high:before {
  content: ""; }

.wi-night-cloudy-high:before {
  content: ""; }

.wi-night-alt-partly-cloudy:before {
  content: ""; }

.wi-cloud:before {
  content: ""; }

.wi-cloudy:before {
  content: ""; }

.wi-cloudy-gusts:before {
  content: ""; }

.wi-cloudy-windy:before {
  content: ""; }

.wi-fog:before {
  content: ""; }

.wi-hail:before {
  content: ""; }

.wi-rain:before {
  content: ""; }

.wi-rain-mix:before {
  content: ""; }

.wi-rain-wind:before {
  content: ""; }

.wi-showers:before {
  content: ""; }

.wi-sleet:before {
  content: ""; }

.wi-snow:before {
  content: ""; }

.wi-sprinkle:before {
  content: ""; }

.wi-storm-showers:before {
  content: ""; }

.wi-thunderstorm:before {
  content: ""; }

.wi-snow-wind:before {
  content: ""; }

.wi-snow:before {
  content: ""; }

.wi-smog:before {
  content: ""; }

.wi-smoke:before {
  content: ""; }

.wi-lightning:before {
  content: ""; }

.wi-raindrops:before {
  content: ""; }

.wi-raindrop:before {
  content: ""; }

.wi-dust:before {
  content: ""; }

.wi-snowflake-cold:before {
  content: ""; }

.wi-windy:before {
  content: ""; }

.wi-strong-wind:before {
  content: ""; }

.wi-sandstorm:before {
  content: ""; }

.wi-earthquake:before {
  content: ""; }

.wi-fire:before {
  content: ""; }

.wi-flood:before {
  content: ""; }

.wi-meteor:before {
  content: ""; }

.wi-tsunami:before {
  content: ""; }

.wi-volcano:before {
  content: ""; }

.wi-hurricane:before {
  content: ""; }

.wi-tornado:before {
  content: ""; }

.wi-small-craft-advisory:before {
  content: ""; }

.wi-gale-warning:before {
  content: ""; }

.wi-storm-warning:before {
  content: ""; }

.wi-hurricane-warning:before {
  content: ""; }

.wi-wind-direction:before {
  content: ""; }

.wi-alien:before {
  content: ""; }

.wi-celsius:before {
  content: ""; }

.wi-fahrenheit:before {
  content: ""; }

.wi-degrees:before {
  content: ""; }

.wi-thermometer:before {
  content: ""; }

.wi-thermometer-exterior:before {
  content: ""; }

.wi-thermometer-internal:before {
  content: ""; }

.wi-cloud-down:before {
  content: ""; }

.wi-cloud-up:before {
  content: ""; }

.wi-cloud-refresh:before {
  content: ""; }

.wi-horizon:before {
  content: ""; }

.wi-horizon-alt:before {
  content: ""; }

.wi-sunrise:before {
  content: ""; }

.wi-sunset:before {
  content: ""; }

.wi-moonrise:before {
  content: ""; }

.wi-moonset:before {
  content: ""; }

.wi-refresh:before {
  content: ""; }

.wi-refresh-alt:before {
  content: ""; }

.wi-umbrella:before {
  content: ""; }

.wi-barometer:before {
  content: ""; }

.wi-humidity:before {
  content: ""; }

.wi-na:before {
  content: ""; }

.wi-train:before {
  content: ""; }

.wi-moon-new:before {
  content: ""; }

.wi-moon-waxing-crescent-1:before {
  content: ""; }

.wi-moon-waxing-crescent-2:before {
  content: ""; }

.wi-moon-waxing-crescent-3:before {
  content: ""; }

.wi-moon-waxing-crescent-4:before {
  content: ""; }

.wi-moon-waxing-crescent-5:before {
  content: ""; }

.wi-moon-waxing-crescent-6:before {
  content: ""; }

.wi-moon-first-quarter:before {
  content: ""; }

.wi-moon-waxing-gibbous-1:before {
  content: ""; }

.wi-moon-waxing-gibbous-2:before {
  content: ""; }

.wi-moon-waxing-gibbous-3:before {
  content: ""; }

.wi-moon-waxing-gibbous-4:before {
  content: ""; }

.wi-moon-waxing-gibbous-5:before {
  content: ""; }

.wi-moon-waxing-gibbous-6:before {
  content: ""; }

.wi-moon-full:before {
  content: ""; }

.wi-moon-waning-gibbous-1:before {
  content: ""; }

.wi-moon-waning-gibbous-2:before {
  content: ""; }

.wi-moon-waning-gibbous-3:before {
  content: ""; }

.wi-moon-waning-gibbous-4:before {
  content: ""; }

.wi-moon-waning-gibbous-5:before {
  content: ""; }

.wi-moon-waning-gibbous-6:before {
  content: ""; }

.wi-moon-third-quarter:before {
  content: ""; }

.wi-moon-waning-crescent-1:before {
  content: ""; }

.wi-moon-waning-crescent-2:before {
  content: ""; }

.wi-moon-waning-crescent-3:before {
  content: ""; }

.wi-moon-waning-crescent-4:before {
  content: ""; }

.wi-moon-waning-crescent-5:before {
  content: ""; }

.wi-moon-waning-crescent-6:before {
  content: ""; }

.wi-moon-alt-new:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-1:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-2:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-3:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-4:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-5:before {
  content: ""; }

.wi-moon-alt-waxing-crescent-6:before {
  content: ""; }

.wi-moon-alt-first-quarter:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-1:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-2:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-3:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-4:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-5:before {
  content: ""; }

.wi-moon-alt-waxing-gibbous-6:before {
  content: ""; }

.wi-moon-alt-full:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-1:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-2:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-3:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-4:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-5:before {
  content: ""; }

.wi-moon-alt-waning-gibbous-6:before {
  content: ""; }

.wi-moon-alt-third-quarter:before {
  content: ""; }

.wi-moon-alt-waning-crescent-1:before {
  content: ""; }

.wi-moon-alt-waning-crescent-2:before {
  content: ""; }

.wi-moon-alt-waning-crescent-3:before {
  content: ""; }

.wi-moon-alt-waning-crescent-4:before {
  content: ""; }

.wi-moon-alt-waning-crescent-5:before {
  content: ""; }

.wi-moon-alt-waning-crescent-6:before {
  content: ""; }

.wi-moon-0:before {
  content: ""; }

.wi-moon-1:before {
  content: ""; }

.wi-moon-2:before {
  content: ""; }

.wi-moon-3:before {
  content: ""; }

.wi-moon-4:before {
  content: ""; }

.wi-moon-5:before {
  content: ""; }

.wi-moon-6:before {
  content: ""; }

.wi-moon-7:before {
  content: ""; }

.wi-moon-8:before {
  content: ""; }

.wi-moon-9:before {
  content: ""; }

.wi-moon-10:before {
  content: ""; }

.wi-moon-11:before {
  content: ""; }

.wi-moon-12:before {
  content: ""; }

.wi-moon-13:before {
  content: ""; }

.wi-moon-14:before {
  content: ""; }

.wi-moon-15:before {
  content: ""; }

.wi-moon-16:before {
  content: ""; }

.wi-moon-17:before {
  content: ""; }

.wi-moon-18:before {
  content: ""; }

.wi-moon-19:before {
  content: ""; }

.wi-moon-20:before {
  content: ""; }

.wi-moon-21:before {
  content: ""; }

.wi-moon-22:before {
  content: ""; }

.wi-moon-23:before {
  content: ""; }

.wi-moon-24:before {
  content: ""; }

.wi-moon-25:before {
  content: ""; }

.wi-moon-26:before {
  content: ""; }

.wi-moon-27:before {
  content: ""; }

.wi-time-1:before {
  content: ""; }

.wi-time-2:before {
  content: ""; }

.wi-time-3:before {
  content: ""; }

.wi-time-4:before {
  content: ""; }

.wi-time-5:before {
  content: ""; }

.wi-time-6:before {
  content: ""; }

.wi-time-7:before {
  content: ""; }

.wi-time-8:before {
  content: ""; }

.wi-time-9:before {
  content: ""; }

.wi-time-10:before {
  content: ""; }

.wi-time-11:before {
  content: ""; }

.wi-time-12:before {
  content: ""; }

.wi-direction-up:before {
  content: ""; }

.wi-direction-up-right:before {
  content: ""; }

.wi-direction-right:before {
  content: ""; }

.wi-direction-down-right:before {
  content: ""; }

.wi-direction-down:before {
  content: ""; }

.wi-direction-down-left:before {
  content: ""; }

.wi-direction-left:before {
  content: ""; }

.wi-direction-up-left:before {
  content: ""; }

.wi-wind-beaufort-0:before {
  content: ""; }

.wi-wind-beaufort-1:before {
  content: ""; }

.wi-wind-beaufort-2:before {
  content: ""; }

.wi-wind-beaufort-3:before {
  content: ""; }

.wi-wind-beaufort-4:before {
  content: ""; }

.wi-wind-beaufort-5:before {
  content: ""; }

.wi-wind-beaufort-6:before {
  content: ""; }

.wi-wind-beaufort-7:before {
  content: ""; }

.wi-wind-beaufort-8:before {
  content: ""; }

.wi-wind-beaufort-9:before {
  content: ""; }

.wi-wind-beaufort-10:before {
  content: ""; }

.wi-wind-beaufort-11:before {
  content: ""; }

.wi-wind-beaufort-12:before {
  content: ""; }

.sw-forecast-io-clear-day:before {
  content: ""; }

.sw-forecast-io-clear-night:before {
  content: ""; }

.sw-forecast-io-rain:before {
  content: ""; }

.sw-forecast-io-snow:before {
  content: ""; }

.sw-forecast-io-sleet:before {
  content: ""; }

.sw-forecast-io-wind:before {
  content: ""; }

.sw-forecast-io-fog:before {
  content: ""; }

.sw-forecast-io-cloudy:before {
  content: ""; }

.sw-forecast-io-partly-cloudy-day:before {
  content: ""; }

.sw-forecast-io-partly-cloudy-night:before {
  content: ""; }

.sw-forecast-io-hail:before {
  content: ""; }

.sw-forecast-io-thunderstorm:before {
  content: ""; }

.sw-forecast-io-tornado:before {
  content: ""; }

.sw-owm-200:before {
  content: ""; }

.sw-owm-201:before {
  content: ""; }

.sw-owm-202:before {
  content: ""; }

.sw-owm-210:before {
  content: ""; }

.sw-owm-211:before {
  content: ""; }

.sw-owm-212:before {
  content: ""; }

.sw-owm-221:before {
  content: ""; }

.sw-owm-230:before {
  content: ""; }

.sw-owm-231:before {
  content: ""; }

.sw-owm-232:before {
  content: ""; }

.sw-owm-300:before {
  content: ""; }

.sw-owm-301:before {
  content: ""; }

.sw-owm-302:before {
  content: ""; }

.sw-owm-310:before {
  content: ""; }

.sw-owm-311:before {
  content: ""; }

.sw-owm-312:before {
  content: ""; }

.sw-owm-313:before {
  content: ""; }

.sw-owm-314:before {
  content: ""; }

.sw-owm-321:before {
  content: ""; }

.sw-owm-500:before {
  content: ""; }

.sw-owm-501:before {
  content: ""; }

.sw-owm-502:before {
  content: ""; }

.sw-owm-503:before {
  content: ""; }

.sw-owm-504:before {
  content: ""; }

.sw-owm-511:before {
  content: ""; }

.sw-owm-520:before {
  content: ""; }

.sw-owm-521:before {
  content: ""; }

.sw-owm-522:before {
  content: ""; }

.sw-owm-531:before {
  content: ""; }

.sw-owm-600:before {
  content: ""; }

.sw-owm-601:before {
  content: ""; }

.sw-owm-602:before {
  content: ""; }

.sw-owm-611:before {
  content: ""; }

.sw-owm-612:before {
  content: ""; }

.sw-owm-615:before {
  content: ""; }

.sw-owm-616:before {
  content: ""; }

.sw-owm-620:before {
  content: ""; }

.sw-owm-621:before {
  content: ""; }

.sw-owm-622:before {
  content: ""; }

.sw-owm-701:before {
  content: ""; }

.sw-owm-711:before {
  content: ""; }

.sw-owm-721:before {
  content: ""; }

.sw-owm-731:before {
  content: ""; }

.sw-owm-741:before {
  content: ""; }

.sw-owm-761:before {
  content: ""; }

.sw-owm-762:before {
  content: ""; }

.sw-owm-771:before {
  content: ""; }

.sw-owm-781:before {
  content: ""; }

.sw-owm-800:before {
  content: ""; }

.sw-owm-801:before {
  content: ""; }

.sw-owm-802:before {
  content: ""; }

.sw-owm-803:before {
  content: ""; }

.sw-owm-804:before {
  content: ""; }

.sw-owm-900:before {
  content: ""; }

.sw-owm-901:before {
  content: ""; }

.sw-owm-902:before {
  content: ""; }

.sw-owm-903:before {
  content: ""; }

.sw-owm-904:before {
  content: ""; }

.sw-owm-905:before {
  content: ""; }

.sw-owm-906:before {
  content: ""; }

.sw-owm-957:before {
  content: ""; }

.sw-owm-day-200:before {
  content: ""; }

.sw-owm-day-201:before {
  content: ""; }

.sw-owm-day-202:before {
  content: ""; }

.sw-owm-day-210:before {
  content: ""; }

.sw-owm-day-211:before {
  content: ""; }

.sw-owm-day-212:before {
  content: ""; }

.sw-owm-day-221:before {
  content: ""; }

.sw-owm-day-230:before {
  content: ""; }

.sw-owm-day-231:before {
  content: ""; }

.sw-owm-day-232:before {
  content: ""; }

.sw-owm-day-300:before {
  content: ""; }

.sw-owm-day-301:before {
  content: ""; }

.sw-owm-day-302:before {
  content: ""; }

.sw-owm-day-310:before {
  content: ""; }

.sw-owm-day-311:before {
  content: ""; }

.sw-owm-day-312:before {
  content: ""; }

.sw-owm-day-313:before {
  content: ""; }

.sw-owm-day-314:before {
  content: ""; }

.sw-owm-day-321:before {
  content: ""; }

.sw-owm-day-500:before {
  content: ""; }

.sw-owm-day-501:before {
  content: ""; }

.sw-owm-day-502:before {
  content: ""; }

.sw-owm-day-503:before {
  content: ""; }

.sw-owm-day-504:before {
  content: ""; }

.sw-owm-day-511:before {
  content: ""; }

.sw-owm-day-520:before {
  content: ""; }

.sw-owm-day-521:before {
  content: ""; }

.sw-owm-day-522:before {
  content: ""; }

.sw-owm-day-531:before {
  content: ""; }

.sw-owm-day-600:before {
  content: ""; }

.sw-owm-day-601:before {
  content: ""; }

.sw-owm-day-602:before {
  content: ""; }

.sw-owm-day-611:before {
  content: ""; }

.sw-owm-day-612:before {
  content: ""; }

.sw-owm-day-615:before {
  content: ""; }

.sw-owm-day-616:before {
  content: ""; }

.sw-owm-day-620:before {
  content: ""; }

.sw-owm-day-621:before {
  content: ""; }

.sw-owm-day-622:before {
  content: ""; }

.sw-owm-day-701:before {
  content: ""; }

.sw-owm-day-711:before {
  content: ""; }

.sw-owm-day-721:before {
  content: ""; }

.sw-owm-day-731:before {
  content: ""; }

.sw-owm-day-741:before {
  content: ""; }

.sw-owm-day-761:before {
  content: ""; }

.sw-owm-day-762:before {
  content: ""; }

.sw-owm-day-781:before {
  content: ""; }

.sw-owm-day-800:before {
  content: ""; }

.sw-owm-day-801:before {
  content: ""; }

.sw-owm-day-802:before {
  content: ""; }

.sw-owm-day-803:before {
  content: ""; }

.sw-owm-day-804:before {
  content: ""; }

.sw-owm-day-900:before {
  content: ""; }

.sw-owm-day-902:before {
  content: ""; }

.sw-owm-day-903:before {
  content: ""; }

.sw-owm-day-904:before {
  content: ""; }

.sw-owm-day-906:before {
  content: ""; }

.sw-owm-day-957:before {
  content: ""; }

.sw-owm-night-200:before {
  content: ""; }

.sw-owm-night-201:before {
  content: ""; }

.sw-owm-night-202:before {
  content: ""; }

.sw-owm-night-210:before {
  content: ""; }

.sw-owm-night-211:before {
  content: ""; }

.sw-owm-night-212:before {
  content: ""; }

.sw-owm-night-221:before {
  content: ""; }

.sw-owm-night-230:before {
  content: ""; }

.sw-owm-night-231:before {
  content: ""; }

.sw-owm-night-232:before {
  content: ""; }

.sw-owm-night-300:before {
  content: ""; }

.sw-owm-night-301:before {
  content: ""; }

.sw-owm-night-302:before {
  content: ""; }

.sw-owm-night-310:before {
  content: ""; }

.sw-owm-night-311:before {
  content: ""; }

.sw-owm-night-312:before {
  content: ""; }

.sw-owm-night-313:before {
  content: ""; }

.sw-owm-night-314:before {
  content: ""; }

.sw-owm-night-321:before {
  content: ""; }

.sw-owm-night-500:before {
  content: ""; }

.sw-owm-night-501:before {
  content: ""; }

.sw-owm-night-502:before {
  content: ""; }

.sw-owm-night-503:before {
  content: ""; }

.sw-owm-night-504:before {
  content: ""; }

.sw-owm-night-511:before {
  content: ""; }

.sw-owm-night-520:before {
  content: ""; }

.sw-owm-night-521:before {
  content: ""; }

.sw-owm-night-522:before {
  content: ""; }

.sw-owm-night-531:before {
  content: ""; }

.sw-owm-night-600:before {
  content: ""; }

.sw-owm-night-601:before {
  content: ""; }

.sw-owm-night-602:before {
  content: ""; }

.sw-owm-night-611:before {
  content: ""; }

.sw-owm-night-612:before {
  content: ""; }

.sw-owm-night-615:before {
  content: ""; }

.sw-owm-night-616:before {
  content: ""; }

.sw-owm-night-620:before {
  content: ""; }

.sw-owm-night-621:before {
  content: ""; }

.sw-owm-night-622:before {
  content: ""; }

.sw-owm-night-701:before {
  content: ""; }

.sw-owm-night-711:before {
  content: ""; }

.sw-owm-night-721:before {
  content: ""; }

.sw-owm-night-731:before {
  content: ""; }

.sw-owm-night-741:before {
  content: ""; }

.sw-owm-night-761:before {
  content: ""; }

.sw-owm-night-762:before {
  content: ""; }

.sw-owm-night-781:before {
  content: ""; }

.sw-owm-night-800:before {
  content: ""; }

.sw-owm-night-801:before {
  content: ""; }

.sw-owm-night-802:before {
  content: ""; }

.sw-owm-night-803:before {
  content: ""; }

.sw-owm-night-804:before {
  content: ""; }

.sw-owm-night-900:before {
  content: ""; }

.sw-owm-night-902:before {
  content: ""; }

.sw-owm-night-903:before {
  content: ""; }

.sw-owm-night-904:before {
  content: ""; }

.sw-owm-night-906:before {
  content: ""; }

.sw-owm-night-957:before {
  content: ""; }
:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}