@-webkit-keyframes fadeout {
  from {
    background-color: rgba(46, 47, 47, 0.9); }
  to {
    background-color: rgba(54, 55, 55, 0.9); } }

@-moz-keyframes moz-fadeout {
  from {
    background-color: rgba(46, 47, 47, 0.9); }
  to {
    background-color: rgba(54, 55, 55, 0.9); } }

.bump-animation {
  animation: bumpAnimation ease-out 0.4s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: bumpAnimation ease-out 0.4s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: bumpAnimation ease-out 0.4s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: bumpAnimation ease-out 0.4s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: bumpAnimation ease-out 0.4s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%; }

@keyframes bumpAnimation {
  0% {
    transform: rotate(0deg) scaleX(1.35) scaleY(1.35) skewX(0deg) skewY(0deg); }
  100% {
    transform: rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg); } }

@-moz-keyframes bumpAnimation {
  0% {
    -moz-transform: rotate(0deg) scaleX(1.35) scaleY(1.35) skewX(0deg) skewY(0deg); }
  100% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg); } }

@-webkit-keyframes bumpAnimation {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1.35) scaleY(1.35) skewX(0deg) skewY(0deg); }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg); } }

@-o-keyframes bumpAnimation {
  0% {
    -o-transform: rotate(0deg) scaleX(1.35) scaleY(1.35) skewX(0deg) skewY(0deg); }
  100% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg); } }

@-ms-keyframes bumpAnimation {
  0% {
    -ms-transform: rotate(0deg) scaleX(1.35) scaleY(1.35) skewX(0deg) skewY(0deg); }
  100% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg); } }

.global-nav {
  z-index: 500;
  position: fixed;
  top: 0;
  right: 0;
  height: 134px;
  width: 100%;
  font-size: 16px;
  font-family: "Sofia Pro W03", "Helvetica", sans-serif; }

.chinese .global-nav,
.japanese .global-nav,
.korean .global-nav,
.russian .global-nav {
  font-family: "Futura Plus W08", "Helvetica", sans-serif; }

.global-nav a:hover {
  color: #036;
  text-decoration: none; }

.global-nav.scrolling {
  position: fixed !important;
  top: 0 !important; }

.global-nav .selected a {
  font-weight: 700; }

.gn-burger {
  display: none; }

.gn-menu-state {
  display: none;
  position: absolute; }

.gn-overlay,
.sub-overlay {
  display: none; }

.sub-menu-state {
  display: none;
  position: absolute; }

.sub-dropdown {
  display: none; }

.gn-main {
  z-index: 500;
  position: relative;
  width: 100%;
  background-color: #262626; }

.gn-main-content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  height: 84px;
  margin: 0 auto; }

.gn-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  top: 0;
  left: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  max-width: none;
  height: 84px;
  transition: none;
  visibility: visible;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .gn-list::-webkit-scrollbar {
    height: 0;
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */ }

.gn-list li {
  list-style-type: none; }
  .gn-list li:not(:first-child) {
    margin-left: 30px; }

