@charset "UTF-8";
/*
------------------------------------------------------------------
SCSS Variables
------------------------------------------------------------------
*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #ffffff;
  color: #444444;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.blur .asset img,
  body.blur .title-element,
  body.blur .header,
  body.blur .footer,
  body.blur .asset.text,
  body.blur .asset:not(.mobile-caption-visible) .caption-toggle {
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px); }
  body.mobile-header-active {
    overflow: hidden; }

body.client .container {
  max-width: 90vw;
  margin: 82px auto 0px auto;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body.client .container {
      max-width: 95vw; } }

/*
------------------------------------------------------------------
General Styles
------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

h2 {
  color: #444444;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal; }

a {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

body.gallery .caption a,
body.gallery .title-element a,
body.listing .title-element a,
body.simple main a,
body.content main a {
  color: #444444;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }
  body.gallery .caption a:hover,
  body.gallery .title-element a:hover,
  body.listing .title-element a:hover,
  body.simple main a:hover,
  body.content main a:hover {
    color: #0000ff;
    text-decoration: underline; }

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

.container {
  display: block;
  overflow: auto;
  -webkit-transition: 300ms -webkit-filter linear;
  -moz-transition: 300ms -moz-filter linear;
  -moz-transition: 300ms filter linear;
  -ms-transition: 300ms -ms-filter linear;
  -o-transition: 300ms -o-filter linear;
  transition: 300ms filter linear, 300ms -webkit-filter linear; }
  @media only screen and (max-width: 767px) {
    .container {
      margin: 54px 0 0;
      padding: 0px; } }

@media only screen and (max-width: 767px) {
  .content_page .container {
    padding: 0; } }

.content_page #content_page_wrapper {
  margin: 0 auto; }

/*
------------------------------------------------------------------
Header / Menu Styles
------------------------------------------------------------------
*/
.header {
  padding: 30px 40px;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: top 300ms ease;
  align-items: baseline;
  white-space: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .header {
      width: 100%;
      background: #ffffff;
      padding: 15px 20px;
      z-index: 10;
      max-height: 100vh;
      -webkit-overflow-scrolling: touch; } }
  .header .logo {
    color: #444444;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    font-style: normal;
    margin: 0 30px 0 0; }
    .header .logo a:hover {
      light: #0000ff;
      dark: #0000ff;
      solid: #0000ff; }
    .header .logo img {
      max-width: 250px;
      max-height: 100px;
      transform-origin: left;
      -o-transform-origin: left;
      -ms-transform-origin: left;
      -moz-transform-origin: left;
      -webkit-transform-origin: left;
      transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1); }
    @media only screen and (max-width: 767px) {
      .header .logo {
        margin-left: 40px; } }
  .header.active .mobile-header-items-container {
    left: 0; }
  .header.active .mobile-header-background {
    opacity: 0.7;
    pointer-events: auto; }
  .header.active .mobile-menu-toggle {
    border: none; }
    .header.active .mobile-menu-toggle:after {
      transform: rotate(45deg); }
    .header.active .mobile-menu-toggle:before {
      transform: rotate(135deg); }

.menu {
  display: flex;
  align-items: center; }
  .menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      .menu ul {
        padding-left: 13px; } }
    @media only screen and (min-width: 767px) {
      .menu ul {
        display: flex; } }
  .menu li {
    margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .menu li {
        padding: 10px 0; } }
    .menu li > a {
      color: #222222;
      font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      line-height: 1.6;
      text-decoration: none; }
    .menu li.item > a:hover {
      color: #0000ff;
      text-decoration: underline; }
    .menu li.item.selected a {
      color: #0000ff;
      text-decoration: none; }
    .menu li.category > a {
      font-weight: bold;
      font-style: normal; }
      .menu li.category > a.selected > a {
        color: #0000ff;
        text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .menu .category {
      cursor: pointer; } }
  .menu .category > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid;
    border-top: 1px solid;
    display: inline-block;
    transform: rotate(225deg);
    margin: 4px 0 0 10px;
    position: absolute; }
    @media only screen and (min-width: 767px) {
      .menu .category > a::after {
        display: none; } }
  .menu .category.category-open > a::after {
    transform: rotate(45deg);
    margin-top: 9px; }
  .menu .category ul {
    flex-direction: column;
    display: none; }
    @media only screen and (min-width: 767px) {
      .menu .category ul {
        position: absolute; } }
    .menu .category ul.category-list-visible {
      display: block;
      padding: 0; }
    .menu .category ul > li {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .menu .category ul > li {
          padding: 5px 0; } }
  @media only screen and (min-width: 767px) {
    .menu .category:hover > ul {
      display: block; } }

.header-items-container {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .header-items-container {
      display: none; } }

