@font-face {
  font-family: 'Montserrat Bold';
  src: url("../fonts/Montserrat-Bold-webfont.eot");
  src: url("../fonts/Montserrat-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold-webfont.woff2") format("woff2"), url("../fonts/Montserrat-Bold-webfont.woff") format("woff"), url("../fonts/Montserrat-Bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular-webfont.eot");
  src: url("../fonts/Montserrat-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular-webfont.woff2") format("woff2"), url("../fonts/Montserrat-Regular-webfont.woff") format("woff"), url("../fonts/Montserrat-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url("../fonts/SortsMillGoudy-Italic-webfont.eot");
  src: url("../fonts/SortsMillGoudy-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SortsMillGoudy-Italic-webfont.woff2") format("woff2"), url("../fonts/SortsMillGoudy-Italic-webfont.woff") format("woff"), url("../fonts/SortsMillGoudy-Italic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url("../fonts/SortsMillGoudy-Regular-webfont.eot");
  src: url("../fonts/SortsMillGoudy-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SortsMillGoudy-Regular-webfont.woff2") format("woff2"), url("../fonts/SortsMillGoudy-Regular-webfont.woff") format("woff"), url("../fonts/SortsMillGoudy-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/**
* Layout
*/
.main {
  margin-top: 28px; }

.cms-home .main {
  margin-top: 0; }

/**
* Embellishments
*/
.fancy-amper {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 41px;
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.header-font {
  font-family: "Montserrat", sans-serif; }

.main-font {
  font-family: "Sorts Mill Goudy", serif; }

/**
* Site Header
*/
.header-container {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 11;
  background: #fff; }
  .header-container .header {
    line-height: 100px;
    height: 100px;
    vertical-align: middle; }
    .header-container .header .logo {
      margin: 0;
      height: 100px;
      padding-right: 25px;
      float: left; }
      .header-container .header .logo strong {
        position: absolute;
        left: -9999px; }
      .header-container .header .logo a {
        display: inline-block;
        height: 60px;
        margin-top: 22px; }
        .header-container .header .logo a svg, .header-container .header .logo a path, .header-container .header .logo a image {
          cursor: pointer; }
    .header-container .header .menu-button {
      display: block;
      float: left;
      width: 160px;
      border-left: 1px solid #e9e9e9;
      border-right: 1px solid #e9e9e9;
      text-align: center;
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      transition: all 0 linear;
      -webkit-transition: all 0 linear;
      -moz-transition: all 0 linear;
      -ms-transition: all 0 linear; }
      .header-container .header .menu-button span {
        position: relative; }
      .header-container .header .menu-button span::after {
        content: " ";
        display: block;
        position: absolute;
        right: -15px;
        top: 50%;
        margin-top: -3px;
        border-top: 5px solid #ed80af;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent; }
      .header-container .header .menu-button span.mobile-icon {
        display: none; }
    .header-container .header .menu-button.show {
      border-bottom: 1px solid #fff;
      margin-bottom: -1px; }
    .header-container .header .cart-button {
      display: none; }
    .header-container .header .quick-access {
      text-align: right; }
      .header-container .header .quick-access .search-mini-form {
        display: inline-block;
        position: relative; }
        .header-container .header .quick-access .search-mini-form i {
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -9px; }
        .header-container .header .quick-access .search-mini-form .fa-search:before {
          position: absolute;
          left: 10px;
          top: 0;
          color: #c0bcbc;
          width: 15px;
          height: 15px; }
        .header-container .header .quick-access .search-mini-form input.input-text {
          line-height: 28px;
          height: 30px;
          border: 1px solid #ddd;
          border-radius: 3px;
          color: #c0bcbc;
          padding-left: 35px;
          font-size: 14px; }
      .header-container .header .quick-access ul.links {
        padding: 0;
        margin: 0;
        display: inline-block; }
        .header-container .header .quick-access ul.links li {
          display: inline-block;
          list-style: none;
          margin-left: 40px; }
          .header-container .header .quick-access ul.links li a {
            text-transform: uppercase;
            font-family: "Montserrat", sans-serif;
            font-size: 12px; }

@media only screen and (max-width: 1200px) {
  .header-container .header .menu-button {
    width: 123px; }
  .header-container .header .quick-access ul.links li {
    margin-left: 30px; } }
@media only screen and (max-width: 992px) {
  .header-container .header {
    position: relative; }
    .header-container .header .logo {
      width: 122px;
      margin: 0 auto;
      padding: 0;
      float: none; }
    .header-container .header .menu-button {
      border: 0;
      float: none;
      position: absolute;
      width: 50px;
      height: 35px;
      top: 50%;
      left: 30px;
      margin-top: -17px;
      line-height: 1; }
      .header-container .header .menu-button span {
        display: none; }
      .header-container .header .menu-button span::after {
        display: none; }
      .header-container .header .menu-button span.mobile-icon {
        display: block; }
        .header-container .header .menu-button span.mobile-icon svg {
          width: 100%;
          height: auto; }
        .header-container .header .menu-button span.mobile-icon .cls-2 {
          fill: #ed80af; }
    .header-container .header .cart-button {
      display: block;
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -23px;
      line-height: 1;
      width: 35px;
      height: 46px; }
      .header-container .header .cart-button svg {
        width: 100%;
        height: auto; }
  .header-container .quick-access {
    display: none; } }
@media only screen and (max-width: 375px) {
  .header-container .header .menu-button {
    width: 35px; }
  .header-container .header .cart-button {
    width: 25px; } }
/**
* Navigation
*/
.nav-container {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  position: absolute;
  top: -1200px;
  width: 100%;
  background: #fff;
  z-index: 10;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out; }
  .nav-container ul {
    margin: 0;
    padding: 0; }
  .nav-container li {
    list-style: none;
    padding: 0; }
  .nav-container a {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px; }
  .nav-container #nav {
    padding: 30px 0;
    columns: 6;
    column-fill: auto;
    column-gap: 30px;
    -webkit-columns: 6;
    -webkit-column-fill: auto;
    -webkit-column-gap: 30px;
    -moz-columns: 6;
    -moz-column-gap: 30px; }
    .nav-container #nav li.level-top {
      break-inside: avoid-column;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -webkit-margin-bottom-collapse: collapse;
      margin-bottom: 30px; }
      .nav-container #nav li.level-top a {
        line-height: 25px; }
      .nav-container #nav li.level-top a.level-top {
        font-size: 14px; }
      .nav-container #nav li.level-top ul li a {
        color: #000;
        font-size: 12px; }
      .nav-container #nav li.level-top ul li a:hover {
        color: #777; }
  .nav-container .search-mini-form {
    position: relative;
    padding: 15px 0; }
    .nav-container .search-mini-form .fa {
      color: #d9d9d9;
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -8px; }
    .nav-container .search-mini-form input.input-text {
      height: 35px;
      line-height: 33px;
      padding-left: 30px;
      color: #d9d9d9; }
    .nav-container .search-mini-form input.input-text:focus {
      color: #666; }
  .nav-container .quicklinks {
    background: #ececec;
    margin: 0 -15px;
    padding: 0 15px;
    text-align: center; }
    .nav-container .quicklinks li {
      display: inline-block;
      margin: 0 15px; }
    .nav-container .quicklinks a {
      line-height: 40px;
      color: #767676; }

.nav-container.show {
  top: 100px;
  opacity: 1; }
  .nav-container.show #nav::after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden; }

.no-cssanimations .nav-container #nav li.level-top {
  display: inline-block;
  vertical-align: top;
  width: 16.667%; }

@media only screen and (max-width: 768px) {
  .nav-container #nav {
    columns: 2;
    column-gap: 15px;
    -webkit-columns: 2;
    -webkit-column-gap: 15px;
    -moz-columns: 2;
    -moz-column-gap: 15px; }
    .nav-container #nav li.level-top a {
      line-height: 30px; } }
/**
* Banners
*/
.banner {
  position: relative; }
  .banner img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: left; }
  .banner .banner-text-content {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .banner .main-text {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    line-height: 1;
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 25px 0;
    text-transform: uppercase; }
  .banner .sub-text-one {
    color: #fff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    padding: 30px 0;
    line-height: 1; }
    .banner .sub-text-one i {
      font-family: "Sorts Mill Goudy", serif; }
  .banner .sub-text-two {
    color: #fff;
    display: block;
    font-family: "Sorts Mill Goudy", serif;
    text-transform: uppercase;
    padding: 0 0 28px 0; }

.no-csstransforms .banner .banner-text {
  display: table; }
.no-csstransforms .banner .banner-text-content {
  display: table-cell;
  vertical-align: middle;
  top: auto;
  position: relative; }
.no-csstransforms .banner .main-text {
  display: inline-block; }

@media only screen and (max-width: 768px) {
  .banner .banner-text-content {
    left: 30px; }
  .banner .main-text {
    font-size: 6vw;
    padding: 20px 0; }
  .banner .sub-text-one {
    font-size: 6vw;
    padding: 20px 0 10px 0; }
  .banner .sub-text-two {
    font-size: 3vw;
    padding: 0 0 15px 0; }
  .banner a.button.large {
    height: 35px;
    line-height: 35px; } }
.banner.strip {
  background: #3c3c3c;
  margin: 0 0 28px 0; }
  .banner.strip .banner-text {
    position: static;
    text-align: center;
    vertical-align: middle; }
  .banner.strip .banner-text-content {
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    padding: 15px 0; }
  .banner.strip .sub-text-one {
    display: inline-block;
    padding: 0;
    font-size: 20px;
    position: relative; }
  .banner.strip .sub-text-two {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin-left: 20px; }
  .banner.strip .banner-text-content::before,
  .banner.strip .banner-text-content::after,
  .banner.strip .sub-text-one::before,
  .banner.strip .sub-text-one::after {
    content: " ";
    height: 1px;
    width: 25px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background: #fff; }
  .banner.strip .banner-text-content::before,
  .banner.strip .sub-text-one::before {
    left: -30px; }
  .banner.strip .banner-text-content::after,
  .banner.strip .sub-text-one::after {
    right: -30px; }
  .banner.strip .sub-text-one::before,
  .banner.strip .sub-text-one::after {
    display: none; }

@media only screen and (max-width: 768px) {
  .banner.strip .banner-text-content::before,
  .banner.strip .banner-text-content::after {
    display: none; }
  .banner.strip .sub-text-one::before,
  .banner.strip .sub-text-one::after {
    display: block; }
  .banner.strip .sub-text-one {
    font-size: 5vw; }
  .banner.strip .sub-text-two {
    font-size: 3vw;
    margin: 0;
    display: block; } }
/**
* Promos
*/
.promo {
  position: relative; }
  .promo img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .promo .promo-text {
    position: absolute;
    height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .promo .promo-text.full {
    width: 100%;
    top: 0;
    left: 0; }
  .promo .promo-text.right {
    width: 48%;
    top: 0;
    right: 0; }
  .promo .promo-text.left {
    width: 48%;
    top: 0;
    left: 0; }
  .promo .promo-text-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .promo .pre-text {
    font-size: 20px;
    font-family: "Sorts Mill Goudy", serif;
    position: relative;
    display: inline-block;
    line-height: 0.8; }
  .promo .pre-text::before,
  .promo .pre-text::after {
    content: " ";
    height: 1px;
    width: 25px;
    display: block;
    position: absolute;
    top: 4px;
    background: #fff; }
  .promo .pre-text::before {
    left: -30px; }
  .promo .pre-text::after {
    right: -30px; }
  .promo .main-text {
    display: block;
    font-size: 38px;
    font-family: "Montserrat", sans-serif;
    line-height: 0.8;
    margin: 22px 0 22px 0; }
  .promo .sub-text-one {
    font-size: 16px;
    font-family: "Montserrat", sans-serif; }
  .promo .sub-text-two {
    font-size: 12px;
    font-family: "Sorts Mill Goudy", serif; }

.no-csstransforms .promo .promo-text {
  display: table; }
.no-csstransforms .promo .promo-text.right {
  width: 48%;
  left: 52%; }
.no-csstransforms .promo .promo-text-content {
  display: table-cell;
  position: relative;
  top: auto;
  vertical-align: middle; }

@media only screen and (max-width: 768px) {
  .promo .promo-text.right {
    width: 52%; }
  .promo .main-text {
    font-size: 8vw;
    line-height: 1.2;
    margin: 10px 0 20px 0; } }
@media only screen and (max-width: 375px) {
  .promo a.button.large {
    padding: 0;
    width: 85%; }
  .promo .promo-text.full .main-text {
    line-height: 1;
    margin: 10px 0 10px 0; }
  .promo .promo-text.full .sub-text-one {
    margin: 0; }
  .promo .promo-text.full .sub-text-two {
    margin: 0; } }
/**
* Category
*/
.category-image {
  margin: 0 0 30px 0; }
  .category-image img {
    max-width: 100%;
    height: auto; }

.category-title h3 {
  margin: 0 0 20px 0; }

ul.category-menu {
  padding: 0;
  margin: 0; }
  ul.category-menu ul {
    padding: 0;
    margin: 0; }
  ul.category-menu li {
    padding: 0;
    margin: 0;
    list-style: none; }
  ul.category-menu a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 26px; }
  ul.category-menu li.level-top a.level-top {
    color: #000;
    font-size: 14px; }
  ul.category-menu li.level-top ul {
    display: none;
    margin-bottom: 10px; }
    ul.category-menu li.level-top ul a {
      font-size: 12px; }
  ul.category-menu li.level-top.active ul {
    display: block; }

.category-products .toolbar .pages {
  display: none; }
.category-products .toolbar-bottom .toolbar .pages {
  display: block;
  float: right; }
.category-products .toolbar-bottom .toolbar .amount {
  display: none; }
.category-products .toolbar-bottom .toolbar .single-filter {
  display: none; }
.category-products .toolbar-bottom .toolbar .sorter {
  display: none; }
.category-products .toolbar-bottom .toolbar .filters.all {
  display: none; }

.filters {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  min-height: 82px; }
  .filters .single-filter {
    display: inline-block; }
  .filters label {
    margin-right: 15px; }
  .filters .custom-select {
    margin-right: 30px; }
  .filters .single-filter.active {
    margin-right: 25px; }
    .filters .single-filter.active a {
      padding: 9px 25px 9px 12px;
      border: 1px solid #cbcbcb;
      display: inline-block;
      vertical-align: middle;
      color: #3c3c3c;
      font-size: 14px;
      position: relative; }
      .filters .single-filter.active a .label {
        color: #3c3c3c;
        font-size: 14px;
        padding: 0;
        font-weight: normal; }
      .filters .single-filter.active a i {
        position: absolute;
        right: 7px;
        top: 50%;
        margin-top: -8px;
        cursor: pointer; }
      .filters .single-filter.active a i::before {
        color: #7e7e7e; }
    .filters .single-filter.active a:hover {
      border: 1px solid #777; }
      .filters .single-filter.active a:hover i::before {
        color: #777; }

.filters::after {
  content: " ";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0; }

@media only screen and (max-width: 768px) {
  .filters .single-filter, .pager .single-filter {
    width: 35%;
    padding-right: 5%;
    display: block;
    float: left; }
    .filters .single-filter label, .pager .single-filter label {
      display: block; }
  .filters .single-filter:last-child, .pager .single-filter:last-child {
    width: 30%;
    padding-right: 0; }
  .filters .custom-select, .pager .custom-select {
    margin-right: 0;
    width: 100%; }
  .filters a, .pager a {
    width: 100%; }

  .filters::after {
    content: " ";
    clear: both;
    visibility: hidden;
    display: block;
    height: 0; } }
/**
* Product Grid
*/
ul.products-grid {
  padding: 0;
  margin: 30px 0; }
  ul.products-grid li.item {
    list-style: none;
    text-align: center;
    margin-bottom: 15px; }
    ul.products-grid li.item .product-image-wrapper {
      position: relative; }
      ul.products-grid li.item .product-image-wrapper .quickview-iframe {
        position: absolute;
        bottom: 15px;
        left: 50%;
        line-height: 40px;
        height: 40px;
        transform: translateX(-50%);
        vertical-align: middle;
        display: none; }
        ul.products-grid li.item .product-image-wrapper .quickview-iframe i {
          margin-right: 10px;
          font-size: 14px;
          vertical-align: middle; }
    ul.products-grid li.item .product-image-wrapper:hover .quickview-iframe {
      display: block; }
    ul.products-grid li.item .product-image {
      display: block; }
      ul.products-grid li.item .product-image img {
        max-width: 100%;
        width: 100%;
        height: auto; }
    ul.products-grid li.item .product-name {
      display: block;
      margin-top: 22px; }
      ul.products-grid li.item .product-name a {
        font-family: "Sorts Mill Goudy", serif;
        font-size: 16px;
        font-style: italic;
        color: #3c3c3c; }
    ul.products-grid li.item .regular-price {
      color: #ed80af;
      font-family: "Montserrat", sans-serif; }
    ul.products-grid li.item .regular-price.cross {
      color: #e9e9e9;
      text-decoration: line-through; }
    ul.products-grid li.item .special-price.pink {
      color: #ed80af;
      font-family: "Montserrat", sans-serif; }

@media only screen and (max-width: 768px) {
  ul.products-grid li.item .product-image-wrapper:hover .quickview-iframe {
    display: none; } }
.new-products .subtitle {
  text-align: center;
  margin: 55px 0 48px 0; }
.new-products .products-grid {
  margin: 0; }

/**
* Product Detail
*/
.product-view .product-img-box img {
  max-width: 100%;
  width: 100%;
  height: auto; }
.product-view .price-box {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: #cbcbcb;
  margin-bottom: 20px; }
  .product-view .price-box .price-label {
    display: none; }
  .product-view .price-box .old-price {
    text-decoration: line-through;
    display: inline-block; }
  .product-view .price-box .regular-price, .product-view .price-box .special-price {
    color: #ed80af;
    display: inline-block; }
.product-view .product-top-elements {
  padding-bottom: 35px;
  margin-bottom: 38px;
  border-bottom: 1px solid #cbcbcb; }
  .product-view .product-top-elements .rating-score {
    margin-right: 20px;
    margin-left: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 14px; }
  .product-view .product-top-elements .rating-links {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px; }
    .product-view .product-top-elements .rating-links a {
      margin-right: 20px; }
.product-view .no-rating {
  margin: 0; }
  .product-view .no-rating a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
.product-view .product-options dl {
  margin: 0; }
.product-view .product-options-bottom {
  margin-top: 20px; }
.product-view .add-to-cart {
  margin-top: 30px; }
  .product-view .add-to-cart .btn-cart {
    display: inline-block; }
  .product-view .add-to-cart .add-to-links {
    padding: 0;
    margin: 0 0 0 20px;
    display: inline-block; }
    .product-view .add-to-cart .add-to-links li {
      list-style: none; }
    .product-view .add-to-cart .add-to-links a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      text-transform: uppercase; }
.product-view .qty-selector .qty,
.product-view .qty-selector button {
  width: 40px;
  height: 40px;
  text-align: center; }
.product-view .qty-selector .qty {
  margin: 0 5px;
  vertical-align: top;
  color: #ed80af;
  font-family: "Montserrat", sans-serif;
  font-size: 12px; }
.product-view .qty-selector button {
  font-family: sans-serif;
  background: #fff;
  border: 1px solid #cbcbcb;
  outline: none; }
  .product-view .qty-selector button span {
    cursor: pointer; }
.product-view .color-swatch-wrapper ul {
  padding: 0;
  margin-bottom: 20px; }
  .product-view .color-swatch-wrapper ul li {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 7px;
    list-style: none;
    border: 3px solid #fff; }
    .product-view .color-swatch-wrapper ul li span {
      line-height: 38px;
      text-align: center;
      color: #ed80af;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      border: 1px solid #cbcbcb; }
    .product-view .color-swatch-wrapper ul li img {
      width: 40px;
      height: 40px;
      max-width: none; }
    .product-view .color-swatch-wrapper ul li span, .product-view .color-swatch-wrapper ul li img {
      cursor: pointer;
      margin: -3px 0 0 -3px; }
  .product-view .color-swatch-wrapper ul li:hover,
  .product-view .color-swatch-wrapper ul li.active {
    border: 3px solid #cbcbcb;
    overflow: hidden; }
.product-view .color-swatch-wrapper ul::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.product-view .product-image-gallery {
  position: relative; }
  .product-view .product-image-gallery .gallery-image {
    display: none; }
  .product-view .product-image-gallery .gallery-image.visible {
    display: block; }
  .product-view .product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden; }
.product-view .product-image-gallery:before, .product-view .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none; }
.product-view .product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
.product-view .product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
.product-view .product-image-gallery.loading {
  position: relative; }
.product-view .product-image-gallery.loading:before, .product-view .product-image-gallery.loading:after {
  display: block; }
.product-view .more-views ul {
  padding: 0;
  margin: 0; }
  .product-view .more-views ul li {
    list-style: none;
    margin-bottom: 2px; }
.product-view .more-views a {
  display: block; }
.product-view .product-collateral {
  margin-top: 45px;
  padding-top: 35px;
  border-top: 1px solid #cbcbcb; }

@media only screen and (max-width: 768px) {
  .product-view .product-top-elements {
    padding-bottom: 20px;
    margin-bottom: 25px; }
    .product-view .product-top-elements .product-name {
      margin-top: 15px; }
      .product-view .product-top-elements .product-name h1 {
        margin-bottom: 0; }
    .product-view .product-top-elements .price-box {
      margin: 15px 0; }
    .product-view .product-top-elements .rating-links {
      margin-top: 20px; }
  .product-view .product-collateral {
    margin-top: 15px; } }
.box-reviews {
  margin-top: 55px; }
  .box-reviews .review-right {
    margin-top: 20px; }
  .box-reviews .box-title {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 30px 0;
    line-height: 1; }
    .box-reviews .box-title h3 {
      margin: 0 0 10px 0; }
  .box-reviews dl dd {
    padding: 80px 0;
    border-bottom: 1px solid #cbcbcb; }
    .box-reviews dl dd h6 {
      color: #3c3c3c;
      margin: 0 0 10px 0; }
    .box-reviews dl dd .author {
      font-size: 18px;
      color: #ed80af;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      display: block;
      padding-bottom: 10px; }
    .box-reviews dl dd .date {
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .box-reviews dl dd .ratings-table {
      width: 100%; }
      .box-reviews dl dd .ratings-table th {
        width: 100px; }
      .box-reviews dl dd .ratings-table td, .box-reviews dl dd .ratings-table th {
        padding: 10px 0; }
    .box-reviews dl dd .rating-box {
      width: 92px;
      background: url("../images/stars-bg.svg") no-repeat top left; }
      .box-reviews dl dd .rating-box .rating {
        background: url("../images/stars.svg") no-repeat top left;
        height: 16px; }
  .box-reviews #product-review-table {
    width: 100%; }
    .box-reviews #product-review-table thead th {
      text-align: center;
      padding: 0;
      border: 0; }
    .box-reviews #product-review-table th {
      width: 100px; }
    .box-reviews #product-review-table td.value {
      text-align: center;
      padding: 8px 0;
      border: 0; }
      .box-reviews #product-review-table td.value .radio, .box-reviews #product-review-table td.value .checkbox {
        display: inline; }

.box-up-sell {
  margin-top: 100px; }
  .box-up-sell h2 {
    text-align: center;
    margin-bottom: 50px; }
  .box-up-sell .price-box {
    font-size: 16px; }

/**
* Quick View
*/
.quickview.product-view .product-top-elements {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none; }
.quickview.product-view .price-box {
  line-height: 1; }
.quickview.product-view .product-collateral {
  padding: 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #cbcbcb; }
  .quickview.product-view .product-collateral p:last-child {
    margin: 0; }
.quickview.product-view .more-views ul {
  width: 100%; }
  .quickview.product-view .more-views ul li {
    float: left;
    width: 76px;
    margin: 5px; }

/**
* Social Share
*/
.social-share {
  padding: 0;
  margin: 10px 0 0 0; }
  .social-share li {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer; }
    .social-share li a {
      cursor: pointer; }
      .social-share li a .cls-2 {
        fill: #4e4f50; }
      .social-share li a svg, .social-share li a path, .social-share li a image {
        cursor: pointer; }
    .social-share li a:hover .cls-2 {
      fill: #ed80af; }
    .social-share li span {
      position: absolute;
      left: -9999px; }

@media only screen and (max-width: 768px) {
  .social-share {
    text-align: center;
    border-top: 1px solid #cbcbcb;
    padding-top: 20px;
    margin-top: 35px; } }
/**
* Toolbar
*/
.toolbar .pager {
  text-align: left; }
.toolbar .amount {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #656565;
  text-transform: uppercase; }
.toolbar .sorter {
  float: right; }
  .toolbar .sorter .custom-select {
    margin-right: 0; }

.pager .sorter {
  display: none; }

.pages ol {
  margin: 0;
  padding: 0; }
.pages li {
  list-style: none;
  display: inline-block; }
  .pages li a, .pages li strong {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #cbcbcb;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #ed80af;
    text-align: center;
    line-height: 38px; }
  .pages li strong {
    color: #000; }
  .pages li a:hover {
    color: #fff;
    background: #ed80af; }
  .pages li i {
    font-size: 18px;
    position: relative;
    top: 2px;
    cursor: pointer; }
  .pages li i:before {
    cursor: pointer; }

/**
* Blog
*/
.is-blog .blog-home .featured-post, .is-blog .blog-search .featured-post, .is-blog .blog-category .featured-post {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 45px;
  margin-bottom: 55px; }
  .is-blog .blog-home .featured-post .featured-image, .is-blog .blog-search .featured-post .featured-image, .is-blog .blog-category .featured-post .featured-image {
    padding: 0;
    margin: 0 0 40px 0;
    border: none; }
    .is-blog .blog-home .featured-post .featured-image a, .is-blog .blog-search .featured-post .featured-image a, .is-blog .blog-category .featured-post .featured-image a {
      display: block;
      text-align: center; }
    .is-blog .blog-home .featured-post .featured-image img, .is-blog .blog-search .featured-post .featured-image img, .is-blog .blog-category .featured-post .featured-image img {
      max-width: 100%;
      height: auto; }
  .is-blog .blog-home .featured-post .post-title h2, .is-blog .blog-search .featured-post .post-title h2, .is-blog .blog-category .featured-post .post-title h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 12px 0; }
  .is-blog .blog-home .featured-post .post-meta, .is-blog .blog-search .featured-post .post-meta, .is-blog .blog-category .featured-post .post-meta {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    color: #ed80af; }
  .is-blog .blog-home .featured-post .post-excerpt, .is-blog .blog-search .featured-post .post-excerpt, .is-blog .blog-category .featured-post .post-excerpt {
    margin: 30px 0 0 0; }
  .is-blog .blog-home .featured-post .read-more, .is-blog .blog-search .featured-post .read-more, .is-blog .blog-category .featured-post .read-more {
    margin: 25px 0 0 0; }
    .is-blog .blog-home .featured-post .read-more a, .is-blog .blog-search .featured-post .read-more a, .is-blog .blog-category .featured-post .read-more a {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase; }
.is-blog .post-list {
  padding: 0; }
  .is-blog .post-list .featured-image {
    padding: 0;
    margin: 0 0 25px 0;
    border: none; }
    .is-blog .post-list .featured-image a {
      display: block; }
    .is-blog .post-list .featured-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }
  .is-blog .post-list h2 {
    margin: 0;
    line-height: 1.2; }
    .is-blog .post-list h2 a {
      color: #000; }
  .is-blog .post-list .item {
    list-style: none; }
  .is-blog .post-list .post-entry {
    margin: 0 0 20px 0; }
  .is-blog .post-list .post-meta {
    color: #ed80af;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px; }
.is-blog .post-view .featured-image {
  margin: 0;
  padding: 0;
  border: none; }
.is-blog .post-view .page-title {
  border-bottom: 0;
  padding-bottom: 20px; }
.is-blog .post-view .post-meta {
  color: #ed80af;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 30px 0; }
.is-blog .post-view .comments-wrapper .comments-title {
  padding: 30px 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb; }
  .is-blog .post-view .comments-wrapper .comments-title h2 {
    margin: 0;
    font-family: "Sorts Mill Goudy", serif; }
  .is-blog .post-view .comments-wrapper .comments-title p {
    margin: 15px 0 0 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 14px; }
.is-blog .post-view .comments-wrapper .legend {
  text-transform: uppercase;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1;
  padding: 30px 0;
  margin: 0 0 50px 0;
  font-size: 20px; }
.is-blog .post-view .comments-wrapper .comment-list {
  padding: 40px 0 85px 0; }
.is-blog .post-view .comments-wrapper .comment {
  padding: 0 0 65px 0;
  margin: 0; }
  .is-blog .post-view .comments-wrapper .comment .gravatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    margin: 0; }
    .is-blog .post-view .comments-wrapper .comment .gravatar img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px; }
  .is-blog .post-view .comments-wrapper .comment .comment-inner {
    padding: 0;
    margin: 0 0 0 15px;
    border: none; }
  .is-blog .post-view .comments-wrapper .comment .comment-url {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #ed80af;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    display: block; }
  .is-blog .post-view .comments-wrapper .comment .comment-when {
    text-transform: uppercase;
    font-size: 12px;
    color: #3c3c3c;
    margin: 0 0 25px 0; }
.is-blog .post-view .comments-wrapper .comment:last-child {
  padding: 0; }
.is-blog .post-view .social-share {
  margin: 0 0 25px 0; }
.is-blog .toolbar {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 20px 0;
  text-align: center; }
  .is-blog .toolbar .single-filter {
    display: inline-block; }
  .is-blog .toolbar .sorter {
    float: left;
    margin-right: 70px;
    display: block; }
  .is-blog .toolbar .pages {
    display: inline-block;
    float: right; }

.wp-sidebar .block {
  padding: 25px 20px;
  margin: 0 0 10px 0;
  background: #e9e9e9; }
  .wp-sidebar .block .block-title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
  .wp-sidebar .block .blog-search {
    padding: 0;
    position: relative; }
    .wp-sidebar .block .blog-search i {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -9px;
      color: #cbcbcb; }
    .wp-sidebar .block .blog-search .input-text {
      margin: 0; }
  .wp-sidebar .block ul {
    padding: 0;
    margin: 0; }
    .wp-sidebar .block ul li {
      list-style: none;
      margin: 0 0 15px 0; }
      .wp-sidebar .block ul li a {
        max-width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 12px; }
    .wp-sidebar .block ul li.last {
      margin: 0; }

@media only screen and (max-width: 768px) {
  .is-blog .post-view .social-share {
    margin: 0 0 15px 0; }
  .is-blog .post-view .comments-wrapper .comment .gravatar {
    margin: 0 auto 20px auto;
    float: none; }
  .is-blog .post-view .comments-wrapper .comment .comment-inner {
    margin: 0; }
  .is-blog .post-view .comments-wrapper .comment .comment-meta {
    text-align: center; }
  .is-blog .toolbar .pages {
    float: none;
    margin-top: 35px; }
  .is-blog .toolbar .per-page {
    display: none; } }
/**
* Contact Form
*/
.contact-form p {
  margin: 0 0 30px 0; }

/**
* Account
*/
.box-account .box {
  margin-bottom: 55px; }
.box-account .box-title h3 {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 30px 0 26px 0;
  margin: 0 0 20px 0; }
.box-account .box-title h6 {
  display: inline-block;
  margin-right: 10px; }
.box-account a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

.box-recent {
  margin-bottom: 55px; }
  .box-recent .box-head a {
    margin-top: 26px; }

.addresses-list ol {
  padding: 0;
  margin: 0; }
  .addresses-list ol li {
    list-style: none; }

.my-account .section-title {
  padding-bottom: 20px; }
  .my-account .section-title h1 {
    float: left;
    margin: 0; }
  .my-account .section-title .pager {
    float: right;
    margin: 0; }
  .my-account .section-title .amount {
    display: none; }
.my-account .section-title::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }
.my-account .listdata input {
  float: left;
  margin: 2px 0 0; }
.my-account .order-info {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb; }
.my-account #my-reviews-table td {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px; }
  .my-account #my-reviews-table td h2.product-name {
    line-height: 1;
    margin-top: 0; }
    .my-account #my-reviews-table td h2.product-name a {
      vertical-align: top; }
.my-account #my-reviews-table td.first {
  width: 5%;
  padding-left: 0; }
.my-account #my-reviews-table td.last {
  padding-right: 0; }
.my-account #my-reviews-table td:nth-child(3) {
  width: 70%; }
.my-account .product-review dl {
  margin: 30px 0; }
  .my-account .product-review dl dt {
    margin-bottom: 15px; }
.my-account .ratings-table th, .my-account .ratings-table td {
  padding: 8px 8px 8px 0; }
.my-account .pager-bottom {
  border-bottom: 1px solid #cbcbcb; }
  .my-account .pager-bottom .pager {
    padding: 15px 0; }
  .my-account .pager-bottom .limiter {
    float: right; }

#my-orders-table thead th {
  font-size: 20px;
  border-top: 1px solid #cbcbcb;
  padding: 25px 0; }
#my-orders-table tbody td {
  width: 15%; }
#my-orders-table tbody td.first {
  width: 30%; }
#my-orders-table tbody td.last {
  text-align: center; }
#my-orders-table tfoot .a-right {
  text-align: right; }
#my-orders-table tfoot .a-center {
  text-align: center; }
#my-orders-table tfoot .a-left {
  text-align: left; }
#my-orders-table tfoot td {
  padding: 8px 0; }

#my-orders-table.detailed-view tbody td.last {
  text-align: left; }

@media only screen and (max-width: 768px) {
  .my-account .section-title h1 {
    float: none; }
  .my-account .section-title .pager {
    margin-top: 25px;
    float: none; }
  .my-account .section-title .pager::after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .my-account .pager-bottom {
    border: 0; }
  .my-account .pager {
    margin-top: 25px; }
    .my-account .pager .limiter .per-page {
      display: none; }

  .registered-users {
    margin-top: 55px; }

  #my-orders-table {
    width: 100%; }
    #my-orders-table thead {
      display: none; }
    #my-orders-table tbody tr {
      border-bottom: 1px solid #cbcbcb; }
      #my-orders-table tbody tr td {
        display: block;
        width: 100%;
        padding: 5px 0;
        border: none; }
      #my-orders-table tbody tr td:nth-child(3) {
        display: none; }
      #my-orders-table tbody tr td:first-child {
        width: 100%;
        padding-top: 20px; }
      #my-orders-table tbody tr td.last {
        padding-bottom: 20px;
        text-align: left; }
    #my-orders-table tbody tr.first td:first-child {
      border-top: 1px solid #cbcbcb; }
    #my-orders-table tfoot td {
      padding: 8px 10px 8px 0;
      display: block;
      float: left;
      width: 50%; } }