.gn-list a {
  display: block;
  height: 84px;
  line-height: 84px;
  color: #fff;
  font-size: 0.9375em;
  border-bottom: 3px solid rgba(245, 166, 35, 0);
  text-decoration: none;
  box-sizing: border-box;
  transition: border-bottom .2s linear; }
  .gn-list a:hover {
    color: #fff; }

.gn-list .selected a {
  border-bottom: 3px solid #f5a623; }

.gn-list li:not(.selected) a:hover {
  border-bottom: 3px solid #f5a623; }

.gn-logo {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 490;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }

.gn-sub {
  background-color: #f2f4f4; }

.sub-content {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  height: 50px;
  margin: 0 auto; }

.sub-menu,
.breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
  border-bottom: 0;
  -ms-align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: initial;
  background-color: initial; }

.jp .sub-menu {
  width: calc(100% - 105px); }

.breadcrumbs {
  float: left;
  transition: opacity 0.4s;
  width: calc(100% - 105px); }

.breadcrumbs li a {
  display: inline-block; }

.breadcrumbs li div span:not(:last-child) a:hover {
  color: #7d9092; }

.breadcrumbs li div span:last-child a {
  font-weight: 700; }

.breadcrumbs .gn-divider {
  margin-left: 10px;
  margin-right: 10px; }

.gn-home-divider {
  width: 1px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #bdbebe;
  box-sizing: border-box; }

.sub-menu li,
.breadcrumbs li {
  list-style-type: none; }

.sub-menu a,
.breadcrumbs a {
  color: #0e303a;
  font-size: 0.8125em;
  text-decoration: none; }

.sub-menu .selected a {
  font-weight: 700; }

.sub-menu li:not(.selected):not(.gn-home):not(.gn-page) a:hover {
  color: #7d9092; }

.sub-menu li:not(:first-child):not(.gn-home-divider):not(.gn-page) {
  margin-left: 20px; }

.store-menu-state {
  display: none;
  position: absolute; }
  .store-menu-state:checked ~ .breadcrumbs {
    opacity: 0; }
  .store-menu-state:checked ~ .store-search {
    width: 827px;
    background-color: #fff;
    z-index: 500; }
  .store-menu-state:checked ~ .store-search .search-icon {
    background-color: #fff; }
  .store-menu-state:checked ~ .store-search .store-search-input input {
    background-color: #fff; }
  .store-menu-state:checked ~ .store-search .search-icon img {
    border-right: 0; }
  .store-menu-state:checked ~ .bmd-cart {
    opacity: 0; }
  .store-menu-state:checked ~ .store-search .results.show {
    display: block; }

.store-icon-label {
  position: absolute;
  right: 85px;
  width: 53px;
  height: 51px;
  z-index: 501; }

.store-search {
  position: absolute;
  right: 90px;
  width: 53px;
  height: 50px;
  transition: width 0.4s, background-color 0.4s, right 0.4s; }

.store-search .search-icon {
  position: relative;
  z-index: 3;
  float: left;
  padding-top: 14px;
  padding-left: 12px;
  background-color: #F2F4F4; }

.store-search .search-icon img {
  border-right: 1px solid #DBE0E1;
  padding-right: 15px; }

.store-search .store-search-input {
  float: left;
  padding-top: 4px;
  width: calc(100% - 53px); }

.store-search .store-search-input input {
  line-height: 40px;
  border: 0;
  outline: 0;
  padding-left: 0;
  padding-right: 60px;
  height: 40px;
  width: 100%;
  font-weight: 600;
  background-color: #F2F4F4;
  box-sizing: border-box;
  transition: background-color 0.4s;
  z-index: 492; }
  .store-search .store-search-input input::-webkit-input-placeholder {
    padding-left: 0;
    color: #ccc;
    font-weight: 600; }

.store-search .store-search-close {
  position: absolute;
  right: 0;
  width: 53px;
  height: 51px; }

.store-search .store-search-close span {
  position: absolute;
  top: 24px;
  left: 13px;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #000;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

.store-search .store-search-close .close-line-top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.store-search .store-search-close .close-line-bot {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.store-search .results {
  display: none;
  margin-top: 50px;
  background-color: #fff;
  padding: 15px 0 15px;
  border-top: 1px solid #EBECEF; }

.store-search .results.show {
  display: none; }

.store-search .results a {
  color: #3C575F;
  font-size: 16px;
  font-weight: 600;
  margin: 0 20px;
  display: block;
  text-decoration: none;
  padding: 12px 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.store-search .results a.on,
.store-search .results a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 999px) {
  .no-scroll,
  .no-scroll body {
    overflow: hidden;
    /*height: 100%;
      width: 100%;
      position: fixed;*/ }
  .global-nav {
    position: absolute; }
  .responsive .global-nav {
    position: fixed !important; }
  .responsive .gn-main,
  .responsive .gn-main-content {
    overflow: visible; }
  .responsive .gn-main-content {
    width: auto;
    max-width: 1000px; }
  .responsive .gn-list {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    max-width: 414px;
    height: calc(100vh - 84px);
    padding: 0 20px;
    z-index: 490;
    background-color: #fff;
    box-sizing: border-box; }
  .responsive .gn-list li {
    border-bottom: 1px solid #e8eff1; }
    .responsive .gn-list li:not(:first-child) {
      margin-left: 0; }
  .responsive .gn-list a {
    height: 58px;
    color: #0E303A;
    line-height: 58px;
    transition: none; }
    .responsive .gn-list a:hover {
      color: #0E303A; }
  .responsive .gn-list .selected a {
    border-bottom: 0; }
  .responsive .gn-list li:not(.selected) a:hover {
    border: 0;
    font-weight: 600; }
  .responsive .gn-logo {
    right: 20px; }
  .responsive .gn-menu-state:checked ~ .gn-list {
    left: 0;
    transition: left .4s; }
  .responsive .gn-menu-state:checked ~ .gn-overlay {
    visibility: visible;
    opacity: 0.8; }
  .responsive .gn-list {
    display: block;
    left: -414px; }
  .responsive .gn-list.click-closed {
    transition: left .4s; }
  .responsive .gn-overlay,
  .responsive .sub-overlay {
    display: block;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 489;
    background: #1e1f26;
    opacity: 0;
    left: 0;
    transition: opacity .4s, visibility 0.4s; }
  .responsive .gn-overlay {
    top: 84px; }
  .responsive .sub-overlay {
    position: absolute;
    top: 134px; }
  .responsive .gn-burger {
    display: block;
    position: fixed;
    top: 15px;
    left: 0px;
    width: 59px;
    height: 56px;
    cursor: pointer;
    z-index: 490; }
  .responsive .gn-burger span {
    position: absolute;
    left: 20px;
    width: 19px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff; }
  .responsive .gn-burger-top {
    top: 20px; }
  .responsive .gn-burger-middle {
    top: 27px; }
  .responsive .gn-burger-bottom {
    top: 34px; }
  .responsive .gn-menu-state ~ .gn-burger .gn-burger-top {
    transition: top .2s linear .2s, -webkit-transform .2s linear;
    transition: transform .2s linear, top .2s linear .2s;
    transition: transform .2s linear, top .2s linear .2s, -webkit-transform .2s linear; }
  .responsive .gn-menu-state:checked ~ .gn-burger .gn-burger-top {
    top: 27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .2s linear, -webkit-transform .2s linear .2s;
    transition: top .2s linear, transform .2s linear .2s;
    transition: top .2s linear, transform .2s linear .2s, -webkit-transform .2s linear .2s; }
  .responsive .gn-menu-state ~ .gn-burger .gn-burger-middle {
    transition: opacity .2s linear; }
  .responsive .gn-menu-state:checked ~ .gn-burger .gn-burger-middle {
    opacity: 0;
    transition: opacity .2s linear; }
  .responsive .gn-menu-state ~ .gn-burger .gn-burger-bottom {
    transition: top .2s linear .2s, -webkit-transform .2s linear;
    transition: transform .2s linear, top .2s linear .2s;
    transition: transform .2s linear, top .2s linear .2s, -webkit-transform .2s linear; }
  .responsive .gn-menu-state:checked ~ .gn-burger .gn-burger-bottom {
    top: 27px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: top .2s linear, -webkit-transform .2s linear .2s;
    transition: top .2s linear, transform .2s linear .2s;
    transition: top .2s linear, transform .2s linear .2s, -webkit-transform .2s linear .2s; }
  .responsive .sub-content {
    width: 100%; }
  .responsive .sub-dropdown {
    float: left;
    display: block;
    height: 35px;
    padding-top: 15px;
    padding-left: 20px; }
  .responsive .sub-product {
    float: left;
    color: #0E303A;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .responsive .sub-menu,
  .responsive .breadcrumbs {
    display: block;
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: max-height .4s;
    z-index: 490;
    box-sizing: border-box; }
  .responsive .breadcrumbs {
    transition: opacity 0.2s, visibility 0.2s; }
  .responsive .sub-menu {
    max-height: 0;
    background-color: #fff; }
  .responsive .sub-menu.home {
    max-height: none;
    background-color: #F2F4F4; }
  .responsive .sub-menu.home li {
    padding: 12px 0; }
  .responsive .breadcrumbs li,
  .responsive .breadcrumbs > li:last-child span {
    display: none; }
  .responsive .breadcrumbs > li:last-child,
  .responsive .breadcrumbs > li:last-child span:last-child {
    display: block; }
  .responsive .breadcrumbs > li:last-child span:last-child {
    font-size: 14px;
    margin-top: 16px; }
  .responsive .store-menu-state:checked ~ .breadcrumbs {
    visibility: hidden; }
  .responsive .store-menu-state:checked ~ .store-search {
    width: 100%;
    right: 0; }
  .responsive .store-menu-state:checked ~ .store-icon-label {
    right: 0; }
  .responsive .sub-menu li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8EFF1; }
    .responsive .sub-menu li:last-child {
      border-bottom: none; }
    .responsive .sub-menu li:not(:first-child):not(.gn-home-divider):not(.gn-page) {
      margin-left: 0; }
  .responsive .sub-menu-state:checked ~ .sub-menu {
    overflow-y: scroll;
    display: block;
    max-height: calc(100vh - 84px - 50px); }
  .responsive .sub-menu-state:checked ~ .sub-dropdown .sub-arrow-left {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .responsive .sub-menu-state:checked ~ .sub-dropdown .sub-arrow-right {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .responsive .sub-menu-state:checked ~ .sub-overlay {
    visibility: visible;
    opacity: 0.8; }
  .responsive .sub-arrow {
    position: relative;
    float: left;
    margin-top: 9px;
    margin-left: 8px;
    width: 25px;
    height: 20px; }
  .responsive .sub-arrow span {
    position: absolute;
    height: 2px;
    width: 10px;
    border-radius: 1px;
    background-color: #000;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .responsive .sub-arrow .sub-arrow-left {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .responsive .sub-arrow .sub-arrow-right {
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .responsive .global-nav #gn-cart {
    position: fixed;
    top: 83px;
    right: 0; } }

#gn-main-placeholder {
  height: 84px; }

#gn-sub-placeholder {
  height: 50px;
  margin-bottom: 20px; }

.home #gn-sub {
  background-color: rgba(242, 244, 244, 0.7); }

.home #gn-sub-placeholder {
  height: 0;
  margin-bottom: 0; }

#gn-cart {
  z-index: 499;
  float: right;
  width: 85px;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: visibility 0.2s, opacity 0.2s; }
  #gn-cart .gn-cart-wrapper {
    position: static; }
  #gn-cart:hover, #gn-cart.active {
    background-color: #fff;
    cursor: pointer; }
  #gn-cart.nocart {
    display: none !important; }
  #gn-cart .cart-wrapper {
    position: absolute; }
  #gn-cart .gn-cart-button {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 100%;
    font-size: 12px;
    color: #FFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #gn-cart .gn-cart-button .gn-cart-icon {
      position: absolute;
      top: 13px;
      left: 16px; }
    #gn-cart .gn-cart-button .gn-cart-count {
      position: absolute;
      top: 14px;
      left: 50px;
      width: 22px;
      height: 22px;
      box-sizing: border-box;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      line-height: 20px;
      background-color: #fc625d; }
      .russian #gn-cart .gn-cart-button .gn-cart-count {
        line-height: 22px; }
    #gn-cart .gn-cart-button div {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  #gn-cart .gn-cart-button:hover {
    background-color: #fff;
    cursor: pointer; }
  #gn-cart .gn-cart-button.active {
    position: absolute;
    z-index: 1;
    background-color: #fff; }
  #gn-cart .content {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50px;
    right: 0;
    width: 400px;
    background-color: #fff;
    color: #000;
    border-top: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #gn-cart .content .header {
      padding: 24px;
      border-bottom: 1px solid #CCC;
      height: 55px; }
      #gn-cart .content .header p {
        font-size: 16px;
        margin: 0 0 12px 3px;
        color: #000;
        font-weight: 600;
        line-height: 16px; }
      #gn-cart .content .header p.empty {
        margin: 0;
        text-align: center; }
      #gn-cart .content .header .button.view-cart {
        width: 162px;
        color: #272727;
        text-align: center;
        position: absolute; }
      #gn-cart .content .header .button.checkout {
        width: 162px;
        position: absolute;
        right: 25px; }
      #gn-cart .content .header .has-none {
        width: 42%; }
    #gn-cart .content .footer {
      border-top: 1px solid #CCC;
      padding: 24px; }
      #gn-cart .content .footer .label {
        font-size: 16px;
        font-weight: 600;
        color: #292929;
        float: left;
        line-height: 16px;
        margin: 7px 0 0 7px; }
      #gn-cart .content .footer .price {
        font-size: 30px;
        font-weight: 300;
        line-height: 30px;
        color: #292929;
        margin: 0;
        top: 0;
        text-align: right; }
      #gn-cart .content .footer .jp-ex-tax {
        display: block;
        font-weight: 300 !important;
        font-size: 67% !important; }
    #gn-cart .content .nav-help {
      font-size: 13px;
      color: #363636;
      font-weight: 300;
      border-top: 1px solid #e8e8e8;
      padding: 18px 10px;
      margin: 0 15px;
      display: table;
      width: 88%; }
      #gn-cart .content .nav-help span {
        display: table-cell; }
      #gn-cart .content .nav-help span:first-child {
        font-weight: 600;
        text-align: left; }
      #gn-cart .content .nav-help span:nth-child(2) {
        text-align: center; }
      #gn-cart .content .nav-help span:last-child {
        text-align: right; }
      #gn-cart .content .nav-help img {
        vertical-align: middle;
        margin-right: 5px; }
      #gn-cart .content .nav-help a {
        text-decoration: underline;
        color: #363636; }
  #gn-cart .content.empty .header p,
  #gn-cart .content.empty .header a,
  #gn-cart .content.empty .footer,
  #gn-cart .content.empty ul {
    display: none; }
  #gn-cart .content.empty .header {
    border-bottom: 0;
    height: 15px; }
    #gn-cart .content.empty .header p.empty {
      display: block; }
  #gn-cart .notifications {
    position: fixed;
    top: 124px;
    right: calc((100% - 1000px) / 2); }
    #gn-cart .notifications > div > div {
      display: none;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      width: 340px;
      background-color: #fff;
      color: #000;
      box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.3);
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #gn-cart .notifications > div > div .header {
        border-bottom: 1px solid #ccc; }
        #gn-cart .notifications > div > div .header p {
          font-size: 16px;
          padding: 24px;
          margin: 0; }
    #gn-cart .notifications .quantity,
    #gn-cart .notifications .delete-btn {
      display: none; }
  #gn-cart ul.products {
    padding: 0;
    min-height: 1px;
    max-height: 250px;
    overflow-y: auto; }
    #gn-cart ul.products li {
      overflow: hidden;
      position: relative;
      border-bottom: 1px solid #E7EEf4;
      height: 70px;
      width: 100%;
      list-style-type: none; }
      #gn-cart ul.products li > div {
        float: left;
        height: 70px;
        padding: 15px 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      #gn-cart ul.products li .img {
        width: 90px;
        padding: 5px 0 0 12px; }
      #gn-cart ul.products li .desc {
        width: 120px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        #gn-cart ul.products li .desc h3 {
          font-size: 12px;
          font-weight: 600;
          line-height: 14px;
          color: #000;
          margin-bottom: 0;
          padding-bottom: 0;
          font-family: 'Open Sans', Helvetica, Arial, sans-serif !important; }
      #gn-cart ul.products li .quantity {
        width: 25px;
        margin: 0 12px;
        padding-top: 22px; }
        #gn-cart ul.products li .quantity input {
          padding: 0;
          text-align: center;
          height: 25px;
          font-size: 12px;
          font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
      #gn-cart ul.products li .total-price {
        width: 80px;
        text-align: right;
        font-weight: 400;
        font-size: 14px;
        line-height: 36px; }
        #gn-cart ul.products li .total-price .jp-ex-tax {
          display: block;
          font-weight: 300 !important;
          font-size: 67% !important; }
      #gn-cart ul.products li .delete-btn {
        position: absolute;
        right: 2px;
        top: 18px; }
      #gn-cart ul.products li .jp-ex-tax {
        display: block; }
    #gn-cart ul.products li:last-child {
      border: 0; }