.mobile-header-items-container {
  height: 100vh;
  top: 0;
  left: calc(-100vw - 50px);
  position: absolute;
  width: calc(100vw - 50px);
  transition: left 500ms;
  position: fixed;
  background: #ffffff;
  padding: 50px 0px;
  overflow: scroll; }
  .mobile-header-items-container .social {
    position: absolute;
    align-items: flex-end;
    left: auto;
    bottom: 40px;
    right: 0px; }

.mobile-header-background {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms; }

.mobile-menu-toggle-wrap {
  display: flex;
  height: 100%;
  position: absolute;
  left: 20px;
  width: 24px;
  padding: 15px 0;
  top: 0;
  align-items: center;
  justify-content: center; }

.mobile-menu-toggle {
  display: none;
  border: 1px solid #222222;
  border-width: 2px 0;
  background: transparent;
  top: 15px;
  right: 20px;
  width: 24px;
  height: 20px;
  text-indent: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  outline: none; }
  @media only screen and (max-width: 767px) {
    .mobile-menu-toggle {
      display: block;
      left: 20px; } }
  .mobile-menu-toggle:after, .mobile-menu-toggle:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background: #222222; }
  .mobile-menu-toggle.active {
    border: none; }
    .mobile-menu-toggle.active:after {
      transform: rotate(45deg); }
    .mobile-menu-toggle.active:before {
      transform: rotate(135deg); }

/*
------------------------------------------------------------------
Footer Styles
------------------------------------------------------------------
*/
.footer {
  padding: 30px 40px;
  color: #444444;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  max-width: 50vw; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 20px;
      width: 100%;
      position: static; } }