/**
* Wishlist
*/
#wishlist-table img {
  width: 100%;
  max-width: 100%;
  height: auto; }
#wishlist-table tr.first td {
  border-top: 1px solid #cbcbcb; }
#wishlist-table td {
  padding-right: 20px; }
  #wishlist-table td .product-name {
    margin-top: 0; }
  #wishlist-table td .description {
    margin-bottom: 20px; }
  #wishlist-table td .price-box {
    font-family: "Montserrat", sans-serif;
    color: #ed80af;
    margin-bottom: 20px; }
  #wishlist-table td .qty {
    width: 33px;
    height: 33px;
    padding: 0;
    text-align: center;
    position: relative;
    top: 2px;
    margin: 15px 0; }
  #wishlist-table td .item-options {
    margin: 20px 0; }
    #wishlist-table td .item-options dl {
      margin: 0; }
#wishlist-table td:first-child {
  width: 25%; }
#wishlist-table td:nth-child(2) {
  width: 40%; }

@media only screen and (max-width: 768px) {
  #wishlist-table tr {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb; }
  #wishlist-table tr.first td {
    border: none; }
  #wishlist-table td {
    display: block;
    border: none;
    padding: 15px 0; }
  #wishlist-table td:nth-child(2) {
    width: 100%; }
  #wishlist-table th:first-child {
    display: none; } }