.bmd-cart .tally {
  color: #fff !important; }

.bmd-cart .cart-notification, .bmd-cart .gnc-empty, .bmd-cart .gnc-content, .bmd-cart .gnc-count {
  display: inherit !important; }

.bmd-cart .hide {
  display: none !important; }

#gn-cart .gnc-content,
#gn-cart .gnc-empty,
#gn-cart .gnc-count {
  display: block; }

.store .modal #popup .pop-content {
  padding: 0 40px;
  overflow: scroll; }
  .store .modal #popup .pop-content a {
    text-decoration: none;
    color: #00a9ec;
    white-space: nowrap; }
  .store .modal #popup .pop-content dl {
    display: table;
    width: 100%;
    margin: 0 auto; }
  .store .modal #popup .pop-content h6 {
    position: absolute;
    top: 35px;
    left: 0;
    color: #00adef;
    font-size: 40px;
    font-weight: 300;
    margin: 0; }
  .store .modal #popup .pop-content dt,
  .store .modal #popup .pop-content dd {
    position: relative;
    float: left;
    margin: 0;
    border-top: 1px solid #ececec;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .store .modal #popup .pop-content dt:first-child,
  .store .modal #popup .pop-content dd:first-child {
    border-top: 0; }
  .store .modal #popup .pop-content dt {
    width: 40%;
    padding: 25px 40px 20px 50px;
    clear: both; }
    .store .modal #popup .pop-content dt p {
      font-size: 14px;
      font-weight: 600;
      line-height: 22px;
      margin: 0; }
  .store .modal #popup .pop-content dd {
    width: 60%;
    padding: 25px 0 10px 60px; }
    .store .modal #popup .pop-content dd a {
      left: 20px; }
    .store .modal #popup .pop-content dd p {
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 15px;
      font-size: 14px; }

@media only screen and (max-width: 999px) {
  #gn-cart .gn-cart-button {
    right: 5px; } }

@media only screen and (max-width: 400px) {
  #gn-cart .content {
    width: 100vw; }
  #gn-cart .content .header {
    padding: 24px 20px; }
  #gn-cart .content .header p {
    margin-bottom: 16px; }
  #gn-cart.bmd-cart .content .header .button {
    position: relative;
    width: 48%; }
  #gn-cart.bmd-cart .content .header .button.checkout {
    float: right;
    right: 0; }
  #gn-cart ul.products {
    margin: 0;
    overflow: visible; }
  #gn-cart ul.products li {
    height: 68px; }
  #gn-cart ul.products li:last-child {
    overflow: visible; }
  #gn-cart ul.products li > div {
    height: 36px; }
  #gn-cart ul.products li .img {
    width: 75px; }
  #gn-cart ul.products li .desc {
    width: 95px;
    margin-top: 16px; }
  #gn-cart ul.products li .quantity {
    padding-top: 22px;
    margin: 0 5px; }
  #gn-cart ul.products li .total-price {
    float: right;
    padding-right: 70px;
    width: 64px;
    font-size: 12px;
    line-height: 36px; }
  #gn-cart ul.products li .delete-btn {
    top: -2px;
    right: 5px; }
  #gn-cart ul.products li .delete-btn .button.delete span {
    top: 30px; }
  #gn-cart .content .nav-help {
    display: block;
    padding: 15px 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #gn-cart .content .nav-help::after {
    clear: both;
    content: '';
    display: table; }
  #gn-cart .content .nav-help span {
    display: block; }
  #gn-cart .content .nav-help span:first-child {
    text-align: center;
    padding-bottom: 10px; }
  #gn-cart .content .nav-help span:nth-child(2) {
    float: left; }
  #gn-cart .content .nav-help span:nth-child(2) a {
    text-decoration: none; }
  #gn-cart .content .nav-help span:nth-child(3) {
    float: right; } }

.cart-notification {
  z-index: 501;
  display: none;
  position: fixed;
  height: 130px;
  width: 400px;
  right: 10%;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
  .cart-notification .header {
    height: 49px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px;
    font-weight: 600;
    padding-left: 32px;
    line-height: 49px; }
  .cart-notification img {
    margin-top: 11px;
    margin-left: 30px;
    margin-right: 20px;
    float: left; }
  .cart-notification p.name {
    float: left;
    margin-top: 23px;
    width: 200px;
    font-weight: 600; }
  .cart-notification p.price {
    text-align: right;
    width: auto;
    float: left;
    margin-top: 32px;
    font-weight: 600; }

.dropdown .wrapper.error {
  outline: 1px solid #F00; }

.no-break,
.nb {
  white-space: nowrap; }

footer.big {
  display: block; }

footer.small {
  display: none; }

#global-footer {
  background-color: #e2e2e2;
  box-shadow: inset 0 6px 7px 0 rgba(165, 165, 165, 0.5);
  font-family: "Gibson W04", "Helvetica", sans-serif; }

.turkish #global-footer,
.russian #global-footer {
  font-family: "Proxima Nova W08", "Helvetica", sans-serif; }

