/*
Theme Name: Fernando Gros
Version: 1.0
Author: Made Neat
Author URI: http://madeneat.com.au
*/
/* DO NOT EDIT, WILL BE OVERWRITTEN BY SASS FILES */
/* Author Styles */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes nudgeDown {
  0% {
    padding-bottom: 30px; }
  100% {
    padding-bottom: 0; } }
@keyframes fadeLeft {
  0% {
    opacity: 0;
    padding-right: 30px; }
  100% {
    opacity: 1;
    padding-right: 0; } }
@keyframes fadeRight {
  0% {
    opacity: 0;
    padding-left: 30px; }
  100% {
    opacity: 1;
    padding-left: 0; } }
@keyframes lineVertical {
  0% {
    height: 0; }
  100% {
    height: 30px; } }
@keyframes lineHorizontal {
  0% {
    width: 0; }
  100% {
    width: 30px; } }
@keyframes lineHover {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/* Fonts */
/* Colors */
/* Author Styles */
html {
  font-family: "sofia-pro", "Helvetica", "Arial", sans-serif; }

body {
  position: relative; }

/* Layout */
a {
  color: #E42727;
  text-decoration: none; }
  a:hover {
    color: #E42727; }

.block, section, footer {
  width: 100%;
  float: left;
  height: auto; }

.cntr {
  width: 100%;
  max-width: 1220px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px; }

.mobmenu, .mobTop {
  display: none; }

.vMiddle {
  display: table-cell;
  vertical-align: middle; }

.vBottom {
  display: table-cell;
  vertical-align: bottom; }

.mobNav {
  display: none; }

.buttonMain, .woocommerce .buy .button {
  font-size: 11px;
  color: #333;
  display: inline-block;
  padding: 20px 25px 22px;
  outline: none;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 10px;
  font-weight: 700;
  background-color: inherit; }
  .buttonMain:hover, .woocommerce .buy .button:hover {
    color: #fff;
    background: #E42727;
    border: 1px solid #E42727; }

.woocommerce-info::before {
  color: #E42727; }

.preorder {
  width: 100%;
  padding: 50px 0;
  float: left;
  border-bottom: 1px solid #eee;
  text-align: center; }
  .preorder .caption {
    font-size: 14px;
    display: inline;
    color: #E42727;
    font-weight: 700; }
    .preorder .caption:after {
      content: '';
      width: 15px;
      height: 1px;
      background: #666;
      display: inline-block;
      margin: 4px 9px 4px 15px; }
  .preorder .date {
    font-size: 14px;
    display: inline;
    color: #666;
    font-style: italic; }

.icon {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block; }

/* Fonts */
.subTitle {
  font-family: "sofia-pro", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #999;
  text-transform: uppercase; }

p {
  font-weight: 300; }

p a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent; }
  p a:hover {
    color: #E42727;
    border-bottom: 2px solid #E42727; }

/* Header */
header {
  opacity: 0;
  animation: fadeIn 0.5s forwards 0.5s; }
  header .title {
    display: none; }
  header .cntr {
    max-width: 100%; }
  header a.logo {
    float: left;
    width: 58px;
    margin: 23px 0;
    height: 58px;
    background-image: url(assets/images/fernando-gros-logo.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    animation: fadeIn 0.5s forwards 1s; }
  header a.subHead {
    width: 48px;
    height: 48px;
    float: right;
    margin: 26px 0 26px 12px;
    border: 1px solid #eee;
    background-image: url(assets/images/subscribe-header.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    opacity: 0;
    animation: fadeIn 0.5s forwards 1.25s; }
    header a.subHead:hover {
      background-color: #E42727;
      border: 1px solid #E42727;
      background-image: url(assets/images/subscribe-hover.svg); }
  header .mainContent {
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1000; }
  header .subContent {
    position: relative;
    opacity: 0;
    animation: fadeIn 0.5s forwards 1.35s; }
  header .quote {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 0;
    width: 100%;
    font-size: 12px;
    color: #888;
    font-style: italic; }
    header .quote span {
      font-weight: 700;
      color: #444444; }

nav.top {
  width: calc(100% - 120px);
  text-align: center;
  float: left;
  height: 104px;
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.125s; }
  nav.top ul {
    margin: 0;
    padding: 0;
    display: inline-block; }
  nav.top li {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    display: block; }
    nav.top li:after {
      content: '';
      width: 0;
      margin-left: 30px;
      height: 1px;
      background-color: #E42727;
      bottom: -1px;
      z-index: 10000;
      position: absolute;
      left: 0; }
    nav.top li:hover:after {
      content: '';
      width: calc(100% - 60px); }
    nav.top li a {
      color: #888;
      font-size: 18px;
      font-weight: 300;
      padding: 38px 30px;
      display: block;
      text-decoration: none; }
      nav.top li a:hover {
        color: #E42727; }
    nav.top li ul.sub-menu {
      position: absolute;
      width: 600%;
      left: -250%;
      background: #fff;
      top: 104px;
      display: none;
      border-top: 1px solid #eee;
      z-index: 1000; }
      nav.top li ul.sub-menu li {
        margin: 0;
        padding: 0;
        float: none;
        position: static;
        display: inline-block; }
        nav.top li ul.sub-menu li:after {
          content: none; }
      nav.top li ul.sub-menu a {
        padding: 15px 25px 13px;
        font-size: 11px;
        text-transform: uppercase;
        color: #999;
        font-weight: 700;
        letter-spacing: 1.5px; }
        nav.top li ul.sub-menu a:hover {
          color: #E42727; }
  nav.top .shopAnimate a {
    font-weight: 600;
    color: #E42727; }

#content {
  width: 100%;
  margin: 40px 0; }
  #content .cntr {
    max-width: 880px; }
  #content .gform_body textarea {
    border: 1px solid #eee !important;
    padding: 10px !important; }
  #content .gform_body input {
    width: 100% !important;
    padding: 10px !important;
    border: 1px solid #eee !important; }
  #content .gform_body input[type="submit"] {
    width: auto !important;
    -webkit-appearance: none;
    background-color: #E42727;
    color: #fff;
    padding: 10px;
    font-weight: 700; }
    #content .gform_body input[type="submit"]:hover {
      background: #111; }
  #content .gform_body li.gfield {
    padding-right: 0 !important; }
  #content .gform_body .gform_footer {
    padding-top: 0;
    margin-top: 0; }

.shopDrop {
  height: 182px;
  padding: 45px 0 0;
  background: #fff;
  z-index: 10;
  position: relative;
  display: none; }
  .shopDrop .cntr {
    width: 100%;
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    display: none;
    padding: 0 30px; }
  .shopDrop .latestProds {
    line-height: 25px;
    width: 150px;
    float: left;
    padding: 50px 0; }
  .shopDrop .product {
    width: calc(50% - 150px);
    float: left;
    position: relative; }
    .shopDrop .product .details {
      display: table;
      height: 140px;
      float: left;
      width: calc(100% - 185px); }
      .shopDrop .product .details .title {
        display: block; }
    .shopDrop .product a {
      text-decoration: none; }
      .shopDrop .product a .cover {
        background-color: rgba(255, 255, 255, 0.95);
        width: 100%;
        opacity: 0;
        height: 150px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20; }
        .shopDrop .product a .cover span {
          font-size: 11px;
          color: #E42727;
          letter-spacing: 1px;
          text-decoration: none;
          text-transform: uppercase;
          line-height: 10px;
          position: absolute;
          font-weight: 700;
          z-index: 1000;
          left: calc(50% - 45px);
          top: calc(50% - 30px);
          width: auto; }
          .shopDrop .product a .cover span:after {
            content: '';
            width: 0;
            bottom: -10px;
            height: 2px;
            background-color: #E42727;
            z-index: 10000;
            position: absolute;
            left: 0; }
      .shopDrop .product a:hover .cover {
        opacity: 1; }
        .shopDrop .product a:hover .cover span:after {
          content: '';
          animation: lineHover 0.25s forwards 0.25s; }
    .shopDrop .product .thumb {
      width: 130px;
      height: 150px;
      float: left;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 25px; }
    .shopDrop .product .title {
      font-size: 18px;
      color: #111;
      line-height: 26px;
      font-weight: 800;
      margin-bottom: 10px; }
    .shopDrop .product .excerpt {
      color: #666;
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 10px; }
    .shopDrop .product .price {
      font-size: 18px;
      color: #111;
      font-weight: 100; }
  .shopDrop .prodMenu {
    width: 150px;
    border-left: 1px solid #eee;
    text-align: right;
    margin: 15px 0;
    float: right; }
    .shopDrop .prodMenu ul {
      padding: 0;
      margin: 10px 0 0 0; }
    .shopDrop .prodMenu li {
      display: block;
      padding: 0;
      margin: 0; }
      .shopDrop .prodMenu li a {
        color: #111;
        font-size: 18px;
        font-weight: 800;
        text-decoration: none;
        line-height: 28px;
        float: right;
        clear: both; }
        .shopDrop .prodMenu li a:hover {
          color: #E42727; }

/* Feature Banner */
.featureBanner {
  position: relative;
  margin-bottom: 60px;
  margin-top: 48px;
  opacity: 0;
  animation: fadeIn 0.5s forwards 2s; }
  .featureBanner .slider, .featureBanner .item {
    width: 100%;
    float: left;
    overflow: hidden;
    height: 560px; }
  .featureBanner .cntr {
    position: relative; }
  .featureBanner article {
    height: 560px;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    text-align: center; }
    .featureBanner article .cat {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 2px;
      display: block;
      clear: both;
      max-width: 600px;
      margin: 0 auto;
      opacity: 0; }
    .featureBanner article .title {
      font-size: 64px;
      line-height: 66px;
      font-weight: 700;
      color: #fff;
      display: block;
      text-decoration: none;
      max-width: 600px;
      margin: 15px auto 0;
      opacity: 0; }
      .featureBanner article .title:hover {
        margin-bottom: 10px; }
  .featureBanner .active .title {
    animation: fadeIn 0.3s forwards; }
  .featureBanner .active .cat {
    animation: fadeIn 0.3s forwards 0.3s; }
  .featureBanner .active .vMiddle {
    animation: nudgeDown 0.3s forwards; }
  .featureBanner .nav {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    width: 560px;
    text-align: center;
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 700; }
    .featureBanner .nav span {
      color: #111; }
    .featureBanner .nav:hover {
      color: #E42727; }
  .featureBanner .prev {
    left: -320px;
    top: 220px;
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px; }
    .featureBanner .prev:hover {
      padding-left: 10px; }
  .featureBanner .next {
    right: -320px;
    top: 220px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px; }
    .featureBanner .next:hover {
      padding-right: 10px; }

.featuredProd {
  background-color: #f4f4f4;
  padding: 60px 0;
  opacity: 0;
  animation: fadeIn 0.5s forwards 2.25s; }
  .featuredProd .intro {
    width: 25%;
    float: left;
    font-size: 34px;
    line-height: 38px;
    color: #111;
    display: table;
    height: 260px;
    font-weight: 800; }
    .featuredProd .intro span {
      margin-bottom: 15px;
      display: block; }
    .featuredProd .intro .buttonMain {
      margin-top: 20px; }
  .featuredProd .product {
    width: 25%;
    position: relative;
    float: left;
    text-align: center; }
    .featuredProd .product .thumb {
      width: 100%;
      height: 230px;
      float: left;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .featuredProd .product .title {
      font-size: 16px;
      color: #111;
      line-height: 26px;
      font-weight: 800;
      margin-top: 5px;
      margin-bottom: 5px;
      display: inline-block; }
    .featuredProd .product .price {
      font-size: 18px;
      color: #666;
      font-weight: 100; }
    .featuredProd .product a {
      text-decoration: none; }
      .featuredProd .product a .cover {
        content: '';
        background-color: rgba(244, 244, 244, 0.9);
        width: 100%;
        height: 310px;
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        z-index: 20; }
        .featuredProd .product a .cover span {
          font-size: 11px;
          color: #E42727;
          letter-spacing: 1px;
          text-decoration: none;
          text-transform: uppercase;
          line-height: 10px;
          position: absolute;
          font-weight: 700;
          z-index: 1000;
          left: calc(50% - 45px);
          top: calc(50% - 53px);
          width: auto; }
          .featuredProd .product a .cover span:after {
            content: '';
            width: 0;
            bottom: -10px;
            height: 2px;
            background-color: #E42727;
            z-index: 10000;
            position: absolute;
            left: 0; }
      .featuredProd .product a:hover .cover {
        opacity: 1; }
        .featuredProd .product a:hover .cover span:after {
          content: '';
          animation: lineHover 0.25s forwards 0.25s; }

/* Featured Photography Module */
.featurePhotos .head {
  background: #fff;
  width: 100%;
  float: left;
  padding: 40px 0; }
.featurePhotos .icon {
  width: 35px;
  height: 35px;
  float: left;
  margin: 10px 0; }
.featurePhotos .i-camera {
  background-image: url(assets/images/camera.svg); }
.featurePhotos .menu {
  float: right; }
.featurePhotos ul {
  width: auto;
  margin: 11px 0 0;
  padding: 0;
  float: left; }
.featurePhotos li {
  float: left;
  display: block;
  position: relative; }
  .featurePhotos li:after {
    content: '';
    width: 0;
    bottom: 0;
    margin-left: 20px;
    height: 2px;
    background-color: #E42727;
    z-index: 10000;
    position: absolute;
    left: 0; }
  .featurePhotos li:hover:after {
    content: '';
    width: calc(100% - 40px); }
  .featurePhotos li a {
    color: #888;
    text-decoration: none;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    margin: 0 20px;
    font-weight: 700;
    border-bottom: 2px solid transparent; }
    .featurePhotos li a:hover {
      color: #E42727; }
.featurePhotos .buttonMain {
  float: left;
  margin-left: 30px; }
.featurePhotos .photo {
  width: 33.33%;
  float: left;
  background-size: cover;
  background-position: center center;
  height: calc(100vw / 4.2);
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .featurePhotos .photo:hover:after {
    content: '';
    width: 2px;
    position: absolute;
    background: #fff;
    right: 60px;
    bottom: 60px;
    height: 0;
    animation: lineVertical 0.25s forwards 0.25s; }
  .featurePhotos .photo:hover:before {
    content: '';
    height: 2px;
    position: absolute;
    background: #fff;
    right: 60px;
    bottom: 60px;
    width: 0;
    animation: lineHorizontal 0.25s forwards 0.35s; }
  .featurePhotos .photo:hover .box {
    opacity: 1; }
  .featurePhotos .photo:hover .title {
    animation: fadeIn 0.25s forwards 0.4s; }
  .featurePhotos .photo .title {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .featurePhotos .photo .box {
    width: 100.5%;
    height: calc(100vw / 4.2);
    float: left;
    text-align: center;
    display: table;
    opacity: 0;
    background-color: rgba(36, 39, 41, 0.6); }
    .featurePhotos .photo .box:hover:after {
      content: '';
      width: 2px;
      position: absolute;
      background: #fff;
      left: 60px;
      top: 60px;
      height: 0;
      animation: lineVertical 0.25s forwards 0.25s; }
    .featurePhotos .photo .box:hover:before {
      content: '';
      height: 2px;
      position: absolute;
      background: #fff;
      left: 60px;
      top: 60px;
      width: 0;
      animation: lineHorizontal 0.25s forwards 0.35s; }

/* About */
.about {
  padding: 80px 0; }
  .about .copy {
    float: left;
    width: 570px;
    height: 450px;
    display: table; }
    .about .copy h3 {
      font-size: 38px;
      line-height: 46px;
      color: #111;
      font-weight: 800;
      margin: 30px 0 20px; }
    .about .copy p {
      font-size: 18px;
      line-height: 30px;
      color: #666; }
      .about .copy p a {
        position: relative;
        border: 0; }
        .about .copy p a:after {
          content: '';
          width: 0;
          bottom: -3px;
          height: 2px;
          background-color: #E42727;
          z-index: 10000;
          position: absolute;
          left: 0; }
        .about .copy p a:hover:after {
          content: '';
          width: 100%; }
        .about .copy p a:hover {
          color: #E42727;
          border: 0; }
  .about .photo {
    background-size: cover;
    background-position: center center;
    background-image: url(images/Fernando-Gros.png);
    width: calc(100% - 650px);
    float: right;
    height: 450px; }

.aboutFull {
  padding: 50px 0;
  opacity: 0;
  animation: fadeIn 0.5s forwards 2s; }
  .aboutFull .third {
    width: calc(33.33% - 40px);
    margin: 0 20px;
    float: left; }
  .aboutFull blockquote {
    margin-top: 15px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    text-align: left;
    font-size: 26px;
    color: #666;
    font-weight: 300; }

.aboutFeature {
  background-color: #f4f4f4;
  margin-top: 48px;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.5s; }
  .aboutFeature:before {
    content: 'fernando';
    font-size: 400px;
    color: #eee;
    position: absolute;
    left: calc(-1000px + 42vw);
    top: -300px;
    z-index: 9;
    height: 758px;
    text-align: center;
    font-weight: 700;
    width: 2000px;
    background: linear-gradient(to bottom, #eee, rgba(0, 0, 0, 0.1), #ddd), url(assets/images/about-text-bg.png);
    background-size: auto;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0;
    animation: fadeLeft 0.5s forwards 1.65s; }
  .aboutFeature:after {
    content: 'gros';
    font-size: 400px;
    color: #eee;
    position: absolute;
    right: calc(-885px + 50vw);
    top: 40px;
    z-index: 11;
    padding-left: 30px;
    text-align: right;
    font-weight: 700;
    width: 1670px;
    background: linear-gradient(to bottom, #eee, rgba(0, 0, 0, 0.1), #ddd), url(assets/images/about-text-bg.png);
    background-size: auto;
    background-attachment: fixed;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0;
    animation: fadeRight 0.5s forwards 1.75s; }
  .aboutFeature .photo {
    width: calc(50% - 25px);
    float: right;
    position: relative;
    z-index: 9;
    opacity: 0;
    animation: fadeIn 0.5s forwards 1.9s; }
  .aboutFeature .intro {
    width: calc(50% - 25px);
    float: left;
    height: 338px;
    position: relative;
    display: table;
    z-index: 11;
    opacity: 0;
    animation: fadeIn 0.5s forwards 2.1s; }
    .aboutFeature .intro .bigText {
      font-size: 38px;
      margin: 15px 0;
      line-height: 46px;
      font-weight: 700; }
    .aboutFeature .intro p {
      line-height: 28px;
      margin-bottom: 0; }
  .aboutFeature .cntr {
    padding: 0 50px; }

/* Bread Crumb Bar */
.crumbs {
  background-color: #f4f4f4;
  padding: 50px 0 52px;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 48px;
  color: #999;
  max-height: 120px;
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.5s; }
  .crumbs .miniCart {
    float: left;
    width: auto;
    margin-top: -5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 0;
    width: 200px; }
    .crumbs .miniCart a {
      text-transform: none; }
    .crumbs .miniCart span {
      color: #111;
      font-weight: 700; }
    .crumbs .miniCart .cart-contents {
      float: left; }
    .crumbs .miniCart:before {
      content: '';
      margin: 5px 20px 0 0;
      width: 28px;
      height: 28px;
      float: left;
      background-image: url(assets/images/basket.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .crumbs h1 {
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    letter-spacing: 2px; }
  .crumbs .checkout {
    width: 100% !important; }
  .crumbs .shopCats {
    width: calc(100% - 400px);
    float: left;
    display: inline-block;
    text-align: center; }
    .crumbs .shopCats ul {
      padding: 0;
      margin: 0; }
    .crumbs .shopCats li {
      list-style: none;
      padding: 0;
      display: inline-block;
      margin: 0;
      position: relative; }
      .crumbs .shopCats li:after {
        content: '';
        width: 0;
        bottom: 0;
        margin-left: 15px;
        height: 2px;
        background-color: #E42727;
        z-index: 10000;
        position: absolute;
        left: 0; }
      .crumbs .shopCats li:hover:after {
        content: '';
        width: calc(100% - 30px); }
      .crumbs .shopCats li a {
        padding: 0 15px 10px;
        display: inline-block; }
        .crumbs .shopCats li a:hover {
          color: #E42727; }
    .crumbs .shopCats .current_page_item a {
      color: #111; }
  .crumbs .proceed {
    width: 200px;
    float: right;
    position: relative; }
    .crumbs .proceed a {
      color: #E42727;
      float: right;
      position: relative; }
      .crumbs .proceed a:hover .arrow {
        opacity: 1; }
      .crumbs .proceed a:hover .checktext {
        margin-right: 30px; }
    .crumbs .proceed .arrow {
      background-image: url(assets/images/red-arrow.svg);
      height: 14px;
      width: 18px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      opacity: 0; }
    .crumbs .proceed .checktext {
      float: right;
      margin-right: 0; }
  .crumbs .cntr:after {
    content: '';
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-top: -5px; }
  .crumbs a {
    color: #999;
    text-transform: uppercase;
    text-decoration: none; }
  .crumbs .current {
    color: #666; }
    .crumbs .current:hover {
      color: #E42727; }

.white {
  background-color: #fff;
  margin-top: 0; }

.crumbs.white {
  opacity: 0;
  animation: fadeIn 0.5s forwards 2.15s;
  border-bottom: 1px solid #eee; }

.main {
  text-align: center; }

.images .cntr:after {
  content: '';
  width: 34px;
  height: 26px;
  background-image: url(assets/images/camera-big.svg); }

/* .creativity .cntr:after {
  content: '';
  width: 30px;
  height: 27px;
  background-image: url(assets/images/art-big.svg); } */

.thoughts .cntr:after {
  content: '';
  width: 21px;
  height: 29px;
  background-image: url(assets/images/bulb.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin-top: -4px; }

.travel .cntr:after {
  content: '';
  width: 21px;
  height: 29px;
  background-image: url(assets/images/travel.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin-top: -4px; }

.sounds .cntr:after {
  content: '';
  width: 21px;
  height: 29px;
  background-image: url(assets/images/sounds.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin-top: -4px; }

/* Shop */
.shopFeature {
  background: #f4f4f4;
  margin-top: 48px;
  height: 430px;
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.5s; }
  .shopFeature .details {
    width: 40%;
    height: 430px;
    display: table;
    float: left;
    opacity: 0;
    animation: fadeIn 0.5s forwards 1.75s; }
    .shopFeature .details h2 {
      font-size: 48px;
      margin: 10px 0; }
    .shopFeature .details p {
      font-size: 18px;
      color: #666;
      line-height: 26px; }
    .shopFeature .details .buttonMain {
      float: left; }
    .shopFeature .details .price {
      display: inline;
      margin-left: 20px;
      float: left;
      font-weight: 300;
      font-size: 24px;
      margin-top: 6px;
      color: #999; }
    .shopFeature .details .buy {
      float: left;
      margin-top: 10px; }
  .shopFeature .image {
    opacity: 0;
    animation: fadeIn 0.5s forwards 2s;
    width: 60%;
    float: left;
    height: 430px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat; }

.shopList {
  padding: 60px 0;
  opacity: 0;
  animation: fadeIn 0.5s forwards 2.3s; }
  .shopList .products {
    width: 100%;
    float: left; }
    .shopList .products[data-columns]::before {
      content: '3 .column.size-1of3'; }
  .shopList .size-1of3 {
    width: calc(33.33% - 60px);
    margin: 0 30px;
    float: left; }
  .shopList .product {
    width: 100%;
    float: left;
    margin: 0 0 30px !important; }
    .shopList .product a {
      text-decoration: none; }
    .shopList .product img {
      margin-bottom: 0 !important; }
    .shopList .product h2 {
      text-align: center;
      font-size: 20px !important;
      color: #111; }
    .shopList .product .price {
      text-align: center;
      font-size: 20px !important;
      color: #666 !important;
      font-weight: 300;
      width: 100%;
      float: left; }
    .shopList .product .image-wrapper {
      float: left;
      margin-bottom: 10px;
      text-align: center;
      width: 100%; }
    .shopList .product .cover {
      opacity: 0;
      padding-left: calc(50% - 46px);
      position: absolute;
      width: 100%;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.95);
      top: 0;
      left: 0;
      height: 400px; }
      .shopList .product .cover:hover {
        opacity: 1; }
        .shopList .product .cover:hover span:after {
          content: '';
          animation: lineHover 0.25s forwards 0.25s; }
      .shopList .product .cover span {
        font-size: 11px;
        color: #E42727;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 10px;
        margin-top: -10px;
        position: absolute;
        font-weight: 700;
        z-index: 1000;
        left: calc(50% - 45px);
        width: auto; }
        .shopList .product .cover span:after {
          content: '';
          width: 0;
          bottom: -10px;
          height: 2px;
          background-color: #E42727;
          z-index: 10000;
          position: absolute;
          left: 0; }
    .shopList .product .contain {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-align: center; }

.related {
  padding: 60px 0;
  border-top: 1px solid #eee; }
  .related .subTitle {
    width: 100%;
    text-align: center;
    padding: 0 0 50px; }
  .related .product {
    width: 100%;
    margin: 0 30px !important; }

/* Blog Archive Page */
.blogList {
  margin: 20px 0;
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.75s; }
  .blogList .cover {
    height: 180px;
    width: 100%;
    float: left;
    display: table;
    text-align: center;
    opacity: 0;
    background-color: rgba(36, 39, 41, 0.6);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 700; }
    .blogList .cover img {
      margin-top: -2px; }
  .blogList .thumb {
    margin: 20px 0;
    width: calc(25% - 30px);
    margin-right: 40px;
    float: left;
    min-height: 428px; }
    .blogList .thumb a .cover span {
      position: relative; }
      .blogList .thumb a .cover span:after {
        content: '';
        width: 0;
        bottom: -5px;
        height: 2px;
        background-color: #fff;
        z-index: 10000;
        position: absolute;
        left: 0; }
    .blogList .thumb a:hover .cover {
      opacity: 1; }
      .blogList .thumb a:hover .cover span:after {
        content: '';
        animation: lineHover 0.25s forwards 0.25s; }
    .blogList .thumb:nth-of-type(4n) {
      margin-right: 0; }
    .blogList .thumb .image {
      width: 100%;
      height: 180px;
      margin-bottom: 15px;
      display: block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .blogList .thumb h3 {
      font-size: 20px;
      line-height: 30px;
      float: left;
      width: 100%; }
    .blogList .thumb a {
      color: #111;
      text-decoration: none;
      float: left;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .blogList .thumb a:hover {
        color: #E42727; }
    .blogList .thumb p {
      font-size: 14px;
      margin-top: 5px;
      color: #666;
      line-height: 24px;
      margin-bottom: 0; }
  .blogList .meta {
    width: 100%;
    float: left;
    margin-top: 17px;
    font-size: 12px;
    color: #999; }
    .blogList .meta .time {
      float: left; }
    .blogList .meta .comments {
      float: right;
      width: auto;
      color: #999; }
      .blogList .meta .comments:after {
        content: '';
        background-image: url(assets/images/comments.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 22px;
        height: 20px;
        float: right;
        margin-left: 7px; }

/* Pagination */
.pagination {
  padding: 30px 0 60px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px; }
  .pagination a {
    color: #666;
    position: relative;
    text-decoration: none; }
    .pagination a:hover {
      color: #E42727; }
    .pagination a:after {
      content: '';
      width: 0;
      bottom: -5px;
      height: 2px;
      background-color: #E42727;
      z-index: 10000;
      position: absolute;
      left: 0; }
    .pagination a:hover:after {
      content: '';
      width: calc(100%); }
  .pagination .count {
    width: 40%;
    float: left;
    text-align: center; }
  .pagination .previousPage {
    float: left;
    height: 5px;
    width: 30%; }
  .pagination .nextPage {
    float: left;
    width: 30%;
    height: 5px;
    text-align: right; }

/* Blog Single */
article.single {
  width: 100%;
  position: relative;
  float: left;
  margin: 45px 0;
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.75s; }
  article.single .meta {
    color: #999;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase; }
  article.single h1 {
    font-size: 54px;
    line-height: 64px;
    color: #111;
    margin: 15px 0 20px; }
  article.single .excerpt {
    font-size: 20px;
    margin: 15px 0; }
  article.single .cntr {
    max-width: 720px; }
  article.single .cntr.wide {
    max-width: 1160px;
    padding: 0;
    position: relative; }
  article.single .image {
    width: 100%;
    height: 560px;
    background-size: cover;
    background-position: center center;
    float: left;
    margin-top: 25px;
    margin-bottom: 35px; }
  article.single h3 {
    margin-top: 20px; }
  article.single h4, article.single h5 {
    margin-top: 15px; }
  article.single h2, article.single h3 {
    font-size: 28px;
    line-height: 38px; }
  article.single h5 {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 2px; }
  article.single p {
    margin: 15px 0; }
    article.single p iframe {
      max-width: 100%;
      height: 370px;
      max-height: calc(100vw / 1.95); }
  article.single .blockquote, article.single blockquote {
    width: calc(100% + 50px);
    max-width: 900px;
    margin-top: 25px;
    line-height: 38px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: -60px;
    padding: 0;
    text-align: left;
    font-size: 26px;
    color: #666; }
  article.single .image-container {
    width: 100vw;
    max-width: 1180px;
    margin: 40px 0;
    margin-left: calc(50% - 590px);
    text-align: center;
    font-size: 14px;
    color: #999;
    text-align: center; }
    article.single .image-container img {
      width: calc(50% - 20px);
      float: left;
      margin: 10px; }
  article.single .bottom {
    margin-top: 40px;
    margin-bottom: 40px; }
    article.single .bottom a {
      color: #666;
      text-decoration: none; }
      article.single .bottom a:hover {
        color: #E42727; }
    article.single .bottom .comments {
      float: right; }
      article.single .bottom .comments:after {
        content: '';
        background-image: url(assets/images/comments.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 22px;
        height: 20px;
        float: right;
        margin-left: 7px;
        margin-top: 0px; }
  article.single .gallery {
    width: 100vw;
    margin: 20px 0 20px -250px;
    max-width: 1160px;
    display: inline-block; }
    article.single .gallery .wp-caption-text {
      text-align: center;
      padding: 10px 0;
      color: #666;
      font-size: 14px; }
  article.single .gallery-columns-1 {
    width: 100%;
    margin: 15px 0; }
    article.single .gallery-columns-1 figure {
      width: 100%;
      margin: 0;
      text-align: center; }
    article.single .gallery-columns-1 img {
      max-width: 100%;
      margin: 5px 0; }
  article.single .gallery-columns-2 figure {
    width: 50%;
    float: left;
    padding: 10px;
    margin: 0; }
  article.single .gallery-columns-3 figure {
    width: 33.33%;
    float: left;
    padding: 10px;
    margin: 0; }
  article.single .gallery-columns-4 figure {
    width: 25%;
    float: left;
    padding: 10px;
    margin: 0; }
  article.single .nav {
    width: auto;
    position: absolute;
    top: calc(50% - 12px);
    width: 13px;
    height: 23px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    cursor: pointer; }
  article.single .left {
    background-image: url("assets/images/white-left-arrow.svg");
    left: 50px; }
  article.single .right {
    background-image: url("assets/images/white-right-arrow.svg");
    right: 50px; }

.nextArticle {
  padding: 47px 0 53px;
  border-top: 1px solid #eee;
  text-decoration: none;
  background: #fff; }
  .nextArticle:hover {
    background: #f4f4f4; }
    .nextArticle:hover .title {
      color: #E42727; }
  .nextArticle .title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px; }
  .nextArticle .cntr {
    max-width: 720px;
    position: relative; }
    .nextArticle .cntr:after {
      content: '';
      top: 18px;
      background-image: url(assets/images/right-arrow.svg);
      position: absolute;
      height: 16px;
      width: 20px;
      right: 0;
      background-repeat: no-repeat; }

.recommended {
  padding: 60px 0;
  margin: 0;
  border-top: 1px solid #eee; }
  .recommended .subTitle {
    margin-bottom: 60px; }
  .recommended .cntr {
    padding: 0 15px; }
  .recommended .subTitle {
    width: 100%;
    text-align: center; }
  .recommended .thumb {
    width: calc(33.33% - 30px);
    margin: 0 15px;
    float: left; }
    .recommended .thumb .image {
      height: 210px; }
  .recommended .cover {
    height: 210px; }

.response {
  padding: 60px 0;
  border-top: 1px solid #eee; }
  .response .subTitle {
    text-align: center; }
  .response .cntr {
    max-width: 720px; }
  .response .comments {
    float: left;
    width: 100%;
    margin-top: 50px; }
    .response .comments .comment {
      width: 100%;
      float: left;
      margin: 0 0 30px; }
  .response .reply {
    font-size: 11px;
    color: #666;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 700;
    float: left; }
    .response .reply:before {
      content: '';
      float: left;
      background-image: url(assets/images/reply.svg);
      width: 24px;
      height: 23px;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 10px;
      margin-top: -3px; }
  .response .comment-body {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee; }
  .response .prof {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-right: 15px; }
    .response .prof img {
      width: 100%;
      height: auto; }
  .response .author {
    float: left;
    font-size: 14px;
    width: calc(100% - 75px);
    font-size: 16px;
    color: #666;
    font-weight: 700;
    padding-top: 5px; }
    .response .author span {
      font-weight: normal;
      color: #999;
      font-size: 12px;
      float: left;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: 100%; }
  .response .content {
    float: left;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px; }
  .response form {
    margin-top: 20px;
    width: 100%;
    float: left;
    position: relative; }
    .response form input, .response form textarea {
      width: 100%;
      font-family: "sofia-pro", "Helvetica", "Arial", sans-serif;
      margin-bottom: 20px;
      float: left;
      outline: none;
      font-size: 16px;
      padding: 15px;
      border: 1px solid #eee;
      -webkit-appearance: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; }
    .response form input[type="submit"] {
      background: #E42727;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      border: 0;
      font-weight: 700; }
    .response form textarea {
      height: 150px;
      margin-top: 50px; }
    .response form button {
      position: absolute;
      right: 0;
      bottom: 20px;
      background: none;
      color: #666;
      cursor: pointer;
      border: 1px solid #eee;
      padding: 17px 30px;
      font-size: 12px;
      outline: none;
      line-height: 18px;
      font-weight: 700;
      letter-spacing: 1px;
      -webkit-appearance: none;
      height: 55px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px; }
      .response form button:hover {
        background-color: #E42727;
        color: #fff; }

/* Single Product */
.singleProd {
  padding: 60px 0 80px;
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.75s; }
  .singleProd .cntr {
    max-width: 1080px; }
  .singleProd .selectric-items {
    margin-top: 1px; }
  .singleProd p.price {
    width: 100%;
    float: left;
    margin: 0; }
  .singleProd .price {
    display: inline;
    font-weight: 300;
    font-size: 24px !important;
    color: #999 !important;
    line-height: 50px; }
  .singleProd .woocommerce-product-details__short-description {
    margin-bottom: 15px;
    float: left;
    width: 100%; }
    .singleProd .woocommerce-product-details__short-description p {
      margin-top: 10px; }
  .singleProd .product_title {
    margin: 15px 0 10px !important;
    font-size: 42px;
    line-height: 50px; }
  .singleProd .single_variation {
    width: calc(100% - 160px);
    float: right; }
  .singleProd .variations_button {
    width: 140px;
    float: left; }
  .singleProd .variations {
    border-bottom: 1px solid #eee !important;
    margin-bottom: 35px !important; }
    .singleProd .variations td {
      vertical-align: middle !important; }
    .singleProd .variations label {
      font-family: "sofia-pro", "Helvetica", "Arial", sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.5px;
      color: #999;
      text-transform: uppercase; }
  .singleProd .reset_variations {
    display: none !important;
    float: right; }
  .singleProd .selectric-wrapper {
    width: 100%;
    float: left; }
    .singleProd .selectric-wrapper .button {
      border: 0 !important; }
      .singleProd .selectric-wrapper .button:hover {
        background-color: #fff !important;
        color: #111 !important; }
  .singleProd .single_variation_wrap {
    width: 100%;
    float: left; }
  .singleProd .summary {
    padding-right: 40px; }
    .singleProd .summary button {
      font-size: 11px;
      color: #333 !important;
      display: inline-block;
      padding: 20px 25px 22px !important;
      outline: none;
      border: 1px solid #ccc;
      letter-spacing: 1px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 10px;
      font-weight: 700;
      background-color: #fff !important; }
      .singleProd .summary button:hover {
        color: #fff !important;
        background: #E42727 !important;
        border: 1px solid #E42727; }
  .singleProd .fullDesc {
    width: 100%;
    float: left; }
    .singleProd .fullDesc .cntr {
      max-width: 760px;
      padding: 0; }
  .singleProd .desc {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 32px;
    margin-top: 0; }
  .singleProd .accTitle {
    font-size: 24px;
    color: #666;
    font-weight: 300;
    padding: 20px 0 0;
    margin-bottom: 0px;
    border-top: 1px solid #eee; }
  .singleProd .hidden {
    float: left; }

/* Photography */
.photoList {
  opacity: 0;
  animation: fadeIn 0.5s forwards 1.75s; }
  .photoList .image {
    width: 25%;
    height: calc(100vw / 6.4 );
    float: left;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden; }
    .photoList .image .title {
      display: table-cell;
      vertical-align: middle;
      opacity: 0;
      font-size: 14px;
      color: #fff;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .photoList .image:hover:after {
      content: '';
      width: 2px;
      position: absolute;
      background: #fff;
      right: 60px;
      bottom: 60px;
      height: 0;
      animation: lineVertical 0.25s forwards 0.25s; }
    .photoList .image:hover:before {
      content: '';
      height: 2px;
      position: absolute;
      background: #fff;
      right: 60px;
      bottom: 60px;
      width: 0;
      animation: lineHorizontal 0.25s forwards 0.35s; }
    .photoList .image:hover .box {
      opacity: 1; }
    .photoList .image:hover .title {
      animation: fadeIn 0.25s forwards 0.4s; }
  .photoList .box {
    width: 100.5%;
    height: calc(100vw / 6.4 );
    float: left;
    text-align: center;
    display: table;
    opacity: 0;
    background-color: rgba(36, 39, 41, 0.6); }
    .photoList .box:hover:after {
      content: '';
      width: 2px;
      position: absolute;
      background: #fff;
      left: 60px;
      top: 60px;
      height: 0;
      animation: lineVertical 0.25s forwards 0.25s; }
    .photoList .box:hover:before {
      content: '';
      height: 2px;
      position: absolute;
      background: #fff;
      left: 60px;
      top: 60px;
      width: 0;
      animation: lineHorizontal 0.25s forwards 0.35s; }

/* Nivo Styles */
.nivo-lightbox-effect-fade {
  background-color: rgba(0, 0, 0, 0.8); }

.nivo-lightbox-close {
  top: 4%;
  right: 4%;
  font-size: 1px;
  text-indent: -9999px;
  width: 50px;
  height: 46px; }

.nivo-lightbox-close {
  top: 4%;
  right: 4%;
  font-size: 1px;
  text-indent: -9999;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(assets/images/big-close.svg); }

.nivo-lightbox-nav {
  width: 20px;
  height: 36px;
  font-size: 1px;
  text-indent: -9999px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.nivo-lightbox-prev {
  background-image: url(assets/images/big-left-arrow.svg);
  left: 4%; }

.nivo-lightbox-next {
  background-image: url(assets/images/big-right-arrow.svg);
  right: 4%; }

.nivo-lightbox-title-wrap {
  bottom: -40px;
  font-size: 14px;
  color: #ccc; }

/* Woocommerce Styling */
.selectric-items li {
  font-size: 16px !important; }

.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-info {
  border: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  line-height: 50px;
  padding: 0 0 25px 25px; }
  .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-info:before, .woocommerce-cart .woocommerce-error:before, .woocommerce-cart .woocommerce-message:before, .woocommerce-cart .woocommerce-info:before {
    margin-top: 0;
    line-height: 19px;
    left: 0; }
  .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-message li, .woocommerce-page .woocommerce-info li, .woocommerce-cart .woocommerce-error li, .woocommerce-cart .woocommerce-message li, .woocommerce-cart .woocommerce-info li {
    margin-bottom: 0;
    line-height: 50px; }
  .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-info .button, .woocommerce-cart .woocommerce-error .button, .woocommerce-cart .woocommerce-message .button, .woocommerce-cart .woocommerce-info .button {
    font-size: 11px;
    color: #333 !important;
    display: inline-block;
    padding: 20px 25px 22px !important;
    outline: none;
    border: 1px solid #ccc;
    letter-spacing: 1px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 10px;
    font-weight: 700;
    background-color: #fff !important; }
    .woocommerce-page .woocommerce-error .button:hover, .woocommerce-page .woocommerce-message .button:hover, .woocommerce-page .woocommerce-info .button:hover, .woocommerce-cart .woocommerce-error .button:hover, .woocommerce-cart .woocommerce-message .button:hover, .woocommerce-cart .woocommerce-info .button:hover {
      color: #fff !important;
      background: #E42727 !important;
      border: 1px solid #E42727; }
.woocommerce-page table.shop_table, .woocommerce-cart table.shop_table {
  border-radius: 0 !important; }
  .woocommerce-page table.shop_table th, .woocommerce-page table.shop_table td, .woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table td {
    padding: 15px; }
  .woocommerce-page table.shop_table th, .woocommerce-cart table.shop_table th {
    font-family: "sofia-pro", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #999;
    text-transform: uppercase; }
  .woocommerce-page table.shop_table a, .woocommerce-cart table.shop_table a {
    color: #111;
    font-weight: 700;
    text-decoration: none; }
    .woocommerce-page table.shop_table a:hover, .woocommerce-cart table.shop_table a:hover {
      color: #E42727; }
  .woocommerce-page table.shop_table input[type="text"], .woocommerce-cart table.shop_table input[type="text"] {
    padding: 15px !important;
    float: left !important;
    -webkit-appearance: none; }
  .woocommerce-page table.shop_table input[type="submit"], .woocommerce-cart table.shop_table input[type="submit"] {
    padding: 15px !important;
    font-size: 11px !important;
    line-height: 15px !important;
    -webkit-appearance: none; }
.woocommerce-page .checkout-button, .woocommerce-cart .checkout-button {
  background: #E42727 !important;
  padding: 15px !important;
  font-size: 13px !important;
  line-height: 15px !important;
  font-weight: 700; }
.woocommerce-page .coupon, .woocommerce-cart .coupon {
  width: 280px; }
  .woocommerce-page .coupon input, .woocommerce-cart .coupon input {
    width: 50% !important;
    margin-right: 0 !important;
    -webkit-appearance: none;
    border-radius: 0 !important;
    margin-bottom: 5px !important; }
.woocommerce-page .checkout input[type="text"], .woocommerce-page .checkout input[type="email"], .woocommerce-page .checkout input[type="tel"], .woocommerce-page .checkout textarea, .woocommerce-cart .checkout input[type="text"], .woocommerce-cart .checkout input[type="email"], .woocommerce-cart .checkout input[type="tel"], .woocommerce-cart .checkout textarea {
  width: 100%;
  float: left;
  font-size: 14px;
  padding: 15px;
  border: 1px solid #ccc; }
.woocommerce-page .checkout textarea, .woocommerce-cart .checkout textarea {
  min-height: 300px; }
.woocommerce-page .checkout .selectric, .woocommerce-cart .checkout .selectric {
  border: 1px solid #ccc;
  font-size: 14px; }
  .woocommerce-page .checkout .selectric .label, .woocommerce-cart .checkout .selectric .label {
    color: #777; }
  .woocommerce-page .checkout .selectric .button, .woocommerce-cart .checkout .selectric .button {
    border-radius: 0;
    border: 0 !important; }
    .woocommerce-page .checkout .selectric .button:hover, .woocommerce-cart .checkout .selectric .button:hover {
      background-color: #fff; }
.woocommerce-page #customer_details, .woocommerce-cart #customer_details {
  margin-bottom: 25px; }
.woocommerce-page .place-order input[type="submit"], .woocommerce-cart .place-order input[type="submit"] {
  background: #E42727 !important;
  padding: 15px !important;
  font-size: 13px !important;
  line-height: 15px !important;
  font-weight: 700; }
.woocommerce-page a.remove, .woocommerce-cart a.remove {
  font-size: 24px;
  height: 25px;
  width: 25px;
  line-height: 18px !important; }

.woocommerce-product-gallery figure {
  margin: 0;
  padding: 0; }

.cartWrap {
  padding: 60px 0; }

/* 404 */
.page404 {
  margin-top: 50px;
  text-align: center;
  padding: 50px 0; }
  .page404 .cntr {
    max-width: 800px; }
  .page404 h1 {
    font-size: 20px;
    font-weight: 300;
    color: #E42727;
    margin: 10px 0; }
  .page404 h2 {
    font-size: 50px;
    color: #666;
    margin: 10px 0; }

.woocommerce form input {
  font-size: 16px !important; }

/* Subscribe */
.subscriber {
  padding: 70px 0 70px;
  text-align: center;
  background-color: #f4f4f4;
  outline: none; }
  .subscriber .icon {
    width: 50px;
    margin-right: 20px;
    margin-bottom: -12px;
    display: inline-block;
    height: 35px; }
  .subscriber .i-subscribe {
    background-image: url(assets/images/subscribe.svg); }
  .subscriber form {
    width: auto;
    display: inline-block; }
  .subscriber input[type="text"], .subscriber input[type="email"] {
    font-size: 16px;
    background: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    outline: none;
    font-weight: 300;
    border-radius: 0;
    width: 205px; }
    .subscriber input[type="text"]:hover, .subscriber input[type="email"]:hover {
      border-bottom: 1px solid #E42727; }
  .subscriber button.buttonMain {
    background-color: transparent;
    margin-top: -6px;
    cursor: pointer;
    padding: 20px 25px;
    display: inline-block;
    outline: none; }
    .subscriber button.buttonMain:hover {
      background-color: #E42727;
      border: 1px solid #E42727;
      color: #fff; }
  .subscriber p {
    width: auto;
    display: inline-block;
    margin: 0 20px 0 0; }

/* Big Ad Banner */
.bigInternal {
  height: 520px;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .bigInternal .product {
    width: 50%;
    padding: 0 40px;
    float: left; }
  .bigInternal .description {
    width: 50%;
    padding: 0 40px;
    float: left; }
  .bigInternal .cntr {
    max-width: 1000px; }

/* Small Ad Banner */
.smallInternal {
  height: 360px;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .smallInternal .product {
    width: 32%;
    padding: 0 40px;
    float: left; }
  .smallInternal .description {
    width: 68%;
    padding: 0 40px;
    float: left; }
  .smallInternal .cntr {
    max-width: 1000px; }

/* No Missing Tools Promo */
.noMT .subTitle {
  color: #FFBEBB;
  margin-bottom: 20px;
  display: block; }
.noMT .product {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 356px; }
.noMT .description {
  height: 356px;
  display: table; }
.noMT .buttonMain {
  color: #fff;
  border: 1px solid #FFBEBB;
  margin-top: 15px; }
  .noMT .buttonMain:hover {
    background: #FFBEBB;
    color: #fff; }
.noMT .all {
  font-size: 11px;
  color: #FFBEBB;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 10px;
  font-weight: 700;
  margin-left: 20px;
  border-bottom: 2px solid transparent;
  padding: 7px 0; }
  .noMT .all:hover {
    color: #fff; }
  .noMT .all:after {
    content: '';
    width: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
    z-index: 10000;
    position: absolute;
    left: 0; }
  .noMT .all:hover:after {
    content: '';
    width: calc(100%); }
.noMT .title {
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 800;
  margin-bottom: 10px; }

.noMT.smallInternal .product {
  height: 200px; }
.noMT.smallInternal .description {
  height: 200px; }

/* Footer */
footer {
  background-color: #242729;
  padding: 80px 0; }
  footer .sitemap {
    width: calc(100% - 50px);
    float: left; }
    footer .sitemap ul {
      width: 25%;
      float: left;
      margin: 0;
      padding: 0; }
    footer .sitemap li {
      margin: 0;
      padding: 0;
      display: block;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      clear: both; }
    footer .sitemap a {
      color: #fff;
      padding-top: 7px;
      padding-bottom: 7px;
      display: inline-block;
      width: auto;
      text-decoration: none;
      padding-left: 0px; }
      footer .sitemap a:hover {
        padding-left: 5px; }
    footer .sitemap .sub-menu {
      display: block;
      width: 100%; }
      footer .sitemap .sub-menu a {
        font-size: 14px;
        line-height: 16px;
        color: #a6a6a6; }
        footer .sitemap .sub-menu a:hover {
          color: #fff; }
  footer .social {
    width: 20px;
    margin-left: 30px;
    float: right; }
    footer .social a {
      margin-bottom: 20px; }
  footer .credits {
    width: 100%;
    float: left;
    margin: 50px 0 0;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    color: #666;
    line-height: 10px; }
    footer .credits a {
      color: #666;
      text-decoration: none;
      float: right; }
      footer .credits a span {
        color: #999999; }
      footer .credits a:hover {
        color: #fff; }

@media screen and (max-width: 1440px) {
  .featureBanner .cntr {
    padding: 0 140px;
    max-width: 100%; }
  .featureBanner .prev {
    left: -208px; }
  .featureBanner .next {
    right: -210px; }

  .subscriber {
    text-align: center; }
    .subscriber form {
      margin: 0; }
    .subscriber p {
      line-height: 40px;
      margin: 0 20px 0 0; }
    .subscriber .buttonMain {
      display: inline-block;
      margin: 20px 0 0 0;
      float: none; } }
@media screen and (max-width: 1180px) {
  article.single .image-container {
    margin-left: calc(50% - 50vw); }
    article.single .image-container img {
      width: 50%;
      margin: 0 0 20px; }
  article.single .gallery {
    width: 100vw;
    margin: 20px 0px;
    padding: 0 10px;
    margin-left: calc(50% - 50vw); } }
@media screen and (max-width: 1040px) {
  nav.top li a {
    padding: 38px 25px; }

  .shopDrop .excerpt {
    display: none; }
  .shopDrop .product .thumb {
    margin-right: 20px;
    width: 130px; }
  .shopDrop .product .details {
    width: calc(100% - 170px); }
  .shopDrop .product .price {
    font-size: 16px; }

  .featureBanner {
    height: 460px; }
    .featureBanner .slider, .featureBanner .item, .featureBanner article {
      height: 460px; }
    .featureBanner .nav {
      width: 460px; }
    .featureBanner .next {
      top: 170px;
      right: -160px; }
    .featureBanner .prev {
      top: 170px;
      left: -160px; }

  .featuredProd .intro {
    font-size: 30px;
    line-height: 36px; }

  .about .copy, .about .photo {
    width: 47.5%; }

  .aboutFeature {
    padding: 60px 0; }
    .aboutFeature:before, .aboutFeature:after {
      display: none; }
    .aboutFeature .cntr {
      max-width: 720px;
      padding: 0 20px; }
    .aboutFeature .intro {
      width: 100%;
      height: auto; }
      .aboutFeature .intro .bigText {
        font-size: 28px;
        line-height: 34px; }
    .aboutFeature .photo {
      margin-top: 15px;
      width: 100%; }
      .aboutFeature .photo img {
        width: 100%;
        height: auto; }

  .aboutFull {
    padding: 40px 0; }
    .aboutFull .cntr {
      max-width: 720px;
      padding: 15px 0 0; }
    .aboutFull .third {
      width: calc(100% - 40px); }
      .aboutFull .third p {
        margin: 0 0 15px; }
    .aboutFull blockquote {
      margin-bottom: 15px; }

  .blogList .cover {
    height: 140px; }
  .blogList .thumb {
    width: calc(25% - 22px);
    margin-right: 29px; }
    .blogList .thumb .image {
      height: 140px; }
    .blogList .thumb h3 {
      font-size: 18px;
      line-height: 28px; }

  .recommended .cover {
    height: 200px; }
  .recommended .thumb {
    width: calc(33.33% - 30px);
    margin: 0 15px; }
    .recommended .thumb .image {
      height: 200px; }

  .singleProd .product_title {
    font-size: 32px;
    line-height: 42px; }
  .singleProd .summary {
    padding-right: 0; }

  .photoList .image {
    width: 50%;
    height: calc(100vw / 3.2 ); } }
@media screen and (max-width: 920px) {
  nav.top li a {
    padding: 38px 20px;
    font-size: 16px;
    line-height: 28px; }
  nav.top li:after {
    margin-left: 20px; }
  nav.top li:hover:after {
    width: calc(100% - 40px); }

  article.single {
    margin-top: 25px; }
    article.single h1 {
      margin-top: 10px;
      margin-bottom: 0px;
      font-size: 36px;
      line-height: 42px; }
    article.single p {
      margin: 10px 0 5px; }
    article.single .blockquote, article.single blockquote {
      margin: 20px 0;
      width: 100%; }
    article.single .image {
      margin: 15px 0 20px;
      height: 400px; }

  .shopDrop {
    height: auto;
    border-bottom: 1px solid #eee; }
    .shopDrop .prodMenu {
      width: 100%;
      margin-bottom: 0;
      border-left: 0;
      float: left;
      text-align: center;
      padding-bottom: 30px; }
      .shopDrop .prodMenu .subTitle {
        display: inline-block;
        margin: 0 15px; }
      .shopDrop .prodMenu ul {
        display: inline-block;
        float: none; }
      .shopDrop .prodMenu li {
        display: inline-block; }
        .shopDrop .prodMenu li a {
          float: none;
          padding: 10px 15px; }
    .shopDrop .product {
      width: calc(50% - 75px); }

  .shopList .size-1of3 {
    width: calc(50% - 60px); }

  .shopFeature {
    height: 350px; }
    .shopFeature .image {
      height: 350px; }
    .shopFeature .details {
      height: 350px; }
      .shopFeature .details h2 {
        font-size: 36px;
        line-height: 42px; }
      .shopFeature .details p {
        font-size: 16px; }

  .featureBanner .cntr {
    padding: 0 100px; }
  .featureBanner .nav {
    width: 460px; }
  .featureBanner .prev {
    left: -180px;
    top: 202px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .featureBanner .next {
    right: -180px;
    top: 202px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .featureBanner article .title {
    font-size: 50px;
    line-height: 58px; }

  .featuredProd .product {
    padding: 0 15px; }
  .featuredProd .intro {
    font-size: 24px; }

  .about .copy h3 {
    font-size: 30px;
    line-height: 40px; }

  .blogList {
    margin-top: 10px;
    margin-bottom: 10px; }
    .blogList .cover {
      height: 200px; }
    .blogList .thumb {
      width: calc(50% - 15px);
      margin-right: 30px;
      min-height: 370px; }
      .blogList .thumb .image {
        height: 200px; }
      .blogList .thumb:nth-of-type(2n) {
        margin-right: 0; }
      .blogList .thumb h3 {
        font-size: 18px;
        line-height: 28px; }

  .recommended .cover {
    height: 140px; }
  .recommended .thumb {
    width: calc(33.33% - 30px);
    margin: 0 15px; }
    .recommended .thumb .image {
      height: 140px; }
    .recommended .thumb:nth-of-type(2n) {
      margin: 0 15px; }

  .subscriber .icon {
    margin: 0 0 -10px; }
  .subscriber p {
    width: 100%;
    margin: 20px 0 30px; } }
@media screen and (max-width: 760px) {
  .cntr {
    padding: 0 20px; }

  .mobBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    z-index: 1000;
    display: block;
    border-top: 1px solid #eee;
    display: none; }
    .mobBar a.logo {
      width: 25%;
      height: 34px;
      float: left;
      background-image: url(assets/images/fernando-gros-logo.png);
      background-position: left center;
      background-size: contain;
      background-repeat: no-repeat; }
    .mobBar .photography {
      background-image: url(assets/images/camera.svg);
      background-position: 33.33% center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 25%;
      height: 22px;
      margin: 4px 0;
      float: left; }
    .mobBar .cart {
      background-image: url(assets/images/cart.svg);
      background-position: 70% center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 25%;
      height: 24px;
      margin: 3px 0;
      float: left; }
    .mobBar .mobmenu {
      margin: 7px 5px; }

  .mobNav {
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    background: #fff;
    overflow-y: none; }
    .mobNav .social {
      width: 100%;
      border-bottom: 1px solid #eee;
      float: left; }
      .mobNav .social a {
        padding: 15px;
        margin: 10px 0 13px; }
    .mobNav ul {
      padding: 0;
      display: table-cell;
      vertical-align: middle;
      margin: 0; }
    .mobNav li {
      padding: 0;
      margin: 10px 0;
      display: block;
      font-size: 15px;
      line-height: 22px;
      letter-spacing: 2px; }
      .mobNav li a {
        color: #888;
        font-weight: 700;
        text-decoration: none; }
    .mobNav .red {
      color: #E42727; }
    .mobNav .large {
      font-weight: 700;
      font-size: 26px;
      line-height: 30px; }
      .mobNav .large a {
        color: #111; }
    .mobNav .menu {
      float: left;
      width: 100%;
      display: table;
      padding: 30px 0; }
    .mobNav .cart {
      width: 100%;
      padding: 20px;
      position: absolute;
      background: #fff;
      bottom: 0px;
      left: 0;
      font-size: 14px;
      border-top: 1px solid #eee; }
      .mobNav .cart .icon {
        background-size: contain;
        background-image: url(assets/images/basket.svg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 28px;
        width: 28px;
        margin: 8px 3px;
        float: left; }
      .mobNav .cart .amount {
        width: calc(100% - 68px);
        float: left;
        padding: 0 20px;
        text-align: left;
        color: #888; }
        .mobNav .cart .amount span {
          color: #111;
          font-weight: 700;
          padding: 0;
          text-decoration: none; }
      .mobNav .cart .checkout {
        background-size: contain;
        background-image: url(assets/images/checkout.svg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 20px;
        width: 20px;
        margin: 8px 4px;
        float: right; }

  .down {
    top: 80px;
    border-top: 1px solid #eee; }

  .up {
    bottom: 75px; }

  .mobmenu {
    display: block;
    margin: 30px 10px 30px 0;
    float: right; }

  nav.top {
    display: none; }

  header .subHead {
    display: none; }
  header .mainContent {
    border-bottom: 0; }
  header a.logo {
    width: 34px;
    height: 34px;
    padding: 0 20px; }
  header .title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    width: calc(100% - 80px);
    float: left;
    text-align: center;
    padding-top: 30px; }
  header .subContent {
    display: none; }

  article.single .image-container {
    margin: 20px 0 20px -20px; }
    article.single .image-container span {
      width: 100%;
      float: left;
      margin-top: 15px;
      margin-bottom: 15px; }
    article.single .image-container img {
      width: 100%;
      margin: 0; }

  .featureBanner {
    margin-top: 0;
    margin-bottom: 0; }
    .featureBanner .nav {
      display: none !important; }
    .featureBanner .cntr {
      padding: 0; }
    .featureBanner article .title {
      font-size: 42px; }
    .featureBanner .vMiddle {
      padding: 0 30px; }

  .featuredProd {
    padding: 50px 0 90px;
    position: relative; }
    .featuredProd .intro {
      width: 100%;
      text-align: center;
      height: auto; }
      .featuredProd .intro .buttonMain {
        position: absolute;
        bottom: 60px;
        left: calc(50% - 88px); }
      .featuredProd .intro .title {
        display: none; }
      .featuredProd .intro .subTitle {
        margin-bottom: 40px; }
    .featuredProd .product {
      width: 100%;
      margin-bottom: 50px; }

  .featurePhotos {
    text-align: center;
    padding-bottom: 150px;
    position: relative;
    border-bottom: 1px solid #eee; }
    .featurePhotos .menu {
      width: 100%;
      float: left; }
    .featurePhotos .icon {
      float: none; }
    .featurePhotos ul {
      width: 100%; }
    .featurePhotos li {
      display: inline-block;
      float: none; }
      .featurePhotos li a {
        margin: 0 12px; }
    .featurePhotos .buttonMain {
      float: none;
      margin: 15px 0 0 0;
      display: inline-block;
      position: absolute;
      left: calc(50% - 89px);
      bottom: 50px; }
    .featurePhotos .photo {
      width: 100%;
      height: calc( 100vw / 1.6 ); }

  .response {
    padding: 40px 0; }
    .response .comments {
      margin-top: 40px; }
    .response form {
      margin-top: 0; }
      .response form textarea {
        margin-top: 30px; }

  .singleProd {
    padding: 30px 0 5px; }

  .aboutFeature {
    margin-top: 0;
    padding: 25px 0; }

  .aboutFull {
    padding: 0; }

  article.single .gallery {
    width: 100%;
    max-width: 720px; }
  article.single .gallery-columns-2 {
    margin: 20px 0 0; }
    article.single .gallery-columns-2 figure {
      width: 100%; }

  .about {
    padding: 50px 0 0; }
    .about .cntr {
      padding: 0; }
    .about .copy {
      width: 100%;
      padding: 0 20px;
      text-align: center; }
    .about .photo {
      width: 100%;
      margin-top: 20px; }

  .photoList .image {
    width: 100%;
    height: calc(100vw / 1.6 ); }

  .nextArticle {
    padding: 25px 0 30px; }
    .nextArticle .cntr {
      padding-right: 50px; }
      .nextArticle .cntr:after {
        content: '';
        top: 30px;
        right: 20px; }

  .crumbs {
    text-align: center;
    margin-top: 0; }
    .crumbs .cntr:after {
      display: none; }

  .blogList {
    margin-top: 0; }
    .blogList .cntr {
      padding: 0; }
    .blogList .cover {
      height: 220px; }
    .blogList .thumb {
      width: 100%;
      margin-top: 0;
      margin-bottom: 30px;
      margin-right: 0; }
      .blogList .thumb .image {
        height: 220px; }
      .blogList .thumb h3 {
        padding: 0 20px;
        font-size: 20px;
        line-height: 32px; }
      .blogList .thumb p {
        padding: 0 20px; }
      .blogList .thumb .meta {
        padding: 0 20px; }

  .recommended {
    padding: 40px 0 0; }
    .recommended .subTitle {
      margin-bottom: 40px; }
    .recommended .cover {
      height: 200px; }
    .recommended .thumb {
      margin: 0 0 40px; }
      .recommended .thumb .image {
        height: 200px; }
      .recommended .thumb:nth-of-type(2n) {
        margin: 0 0 40px; }

  .noMT {
    background-size: calc(100vw * 3);
    background-repeat: no-repeat;
    background-position: 36% top;
    height: auto;
    background-color: #E06C66;
    padding: 50px 0; }
    .noMT .description {
      width: 100%;
      text-align: center;
      height: auto; }

  .noMT .product {
    height: calc(100vw / 1.25); }
  .noMT .title {
    font-size: 26px;
    line-height: 36px; }
  .noMT .all {
    width: 100%;
    float: left;
    margin: 25px 0 0; }

  .smallInternal.noMT {
    background-image: url(images/no-missing-tools-bg.png) !important; }
    .smallInternal.noMT .product {
      height: calc(100vw / 1.25); }

  .photoList .image {
    height: 300px; }
  .photoList .box {
    height: 300px; }

  .shopFeature {
    height: auto;
    margin-top: 0; }
    .shopFeature .image {
      height: 220px;
      width: 100%;
      background-position: center bottom; }
    .shopFeature .details {
      height: auto;
      width: 100%;
      text-align: center;
      padding: 50px 10px 20px; }
      .shopFeature .details h2 {
        font-size: 36px;
        line-height: 42px; }
      .shopFeature .details p {
        font-size: 16px; }
      .shopFeature .details .buy {
        width: 100%;
        text-align: center; }
      .shopFeature .details .price {
        float: none; }
      .shopFeature .details .buttonMain {
        float: none; }

  .crumbs .miniCart {
    display: none; }
  .crumbs .shopCats {
    width: 100%; }
  .crumbs .proceed {
    display: none; }

  .shopList .size-1of3 {
    width: 100%;
    margin: 0;
    float: left; }
  .shopList .product .image-wrapper {
    float: none;
    text-align: center; }

  footer .mobTop {
    width: 100%;
    text-align: center;
    padding: 0 0 50px;
    color: #242729;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: #666;
    text-decoration: none;
    font-weight: 700; }
    footer .mobTop img {
      display: inline-block;
      margin-bottom: 45px; }
  footer .sitemap {
    display: none; }
  footer .social {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0 30px;
    margin: 0; }
    footer .social a {
      padding: 0 15px; }
  footer .credits {
    width: 200px;
    float: none;
    margin: 30px auto 40px;
    text-align: center;
    font-size: 11px;
    line-height: 22px; }
    footer .credits a {
      display: inline-block;
      float: none; }

  .woocommerce .variations select {
    font-size: 14px;
    color: #333;
    background: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
    font-family: "sofia-pro", "Helvetica", "Arial", sans-serif; }
  .woocommerce .form-row select {
    border: 1px solid #ccc !important;
    width: 100%;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    font-family: "sofia-pro", "Helvetica", "Arial", sans-serif;
    border-radius: 0;
    -webkit-appearance: none;
    background: none; }
  .woocommerce .woocommerce-additional-fields {
    margin-top: 20px; }

  .woocommerce-page .woocommerce-error li, .woocommerce-page .woocommerce-message li, .woocommerce-page .woocommerce-info li {
    margin-bottom: 0;
    line-height: 24px;
    padding-top: 13px; }
  .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-info .button {
    margin-left: 10px; }

  .cartWrap {
    padding: 25px 0; } }
@media screen and (max-width: 560px) {
  article.single .gallery {
    padding: 0; }
  article.single .gallery-columns-2 {
    margin: 20px 0 0; }
    article.single .gallery-columns-2 figure {
      width: 100%;
      padding: 0; }

  .related .product {
    padding: 0;
    margin: 10px 0 !important; }

  .coupon {
    width: 100% !important; } }

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