/**
* Cart
*/
.cart .page-title h1 {
  float: left; }
.cart .page-title .checkout-types {
  float: right; }
.cart .checkout-types {
  margin: 0;
  padding: 0; }
  .cart .checkout-types li {
    list-style: none; }
  .cart .checkout-types .paypal-logo {
    display: none; }
  .cart .checkout-types button.button {
    max-width: none; }
.cart .cart-table {
  margin-bottom: 55px; }
  .cart .cart-table .product-name {
    margin: 0 0 20px 0;
    line-height: 1;
    font-size: 14px; }
    .cart .cart-table .product-name a {
      color: #000;
      font-size: inherit; }
  .cart .cart-table .qty {
    width: 45px;
    text-align: center; }
  .cart .cart-table .product-image {
    display: block;
    float: left;
    width: 170px;
    margin-right: 30px; }
  .cart .cart-table .item-options {
    margin: 0 0 10px 0; }
  .cart .cart-table .btn-remove2 {
    font-size: 20px; }
    .cart .cart-table .btn-remove2 span {
      display: block;
      text-indent: -9999px; }
  .cart .cart-table tbody td .cart-price {
    font-family: "Montserrat", sans-serif;
    font-size: 14px; }
  .cart .cart-table tbody td:first-child {
    width: 55%; }
  .cart .cart-table tbody td:last-child {
    width: 70px;
    text-align: center; }
  .cart .cart-table tfoot a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
  .cart .cart-table tfoot button.button {
    color: #ed80af;
    border: none;
    background: none; }
  .cart .cart-table tfoot span {
    color: #000;
    font-family: "Montserrat", sans-serif; }
  .cart .cart-table tfoot a, .cart .cart-table tfoot button.button, .cart .cart-table tfoot span {
    font-size: 12px; }
  .cart .cart-table tfoot td {
    padding: 15px 0;
    border-bottom: 1px solid #cbcbcb; }
.cart .discount .input-box {
  width: 60%;
  float: left; }
.cart .discount .buttons-set {
  width: 40%;
  float: left;
  margin-top: 0;
  margin-left: -1px; }
  .cart .discount .buttons-set button.button {
    height: 35px;
    width: 100%;
    max-width: 100%;
    padding: 0; }
.cart .shipping .custom-select {
  width: 100%; }
.cart .discount, .cart .shipping {
  padding: 25px 20px;
  margin: 0 0 10px 0;
  background: #e9e9e9; }
  .cart .discount h6, .cart .shipping h6 {
    margin: 0 0 15px 0;
    color: #3c3c3c; }
  .cart .discount dt, .cart .shipping dt {
    margin-top: 15px; }
  .cart .discount .buttons-set, .cart .shipping .buttons-set {
    text-align: right; }
.cart .totals {
  border-top: 1px solid #cbcbcb;
  padding-top: 30px; }
  .cart .totals table {
    width: 100%; }
    .cart .totals table td {
      width: 35%;
      text-transform: uppercase;
      font-size: 14px;
      padding-left: 15px;
      padding-bottom: 15px; }
    .cart .totals table td:first-child {
      width: 65%;
      font-weight: bold;
      text-align: right;
      padding-right: 15px;
      padding-left: 0;
      font-family: "Montserrat", sans-serif; }
    .cart .totals table tfoot td {
      font-size: 20px; }
  .cart .totals .checkout-types {
    text-align: center;
    margin-top: 15px; }
    .cart .totals .checkout-types li {
      margin-bottom: 10px; }
.cart .crosssell h2 {
  text-align: center; }

@media only screen and (max-width: 992px) {
  .cart .shipping .custom-select {
    width: 100%; }
  .cart .totals table {
    width: auto;
    float: left; }
  .cart .totals .checkout-types {
    float: right;
    margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .cart .cart-table .product-image {
    display: none; } }
@media only screen and (max-width: 400px) {
  .cart .page-title h1 {
    float: none; }
  .cart .page-title .checkout-types {
    float: none;
    margin-top: 15px; }
  .cart .cart-table thead th:nth-child(2) {
    display: none; }
  .cart .cart-table tbody td:nth-child(2) {
    display: none; }
  .cart .cart-table tfoot {
    text-align: center; }
    .cart .cart-table tfoot div {
      width: 100%;
      margin-top: 15px; }
  .cart .totals table {
    width: 100%; } }
/**
* Checkout
*/
.opc {
  margin: 0;
  padding: 0; }
  .opc li {
    list-style: none; }
  .opc .section.active .step-title a {
    display: none; }
  .opc .step-title {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0;
    margin-bottom: -1px; }
    .opc .step-title .number {
      background: #ed80af;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      display: block;
      float: left;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 12px; }
    .opc .step-title h2 {
      margin: 0 0 0 15px;
      line-height: 40px;
      font-family: "Sorts Mill Goudy", serif;
      font-size: 20px;
      text-transform: uppercase; }
    .opc .step-title a {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      line-height: 40px; }
  .opc .step {
    padding: 50px 0; }
    .opc .step h3 {
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 15px; }
    .opc .step p {
      margin: 0 0 25px 0; }
    .opc .step .custom-select {
      width: 100%; }
    .opc .step .form-list ul {
      padding: 0; }
    .opc .step table .product-image {
      width: 170px;
      float: left;
      margin-right: 25px; }
    .opc .step .sp-methods dt {
      margin-bottom: 15px; }
      .opc .step .sp-methods dt input {
        display: inline-block; }
      .opc .step .sp-methods dt label {
        display: inline-block;
        margin-left: 15px; }
    .opc .step .sp-methods dd {
      margin-bottom: 30px; }
    .opc .step .sp-methods dd:last-child {
      margin-bottom: 0; }
    .opc .step #co-payment-form dt {
      margin: 0;
      line-height: 44px; }
    .opc .step #co-payment-form dd {
      margin: 0; }
    .opc .step #co-payment-form .form-list {
      margin-bottom: 30px; }
    .opc .step .order-review .data-table tbody tr.last td {
      border: none; }
    .opc .step .order-review .data-table tfoot {
      border: 1px solid #e9e9e9; }
      .opc .step .order-review .data-table tfoot td {
        padding: 10px 15px; }
      .opc .step .order-review .data-table tfoot td:first-child {
        text-align: right;
        font-weight: bold;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-transform: uppercase; }
      .opc .step .order-review .data-table tfoot td.last {
        padding-right: 30px; }
      .opc .step .order-review .data-table tfoot tr.first td {
        padding: 30px 15px 10px 15px; }
      .opc .step .order-review .data-table tfoot tr.last td {
        padding: 10px 15px 30px 15px;
        font-size: 20px; }
      .opc .step .order-review .data-table tfoot tr.last td.last {
        padding-right: 30px; }
    .opc .step #review-buttons-container {
      text-align: right;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      text-transform: uppercase; }
      .opc .step #review-buttons-container a {
        float: none;
        font-family: inherit;
        font-size: inherit; }
      .opc .step #review-buttons-container .actions {
        margin: 30px 0; }
    .opc .step .buttons-set p {
      margin: 0; }
    .opc .step .buttons-set .actions {
      margin: 25px 0 0 0; }