.gf-links {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto 25px auto;
  padding-top: 53px;
  position: relative; }
  .gf-links:after {
    content: "";
    display: table;
    clear: both; }
  .gf-links h1,
  .gf-links a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-decoration: none; }
  .gf-links h1 {
    color: #363636;
    font-weight: 600; }
  .gf-links a {
    color: #363636; }
    .gf-links a:hover {
      color: #363636;
      text-decoration: underline; }
  .gf-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .gf-links img {
    float: right;
    margin-left: 15px; }
  .gf-links .gf-col {
    float: left;
    width: 28.5%; }
    .gf-links .gf-col:nth-child(4) {
      width: 14.5%; }

.gf-baseline {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #d2d2d2;
  padding: 27px 0 63px; }
  .gf-baseline:after {
    content: "";
    display: table;
    clear: both; }
  .gf-baseline .gf-copyright {
    box-sizing: border-box;
    padding: 9px 0;
    float: left;
    width: 57%; }
    .gf-baseline .gf-copyright p {
      font-size: 11px;
      line-height: 16px;
      color: #363636; }
      .gf-baseline .gf-copyright p .copyright-spacer {
        display: none; }
  .gf-baseline .gf-actions {
    float: left;
    width: 27.9%; }
    .gf-baseline .gf-actions:after {
      content: "";
      display: table;
      clear: both; }
    .gf-baseline .gf-actions a,
    .gf-baseline .gf-actions p {
      color: #363636;
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
      display: block;
      margin: 0; }
    .gf-baseline .gf-actions a:focus {
      outline: none; }
    .gf-baseline .gf-actions .gf-action-labels {
      position: relative;
      width: 67px;
      height: 50px;
      float: left; }
    .gf-baseline .gf-actions .gf-action-labels p:first-child {
      position: absolute;
      bottom: 0; }
    .gf-baseline .gf-actions .gf-action-labels p:last-child {
      position: absolute;
      top: 0; }
    .gf-baseline .gf-actions .gf-action-icons {
      float: left;
      position: relative;
      height: 47px;
      width: 182px; }
      .gf-baseline .gf-actions .gf-action-icons:after {
        content: "";
        display: table;
        clear: both; }
      .gf-baseline .gf-actions .gf-action-icons p {
        float: left;
        color: #727272;
        padding-left: 9px; }
      .gf-baseline .gf-actions .gf-action-icons img {
        vertical-align: top; }
      .gf-baseline .gf-actions .gf-action-icons .gf-location-changer-link {
        position: absolute;
        bottom: 0; }
      .gf-baseline .gf-actions .gf-action-icons .follow-us::after {
        content: "";
        display: table;
        clear: both; }
      .gf-baseline .gf-actions .gf-action-icons .follow-us {
        position: absolute;
        top: 0;
        height: 31px; }
      .gf-baseline .gf-actions .gf-action-icons .follow-us a {
        float: left; }
        .gf-baseline .gf-actions .gf-action-icons .follow-us a:not(:first-child) {
          margin-left: 10px; }
      .gf-baseline .gf-actions .gf-action-icons .gf-location-flag {
        width: 23px;
        height: 13px;
        margin-top: 1px;
        background-image: url(https://images.blackmagicdesign.com/images/shared/lc-flags-sml.png?_v=1469576664);
        background-size: 115px 78px;
        float: left; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag + p {
          line-height: 16px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.au {
          background-position: -0px -0px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.at {
          background-position: -23px -0px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.br {
          background-position: -46px -0px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.ca {
          background-position: -69px -0px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.cn {
          background-position: -92px -0px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.dk {
          background-position: -0px -13px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.fi {
          background-position: -23px -13px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.fr {
          background-position: -46px -13px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.de {
          background-position: -69px -13px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.hk {
          background-position: -92px -13px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.in {
          background-position: -0px -26px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.it {
          background-position: -23px -26px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.jp {
          background-position: -46px -26px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.kr {
          background-position: -69px -26px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.mx {
          background-position: -92px -26px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.nl {
          background-position: -0px -39px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.nz {
          background-position: -23px -39px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.no {
          background-position: -46px -39px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.pt {
          background-position: -69px -65px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.ru {
          background-position: -69px -39px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.sg {
          background-position: -92px -39px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.sa {
          background-position: -0px -52px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.es {
          background-position: -23px -52px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.se {
          background-position: -46px -52px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.tw {
          background-position: -69px -52px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.tr {
          background-position: -46px -65px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.ae {
          background-position: -92px -52px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.uk {
          background-position: -0px -65px; }
        .gf-baseline .gf-actions .gf-action-icons .gf-location-flag.us {
          background-position: -23px -65px; }
  .gf-baseline .gf-logo {
    float: left;
    width: 145px; }
    .gf-baseline .gf-logo img {
      display: block; }

.german .gf-baseline .gf-actions .gf-action-labels,
.french .gf-baseline .gf-actions .gf-action-labels,
.russian .gf-baseline .gf-actions .gf-action-labels,
.turkish .gf-baseline .gf-actions .gf-action-labels {
  width: 97px; }

.japanese .gf-baseline .gf-actions .gf-action-labels,
.portuguese .gf-baseline .gf-actions .gf-action-labels {
  width: 87px; }

.gf-baseline .gf-actions .gf-location-flag {
  width: 23px;
  height: 13px;
  margin-top: 1px;
  background-image: url(https://images.blackmagicdesign.com/images/shared/lc-flags-sml.png?_v=1469576664);
  background-size: 115px 78px;
  float: left; }

.gf-baseline .gf-actions .gf-location-flag {
  width: 23px;
  height: 13px;
  margin-top: 1px;
  background-image: url(https://images.blackmagicdesign.com/images/shared/lc-flags-sml.png?_v=1469576664);
  background-size: 115px 78px;
  float: left; }

.gf-baseline .gf-actions .gf-location-flag + p {
  line-height: 16px; }

.gf-baseline .gf-actions .gf-location-flag.au {
  background-position: -0px -0px; }

.gf-baseline .gf-actions .gf-location-flag.at {
  background-position: -23px -0px; }

.gf-baseline .gf-actions .gf-location-flag.br {
  background-position: -46px -0px; }

.gf-baseline .gf-actions .gf-location-flag.ca {
  background-position: -69px -0px; }

.gf-baseline .gf-actions .gf-location-flag.cn {
  background-position: -92px -0px; }

.gf-baseline .gf-actions .gf-location-flag.dk {
  background-position: -0px -13px; }

.gf-baseline .gf-actions .gf-location-flag.fi {
  background-position: -23px -13px; }

.gf-baseline .gf-actions .gf-location-flag.fr {
  background-position: -46px -13px; }

.gf-baseline .gf-actions .gf-location-flag.de {
  background-position: -69px -13px; }

.gf-baseline .gf-actions .gf-location-flag.hk {
  background-position: -92px -13px; }

.gf-baseline .gf-actions .gf-location-flag.in {
  background-position: -0px -26px; }

.gf-baseline .gf-actions .gf-location-flag.it {
  background-position: -23px -26px; }

.gf-baseline .gf-actions .gf-location-flag.jp {
  background-position: -46px -26px; }

.gf-baseline .gf-actions .gf-location-flag.kr {
  background-position: -69px -26px; }

.gf-baseline .gf-actions .gf-location-flag.mx {
  background-position: -92px -26px; }

.gf-baseline .gf-actions .gf-location-flag.nl {
  background-position: -0px -39px; }

.gf-baseline .gf-actions .gf-location-flag.nz {
  background-position: -23px -39px; }

.gf-baseline .gf-actions .gf-location-flag.no {
  background-position: -46px -39px; }

.gf-baseline .gf-actions .gf-location-flag.pt {
  background-position: -69px -65px; }

.gf-baseline .gf-actions .gf-location-flag.ru {
  background-position: -69px -39px; }

.gf-baseline .gf-actions .gf-location-flag.sg {
  background-position: -92px -39px; }

.gf-baseline .gf-actions .gf-location-flag.sa {
  background-position: -0px -52px; }

.gf-baseline .gf-actions .gf-location-flag.es {
  background-position: -23px -52px; }

.gf-baseline .gf-actions .gf-location-flag.se {
  background-position: -46px -52px; }

.gf-baseline .gf-actions .gf-location-flag.tw {
  background-position: -69px -52px; }

.gf-baseline .gf-actions .gf-location-flag.tr {
  background-position: -46px -65px; }

.gf-baseline .gf-actions .gf-location-flag.ae {
  background-position: -92px -52px; }

.gf-baseline .gf-actions .gf-location-flag.uk {
  background-position: -0px -65px; }

.gf-baseline .gf-actions .gf-location-flag.us {
  background-position: -23px -65px; }

@media only screen and (max-width: 999px) {
  .responsive {
    /* Global Footer Flag sprite-positions */ }
    .responsive footer.big {
      display: none; }
    .responsive footer.small {
      display: block; }
    .responsive .gf-section {
      border-bottom: 1px solid #d7d7d7;
      margin: 0 20px; }
    .responsive .gf-section ul {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s ease-in;
      padding-left: 20px; }
    .responsive .gf-section ul li:last-child {
      margin-bottom: 20px; }
    .responsive .gf-section.open.products ul {
      max-height: 500px; }
    .responsive .gf-section.open.support ul {
      max-height: 100px; }
    .responsive .gf-section.open.community ul {
      max-height: 100px; }
    .responsive .gf-section.open.company ul {
      max-height: 150px; }
    .responsive .gf-links {
      width: 100%;
      margin: 0;
      padding-top: 10px; }
    .responsive .gf-links h1 {
      font-weight: 300;
      font-size: 16px;
      color: #333333;
      line-height: 52px;
      position: relative; }
    .responsive .gf-links h1:hover {
      font-weight: 400;
      cursor: pointer; }
    .responsive .gf-links h1 .gf-small-expand-arrow {
      position: relative;
      right: 6px;
      top: 23px; }
    .responsive .gf-links .gf-section.open h1 .gf-small-expand-arrow {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .responsive .gf-baseline {
      width: 100% !important;
      padding: 0 !important;
      border-top: none !important; }
    .responsive .gf-baseline .gf-actions {
      float: none !important;
      width: 100% !important;
      border-bottom: 1px solid #d7d7d7; }
    .responsive .gf-baseline .gf-actions .gf-follow-us {
      margin: 0 20px;
      border-top: 1px solid #d7d7d7; }
    .responsive .gf-baseline .gf-actions .gf-follow-us.desktop {
      display: none; }
    .responsive .gf-baseline .gf-actions .gf-follow-us p {
      font-weight: 300;
      font-size: 16px;
      color: #333333;
      line-height: 52px;
      display: inline-block; }
    .responsive .gf-baseline .gf-actions .gf-follow-us-icons {
      display: inline-block;
      padding-left: 10px; }
    .responsive .gf-baseline .gf-actions .gf-follow-us-icons a {
      display: inline-block; }
    .responsive .gf-baseline .gf-actions .gf-location {
      margin: 0 20px;
      position: relative; }
    .responsive .gf-baseline .gf-actions .gf-location:hover {
      cursor: pointer; }
    .responsive .gf-baseline .gf-actions .gf-location:hover .gf-location-changer-link-small p {
      font-weight: 400; }
    .responsive .gf-baseline .gf-actions .gf-location p {
      font-weight: 300;
      font-size: 16px;
      color: #333333;
      line-height: 52px;
      display: inline-block; }
    .responsive .gf-baseline .gf-actions .gf-location .gf-small-expand-arrow {
      position: absolute;
      right: 6px;
      top: 23px; }
    .responsive .gf-baseline .gf-actions .gf-location .gf-location-changer-link-small {
      font-weight: 300;
      font-size: 16px;
      color: #333333;
      line-height: 52px;
      display: inline-block;
      margin-left: 15px; }
    .responsive .gf-baseline .gf-actions .gf-location-flag {
      display: inline-block !important;
      float: none !important; }
    .responsive .countries-state {
      display: none;
      position: absolute; }
    .responsive .gf-countries .flag-icon {
      display: inline-block;
      width: 43px;
      height: 28px;
      margin: 0 auto;
      background-image: url(https://images.blackmagicdesign.com/images/shared/bmd-flags-mobile.png?_v=1471849471);
      background-size: 258px 140px; }
    .responsive .countries-state:checked ~ .gf-countries {
      display: block;
      border-top: 0;
      max-height: 400px;
      width: auto; }
    .responsive .countries-state:checked ~ .gf-location .gf-small-expand-arrow {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .responsive .countries-state:checked ~ .gf-follow-us {
      border-top: 0; }
    .responsive .gf-countries span {
      margin-left: 10px;
      float: left;
      font-size: 1rem;
      line-height: 2.8rem;
      color: #333333; }
    .responsive .gf-countries .gf-countries-container {
      position: relative;
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      padding: 15px;
      box-sizing: border-box; }
    .responsive .gf-countries {
      max-height: 0;
      transition: max-height 0.25s ease-in;
      overflow: hidden;
      background-color: #D4D4D4;
      width: 100%;
      margin: 0 auto; }
    .responsive .gf-countries .gf-countries-container a {
      float: left;
      width: 25%;
      margin-bottom: 10px;
      padding: 5px;
      cursor: pointer;
      box-sizing: border-box; }
    .responsive .gf-countries .gf-countries-container a:hover {
      background-color: #F2F4F4;
      border-radius: 3px; }
    .responsive .gf-baseline .gf-copyright {
      float: none !important;
      width: 100% !important;
      padding: 0 20px !important; }
    .responsive .gf-baseline .gf-copyright p {
      font-size: 11px !important;
      width: 100% !important;
      padding: 20px 0; }
    .responsive .gf-baseline .gf-copyright p .copyright-spacer {
      display: block !important; }
    .responsive .gf-baseline .gf-logo {
      display: block;
      float: none !important;
      width: 100% !important;
      height: 77px;
      background-color: #292929; }
    .responsive .gf-baseline .gf-logo img {
      float: right;
      margin: 16px 21px 0 0; }
    .responsive .gf-countries div .flag-icon {
      background-color: #ffffff; }
    .responsive .gf-countries div a.au .flag-icon {
      background-position: 0 0; }
    .responsive .gf-countries div a.at .flag-icon {
      background-position: -43px 0; }
    .responsive .gf-countries div a.br .flag-icon {
      background-position: -86px 0; }
    .responsive .gf-countries div a.ca .flag-icon {
      background-position: -129px 0; }
    .responsive .gf-countries div a.cn .flag-icon {
      background-position: -172px 0; }
    .responsive .gf-countries div a.dk .flag-icon {
      background-position: -215px 0; }
    .responsive .gf-countries div a.fi .flag-icon {
      background-position: 0 -28px; }
    .responsive .gf-countries div a.fr .flag-icon {
      background-position: -43px -28px; }
    .responsive .gf-countries div a.de .flag-icon {
      background-position: -86px -28px; }
    .responsive .gf-countries div a.hk .flag-icon {
      background-position: -129px -28px; }
    .responsive .gf-countries div a.in .flag-icon {
      background-position: -172px -28px; }
    .responsive .gf-countries div a.it .flag-icon {
      background-position: -215px -28px; }
    .responsive .gf-countries div a.jp .flag-icon {
      background-position: 0 -56px; }
    .responsive .gf-countries div a.kr .flag-icon {
      background-position: -43px -56px; }
    .responsive .gf-countries div a.mx .flag-icon {
      background-position: -86px -56px; }
    .responsive .gf-countries div a.nl .flag-icon {
      background-position: -129px -56px; }
    .responsive .gf-countries div a.nz .flag-icon {
      background-position: -172px -56px; }
    .responsive .gf-countries div a.no .flag-icon {
      background-position: -43px -84px; }
    .responsive .gf-countries div a.pt .flag-icon {
      background-position: 0 -84px; }
    .responsive .gf-countries div a.ru .flag-icon {
      background-position: -215px -56px; }
    .responsive .gf-countries div a.sg .flag-icon {
      background-position: -86px -84px; }
    .responsive .gf-countries div a.sa .flag-icon {
      background-position: -129px -84px; }
    .responsive .gf-countries div a.es .flag-icon {
      background-position: -172px -84px; }
    .responsive .gf-countries div a.se .flag-icon {
      background-position: -215px -84px; }
    .responsive .gf-countries div a.tr .flag-icon {
      background-position: -43px -112px; }
    .responsive .gf-countries div a.tw .flag-icon {
      background-position: 0 -112px; }
    .responsive .gf-countries div a.ae .flag-icon {
      background-position: -86px -112px; }
    .responsive .gf-countries div a.uk .flag-icon {
      background-position: -129px -112px; }
    .responsive .gf-countries div a.us .flag-icon {
      background-position: -172px -112px; } }

@media only screen and (max-width: 768px) {
  .responsive .gf-countries .gf-countries-container a {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    box-sizing: border-box; }
  .responsive .countries-state:checked ~ .gf-countries {
    display: block;
    border-top: 0;
    max-height: 740px;
    width: auto; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  .responsive .gf-countries .flag-icon {
    background-image: url(https://images.blackmagicdesign.com/images/shared/bmd-flags-mobile@2x.png?_v=1471849193); }
  .gf-countries .flag-icon {
    background-image: url(https://images.blackmagicdesign.com/images/shared/bmd-flags-mobile@2x.png?_v=1471849193); } }

.ae .gf-baseline .gf-copyright,
.at .gf-baseline .gf-copyright,
.br .gf-baseline .gf-copyright,
.de .gf-baseline .gf-copyright,
.es .gf-baseline .gf-copyright,
.fr .gf-baseline .gf-copyright,
.hk .gf-baseline .gf-copyright,
.in .gf-baseline .gf-copyright,
.it .gf-baseline .gf-copyright,
.pt .gf-baseline .gf-copyright,
.ru .gf-baseline .gf-copyright,
.sa .gf-baseline .gf-copyright,
.tw .gf-baseline .gf-copyright {
  padding-top: 2px; }

.location-changer {
  position: absolute;
  display: none;
  top: -367px;
  left: 208px;
  z-index: 300;
  width: 583px; }
  .location-changer .lc-top {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-top-5.png?_v=1469580249);
    background-size: 583px 7px;
    height: 7px; }
  .location-changer .lc-bottom {
    position: relative;
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-bottom-5.png?_v=1469580280);
    background-size: 583px 14px;
    height: 14px; }
  .location-changer .lc-bottom-arrow {
    position: absolute;
    top: 0;
    left: 409px;
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-bottom-arrow.png?_v=1460999797);
    background-size: 19px 14px;
    width: 19px;
    height: 14px; }
  .location-changer .lc-flags {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-tile-5.png?_v=1469580211);
    background-size: 583px 10px;
    padding: 14px 0px 0px 7px; }
    .location-changer .lc-flags:after {
      content: "";
      display: table;
      clear: both; }
    .location-changer .lc-flags div {
      width: 95px;
      height: 80px;
      float: left; }
      .location-changer .lc-flags div:nth-child(n+19) {
        height: 75px; }
      .location-changer .lc-flags div a {
        display: block;
        width: 65px;
        height: 40px;
        margin: 0 auto;
        background-image: url(https://images.blackmagicdesign.com/images/shared/lc-flags.png?_v=1469576671);
        background-size: 325px 240px;
        -moz-box-shadow: 0 0 1px 0 #ccc;
        -webkit-box-shadow: 0 0 1px 0 #ccc;
        box-shadow: 0 0 1px 0 #ccc; }
        .location-changer .lc-flags div a:hover {
          -moz-box-shadow: 0 0 2px 2px #64abd3;
          -webkit-box-shadow: 0 0 2px 2px #64abd3;
          box-shadow: 0 0 2px 2px #64abd3; }
        .location-changer .lc-flags div a.au {
          background-position: -0px -0px; }
        .location-changer .lc-flags div a.at {
          background-position: -65px -0px; }
        .location-changer .lc-flags div a.br {
          background-position: -130px -0px; }
        .location-changer .lc-flags div a.ca {
          background-position: -195px -0px; }
        .location-changer .lc-flags div a.cn {
          background-position: -260px -0px; }
        .location-changer .lc-flags div a.dk {
          background-position: -0px -40px; }
        .location-changer .lc-flags div a.fi {
          background-position: -65px -40px; }
        .location-changer .lc-flags div a.fr {
          background-position: -130px -40px; }
        .location-changer .lc-flags div a.de {
          background-position: -195px -40px; }
        .location-changer .lc-flags div a.hk {
          background-position: -260px -40px; }
        .location-changer .lc-flags div a.in {
          background-position: -0px -80px; }
        .location-changer .lc-flags div a.it {
          background-position: -65px -80px; }
        .location-changer .lc-flags div a.jp {
          background-position: -130px -80px; }
        .location-changer .lc-flags div a.kr {
          background-position: -195px -80px; }
        .location-changer .lc-flags div a.mx {
          background-position: -260px -80px; }
        .location-changer .lc-flags div a.nl {
          background-position: -0px -120px; }
        .location-changer .lc-flags div a.nz {
          background-position: -65px -120px; }
        .location-changer .lc-flags div a.no {
          background-position: -130px -120px; }
        .location-changer .lc-flags div a.pt {
          background-position: -195px -200px; }
        .location-changer .lc-flags div a.ru {
          background-position: -195px -120px; }
        .location-changer .lc-flags div a.sg {
          background-position: -260px -120px; }
        .location-changer .lc-flags div a.sa {
          background-position: -0px -160px; }
        .location-changer .lc-flags div a.es {
          background-position: -65px -160px; }
        .location-changer .lc-flags div a.se {
          background-position: -130px -160px; }
        .location-changer .lc-flags div a.tr {
          background-position: -130px -200px; }
        .location-changer .lc-flags div a.tw {
          background-position: -195px -160px; }
        .location-changer .lc-flags div a.ae {
          background-position: -260px -160px; }
        .location-changer .lc-flags div a.uk {
          background-position: -0px -200px; }
        .location-changer .lc-flags div a.us {
          background-position: -65px -200px; }
      .location-changer .lc-flags div span {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #333;
        margin: 6px 0 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
  .location-changer .lc-flags div a {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-flags@2x.png?_v=1469576657); }
  .location-changer .lc-top {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-top-5@2x.png?_v=1469579938); }
  .location-changer .lc-bottom {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-bottom-5@2x.png?_v=1469580066); }
  .location-changer .lc-bottom-arrow {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-bottom-arrow@2x.png?_v=1460999797); }
  .location-changer .lc-flags {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-tile-5@2x.png?_v=1469580132); }
  .gf-baseline .gf-actions .gf-action-icons .gf-location-flag {
    background-image: url(https://images.blackmagicdesign.com/images/shared/lc-flags-sml@2x.png?_v=1469576634); } }

.desktop #store-footer ul, .desktop #store-footer li,
.desktopfamily #store-footer ul,
.desktopfamily #store-footer li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.desktop #store-footer .dropdown-list-state,
.desktopfamily #store-footer .dropdown-list-state {
  display: none;
  position: absolute; }

.desktop #store-footer .sf-links li,
.desktopfamily #store-footer .sf-links li {
  margin-bottom: 10px; }

.desktop #store-footer .dropdown,
.desktopfamily #store-footer .dropdown {
  display: none; }

.desktop #store-footer .container,
.desktopfamily #store-footer .container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  clear: both;
  display: block; }

.desktop #store-footer .column,
.desktop #store-footer .columns,
.desktopfamily #store-footer .column,
.desktopfamily #store-footer .columns {
  width: 100%;
  box-sizing: border-box; }

.desktop #store-footer .columns,
.desktopfamily #store-footer .columns {
  float: left; }

.desktop #store-footer .columns:after,
.desktopfamily #store-footer .columns:after {
  content: "";
  display: table;
  clear: both; }

.desktop #store-footer .column,
.desktopfamily #store-footer .column {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
  float: left; }

.desktop #store-footer .column.three-md,
.desktopfamily #store-footer .column.three-md {
  width: 250px; }

.desktop #store-footer .sf-links,
.desktopfamily #store-footer .sf-links {
  padding-top: 53px;
  padding-bottom: 42px;
  height: 380px; }

.desktop #store-footer .sf-baseline .container,
.desktopfamily #store-footer .sf-baseline .container {
  padding: 22px 0;
  height: 107px; }

.desktop #store-footer .sf-baseline .sf-copyright,
.desktopfamily #store-footer .sf-baseline .sf-copyright {
  padding: 0 20px 0 0;
  margin-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  width: 64%; }

.desktop #store-footer .sf-baseline .sf-location,
.desktopfamily #store-footer .sf-baseline .sf-location {
  padding: 0; }

.desktop #store-footer .sf-baseline .sf-copyright p,
.desktopfamily #store-footer .sf-baseline .sf-copyright p {
  font-size: 0.75rem;
  line-height: 15px;
  color: #0E303A; }

.desktop #store-footer .sf-baseline .sf-social,
.desktopfamily #store-footer .sf-baseline .sf-social {
  padding: 0;
  border-bottom: none; }

.desktop #store-footer .sf-links h4,
.desktopfamily #store-footer .sf-links h4 {
  display: block; }

.desktop #store-footer .sf-links-details,
.desktopfamily #store-footer .sf-links-details {
  display: inline-block; }

.desktop #store-footer .column.sf-actions,
.desktopfamily #store-footer .column.sf-actions {
  width: 18%; }

.desktop #store-footer .sf-baseline .sf-social p,
.desktop #store-footer .sf-baseline .sf-location p,
.desktopfamily #store-footer .sf-baseline .sf-social p,
.desktopfamily #store-footer .sf-baseline .sf-location p {
  display: block; }

.desktop #store-footer .sf-baseline .sf-social .sf-social-icons,
.desktop #store-footer .sf-baseline .sf-location .sf-location-flag,
.desktopfamily #store-footer .sf-baseline .sf-social .sf-social-icons,
.desktopfamily #store-footer .sf-baseline .sf-location .sf-location-flag {
  float: left;
  margin-left: 17px; }

.desktop #store-footer .sf-baseline .sf-location span,
.desktopfamily #store-footer .sf-baseline .sf-location span {
  display: none; }

.desktop #store-footer .sf-baseline .sf-social p,
.desktop #store-footer .sf-baseline .sf-location p,
.desktopfamily #store-footer .sf-baseline .sf-social p,
.desktopfamily #store-footer .sf-baseline .sf-location p {
  color: #363636;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem; }

.desktop #store-footer .sf-social p,
.desktop #store-footer .sf-location p,
.desktopfamily #store-footer .sf-social p,
.desktopfamily #store-footer .sf-location p {
  float: left;
  width: 62px;
  margin: 0; }

.desktop #store-footer .sf-social-icons,
.desktop #store-footer .sf-location-changer-link,
.desktopfamily #store-footer .sf-social-icons,
.desktopfamily #store-footer .sf-location-changer-link {
  width: 80px; }

.desktop #store-footer .sf-social-icons a:last-child,
.desktopfamily #store-footer .sf-social-icons a:last-child {
  margin-top: 3px; }

.desktop #store-footer .sf-logo,
.desktopfamily #store-footer .sf-logo {
  display: block;
  width: 18%;
  align-self: flex-end; }

.desktop #store-footer .newsletter-box,
.desktopfamily #store-footer .newsletter-box {
  height: 53px;
  border: 1px solid #0E303A;
  border-radius: 2px;
  color: #0E303A;
  font-size: 0.875rem;
  line-height: 1em;
  padding-left: 15px;
  margin-bottom: 40px; }

.desktop #store-footer .newsletter-box::-webkit-input-placeholder,
.desktopfamily #store-footer .newsletter-box::-webkit-input-placeholder {
  color: #0E303A;
  font-size: 0.875rem;
  line-height: 1em; }

.desktop .location-changer-new .lc-flags,
.desktopfamily .location-changer-new .lc-flags {
  height: 72%; }

.desktop .location-changer-new .lc-flags h5,
.desktopfamily .location-changer-new .lc-flags h5 {
  margin-top: 0; }

.desktop .location-changer-new .lc-flags a,
.desktopfamily .location-changer-new .lc-flags a {
  text-decoration: none; }

.desktop .flag-txt,
.desktopfamily .flag-txt {
  display: inline-block !important; }

.desktop .location-changer-new,
.desktopfamily .location-changer-new {
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  margin-left: -492px;
  width: 980px !important;
  z-index: 10000;
  display: none;
  height: 45% !important; }

.desktop .location-changer-active,
.desktopfamily .location-changer-active {
  display: inherit !important; }

.desktop .blackout-active,
.desktopfamily .blackout-active {
  display: block; }

.dropdown {
  display: table;
  width: 100%;
  max-width: 100%; }
  .dropdown select {
    position: absolute;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .dropdown .wrapper {
    position: relative;
    display: block;
    height: 40px;
    background-color: #F2F2F2;
    color: #000;
    border: 1px solid #EBEBEB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
  .dropdown label ~ .wrapper {
    margin-left: 100px; }
  .dropdown .wrapper:hover {
    cursor: pointer;
    border-color: #BBB; }
  .dropdown .text {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #2d2d2e;
    white-space: nowrap;
    overflow: hidden; }
  .dropdown .arrow {
    position: absolute;
    width: 11px;
    height: 9px;
    right: 20px;
    top: 16px;
    background: url(https://images.blackmagicdesign.com/images/webstore/shared/store-icons.png?_v=1460999824) no-repeat 0 -30px; }

#product-main .dropdown label {
  width: 100%;
  font-size: 10px;
  color: #2e3133;
  text-align: center;
  height: 36px;
  font-weight: 700;
  text-transform: uppercase; }

#product-main .dropdown .wrapper {
  display: inline-block;
  width: 100%;
  height: 42px;
  margin-left: 0;
  border-color: #B1B1B1;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(7%, #ffffff), color-stop(8%, #f9f9f9), color-stop(100%, #f1f1f1));
  background-image: -moz- linear-gradient(#fff 7%, #f9f9f9 8%, #f1f1f1 100%);
  background-image: -webkit- linear-gradient(#fff 7%, #f9f9f9 8%, #f1f1f1 100%);
  background-image: linear-gradient(#fff 7%, #f9f9f9 8%, #f1f1f1 100%);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#product-main .dropdown .wrapper:hover {
  background: #EEE;
  border-color: #969696; }

#product-main .dropdown .text {
  line-height: 42px;
  font-weight: 600;
  color: #000;
  padding: 0 20px; }

#product-main .dropdown .arrow {
  background: none;
  width: 0;
  height: 0;
  top: 17px;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #4f4f4f transparent transparent transparent; }

.dropdown.disabled select {
  cursor: default; }

.dropdown.disabled label, .dropdown.disabled .text {
  color: #E6E6E6; }

.dropdown.disabled .wrapper {
  background: #FFF;
  border-color: #EBEBEB; }

.dropdown.disabled .arrow {
  opacity: 0.2; }

.single-product {
  display: none; }

.single-product + p {
  margin-top: 9px; }

.textbox input, .textbox textarea, .textarea input, .textarea textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 15px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 140%;
  color: #494949;
  background-color: #f2f2f2;
  border: 1px solid #EBEBEB; }

.textbox input:focus, .textbox textarea:focus, .textarea input:focus, .textarea textarea:focus {
  -webkit-box-shadow: 0 0 4px 0 #d1d1d1;
  -moz-box-shadow: 0 0 4px 0 #d1d1d1;
  box-shadow: 0 0 4px 0 #d1d1d1;
  border-color: #dbdbdb;
  background: white;
  outline: none; }

.textbox input:hover, .textbox textarea:hover, .textarea input:hover, .textarea textarea:hover {
  border-color: #BBB; }

.textbox label ~ .wrapper, .textbox label ~ .wrapper, .textarea label ~ .wrapper, .textarea label ~ .wrapper {
  margin-left: 100px; }

.textbox .wrapper, .textarea .wrapper {
  display: block; }

.textarea textarea {
  height: auto;
  resize: vertical;
  padding: 12px; }

.textbox.disabled input, .textbox.disabled textarea, .textarea.disabled input, .textarea.disabled textarea {
  background: #FFF;
  border-color: #EBEBEB;
  color: #E6E6E6;
  resize: none; }

.textbox.disabled label, .textarea.disabled label {
  color: #EBEBEB; }

.textbox.disabled input::-webkit-input-placeholder, .textarea.disabled input::-webkit-input-placeholder {
  color: #FFF; }

.textbox.disabled input:-moz-placeholder, .textarea.disabled input:-moz-placeholder {
  color: #FFF; }

.textbox.disabled input::-moz-placeholder, .textarea.disabled input::-moz-placeholder {
  color: #FFF; }

.textbox.disabled input:-ms-input-placeholder, .textarea.disabled input:-ms-input-placeholder {
  color: #FFF; }

.checkbox {
  position: relative;
  display: block;
  min-height: 30px;
  margin: 10px 0 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .checkbox label {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    padding: 9px 7px 7px 22px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .checkbox input {
    position: absolute;
    margin: 2px 0 0 -22px;
    cursor: pointer; }
  .checkbox span {
    display: inline-block;
    float: none;
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    padding: 9px 7px 7px 22px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.checkbox.disabled label {
  cursor: default;
  color: #EBEBEB; }

.checkbox.disabled input {
  opacity: 0.5; }

.textbox label, .textarea label, .dropdown label {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-weight: 600;
  font-size: 13px; }

.error input, .error textarea, .dropdown.error .wrapper {
  background: #fff2f2;
  border-color: #ee0032; }

.error label {
  color: #ee0032; }

.button .error-msg {
  display: none;
  position: absolute;
  left: 0;
  top: -60px;
  background: #ee0032;
  border: 1px solid #ab0025;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.error-msg {
  display: block;
  width: 100%;
  background: #ee0032;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 600; }

.error-msg.active {
  display: block; }

.error-message {
  padding: 0.5em 1em;
  background-color: red;
  color: #fff;
  font-weight: bold; }

.tooltip {
  position: relative;
  width: 19px;
  height: 19px;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjZjlmOWY5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(8%, #ffffff), color-stop(8%, #ffffff), color-stop(9%, #f9f9f9), color-stop(100%, #f1f1f1));
  background-image: -moz- linear-gradient(#fff 8%, #fff 8%, #f9f9f9 9%, #f1f1f1 100%);
  background-image: -webkit- linear-gradient(#fff 8%, #fff 8%, #f9f9f9 9%, #f1f1f1 100%);
  background-image: linear-gradient(#fff 8%, #fff 8%, #f9f9f9 9%, #f1f1f1 100%);
  background: #f5f5f5;
  cursor: pointer; }
  .tooltip > span {
    display: block;
    width: 20px;
    text-align: center;
    line-height: 19px;
    letter-spacing: -1px;
    font-weight: 600; }
  .tooltip > p {
    display: none;
    position: absolute;
    width: 200px;
    margin: 0;
    padding: 10px 14px 8px;
    left: -240px;
    top: -7px;
    color: #FFF;
    background: #4E4E4E;
    font-weight: 600; }
    .tooltip > p > span {
      position: absolute;
      right: -9px;
      top: 11px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 9px;
      border-color: transparent transparent transparent #4e4e4e; }

.tooltip:hover p {
  display: block; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
  .dropdown .arrow {
    background-image: url(https://images.blackmagicdesign.com/images/webstore/shared/store-icons@2x.png?_v=1460999824);
    background-size: 175px 356px !important; } }

.fr .textbox label {
  line-height: 13px;
  position: relative;
  top: 12px; }

.es .textbox label {
  line-height: 13px;
  position: relative;
  top: 12px; }

/* Button Styles */
/**
 * General
 * Sizes
 * Colour
 * Icons
 * Icons Reversed
 * Disabled
 * Retina Images
 */
/* General */
.button {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 27px;
  padding: 0 18px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 600;
  color: #363636;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #fff 0%, #f1f1f1 100%);
  border: 1px solid #c5c5c5;
  outline: none;
  border-radius: 50px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); }

.button:hover {
  background: #f1f1f1; }

/* Sizes */
.button.small {
  padding: 0 14px;
  height: 21px;
  font-size: 12px;
  line-height: 19px; }

.button.large {
  padding: 0 80px;
  height: 42px;
  line-height: 42px; }

.button.full-width {
  width: 100%; }

/* Colour */
.button.primary {
  color: #fff;
  background-image: linear-gradient(to bottom, #00aeef 0%, #0099ea 100%);
  border-color: #0088cf;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25); }

.button.primary:hover {
  background-color: #0092e0;
  background-image: none; }

.button.secondary {
  color: #fff;
  background-image: linear-gradient(to bottom, #f79b00 0%, #f18400 100%);
  border-color: #f48c00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25); }

.button.secondary:hover {
  background-color: #e77e00;
  background-image: none; }

.button.tertiary {
  color: #fff;
  background-image: linear-gradient(to bottom, #757576 0%, #363636 100%);
  border-color: #2a2a2a;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25); }

.button.tertiary:hover {
  background-color: #313131;
  background-image: none; }

.button.success {
  color: #fff;
  background-image: linear-gradient(to bottom, #33cc72 0%, #32ba69 100%);
  border-color: #2eb665;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); }

.button.success:hover {
  background-color: #30b264;
  background-image: none; }

/* Icons */
.button.icon-arrow {
  padding: 0 9px 0 18px; }

.button.icon-edit, .button.icon-print {
  padding: 0 14px 0 34px; }

.button.icon-arrow.tertiary:after {
  content: "";
  display: block;
  float: right;
  margin: 8px 0 0 11px;
  height: 9px;
  width: 9px;
  background: url(icons/buttons/arrow.png) no-repeat;
  background-size: 9px 9px; }

.button.icon-edit:after {
  content: "";
  display: block;
  float: right;
  margin: 5px 0 0 14px;
  height: 14px;
  width: 14px;
  background: url(icons/buttons/edit.png) no-repeat;
  background-size: 14px 14px; }

.button.icon-print:after {
  content: "";
  display: block;
  float: right;
  margin: 6px 0 0 14px;
  height: 13px;
  width: 14px;
  background: url(icons/buttons/print.png) no-repeat;
  background-size: 13px 14px; }

.button.delete {
  height: 40px;
  width: 40px;
  padding: 0;
  background: none;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.button.delete span {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 10px;
  height: 10px;
  background-image: url(https://images.blackmagicdesign.com/images/global-nav/gn-delete.svg?_v=1466645769);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 10px 20px; }

.button.delete:hover span {
  background-position: 0 -10px; }

.button.disabled.icon-arrow:after,
.button.disabled.icon-edit:after,
.button.disabled.icon-print:after {
  opacity: 0.2; }

/* Icons Reversed */
.button.icon-arrow:after {
  content: "";
  display: block;
  float: right;
  margin: 8px 0 0 11px;
  height: 9px;
  width: 9px;
  background: url(icons/buttons/arrow-reverse.png) no-repeat;
  background-size: 9px 9px; }

.button.icon-edit.primary:after,
.button.icon-edit.secondary:after,
.button.icon-edit.tertiary:after,
.button.icon-edit.success:after {
  content: "";
  display: block;
  float: right;
  margin: 5px 0 0 14px;
  height: 14px;
  width: 14px;
  background: url(icons/buttons/edit-reverse.png) no-repeat;
  background-size: 14px 14px; }

.button.icon-print.primary:after,
.button.icon-print.secondary:after,
.button.icon-print.tertiary:after,
.button.icon-print.success:after {
  content: "";
  display: block;
  float: right;
  margin: 5px 0 0 14px;
  height: 13px;
  width: 14px;
  background: url(icons/buttons/print-reverse.png) no-repeat;
  background-size: 13px 14px; }

/* Disabled (to stay at bottom of all styles so it overides previous styles when applied.) */
.button.icon-arrow.tertiary.disabled:after {
  background: url(icons/buttons/arrow-reverse.png) no-repeat; }

.button.icon-edit.primary.disabled:after,
.button.icon-edit.secondary.disabled:after,
.button.icon-edit.tertiary.disabled:after,
.button.icon-edit.success.disabled:after {
  background: url(icons/buttons/edit.png) no-repeat; }

.button.icon-print.primary.disabled:after,
.button.icon-print.secondary.disabled:after,
.button.icon-print.tertiary.disabled:after,
.button.icon-print.success.disabled:after {
  background: url(icons/buttons/print.png) no-repeat; }

.button.disabled {
  color: #cacaca;
  background-color: #fff !important;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .button.icon-arrow.tertiary:after {
    background: url(icons/buttons/arrow@2x.png) no-repeat;
    background-size: 9px 9px; }
  .button.icon-edit:after,
  .button.icon-edit.primary.disabled:after,
  .button.icon-edit.secondary.disabled:after,
  .button.icon-edit.tertiary.disabled:after,
  .button.icon-edit.success.disabled:after {
    background: url(icons/buttons/edit@2x.png) no-repeat;
    background-size: 14px 14px; }
  .button.icon-print:after,
  .button.icon-print.primary.disabled:after,
  .button.icon-print.secondary.disabled:after,
  .button.icon-print.tertiary.disabled:after,
  .button.icon-print.success.disabled:after {
    background: url(icons/buttons/print@2x.png) no-repeat;
    background-size: 13px 14px; }
  .button.icon-arrow:after,
  .button.icon-arrow.tertiary.disabled:after {
    background: url(icons/buttons/arrow-reverse@2x.png) no-repeat;
    background-size: 9px 9px; }
  .button.icon-edit.primary:after,
  .button.icon-edit.secondary:after,
  .button.icon-edit.tertiary:after,
  .button.icon-edit.success:after {
    background: url(icons/buttons/edit-reverse@2x.png) no-repeat;
    background-size: 14px 14px; }
  .button.icon-print.primary:after,
  .button.icon-print.secondary:after,
  .button.icon-print.tertiary:after,
  .button.icon-print.success:after {
    background: url(icons/buttons/print-reverse@2x.png) no-repeat;
    background-size: 13px 14px; } }