/*
------------------------------------------------------------------
Gallery Styles
------------------------------------------------------------------
*/
body.gallery .title-element h2 {
  color: #000000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4; }

body.gallery .title-element .text {
  color: #000000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4; }

body.gallery .title-element a {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline; }

body.gallery .title-element a:hover {
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none; }

body.gallery .container {
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease; }
  body.gallery .container.loading {
    opacity: 0; }
  @media only screen and (max-width: 480px) {
    body.gallery .container {
      padding: 0 2vw; } }

body.gallery .asset-row {
  display: flex; }
  @media only screen and (max-width: 480px) {
    body.gallery .asset-row {
      flex-direction: column; } }
  body.gallery .asset-row:nth-of-type(odd) {
    align-items: flex-end; }
  body.gallery .asset-row:nth-of-type(even) {
    align-items: flex-start; }

body.gallery .asset {
  margin-bottom: 2vw;
  width: 33%;
  float: left;
  position: relative; }
  body.gallery .asset:nth-of-type(1) {
    margin-right: 2vw; }
  body.gallery .asset:nth-of-type(3) {
    margin-left: 2vw; }
  @media only screen and (max-width: 480px) {
    body.gallery .asset {
      width: 100%; }
      body.gallery .asset:nth-of-type(1) {
        margin-right: 0; }
      body.gallery .asset:nth-of-type(3) {
        margin-left: 0; } }
  @media only screen and (min-width: 767px) {
    body.gallery .asset.image {
      cursor: zoom-in; } }
  body.gallery .asset.image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    z-index: 1; }
  body.gallery .asset.image .lazyloaded {
    opacity: 1; }
  body.gallery .asset.video {
    cursor: pointer; }
    body.gallery .asset.video .video-thumb-container {
      position: relative; }
      @media only screen and (max-width: 480px) {
        body.gallery .asset.video .video-thumb-container {
          display: none; } }
      body.gallery .asset.video .video-thumb-container .video-play-icon {
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
        opacity: 0.9;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -23px;
        margin-left: -23px; }
      body.gallery .asset.video .video-thumb-container:hover .video-play-icon {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 1; }
    body.gallery .asset.video .video-asset-container {
      display: none; }
      @media only screen and (max-width: 480px) {
        body.gallery .asset.video .video-asset-container {
          display: block; } }
  body.gallery .asset.text {
    max-width: 600px;
    padding: 2em; }
    body.gallery .asset.text h2 {
      font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #444444;
      font-size: 14px;
      line-height: 1.5; }
    body.gallery .asset.text p {
      font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #444444;
      font-size: 14px;
      line-height: 1.5; }
    body.gallery .asset.text a {
      font-weight: normal;
      font-style: normal;
      color: #444444;
      text-decoration: none; }
  body.gallery .asset.has-caption .caption-toggle {
    display: flex;
    position: absolute;
    height: 40px;
    width: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 15px;
    z-index: 1;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer; }
    body.gallery .asset.has-caption .caption-toggle::after {
      content: "i"; }
  body.gallery .asset.has-caption.mobile-caption-visible .caption {
    pointer-events: auto;
    opacity: 1; }
  body.gallery .asset.has-caption.mobile-caption-visible .caption-toggle {
    z-index: 3;
    bottom: 50px;
    position: fixed;
    left: calc(50% - 20px); }
    body.gallery .asset.has-caption.mobile-caption-visible .caption-toggle::after {
      content: "×";
      margin-top: -2px; }

body.gallery .caption {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #444444;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  display: none; }
  @media only screen and (max-width: 480px) {
    body.gallery .caption {
      display: flex;
      position: fixed;
      height: 100%;
      width: 100vw;
      margin-left: -2vw;
      padding: 6vw;
      top: 0;
      z-index: 2;
      align-items: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.6);
      pointer-events: none;
      opacity: 0;
      transition: opacity 300ms; } }

body.gallery .caption-toggle {
  display: none; }

.image-placeholder {
  max-width: 100%;
  height: auto;
  transition: opacity 500ms ease-in-out;
  z-index: 0; }

.lazyloaded + .image-placeholder {
  opacity: 0; }

.title-element {
  max-width: 600px;
  margin: 6em 40px; }
  @media only screen and (max-width: 480px) {
    .title-element {
      max-width: none;
      margin: 20px 10px; } }

.gallery-zoom-container {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99; }
  .gallery-zoom-container.active {
    opacity: 1;
    pointer-events: auto; }
    .gallery-zoom-container.active .close-zoom-container {
      opacity: 1; }
    .gallery-zoom-container.active .caption {
      display: block; }
  .gallery-zoom-container .gallery-zoomed-image {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain; }
    .gallery-zoom-container .gallery-zoomed-image.gallery-zoomed-video {
      width: 60vw; }
  .gallery-zoom-container .gallery-zoomed-caption p {
    max-width: 550px; }

.close-zoom-container {
  opacity: 0;
  color: #444444;
  font-weight: 100;
  font-size: 50px;
  line-height: 50px;
  cursor: pointer; }

/*
------------------------------------------------------------------
Listing Styles
------------------------------------------------------------------
*/
body.listing .title-element {
  color: #000000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4; }
  body.listing .title-element h2 {
    color: #000000;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4; }
  body.listing .title-element a {
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline; }
  body.listing .title-element a:hover {
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none; }

body.listing .asset-row {
  display: flex;
  align-items: flex-end; }
  @media only screen and (max-width: 767px) {
    body.listing .asset-row {
      display: block;
      overflow: hidden; } }

body.listing .asset {
  width: 33%;
  position: relative;
  margin-bottom: 2em;
  line-height: 0; }
  body.listing .asset a {
    display: block; }
  body.listing .asset img {
    width: 100%;
    position: absolute; }
  body.listing .asset .image-placeholder {
    width: 100%; }
  body.listing .asset:nth-of-type(1) {
    margin-right: 2em; }
    @media only screen and (max-width: 767px) {
      body.listing .asset:nth-of-type(1) {
        margin: 0; } }
  body.listing .asset:nth-of-type(3) {
    margin-left: 2em; }
    @media only screen and (max-width: 767px) {
      body.listing .asset:nth-of-type(3) {
        margin: 0; } }
    body.listing .asset:nth-of-type(3) .title p {
      text-align: right; }
  body.listing .asset .title {
    display: flex;
    align-items: flex-end;
    padding: 2em;
    color: #ffffff;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity 300ms; }
    body.listing .asset .title p {
      width: 100%;
      margin: 0; }
    body.listing .asset .title p {
      text-align: left; }
    body.listing .asset .title:hover {
      opacity: 0; }
    @media only screen and (max-width: 767px) {
      body.listing .asset .title {
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        align-items: center; } }
  body.listing .asset:hover .title {
    color: #555555; }
  @media only screen and (max-width: 767px) {
    body.listing .asset {
      margin: 0;
      display: flex;
      align-items: center;
      overflow: hidden;
      width: 50%;
      float: left;
      max-height: 200px; }
      body.listing .asset:nth-of-type(3n) {
        width: 100%;
        max-height: 400px; } }

/*
------------------------------------------------------------------
Content Page Styles
------------------------------------------------------------------
*/
/*
------------------------------------------------------------------
Blog Styles
------------------------------------------------------------------
*/
.f_blog_body_typography,
.f_blog_body_typography:hover {
  color: #444444 !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important; }

.f_blog_body_typography > p {
  line-height: 1.7 !important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path {
  fill: #444444 !important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #444444 !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 36px !important;
  font-style: normal !important;
  font-weight: bold !important; }

.f_blog_title_typography_hover:hover {
  color: #222222 !important;
  text-decoration: none !important; }

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #222222 !important;
  text-decoration: none !important; }

.fancybox-title .child,
.f_blog_caption_typography {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important; }

.f_blog_caption_typography_font-size {
  font-size: 14px !important; }

.f_blog_wrapper {
  margin: 0 auto; }

/*
------------------------------------------------------------------
Social Styles
------------------------------------------------------------------
*/
.social {
  display: flex;
  align-items: center;
  position: fixed;
  left: 40px; }
  .social .social-link,
  .social .social-share {
    margin-right: 20px;
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none; }
    .social .social-link:hover,
    .social .social-share:hover {
      color: #555555; }

.social-icon {
  fill: #888888;
  height: 11px;
  overflow: visible !important; }

@media only screen and (max-width: 767px) {
  #share_4ormat_link {
    display: none; } }

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/
.client .private_page {
  padding-left: 20px;
  padding-right: 20px; }

.client .private_page form p {
  color: #444444 !important;
  font-size: 14px !important; }

.client .private_page form input[type='submit'] {
  color: #444444 !important;
  border: 1px solid #444444 !important; }

.f_client_header {
  border-bottom: 1px solid rgba(68, 68, 68, 0.3) !important;
  margin: 0 0 20px 0 !important; }
  @media only screen and (max-width: 767px) {
    .f_client_header {
      margin: 0 8% 20px 8% !important; } }

.f_client_header_copy p {
  color: #444444 !important; }

.f_client_header_info .f_btn {
  color: #444444 !important;
  border: 1px solid #444444 !important;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important; }

.client .f_assets-container {
  margin: 0 8%; }

.client .private_page form input[type='submit'] {
  color: #444444 !important;
  border: 1px solid #444444 !important; }

.client main {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.f-load-more .spinner-wrap .spinner-circle {
  stroke: #444444 !important; }

/*
------------------------------------------------------------------
Store Styles
------------------------------------------------------------------
*/
html.cart-enabled .header.align-right .menu {
  padding-right: 25px; }

html.cart-enabled .header.align-left .logo {
  padding-right: 25px; }

.product-list .product-name {
  color: #444444;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal; }

.product-list .product-price {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  color: #444444 !important; }

.product-list .product img {
  margin: 0 auto 10px auto; }

body.order_confirmation .btn-cancel,
.product-order-form .f-add-to-cart-button,
.product-order-form .select2-choice {
  background: transparent !important;
  border: 1px solid rgba(68, 68, 68, 0.2) !important;
  color: #444444 !important; }

.product-order-form .f-add-to-cart-button {
  border: 1px solid rgba(68, 68, 68, 0.3) !important; }

body.product .product-info h1 {
  font-size: 16px !important; }

body.product .product-info .price {
  font-size: 14px !important; }

body.product .product-info .product-shipping-option {
  border-color: #444444; }

body.product .select2-drop {
  background: #ffffff !important;
  border: 1px solid rgba(68, 68, 68, 0.2) !important;
  color: #444444 !important; }

body.product .select2-drop ul,
body.product .select2-drop ul .select2-result-label {
  border-color: rgba(68, 68, 68, 0.2) !important; }

body.product .select2-results .select2-highlighted,
.product-order-form .f-add-to-cart-button:hover {
  background: rgba(68, 68, 68, 0.1) !important; }

body.product .select2-results .select2-highlighted {
  color: #444444 !important; }

body.product .product-order-form .select2-container .select2-choice div b:before {
  border-top-color: rgba(68, 68, 68, 0.6) !important; }

body.order_confirmation .order-confirmation {
  border: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details {
  border-top: 1px solid #444444 !important;
  border-bottom: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details dl,
body.order_confirmation .order-confirmation.mobile .order-confirmation-products .order-confirmation-product {
  border-bottom: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation .order-confirmation-total tr:last-child td,
body.order_confirmation .order-confirmation.mobile .order-confirmation-details {
  border-top: 1px solid #444444 !important; }

body.order_confirmation .order-confirmation.mobile .order-confirmation-payment {
  border: 0 !important; }

body.order_confirmation .order-confirmation .order-confirmation-details dl dt,
body.order_confirmation .order-confirmation .order-confirmation-details .order-confirmation-products th,
body.order_confirmation .order-confirmation .order-confirmation-total td:first-child {
  color: #444444 !important; }

body.order_confirmation .btn-confirm,
body.order_download .btn-return,
body.order_thank_you .btn-return,
body.order_payment_error .btn-return {
  background: #444444 !important;
  border: none !important;
  color: #ffffff !important; }

body.order_download svg {
  fill: #444444; }

.f-back-to-store-link {
  color: #444444;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline; }
  .f-back-to-store-link svg {
    fill: #444444; }
  .f-back-to-store-link:hover {
    color: #0000ff;
    text-decoration: underline; }
    .f-back-to-store-link:hover svg {
      fill: #0000ff; }

.order-download ul {
  padding: 0px; }

.cart-enabled .header {
  padding-right: 70px; }