@media only screen and (max-width: 768px) {
  .opc .step table .product-image {
    display: none; }
  .opc .step .new-customers {
    margin-bottom: 25px; } }
.block-progress {
  background: #e9e9e9;
  padding: 25px 20px; }
  .block-progress dl {
    margin: 0; }
    .block-progress dl dt {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 15px; }
      .block-progress dl dt a {
        font-size: 12px;
        margin-left: 15px; }
    .block-progress dl dd {
      margin-bottom: 35px; }
  .block-progress #payment-progress-opcheckout dt {
    margin-bottom: 0; }
  .block-progress #payment-progress-opcheckout dd {
    margin-bottom: 0; }
    .block-progress #payment-progress-opcheckout dd p {
      margin: 0; }

/**
* Sidebar
*/
.sidebar .block-account {
  padding: 20px;
  background: #e9e9e9;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }
  .sidebar .block-account .block-title {
    font-size: 14px;
    margin-bottom: 15px; }
  .sidebar .block-account ul {
    padding: 0;
    margin: 0; }
    .sidebar .block-account ul li {
      list-style: none; }
    .sidebar .block-account ul a, .sidebar .block-account ul strong {
      font-family: inherit;
      font-size: 12px;
      line-height: 26px; }
.sidebar .block-menu {
  padding: 25px 20px;
  background: #e9e9e9; }
  .sidebar .block-menu h6 {
    color: #3c3c3c;
    margin: 0; }
  .sidebar .block-menu .block-title {
    margin: 0 0 15px 0; }
  .sidebar .block-menu .block-content ul {
    padding: 0;
    margin: 0; }
  .sidebar .block-menu .block-content li {
    list-style: none;
    margin: 0 0 4px 0; }
    .sidebar .block-menu .block-content li a {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-size: 12px; }
  .sidebar .block-menu .block-content li:last-child {
    margin: 0; }
.sidebar .block {
  margin: 0 0 30px 0; }
.sidebar .block-title h3 {
  padding: 24px 0 20px 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0 20px 0;
  line-height: 1; }

@media only screen and (max-width: 992px) {
  .sidebar {
    margin-top: 55px; } }
/**
* Messages
*/
.messages {
  padding: 0;
  margin: 0 0 55px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px; }
  .messages ul {
    padding: 0; }
  .messages li {
    list-style: none; }
  .messages > li {
    padding: 20px;
    color: #fff; }
  .messages span {
    position: relative; }
  .messages span::before,
  .messages span::after {
    content: " ";
    height: 1px;
    width: 25px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    background: #fff; }
  .messages span::before {
    left: -30px; }
  .messages span::after {
    right: -30px; }
  .messages li.success-msg {
    background: #3c3c3c; }
  .messages li.notice-msg {
    background: #ed80af; }
  .messages li.error-msg {
    background: #e6184e; }

/**
* Breadcrumbs
*/
.breadcrumbs {
  margin-bottom: 28px; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0; }
    .breadcrumbs ul li {
      list-style: none;
      display: inline-block;
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
      .breadcrumbs ul li a {
        font-size: inherit;
        font-family: inherit;
        color: #000; }
      .breadcrumbs ul li strong {
        color: #ed80af; }

/**
* Footer
*/
.footer-container {
  background: #2e2e2e;
  text-transform: uppercase;
  padding: 70px 0; }
  .footer-container ul {
    margin: 0;
    padding: 0; }
  .footer-container li {
    list-style: none;
    line-height: 30px;
    color: #bababa;
    font-family: "Montserrat", sans-serif;
    font-size: 12px; }
  .footer-container span.title {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 16px;
    color: #fff;
    cursor: default; }
  .footer-container a {
    color: inherit; }
  .footer-container .newsletter .block-title {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    cursor: default; }
  .footer-container .newsletter .input-box {
    position: relative;
    margin-bottom: 16px; }
  .footer-container .newsletter input.input-text {
    background: #464646;
    border-radius: 3px;
    border: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase; }
  .footer-container .newsletter input.input-text:focus {
    border: 1px solid #666 !important; }
  .footer-container .newsletter button {
    border: 0;
    text-indent: -9999px;
    display: block;
    -webkit-appearance: none;
    background: #2e2e2e;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    position: absolute;
    right: 3px;
    top: 3px; }
  .footer-container .newsletter button::after {
    content: " ";
    display: block;
    border-left: 4px solid #8e8e8e;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -1px; }
  .footer-container .newsletter button:hover {
    background: #555; }
  .footer-container .newsletter button:hover::after {
    border-left: 4px solid #fff; }
  .footer-container .newsletter label {
    font-family: "Sorts Mill Goudy", serif;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
    color: #bababa; }
  .footer-container .connect .title {
    margin-bottom: 12px;
    display: block; }
  .footer-container .connect a {
    margin-right: 10px; }
    .footer-container .connect a .cls-2 {
      fill: #4e4f50; }
    .footer-container .connect a svg, .footer-container .connect a path, .footer-container .connect a image {
      cursor: pointer; }
  .footer-container .connect a:hover .cls-2 {
    fill: #ed80af; }

.copyright {
  background: #161616;
  color: #717171;
  text-align: center;
  margin: 0; }
  .copyright address {
    margin: 0;
    height: 50px;
    line-height: 50px; }

@media only screen and (max-width: 768px) {
  .footer-container ul {
    margin-bottom: 80px; } }
/**
* Page
*/
* {
  cursor: default; }

body {
  background: #fff;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 16px; }

p {
  margin: 0 0 15px 0; }

p.required {
  float: right;
  font-style: italic;
  font-size: 12px; }

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

/**
* Section Headers
*/
h1, h2, h5, h6 {
  font-family: "Montserrat", sans-serif; }

h3, h4 {
  font-family: "Sorts Mill Goudy", serif; }

h1 {
  font-size: 30px;
  line-height: 34px;
  color: #1e1e1e;
  text-transform: uppercase;
  margin: 0 0 22px 0; }

h2 {
  font-size: 26px;
  line-height: 28px;
  color: #3c3c3c;
  text-transform: uppercase; }

h3 {
  font-size: 20px;
  line-height: 22px;
  color: #3c3c3c;
  text-transform: uppercase; }

h4 {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  color: #3c3c3c; }

h5 {
  font-size: 16px;
  line-height: 22px;
  color: #ed80af;
  text-transform: uppercase; }

h6 {
  font-size: 14px;
  line-height: 22px;
  color: #656565;
  text-transform: uppercase; }

.page-title {
  margin: 27px 0 55px 0;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #e9e9e9; }
  .page-title h1 {
    line-height: 50px; }
  .page-title h1, .page-title h2 {
    margin: 0; }

.page-title::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

h2.section-title {
  margin: 0 0 38px 0;
  padding: 0 0 38px 0;
  border-bottom: 1px solid #cbcbcb; }

/**
* Links
*/
a {
  color: #ed80af;
  outline: none;
  cursor: pointer; }
  a span, a img {
    cursor: inherit; }

a:hover,
a:active,
a:focus {
  outline: none;
  color: #f74e99;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear; }

/**
* Buttons
*/
button.button,
a.button {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  outline: none;
  white-space: nowrap;
  max-width: 95%;
  cursor: pointer; }

button.button:active,
a.button:active {
  outline: none; }

button.button:hover,
a.button:hover {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear; }

button span {
  cursor: pointer; }

button.button.large,
a.button.large {
  line-height: 58px;
  height: 60px;
  padding: 0 42px;
  font-size: 14px; }

button.button.medium,
a.button.medium {
  line-height: 48px;
  height: 50px;
  padding: 0 30px;
  font-size: 12px; }

button.button.small,
a.button.small {
  line-height: 33px;
  height: 33px;
  padding: 0 22px;
  font-size: 12px; }

button.button.transparent,
a.button.transparent {
  background: transparent;
  border: 1px solid #fff; }

button.button.transparent:hover,
a.button.transparent:hover {
  background: #fff;
  color: #000; }

button.button.dark,
a.button.dark {
  background: #3c3c3c;
  color: #fff;
  border: 0; }

button.button.dark:hover,
a.button.dark:hover {
  background: #555; }

button.button.pink,
a.button.pink {
  background: #ed80af;
  color: #fff;
  border: 0; }

button.button.pink:hover,
a.button.pink:hover {
  background: #f74e99; }

/**
* Blockquote
*/
blockquote {
  background: #ef81b1;
  padding: 35px 25px;
  margin: 0;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff; }
  blockquote .author {
    display: block;
    text-align: right;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin-top: 15px; }

/**
* Lists
*/
ul {
  padding: 0 0 0 17px; }

/**
* Forms
*/
.fieldset {
  margin: 0 0 55px 0; }

.form-list {
  margin: 0;
  padding: 0; }
  .form-list li {
    list-style: none;
    margin-top: 20px; }
  .form-list li.fields .field {
    float: left;
    width: 49%; }
  .form-list li.fields .field + .field {
    margin-left: 2%; }
  .form-list li:first-child {
    margin-top: 0; }
  .form-list li.fields::after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .form-list li.control .checkbox,
  .form-list li.control .radio {
    float: left;
    margin: 0; }
  .form-list li.control label {
    margin-left: 25px;
    display: block; }
  .form-list label.required em {
    position: absolute;
    display: block;
    right: -6px;
    top: 0; }

label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative; }

.buttons-set {
  margin-top: 15px; }
  .buttons-set a {
    font-size: 12px;
    float: left; }
  .buttons-set .actions {
    margin-top: 5px; }

.custom-select {
  border: 1px solid #cbcbcb;
  background: #fff url("../images/select-arrow.png") no-repeat right center;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  cursor: pointer; }
  .custom-select select {
    width: 100%;
    padding: 7px 30px 6px 12px;
    outline: none;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .custom-select select::-ms-expand {
    display: none; }

.custom-select select:disabled {
  color: #cbcbcb; }

input.input-text {
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  height: 35px;
  line-height: 33px;
  border: 1px solid #cbcbcb;
  padding: 0 10px;
  font-family: Georgia, serif;
  cursor: text; }

textarea {
  width: 100%;
  border: 1px solid #cbcbcb;
  cursor: text;
  outline: none; }

input.input-text:focus,
textarea:focus {
  border: 1px solid #ef81b1 !important; }

/**
* Table
*/
.data-table {
  width: 100%; }
  .data-table thead th {
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 15px 0; }
  .data-table tbody td {
    padding: 30px 0;
    border-bottom: 1px solid #cbcbcb;
    vertical-align: top; }
    .data-table tbody td a {
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      text-transform: uppercase; }
  .data-table tfoot td {
    padding-right: 10px; }

@media only screen and (max-width: 768px) {
  .data-table tbody td {
    padding-right: 10px; }
  .data-table tbody td:last-child {
    padding-right: 0; } }
/**
* Spacing
*/
.vertical-55 {
  margin-top: 55px; }

.no-display {
  display: none; }

@media only screen and (max-width: 768px) {
  .vertical-55 {
    margin-top: 30px; }

  .full-mobile {
    padding-left: 0;
    padding-right: 0; } }
/**
* Ratings
*/
.rating-box {
  width: 92px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  background: url("../images/stars-bg.svg") no-repeat top left; }
  .rating-box .rating {
    background: url("../images/stars.svg") no-repeat top left;
    height: 16px; }

/**
* Misc
*/
.zoomContainer {
  z-index: 9; }

iframe[name="google_conversion_frame"] {
  display: none; }

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