/** Shopify CDN: Minification failed

Line 34:6 Expected identifier but found "*"
Line 89:6 Expected identifier but found "*"
Line 269:6 Comments in CSS use "/* ... */" instead of "//"
Line 331:0 "@charset" must be the first rule in the file
Line 3900:0 Unexpected "="
Line 3917:0 Unexpected "="
Line 5642:2 Expected identifier but found "*"
Line 7267:25 Unexpected "{"
Line 8842:1 Unexpected ";"
Line 8884:11 Expected ":"
... and 2 more hidden warnings

**/
@font-face {
    font-family: "Ogg";
    src: url("//www.babygold.com/cdn/shop/files/Ogg-Italic.eot?v=254019229101642913");
    src: url("//www.babygold.com/cdn/shop/files/Ogg-Italic.eot?v=254019229101642913?#iefix") format('embedded-opentype'),
        url("//www.babygold.com/cdn/shop/files/Ogg-Italic.woff2?v=16450641507667138378") format('woff2'),
        url("//www.babygold.com/cdn/shop/files/Ogg-Italic.woff?v=13294312159212633046") format('woff'),
        url("//www.babygold.com/cdn/shop/files/Ogg-Italic.ttf?v=3568480142659935499") format('truetype'),
        url("//www.babygold.com/cdn/shop/files/Ogg-Italic.svg?v=18355801789034693967#GTAmerica-Regular") format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
/* dd style */
  .ddcommon {
      position: relative;
      display: -moz-inline-stack;
      zoom: 1;
      display: inline-block;
      *display: inline;
      cursor: default;
      max-width: 400px !important
  }

  .ddcommon ul {
      padding: 0;
      margin: 0
  }

  .ddcommon ul li {
      list-style-type: none
  }

  .borderRadiusTp ul li:last-child {
      border-bottom: 0 none #e5e5e5
  }

  .borderRadiusBtm ul li:first-child {
      border-bottom: 1 solid #e5e5e5
  }

  .ddcommon .disabled img,
  .ddcommon .disabled span,
  .ddcommon.disabledAll {
      opacity: .5;
      -ms-filter: "alpha(opacity=50)";
      filter: alpha(opacity=50);
      -khtml-opacity: .5;
      -moz-opacity: .5;
      color: #999999
  }

  .ddcommon .clear {
      clear: both
  }

  .ddcommon input.text {
      color: #7e7e7e;
      padding: 0 0 0 0;
      position: absolute;
      background: #fff;
      display: block;
      width: 98%;
      height: 98%;
      left: 2px;
      top: 0;
      border: none
  }

  .ddOutOfVision {
      position: relative;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline
  }

  .borderRadius .shadow {
      -moz-box-shadow: 5px 5px 5px -5px #888888;
      -webkit-box-shadow: 5px 5px 5px -5px #888888;
      box-shadow: 5px 5px 5px -5px #888888
  }

  .borderRadiusBtm .shadow {
      -moz-box-shadow: -5px -5px 5px -5px #888888;
      -webkit-box-shadow: -5px -5px 5px -5px #888888;
      box-shadow: -5px -5px 5px -5px #888888
  }

  img.fnone {
      float: none !important;
      width: 20px
  }

  .ddcommon .divider {
      width: 0;
      height: 100%;
      position: absolute
  }

  .ddcommon .ddArrow {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 12px
  }

  .ddcommon .ddArrow:hover {
      background-position: 0 100%
  }

  .ddcommon .ddTitle {
      padding: 0;
      position: relative;
      display: inline-block;
      width: 100%
  }

  .ddcommon .ddTitle .ddTitleText {
      display: block
  }

  .ddcommon .ddTitle .ddTitleText .ddTitleText {
      padding: 0
  }

  .ddcommon .ddTitle .description {
      display: block
  }

  .ddcommon .ddTitle .ddTitleText img {
      position: relative;
      vertical-align: middle;
      float: left
  }

  .ddcommon .ddChild {
      position: absolute;
      display: none;
      width: 100%;
      min-width: 100px;
      overflow-y: auto;
      overflow-x: hidden;
      zoom: 1;
      z-index: 9999
  }

  .ddcommon .ddChild li {
      clear: both
  }

  .ddcommon .ddChild li .description {
      display: block
  }

  .ddcommon .ddChild li img {
      border: 0 none;
      position: relative;
      vertical-align: middle;
      float: left
  }

  .ddcommon .ddChild li.optgroup {
      padding: 0
  }

  .ddcommon .ddChild li.optgroup .optgroupTitle {
      padding: 0 5px;
      font-weight: bold;
      font-style: italic
  }

  .ddcommon .ddChild li.optgroup ul li {
      padding: 5px 5px 5px 15px
  }

  .ddcommon .noBorderTop {
      border-top: none 0 !important;
      padding: 0;
      margin: 0
  }

  .dd {
      font-size: 12px;
      letter-spacing: .02em;
      -webkit-font-smoothing: antialiased
  }

  .dd * {
      box-sizing: initial
  }

  .dd:focus {
      outline: 0
  }

  .dd {
      border: 1px solid #e5e5e5;
    margin-bottom:20px;
  }

  .dd .divider {
      right: 24px
  }

  .dd .ddArrow {
      width: 12px;
      height: 8px;
      margin-top: -4px;
      background: url(//www.babygold.com/cdn/shop/t/163/assets/ico-select.svg?v=121622243102497518751680590421) no-repeat;
      background-size: cover
  }

  .dd .ddTitle {
      color: #343434
  }

  .dd .ddTitle .ddTitleText {
      padding: 10px 30px 10px 15px
  }

  .dd .ddTitle .ddTitleText .ddTitleText {
      padding: 0
  }

  .dd .ddTitle .description {
      font-size: 12px;
      color: #666
  }

  .dd .ddTitle .ddTitleText img {
      padding-right: 10px;
      padding-bottom: 3px
  }

  .dd .ddChild {
      border: 1px solid #e5e5e5;
      background-color: #fff;
      right: -1px;
      height: auto !important;
      min-width: 130px
  }

  .dd .ddChild li {
      padding: 8px 15px;
      background-color: #fff;
      margin-bottom: 0
  }

  .dd .ddChild li .description {
      color: #666
  }

  .dd .ddChild li .ddlabel {
      //font-family: Georgia, "Hoefler Text", "Times New Roman", serif;
      color: #343434;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      text-transform: capitalize;
      font-size: 12px !important
  }

  .dd .ddChild li.hover {
      background-color: #f6f6f3
  }

  .dd .ddChild li .ddlabel:hover {
      color: #343434
  }

  .dd .ddChild li img {
      padding: 0 6px 3px 0
  }

  .dd .ddChild li.optgroup {
      padding: 0
  }

  .dd .ddChild li.optgroup .optgroupTitle {
      padding: 0 5px;
      font-weight: bold;
      font-style: italic
  }

  .dd .ddChild li.optgroup ul li {
      padding: 5px 5px 5px 15px
  }

  .dd .ddChild li.selected {
      background-color: #f6f6f3;
      color: #343434
  }

  ._msddli_.waitlist {
      opacity: .5
  }

.dd .ddTitle .description,
.dd .ddChild li .description{
 float:right; 
}

/**
 * Swiper 6.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2020
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

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

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none;
}

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none;
}

/*
* Icon Shopify Theme
* Version 7
* Copyright 2019, We are Underground llc
* https://www.weareunderground.com
*
* Gridlock v3.2.1
* A responsive CSS grid system. Part of the Formstone Library.
* http://formstone.it/gridlock/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
*, :after, :before {
  box-sizing: border-box
} 

.gridlock .row {
  width: 92%;
  margin-left: auto; 
  margin-right: auto
}

.gridlock .row:after {
  height: 0;
  clear: both;
  content: "";
  display: block;
  line-height: 0;
  visibility: hidden
}

.gridlock .row .row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%  
}

.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;  
  margin-right: 0
}

.gridlock .row [class*=all-], .gridlock .row [class*=desktop-], .gridlock .row [class*=max-], .gridlock .row [class*=min-], .gridlock .row [class*=mobile-], .gridlock .row [class*=tablet-] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%
}

.gridlock .row [class*=all-].padded, .gridlock .row [class*=desktop-].padded, .gridlock .row [class*=max-].padded, .gridlock .row [class*=min-].padded, .gridlock .row [class*=mobile-].padded, .gridlock .row [class*=tablet-].padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%
}

.gridlock .row [class*=all-].contained, .gridlock .row [class*=desktop-].contained, .gridlock .row [class*=max-].contained, .gridlock .row [class*=min-].contained, .gridlock .row [class*=mobile-].contained, .gridlock .row [class*=tablet-].contained {
  margin-left: 0;
  margin-right: 0
}

.gridlock .row [class*=all-].right, .gridlock .row [class*=desktop-].right, .gridlock .row [class*=max-].right, .gridlock .row [class*=min-].right, .gridlock .row [class*=mobile-].right, .gridlock .row [class*=tablet-].right {
  float: right
}

@media screen and (min-width:500px) {
  .gridlock .row {
    width: 92%
  }
}

@media screen and (min-width:740px) {
  .gridlock .row {
    width: 720px
  }
}

@media screen and (min-width:980px) {  
  .gridlock .row {
    width: 960px
  }
}

@media screen and (min-width:1220px) { 
  .gridlock .row {
    width: 1200px
  }
}

@media screen and (min-width:1320px) {
  .gridlock .row {
    width: 1300px
  }
}

@media screen and (min-width:1420px) {
  .gridlock .row {
    width: 1400px
  }
}

@media screen and (min-width:1660px) {
  .gridlock .row {
    width: 1600px
  }
}

@media screen and (min-width:1920px) {
  .gridlock .row {
    width: 1850px
  }
}

@media screen and (max-width:739px) { 
  .gridlock-mobile-fluid .row {
    width: 98%
  }
}

.gridlock .row .all-fifth {
  width: 17.91666667%
}

.gridlock .row .all-fourth {
  width: 22.91666667%
}

.gridlock .row .all-third {
  width: 31.25%
}

.gridlock .row .all-half {
  width: 47.91666667%
}

.gridlock .row .all-full {
  width: 97.91666667%
}

.gridlock .row .all-push-fifth {
  margin-left: 21.04166667%
}

.gridlock .row .all-push-fourth {
  margin-left: 26.04166667%
}

.gridlock .row .all-push-third {
  margin-left: 34.375%
}

.gridlock .row .all-push-half {
  margin-left: 51.04166667%
}

.gridlock .row .contained.all-fifth {
  width: 20%
}

.gridlock .row .contained.all-fourth {
  width: 25%
}

.gridlock .row .contained.all-third {
  width: 33.33333333%
}

.gridlock .row .contained.all-half {
  width: 50%
}

.gridlock .row .contained.all-full {
  width: 100%
}

.gridlock .row .contained.all-push-fifth {
  margin-left: 20%
}

.gridlock .row .contained.all-push-fourth {
  margin-left: 25%
}

.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%
}

.gridlock .row .contained.all-push-half {
  margin-left: 50%
}

.gridlock .row [class*=all-].centered {
  float: none;
  margin-left: auto;
  margin-right: auto
}

.gridlock .row .all-hide {
  display: none
}

@media screen and (max-width:739px) {
  .gridlock .row .mobile-1 {
    width: 31.25%
  }
  .gridlock .row .mobile-2 {
    width: 64.58333333%
  }
  .gridlock .row .mobile-3 {
    width: 97.91666667%
  }
  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%
  }
  .gridlock .row .mobile-push-2 {
    margin-left: 67.70833333%
  }
  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%
  }
  .gridlock .row .contained.mobile-3 { 
    width: 100%
  }
  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66666667%
  }
  .gridlock .row .mobile-fifth {
    width: 17.91666667%
  }
  .gridlock .row .mobile-fourth { 
    width: 22.91666667%
  }
  .gridlock .row .mobile-third {
    width: 31.25%
  }
  .gridlock .row .mobile-half {
    width: 47.91666667%
  }
  .gridlock .row .mobile-full {
    width: 97.91666667%
  }
  .gridlock .row .mobile-push-fifth { 
    margin-left: 21.04166667%
  }
  .gridlock .row .mobile-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .mobile-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .mobile-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.mobile-fifth {
    width: 20%
  }
  .gridlock .row .contained.mobile-fourth {
    width: 25%
  }
  .gridlock .row .contained.mobile-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.mobile-half {
    width: 50%
  }
  .gridlock .row .contained.mobile-full {
    width: 100%
  }
  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=mobile-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .mobile-hide {
    display: none
  }
}

@media screen and (max-width:499px) {
  .gridlock .row .min-1 { 
    width: 31.25%
  }
  .gridlock .row .min-2 {
    width: 64.58333333%
  }
  .gridlock .row .min-3 {
    width: 97.91666667%
  }
  .gridlock .row .min-push-1 {
    margin-left: 34.375%
  }
  .gridlock .row .min-push-2 {
    margin-left: 67.70833333%
  }
  .gridlock .row .contained.min-1 {
    width: 33.33333333%
  }
  .gridlock .row .contained.min-2 {
    width: 66.66666667%
  }
  .gridlock .row .contained.min-3 {
    width: 100%
  }
  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66666667%
  }
  .gridlock .row .min-fifth {
    width: 17.91666667%
  }
  .gridlock .row .min-fourth {
    width: 22.91666667%
  }
  .gridlock .row .min-third {
    width: 31.25%
  }
  .gridlock .row .min-half {
    width: 47.91666667%
  }
  .gridlock .row .min-full {
    width: 97.91666667%
  }
  .gridlock .row .min-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .min-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .min-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .min-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.min-fifth {
    width: 20%
  }
  .gridlock .row .contained.min-fourth { 
    width: 25%
  }
  .gridlock .row .contained.min-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.min-half {
    width: 50%
  }
  .gridlock .row .contained.min-full {
    width: 100%
  }
  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.min-push-half { 
    margin-left: 50%
  }
  .gridlock .row [class*=min-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .min-hide {
    display: none
  }
}

@media screen and (min-width:740px) and (max-width:979px) {
  .gridlock .row .tablet-1 {
    width: 14.58333333%
  }
  .gridlock .row .tablet-2 {
    width: 31.25%
  }
  .gridlock .row .tablet-3 {
    width: 47.91666667%
  }
  .gridlock .row .tablet-4 {
    width: 64.58333333%
  }
  .gridlock .row .tablet-5 {
    width: 81.25%
  }
  .gridlock .row .tablet-6 {
    width: 97.91666667%
  }
  .gridlock .row .tablet-push-1 { 
    margin-left: 17.70833333%
  }
  .gridlock .row .tablet-push-2 {
    margin-left: 34.375%
  }
  .gridlock .row .tablet-push-3 {
    margin-left: 51.04166667%
  }
  .gridlock .row .tablet-push-4 {
    margin-left: 67.70833333%
  }
  .gridlock .row .tablet-push-5 {
    margin-left: 84.375%
  }
  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%
  }
  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66666667%
  }
  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%
  }
  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66666667%
  }
  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333333%
  }
  .gridlock .row .tablet-fifth {
    width: 17.91666667%
  }
  .gridlock .row .tablet-fourth {
    width: 22.91666667%
  }
  .gridlock .row .tablet-third {
    width: 31.25%
  }
  .gridlock .row .tablet-three-quarter {  
    width: 72.9%
  }
  .gridlock .row .tablet-two-thirds {
    width: 64.5%
  }
  .gridlock .row .tablet-half {
    width: 47.91666667%
  }
  .gridlock .row .tablet-full {
    width: 97.91666667%
  } 
  .gridlock .row .tablet-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .tablet-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .tablet-push-third { 
    margin-left: 34.375%
  }
  .gridlock .row .tablet-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.tablet-fifth { 
    width: 20%
  }
  .gridlock .row .contained.tablet-fourth { 
    width: 25%
  }
  .gridlock .row .contained.tablet-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.tablet-half {
    width: 50%
  }
  .gridlock .row .contained.tablet-full {
    width: 100%
  }
  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=tablet-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .tablet-hide {
    display: none !important
  }
}

@media screen and (min-width:980px) {
  .gridlock .row .desktop-1 {
    width: 6.25%
  }
  .gridlock .row .desktop-2 {
    width: 14.58333333%
  }
  .gridlock .row .desktop-3 {
    width: 22.91666667%
  }
  .gridlock .row .desktop-4 {
    width: 31.25%
  }
  .gridlock .row .desktop-5 {
    width: 39.58333333%
  }
  .gridlock .row .desktop-6 {
    width: 47.91666667%
  }
  .gridlock .row .desktop-7 {
    width: 56.25%
  }
  .gridlock .row .desktop-8 {
    width: 64.58333333%
  }
  .gridlock .row .desktop-9 {
    width: 72.91666667%
  }
  .gridlock .row .desktop-10 {
    width: 81.25%
  }
  .gridlock .row .desktop-11 {
    width: 89.58333333%
  }
  .gridlock .row .desktop-12 {
    width: 97.91666667%
  }
  .gridlock .row .desktop-push-1 {
    margin-left: 9.375%
  }
  .gridlock .row .desktop-push-2 {
    margin-left: 17.70833333%
  }
  .gridlock .row .desktop-push-3 {
    margin-left: 26.04166667%
  }
  .gridlock .row .desktop-push-4 {
    margin-left: 34.375%
  }
  .gridlock .row .desktop-push-5 {
    margin-left: 42.70833333%
  }
  .gridlock .row .desktop-push-6 {
    margin-left: 51.04166667%
  }
  .gridlock .row .desktop-push-7 {
    margin-left: 59.375%
  }
  .gridlock .row .desktop-push-8 {
    margin-left: 67.70833333%
  }
  .gridlock .row .desktop-push-9 {
    margin-left: 76.04166667%
  }
  .gridlock .row .desktop-push-10 {
    margin-left: 84.375%
  }
  .gridlock .row .desktop-push-11 {
    margin-left: 92.70833333%
  }
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%
  }
  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333333%
  }
  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66666667%
  }
  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%
  }
  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66666667%
  }
  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%
  }
  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333333%
  }
  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66666667%
  }
  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%
  }
  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333333%
  }
  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66666667%
  }
  .gridlock .row .desktop-fifth {
    width: 17.91666667%
  }
  .gridlock .row .desktop-fourth {
    width: 22.91666667%
  }
  .gridlock .row .desktop-third {
    width: 31.25%
  }
  .gridlock .row .desktop-half {
    width: 47.91666667%
  }
  .gridlock .row .desktop-full {
    width: 97.91666667%
  }
  .gridlock .row .desktop-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .desktop-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .desktop-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .desktop-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.desktop-fifth {
    width: 20%
  }
  .gridlock .row .contained.desktop-fourth {
    width: 25%
  }
  .gridlock .row .contained.desktop-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.desktop-half {
    width: 50%
  }
  .gridlock .row .contained.desktop-full {
    width: 100%
  }
  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=desktop-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .desktop-hide {
    display: none !important
  }
}

@media screen and (min-width:1220px) {
  .gridlock .row .max-1 {
    width: 6.25%
  }
  .gridlock .row .max-2 {
    width: 14.58333333%
  }
  .gridlock .row .max-3 {
    width: 22.91666667%
  }
  .gridlock .row .max-4 {
    width: 31.25%
  }
  .gridlock .row .max-5 {
    width: 39.58333333%
  }
  .gridlock .row .max-6 {
    width: 47.91666667%
  }
  .gridlock .row .max-7 {
    width: 56.25%
  }
  .gridlock .row .max-8 {
    width: 64.58333333%
  }
  .gridlock .row .max-9 {
    width: 72.91666667%
  }
  .gridlock .row .max-10 {
    width: 81.25%
  }
  .gridlock .row .max-11 {
    width: 89.58333333%
  }
  .gridlock .row .max-12 {
    width: 97.91666667%
  }
  .gridlock .row .max-push-1 {
    margin-left: 9.375%
  }
  .gridlock .row .max-push-2 {
    margin-left: 17.70833333%
  }
  .gridlock .row .max-push-3 {
    margin-left: 26.04166667%
  }
  .gridlock .row .max-push-4 {
    margin-left: 34.375%
  }
  .gridlock .row .max-push-5 {
    margin-left: 42.70833333%
  }
  .gridlock .row .max-push-6 {
    margin-left: 51.04166667%
  }
  .gridlock .row .max-push-7 {
    margin-left: 59.375%
  }
  .gridlock .row .max-push-8 {
    margin-left: 67.70833333%
  }
  .gridlock .row .max-push-9 {
    margin-left: 76.04166667%
  }
  .gridlock .row .max-push-10 {
    margin-left: 84.375%
  }
  .gridlock .row .max-push-11 {
    margin-left: 92.70833333%
  }
  .gridlock .row .contained.max-1 {
    width: 8.33333333%
  }
  .gridlock .row .contained.max-2 {
    width: 16.66666667%
  }
  .gridlock .row .contained.max-3 {
    width: 25%
  }
  .gridlock .row .contained.max-4 {
    width: 33.33333333%
  }
  .gridlock .row .contained.max-5 {
    width: 41.66666667%
  }
  .gridlock .row .contained.max-6 {
    width: 50%
  }
  .gridlock .row .contained.max-7 {
    width: 58.33333333%
  }
  .gridlock .row .contained.max-8 {
    width: 66.66666667%
  }
  .gridlock .row .contained.max-9 {
    width: 75%
  }
  .gridlock .row .contained.max-10 {
    width: 83.33333333%
  }
  .gridlock .row .contained.max-11 {
    width: 91.66666667%
  }
  .gridlock .row .contained.max-12 {
    width: 100%
  }
  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333333%
  } 
  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66666667%
  }
  .gridlock .row .contained.max-push-3 {
    margin-left: 25%
  }
  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66666667%
  }
  .gridlock .row .contained.max-push-6 {
    margin-left: 50%
  }
  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333333%
  }
  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66666667%
  }
  .gridlock .row .contained.max-push-9 {
    margin-left: 75%
  }
  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333333%
  }
  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66666667%
  }
  .gridlock .row .max-fifth {
    width: 17.91666667%
  }
  .gridlock .row .max-fourth {
    width: 22.91666667%
  }
  .gridlock .row .max-third {
    width: 31.25%
  }
  .gridlock .row .max-half {
    width: 47.91666667%
  }
  .gridlock .row .max-full {
    width: 97.91666667%
  }
  .gridlock .row .max-push-fifth {
    margin-left: 21.04166667%
  }
  .gridlock .row .max-push-fourth {
    margin-left: 26.04166667%
  }
  .gridlock .row .max-push-third {
    margin-left: 34.375%
  }
  .gridlock .row .max-push-half {
    margin-left: 51.04166667%
  }
  .gridlock .row .contained.max-fifth {
    width: 20%
  }
  .gridlock .row .contained.max-fourth {
    width: 25%
  }
  .gridlock .row .contained.max-third {
    width: 33.33333333%
  }
  .gridlock .row .contained.max-half {
    width: 50%
  }
  .gridlock .row .contained.max-full {
    width: 100%
  }
  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%
  }
  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%
  }
  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333333%
  }
  .gridlock .row .contained.max-push-half {
    margin-left: 50%
  }
  .gridlock .row [class*=max-].centered {
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .gridlock .row .max-hide {
    display: none
  }
}

.gridlock-fluid .row {
  width: 98%
}

* {
  margin: 0;
}

.first {
  clear: left;
}



@supports (display: grid) {
  .grid_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }
  .span-12 {
    grid-column: auto / span 12;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-11 {
    grid-column: auto / span 11;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-10 {
    grid-column: auto / span 10;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-9 {
    grid-column: auto / span 9;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-8 {
    grid-column: auto / span 8;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-7 {
    grid-column: auto / span 7;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-6 {
    grid-column: auto / span 6;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-5 {
    grid-column: auto / span 5;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-4 {
    grid-column: auto / span 4;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-3 {
    grid-column: auto / span 3;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-2 {
    grid-column: auto / span 2;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-1 {
    grid-column: auto / span 1;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-one-fifth {
    grid-column: auto / span 1;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .span-5.push-1 {
    grid-column: 2 / 7; width: 100%;
  }
  .span-8.push-2 {
    grid-column: 3 / 11; width: 100%;
  }
  .span-6.push-3 {
    grid-column: 4 / 10; width: 100%;
  }
  .product-page .grid_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }
  div#main-content.grid_wrapper {
    grid-row-gap: 10px! important;
  }
}

@media screen and ( min-width: 741px ) and ( max-width: 980px ) {
  @supports (display: grid) {
    .span-3 {
      grid-column: auto / span 3 !important;
    }
    .span-4 {
      grid-column: auto / span 4 !important;
    }
    .span-6 {
      grid-column: auto / span 6 !important;
    }
    .span-9 {
      grid-column: auto / span 6 !important;
    }
  }
}

@media screen and ( max-width: 740px ) {
  @supports (display: grid) {
    .span-4 {
      grid-column: auto / span 6 !important;
    }
    .span-6 {
      grid-column: auto / span 6 !important;
    }
    .span-9 {
      grid-column: auto / span 12 !important;
    }
    .span-3 {
      grid-column: auto / span 6 !important;
    }
    .span-one-fifth {
      grid-column: auto / span 1 !important;
    }
    .product-loop .mobile-half, .product-page .mobile-half {
      grid-column: auto / span 6 !important;
      width: 100%;
    }
    .product-loop .mobile-3, .product-page .mobile-3 {
      grid-column: auto / span 12 !important;
      width: 100%;
    }


  }
}


/* Assign font picker families from theme settings */

@font-face {
  font-family: 'Lorimer No 2 Condensed Light';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedLight.eot?v=149735117147363836391680590434);
  src: local('Lorimer No 2 Condensed Light Regular'), local('LorimerNo2CondensedLight'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedLight.eot?%23iefix&v=149735117147363836391680590434) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedLight.woff2?v=170596590699544166831680590436) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedLight.woff?v=176909691932500733851680590435) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedLight.ttf?v=52661851343507296831680590435) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedLight.svg%23LorimerNo2CondensedLight?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lorimer No 2 Condensed Regular';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedMedium.eot?v=79656278306879821901680590437);
  src: local('Lorimer No 2 Condensed Regular'), local('LorimerNo2CondensedMedium'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedMedium.eot?%23iefix&v=79656278306879821901680590437) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedMedium.woff2?v=157638402516853310311680590440) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedMedium.woff?v=110879614584867029771680590439) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedMedium.ttf?v=173944380879095758661680590439) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/LorimerNo2CondensedMedium.svg%23LorimerNo2CondensedMedium?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lorimer No 2 Semibold';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/QABKRVLorimerNo2Semibold.eot?v=42359528729108558111680590463);
  src: local('QABKRVLorimerNo2Semibold Semibold'), local('QABKRV+LorimerNo2Semibold'),
    url(//www.babygold.com/cdn/shop/t/163/assets/QABKRVLorimerNo2Semibold.eot?%23iefix&v=42359528729108558111680590463) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/QABKRVLorimerNo2Semibold.woff2?v=88447394112851145261680590466) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/QABKRVLorimerNo2Semibold.woff?v=14708696274691535001680590465) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/QABKRVLorimerNo2Semibold.ttf?v=109070385136501113641680590465) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/QABKRVLorimerNo2Semibold.svg%23QABKRV+LorimerNo2Semibold?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Room Regular';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/Room.eot?v=38552840527292125921680590473);
  src: local('Room Regular'), local('Room'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room.eot?%23iefix&v=38552840527292125921680590473) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room.woff2?v=24661586748180560351680590476) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room.woff?v=48712031133033089161680590475) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room.ttf?v=146005290789619739051680590474) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room.svg%23Room?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Room Bold';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/Room-Bold.eot?v=115908640299550918771680590470);
  src: local('Room Bold'), local('Room-Bold'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room-Bold.eot?%23iefix&v=115908640299550918771680590470) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room-Bold.woff2?v=128920210808232067691680590472) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room-Bold.woff?v=71602876797175624451680590472) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room-Bold.ttf?v=130473925958574588901680590471) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Room-Bold.svg%23Room-Bold?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maison Neue Demi';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Demi.eot?v=137939191535767016321680590444);
  src: local('Maison Neue Demi Regular'), local('MaisonNeue-Demi'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Demi.eot?%23iefix&v=137939191535767016321680590444) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Demi.woff2?v=153205130384645886231680590446) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Demi.woff?v=140280616656145084711680590446) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Demi.ttf?v=144467834845553559631680590445) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Demi.svg%23MaisonNeue-Demi?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maison Neue Book';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Book.eot?v=145114344237821290091680590441);
  src: local('Maison Neue Book Regular'), local('MaisonNeue-Book'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Book.eot?%23iefix&v=145114344237821290091680590441) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Book.woff2?v=58657649066643673511680590443) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Book.woff?v=65797251621496458561680590443) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Book.ttf?v=103293253284660985661680590442) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Book.svg%23MaisonNeue-Book?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maison Neue Medium';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Medium.eot?v=36562791424070694291680590447);
  src: local('Maison Neue Medium'), local('MaisonNeue-Medium'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Medium.eot?%23iefix&v=36562791424070694291680590447) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Medium.woff2?v=24818170664365046911680590449) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Medium.woff?v=29316807652432297261680590448) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Medium.ttf?v=127109121161691057071680590448) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/MaisonNeue-Medium.svg%23MaisonNeue-Medium?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Senlot Normal';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/Senlot-NormalItalic.eot?v=28608707390290593691680590477);
  src: local('Senlot Normal Italic'), local('Senlot-NormalItalic'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Senlot-NormalItalic.eot?%23iefix&v=28608707390290593691680590477) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Senlot-NormalItalic.woff2?v=51877749745554759371680590479) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Senlot-NormalItalic.woff?v=39335400230343547591680590478) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Senlot-NormalItalic.ttf?v=133686794817317127051680590478) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Senlot-NormalItalic.svg%23Senlot-NormalItalic?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'GT America-CompressedLight';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaTrial-CompressedLight.eot?v=69006700563922941071680590416);
  src: local('GT America Trial Compressed Light'), local('GTAmericaTrial-CompressedLight'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaTrial-CompressedLight.eot?%23iefix&v=69006700563922941071680590416) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaTrial-CompressedLight.woff2?v=102781479520473995711680590418) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaTrial-CompressedLight.woff?v=52059552741504669901680590418) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaTrial-CompressedLight.ttf?v=110225821835961615871680590417) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaTrial-CompressedLight.svg%23GTAmericaTrial-CompressedLight?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ogg-Medium';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Medium.eot?v=104256305008774499531680590456);
  src: local('Ogg-Medium'), local('Ogg-Medium'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Medium.eot?%23iefix&v=104256305008774499531680590456) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Medium.woff2?v=165118439769094454791680590458) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Medium.woff?v=24339735297753867061680590458) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Medium.ttf?v=124341795999199770441680590457) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Medium.svg%23Ogg-Medium?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America-Light'; 
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Light.eot?v=178625182972982920521680590402);
  src: local('GT America Light'), local('GTAmerica-Light'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Light.eot?%23iefix&v=178625182972982920521680590402) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Light.woff2?v=40030054491212428081680590404) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Light.woff?v=132743041292133248041680590403) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Light.ttf?v=164921875523481729081680590403) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Light.svg%23GTAmerica-Light?83514) format('svg');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: 'GT America ExtendedMedium';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedMedium.eot?v=66634728091223660001680590396);
  src: local('GT America Extended Medium'), local('GTAmerica-ExtendedMedium'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedMedium.eot?%23iefix&v=66634728091223660001680590396) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedMedium.woff2?v=49230374814458348011680590399) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedMedium.woff?v=150531826583757194541680590398) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedMedium.ttf?v=24797039656489661031680590397) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedMedium.svg%23GTAmerica-ExtendedMedium?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ogg-Italic';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Italic.eot?v=115949361323720381161680590453);
  src: local('Ogg Italic'), local('Ogg-Italic'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Italic.eot?%23iefix&v=115949361323720381161680590453) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Italic.woff?v=110088919775373410291680590455) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Italic.ttf?v=20848005915189615081680590454) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Italic.svg%23Ogg-Italic?83514 ) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America Mono-Regular';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Regular.eot?v=32941843073852542381680590413);
  src: local('GT America Mono Regular'), local('GTAmericaMono-Regular'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Regular.eot?%23iefix&v=32941843073852542381680590413) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Regular.woff2?v=174479568852614129881680590415) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Regular.woff?v=19105633843484845571680590415) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Regular.ttf?v=80903869696725988761680590414) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Regular.svg%23GTAmericaMono-Regular?83514) format('svg');
  font-weight: normal;
  font-style: normal;
} 

@font-face {
  font-family: 'GT America Regular';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Regular.eot?v=182695201880250863161680590404);
  src: local('GT America Regular'), local('GTAmerica-Regular'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Regular.eot?%23iefix&v=182695201880250863161680590404) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Regular.woff2?v=162116630340369192621680590407) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Regular.woff?v=85723094734548413671680590406) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Regular.ttf?v=79610083515505400741680590406) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-Regular.svg%23GTAmerica-Regular?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America ExtendedLight';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight.eot?v=48507510990149457361680590391);
  src: local('GT America Extended Light'), local('GTAmerica-ExtendedLight'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight.eot?%23iefix&v=48507510990149457361680590391) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight.woff2?v=85403193709915807271680590393) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight.woff?v=85621805484810940801680590393) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight.ttf?v=90916976411134059891680590392) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight.svg%23GTAmerica-ExtendedLight?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ogg-Roman';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Roman.eot?v=77208454913994205781680590459);
  src: local('Ogg Roman'), local('Ogg-Roman'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Roman.eot?%23iefix&v=77208454913994205781680590459) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Roman.woff2?v=156021818915625164941680590461) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Roman.woff?v=150343959513295593121680590460) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Roman.ttf?v=30756346541322705101680590460) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Ogg-Roman.svg%23Ogg-Roman?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America ExtendedLight_1';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight_1.eot?v=48507510990149457361680590394);
  src: local('GT America Extended Light'), local('GTAmerica-ExtendedLight'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight_1.eot?%23iefix&v=48507510990149457361680590394) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight_1.woff2?v=85403193709915807271680590396) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight_1.woff?v=85621805484810940801680590395) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight_1.ttf?v=90916976411134059891680590395) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedLight_1.svg%23GTAmerica-ExtendedLight?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America CondensedMedium';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedMedium.eot?v=140000151166608261011680590383);
  src: local('GT America Condensed Medium'), local('GTAmerica-CondensedMedium'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedMedium.eot?%23iefix&v=140000151166608261011680590383) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedMedium.woff2?v=118771483752835362181680590385) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedMedium.woff?v=105409626421536406071680590385) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedMedium.ttf?v=61389757019953261680590384) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedMedium.svg%23GTAmerica-CondensedMedium?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America CondensedRegular';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedRegular.eot?v=34257139763415626011680590386);
  src: local('GT America Condensed Regular'), local('GTAmerica-CondensedRegular'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedRegular.eot?%23iefix&v=34257139763415626011680590386) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedRegular.woff?v=25881124007232399991680590387) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedRegular.ttf?v=98376256047209746391680590387) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedRegular.svg%23GTAmerica-CondensedRegular?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America Mono-Medium';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Medium.eot?v=169599044509065411591680590410);
  src: local('GT America Mono Medium'), local('GTAmericaMono-Medium'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Medium.eot?%23iefix&v=169599044509065411591680590410) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Medium.woff2?v=24117274910677746031680590413) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Medium.woff?v=46440333525055002501680590412) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Medium.ttf?v=131689724478699888421680590411) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Medium.svg%23GTAmericaMono-Medium?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America ExtendedBold';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedBold.eot?v=2960025542100540951680590388);
  src: local('GT America Extended Bold'), local('GTAmerica-ExtendedBold'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedBold.eot?%23iefix&v=2960025542100540951680590388) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedBold.woff2?v=174313660851350119601680590390) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedBold.woff?v=168797356584738339881680590390) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedBold.ttf?v=3830731532540966201680590389) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedBold.svg%23GTAmerica-ExtendedBold?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America Mono-Light';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Light.eot?83514);
  src: local('GT America Mono Light'), local('GTAmericaMono-Light'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Light.eot?%23iefix&83514) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Light.woff2?v=113279806604519446001680590409) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Light.woff?83514) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Light.ttf?83514) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Light.svg%23GTAmericaMono-Light?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America Mono-Bold';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Bold.eot?v=143945037758986961051680590407);
  src: local('GT America Mono Bold'), local('GTAmericaMono-Bold'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Bold.eot?%23iefix&v=143945037758986961051680590407) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Bold.woff2?v=173395989197814825581680590409) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Bold.woff?83514) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Bold.ttf?v=149095322834351742801680590408) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmericaMono-Bold.svg%23GTAmericaMono-Bold?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America ExtendedRegular';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedRegular.eot?v=148973043792833714611680590399);
  src: local('GT America Extended Regular'), local('GTAmerica-ExtendedRegular'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedRegular.eot?%23iefix&v=148973043792833714611680590399) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedRegular.woff2?v=132283387044699946161680590401) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedRegular.woff?v=143901046222648901681680590401) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedRegular.ttf?v=181442901291190079961680590400) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-ExtendedRegular.svg%23GTAmerica-ExtendedRegular?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT America CondensedBold';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedBold.eot?v=368993827039408851680590380);
  src: local('GT America Condensed Bold'), local('GTAmerica-CondensedBold'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedBold.eot?%23iefix&v=368993827039408851680590380) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedBold.woff2?v=18574284273559683131680590382) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedBold.woff?v=40026179780613511101680590382) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedBold.ttf?v=44141166476822039811680590381) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/GTAmerica-CondensedBold.svg%23GTAmerica-CondensedBold?83514) format('svg');
  font-weight: normal;
  font-style: normal;
}   
@font-face {
  font-family: 'Quickpen';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/Quickpen.eot?v=88568153157290562941680590467);
  src: local('Quickpen'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Quickpen.eot?%23iefix&v=88568153157290562941680590467) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Quickpen.woff2?v=158470013612928425941680590469) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Quickpen.woff?v=61709298583722852431680590468) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Quickpen.ttf?v=84015488357541196241680590468) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/Quickpen.svg%23Quickpen?83514) format('svg');
  font-weight: normal;
  font-style: normal; 
}  
@font-face {
  font-family: 'White Oleander';
  src: url(//www.babygold.com/cdn/shop/t/163/assets/WhiteOleander.eot?v=90608914203426062531680590487 );
  src: local('White Oleander'), local('WhiteOleander'),
    url(//www.babygold.com/cdn/shop/t/163/assets/WhiteOleander.eot?%23iefix&v=90608914203426062531680590487 ) format('embedded-opentype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/WhiteOleander.woff2?v=137100538424312130101680590490 ) format('woff2'),
    url(//www.babygold.com/cdn/shop/t/163/assets/WhiteOleander.woff?v=163759915431073344441680590489 ) format('woff'),
    url(//www.babygold.com/cdn/shop/t/163/assets/WhiteOleander.ttf?v=24962055778114829011680590488 ) format('truetype'),
    url(//www.babygold.com/cdn/shop/t/163/assets/WhiteOleander.svg%23WhiteOleander?83514 ) format('svg');
  font-weight: normal;
  font-style: normal;
}





@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  src: url("//www.babygold.com/cdn/fonts/lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff2?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=376ab48ce014d606ecab5f9cf3a302cd66dc1fed26fc5de3c3573894d7bb1ece") format("woff2"),
       url("//www.babygold.com/cdn/fonts/lato/lato_n4.e0ee1e2c008a0f429542630edf70be01045ac5e9.woff?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d0c998da1d1f006671306407101b626f57cabf95595ba48ff1d867d001f70f43") format("woff");
}

@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: normal;
  src: url("//www.babygold.com/cdn/fonts/lato/lato_n4.c86cddcf8b15d564761aaa71b6201ea326f3648b.woff2?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=376ab48ce014d606ecab5f9cf3a302cd66dc1fed26fc5de3c3573894d7bb1ece") format("woff2"),
       url("//www.babygold.com/cdn/fonts/lato/lato_n4.e0ee1e2c008a0f429542630edf70be01045ac5e9.woff?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=d0c998da1d1f006671306407101b626f57cabf95595ba48ff1d867d001f70f43") format("woff");
}

@font-face {
  font-family: Karla;
  font-weight: 700;
  font-style: normal;
  src: url("//www.babygold.com/cdn/fonts/karla/karla_n7.e8c0eb897464ccf45d5caa70ec8c7005d0f7b1b2.woff2?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=f436d9be46888373c71cbde27b240d3620258d4ea5032e69fea047f515339b80") format("woff2"),
       url("//www.babygold.com/cdn/fonts/karla/karla_n7.98d31f084a84db1ace8d046ddc8faa522b144349.woff?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=fa84210b6552c3a38dfe97fd75e3c60ee50716974bc163246d0a060a2342e8a0") format("woff");
}


@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  src: url("//www.babygold.com/cdn/fonts/lato/lato_n7.f0037142450bd729bdf6ba826f5fdcd80f2787ba.woff2?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=9fb0c25c9cb02476239431f330070dd30338c6acabe0469fcb6880f2e29f2e05") format("woff2"),
       url("//www.babygold.com/cdn/fonts/lato/lato_n7.50161a3d4f05d049b7407d86c5a8834e4d6e29bf.woff?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=14d1ed1ea08a2e7bbd2afffaaebfe636cb1bf3de6849e3f1401666f511346b37") format("woff");
}




@font-face {
  font-family: Lato;
  font-weight: 400;
  font-style: italic;
  src: url("//www.babygold.com/cdn/fonts/lato/lato_i4.7307831c0d06d264a76f2f7310f8a29d0507d6d0.woff2?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=1726fee94feab20e1c0f607c4f66eba76495ec219664dbe4891902ffd291ce8f") format("woff2"),
       url("//www.babygold.com/cdn/fonts/lato/lato_i4.fb695d0d68d5b174347edaf543726b1903b57796.woff?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=cbb35640170a030e0bf4143998695aaab4617b3f140e694ed731dcba78ed3b7e") format("woff");
}




@font-face {
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  src: url("//www.babygold.com/cdn/fonts/lato/lato_i7.86965a52f2ddabac45abc106c3d0cc22ac7b57bb.woff2?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=36c32aabfac6ff9fb4b4b16da04839a3a056f3aa7de48dcf8ef753e4b0fdcdc1") format("woff2"),
       url("//www.babygold.com/cdn/fonts/lato/lato_i7.34d7f5a12391e5532b516b8bb3974f4cc3ee25ae.woff?h1=YmFieWdvbGQuY29t&h2=YmFieWdvbGRqLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=9eea300f40d0d4a8b32170e0c2f90356a43a3ac220361e7c2786b73699ed97e3") format("woff");
}



html, body {
  height: 100%;
}

body {
  color: #646569;
  background: #ffffff;
  font-size: 14px;
  
  font-family:'GT America ExtendedRegular';
  
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: relative;
}


img {
  max-width: 100%;
  border: 0;
}

img[data-sizes="auto"] {
  display: block;
  width: 100%;
}

.box-ratio {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden; 
}

.product .box-ratio, .product-index .box-ratio {
  background-color: white;
}

.box-ratio img {
  background-color: white;
}

.lazyload-fade {
  opacity: 0;
  transition: opacity 200ms;
}

.flexslider .lazyload-fade {
  transition: opacity 0ms;
}

.lazyload-fade.lazyloaded {
  opacity: 1;
}
.visually-hidden {
  display: none;
}

#logo a {
  color: #000000;
  
  font-family:'Ogg-Roman';
  font-weight: normal;
  
  font-size: 48px;
}

.h5,.h3,.h2,.h1,h1, h2, h3, h4, h5, h6 {
  color: #000000;
  
  font-family:'Ogg-Roman';
  font-weight: normal;
  
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

.h5,.h3,.h2,.h1,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: #000000 !important;
}
.h1,h1 {
  font-size: 48px;
}
.h2,h2 {
  font-size: 40px;
}
.h3,h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
.h5,h5 {
  font-size: 22px;
}

.h5,.h3,.h2,h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset {
  margin-bottom: 10px;
}

.p,p {
  font-size: 14px; margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

em {
  font-style:italic;
}

pre {
  
  font-family:'GT America ExtendedRegular';
  
  font-size: 13px;
  font-weight:bold;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

a {
  text-decoration: none;
  color: #646569;
  outline: 0;
  -webkit-transition:color 0.3s ease-in;
  -moz-transition:color 0.3s ease-in;
  -o-transition:color 0.3s ease-in;
  transition:color 0.3s ease-in;
}

a:hover {
  color:#646569;
  text-decoration: none;
}

a:visited {
  color:#646569;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */
dt {
  font-weight: bold;
}
ol {
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
  text-indent: 0;
  list-style-position: inside;
}
ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: disc inside;
}
blockquote {
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  color: #999;
  margin: 20px 0;
}

.rte ul {
  list-style-position: outside;
  margin-left: 20px;
}

hr {
  background:#e5e5e5;
  border:none;
  color:#e5e5e5;
  display:block;
  height:1px;
  margin-top: 20px;
  width:100%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

/* NO JS Helpers
================================================== */
.no-js .no-fouc {
  visibility: visible;
}

.no-js .lazyload-fade {
  display: none;
}

.no-js .box-ratio {
  display: none;
}

.no-js .load-wait {
  display: none;
}

.no-js .product-thumbnails .lazyload {
  display: none;
}

.no-js .vantage-accordion .product-accordion-content {
  display: block;
}

.no-js .collection-carousel {
  text-align: center;
}

.no-js .shifter-navigation {
  display: none;
}

.errors {
  background: #ffdede;
  border: 1px solid red;
  padding: 10px;
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 10px;
}
.errors ul {
  list-style: none;
  margin: 0;
}
.errors li {
  margin-bottom: 3px;
}
/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #000000;
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #ffffff;
  display: inline-block;
  
  font-family:'GT America ExtendedRegular' !important;
  font-weight:normal;
  
  font-size: 14px !important;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  height: 48px;
  line-height: 48px;
  
}

.shopify-payment-button__button {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}


.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #727272;
}

.secondary-button {
  background: #acacac !important;
  color: #ffffff !important;
  
}

.secondary-button:hover {
  color: #ffffff !important;
  background: #3a3a3a !important;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


a.button, a.button:visited {
  background: #000000;
  border: none;
  text-align: center;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #ffffff;
  display: inline-block;
  
  font-family:'GT America ExtendedRegular' !important;
  font-weight:normal;
  
  font-size: 14px !important;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  height: 48px;
  line-height: 48px;
  
}

a.button:hover {
  color: #ffffff;
  background: #727272;
}


================================================== */

::-moz-selection {
  background:#fff3c2;
}

::selection {
  background:#fff3c2;
}

form {
  margin-bottom: 0;
}

fieldset {
  margin-bottom: 20px;
}
=======
=======
/* #Forms
================================================== */
form {
  margin-bottom: 0;
}

fieldset {
  margin-bottom: 20px;
}

input {
  height: 48px;
  line-height: 48px;
  padding: 0;
}

input::placeholder {
  line-height: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  
  font-family:'GT America ExtendedRegular';
  
  color: #777;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

select::-ms-expand {
  display: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
}

textarea {
  min-height: 60px; min-width: 300px;
}

label,
legend {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: 400;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #646569;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #646569;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #646569;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #646569;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 48px;
  line-height: 48px;
  padding: 0;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;
  padding: 2% 17px;
  outline: none;
}

/* =============== */
/* = HEADER = */
/* =============== */

.topbar {
  line-height: 40px;
  
  font-family:'GT America ExtendedRegular';
  
  background: #fff5ea;
  color: #2c2c2c;
  text-align: left;
}

.topbar p { margin-bottom: 0;}

ul#top_nav {
  text-align: left;
  z-index: 5;
  position: relative;
  list-style: none;
  margin-top: 0;
}
ul#top_nav li {
  display: inline-block;
  list-style: none;
  padding: 0 10px 0 0;
}
ul#cart {
  text-align: right;
  z-index: 5;
  position: relative;
  list-style: none;
  margin-top: 0;
  align-self: center;
}
ul#cart i.la.la-search {
  /*   font-size: 17px; */
}

ul#cart li {
  display: inline-block;
  padding: 0 5px;
}

ul#cart li:last-child {
  padding-right: 0;
}

ul#cart li a {
  display: inline-block;
  padding: 0 5px;
}

ul#cart li a:last-child {
  padding-right: 0px;
}

span.CartCount {
  padding: 0 5px;
}

.topbar ul#cart li a, ul#top_nav li a {
  
  font-family:'GT America ExtendedRegular';
  
  color: #2c2c2c;
}

.topbar select.currency-picker {
  
  font-family:'GT America ExtendedRegular';
  font-weight: normal;
  
  font-size: 16px;
  color: #2c2c2c;
}

select.currency-picker {
  width: auto;
  text-align: center; 
  display: inline-block;
  float: none;
  margin-left: 10px;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  -moz-appearance:none;
  -webkit-appearance: none;
  text-transform: uppercase;
  background-image: url(//www.babygold.com/cdn/shop/t/163/assets/select-arrow.png?v=112595941721225094991680590476) no-repeat right;
}

.currsw i.la.la-angle-down {
  font-size: 11px;
  vertical-align: 0% !important;
  margin-left: -3px !important;
}

select.currency-picker::-ms-expand {
  display:none;
}

select.currency-picker:focus::-ms-value {
  background-color: white;
  color:#000;
}

i.icon-shopping-cart {
  margin-left: 5px;
  font-size: 15px;
}

#phantom {
  visibility: hidden;
}

header {
  width: 100%;
  line-height: 50px;
  top:0;
  z-index: 20;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

.ignore-this {
  height: 0 !important;
  display: none !important;
}

.scrollheader {
  position: relative;
}

.coverheader {
  position: fixed;
}

header ul { margin-bottom: 0; }

#logo {
  vertical-align: middle;
  display: inline-block;
}

#logo a {
  float: left;
  
  font-family:'Ogg-Roman';
  
  font-family: Karla;
  font-size: 20;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

/* NAV REST OF SITE */
.scrollheader .nav-container .shifter-handle,
.scrollheader ul#main-nav li a.top_level,
.scrollheader .nav-container ul#cart li a,
.scrollheader .nav-container ul#cart li select.currency-picker {
  color: #54565a !important;
}

.coverheader .nav-container .shifter-handle,
.coverheader ul#main-nav li a.top_level,
.coverheader .nav-container ul#cart li a,
.coverheader .nav-container ul#cart li select.currency-picker  {
  color: #54565a;
}
.scrollheader #logo a {
  color: #54565a;
}
.coverheader #logo a {
  color: #54565a;
}
.coverheader {
  background: #ffffff;
}
header {
  background: #ffffff;
}

/* NAV HOMEPAGE */
.index .scrollheader .nav-container .shifter-handle,
.index .scrollheader ul#main-nav li a.top_level,
.index .scrollheader .nav-container ul#cart li a,
.index .scrollheader .nav-container ul#cart li select.currency-picker,
.index .scrollheader #logo a {
  color: #000000 !important;
}

.index .coverheader .nav-container .shifter-handle,
.index .coverheader ul#main-nav li a.top_level,
.index .coverheader .nav-container ul#cart li a,
.index .coverheader .nav-container ul#cart li select.currency-picker,
.index .coverheader #logo a  {
  color: #000000;
}
.index .coverheader {
  background: #fff;
} 
.index header {
  background: #ffffff;
}

#logo img {
  vertical-align: middle;
  padding: 20px 0;
} 

#navigation {
  width: 100%;
  position: relative;
  padding: 10px 0;
}

.nav-container {
  display: grid;
  text-align: center;
}

nav {
  text-align: left;
  align-self: center;
  position: inherit;
  z-index: 6! important;
}

ul#main-nav {
  list-style: none;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  z-index: -1;
}

ul#main-nav li {
  display: inline-block;
  vertical-align: middle;
}

ul#main-nav li a  {
  
  font-family:'GT America ExtendedRegular';
  font-weight: normal;
  
  font-size: 16px;
  padding: 0 20px 0 0;
}

.nav-container ul#cart li a, .nav-container ul#cart li {
  
  font-family:'GT America ExtendedRegular';
  font-weight: normal;
  
  font-size: 16px;
  padding: 0 0 0 15px;
}

/* NO LINK UNDERLINE */
ul#main-nav li a:hover, .nav-container ul#cart li a:hover {
  text-decoration: none;
}

/* DOWNDOWN INDICATOR CHEVRONS */
ul#main-nav li.dropdown > a:after {
  font-family: 'LineAwesome';
  content: "\f110";
  margin-left: 5px;
  font-size: 12px;
  line-height: initial;
}

/* DROPDOWN LEVEL 1 */
ul#main-nav li ul.submenu {
  display: none;
  position: absolute;
  text-align: left;
  z-index: 5;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  width: 260px;
  padding: 10px 15px 10px 15px;
  margin-left: -15px;
  background: #fff;
}

/* SHOW DROPDOWN ON HOVER */
ul#main-nav li.dropdown:hover ul.submenu {
  display: block;
}


/* DROPDOWN LEVEL 1 STYLES */
ul#main-nav li ul.submenu li{
  line-height: 28px !important;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent !important;
  min-width: 220px;
  float: left;
}

/* DROPDOWN LEVEL 1 LINK STYLES */
ul#main-nav li ul.submenu li a {
  text-align: left;
  text-transform: none !important;
  font-weight: 400! important;
  font-size: 14px ! important;
}

ul#main-nav li ul.submenu li a, ul#main-nav li ul.megamenu li a {
  color: #000000! important;
}

/* NESTED MENU */
.submenu li.nest, .mega-stack li.nest {
  position: relative;
}

/* NESTED MENU INDICATOR */
ul#main-nav li ul li.nest:after {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 12px;
  font-family: 'LineAwesome';
  content: "\f112";
}

/* VISIBLE NESTED MENU */
.submenu li.nest:hover > ul.nested, .mega-stack li.nest:hover > ul.nested {
  display: block;
}

/* HIDDEN NESTED MENU */
.nested {
  display: none;
  position: absolute;
  left: 98%;
  background: #fff;
  top: -15px;
  padding: 15px 10px 15px 20px;
  border: 1px solid #eee;
}

ul.nested:before {
  content: "";
  position: absolute;
  left: -10px;
  background: #fff;
  height: 30px;
  width: 30px;
  /* line-height: 30px; */
  top: 18px;
  border-color: transparent #f5f5f5;
  border-style: solid;
  border-width: 10px 10px 10px 0px;
  height: 0px;
  width: 0px;
}

.nested li a {
  text-transform: none !important;
  font-weight: 400;
  font-size: 14px !important;
}

li.nest.has_sub_menu.edge ul.nested {
  left: initial;
  right: 100%;
}

ul.megamenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: initial;
  width: 100%;
  padding-bottom: 50px! important;
  background: #fff;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

ul.megamenu h4 a {
  font-weight: 700 !important;
}

ul#main-nav li.dropdown ul.megamenu .mega-container li.desktop-3:nth-child(5n) {
  clear: left;
}

ul#main-nav li.dropdown ul.megamenu .mega-container li h4 a {
  padding-left: 0;
}

/* MEGAMENUS */
ul#main-nav li.dropdown:hover > ul.megamenu {
  display: block;
}

@media screen and (min-width: 1600px) {
  .mega-container {
    width: 1480px;
  }
}

@media screen and (max-width: 1600px) {
  .mega-container {
    width: 1200px;
  }
}

@media screen and (max-width: 1220px) {
  .mega-container {
    width: 960px;
  }
}

@media screen and (max-width: 980px) {
  .mega-container {
    width: 720px;
  }
}

@media screen and (max-width: 740px) {
  .mega-container {
    display: none;
  }
}

.mega-container {
  margin: 0 auto;
}

.mega-container li {
  vertical-align: top !important;
}


ul.megamenu li > ul {
  width: 100%;
}

ul.megamenu {
  padding-bottom: 20px;
}

ul.megamenu h4 {
  padding: 20px 0 5px;
  
  font-family:'GT America ExtendedRegular' !important;
  font-weight: normal;
  
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: initial;
}

ul.megamenu li:hover {
}

ul.megamenu li > ul.mega-stack {
  border: 0 !important;
  margin-bottom: 20px;
}

ul.megamenu li > ul.mega-stack li {
  line-height: 28px !important;
  text-align: left !important;
  display: block !important;
  clear: left;
  z-index: 1;
  width: 90%;
}

ul.megamenu li > ul.mega-stack li a {
  padding: 0 !important;
  text-transform: none !important;
  font-weight: 400;
  font-size: 14px !important;
  display: block;
  max-width: 200px;
  overflow: hidden;
}

.mega-container .product-details {
  margin-top: 0! important;
}


.coverheader ul#main-nav li ul.megamenu h4 {
  color: #000000;
}


.mega-container .product a,
.mega-container .product .price {
  line-height: 1em;
}

.mega-container .product-details {
  line-height: 1em;
}

.mega-container .product-details p {
  font-family: Lato;
}

.mega-container .product_listing_options {
  display: none;
}

.mega-container .product-details a {
  display: block;
  padding: 0 !important;
}
.mega-container .product-details .price {
  display: inline;
}
.mega-container .product-details h4 {
  color: #000000 !important;
  margin-bottom: 3px;
  letter-spacing: initial;
  font-weight: 400;
  font-size: 14px;
  font-family: Lato !important;
  padding: 0;
  text-transform: capitalize;
}

.mega-container .ci a {
  display: block;
  padding: 0! important;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mm-image { padding-top: 15px; }

ul#main-nav li.dropdown:hover > ul.image_menu.submenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

span.submenu_column {
  grid-column-start: auto;
  grid-column-end: span 2;
  align-self: start;
}

span.nav_image {
  width: 200px;
}

.submenu_column li {
  width: 100%! important;
  white-space: nowrap! important;
  float: none! important;
  text-align: left! important;
  display: block! important;
  min-width: unset! important;
}

.submenu_column li a {
  line-height: 20px;
  min-width: 190px;
}

.nav_image.submenu_column a {
  display: block;
}

#search_reveal {
  position: relative;
  width: 50%;
  margin: 30px auto;
  text-align: center;
}

input#search_button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 100px;
  margin-bottom: 0;
}

#search_reveal input#q {
  height: 62px;
  margin-bottom: 0;
  line-height: 62px;
  border: 1px solid #e5e5e5;
}


/* ============================================== */
/* ================ AJAX CART ================ */
/* ============================================== */

.js-drawer-open {
  overflow: hidden;
  height: 100%;
}

.js-drawer-open-right .is-moved-by-drawer {
  -ms-transform: translateX(-350px);
  -webkit-transform: translateX(-350x);
  transform: translateX(-350px);
}

.is-moved-by-drawer {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.js-drawer-open-right .drawer--right {
  display: block;
  -ms-transform: translateX(-350px);
  -webkit-transform: translateX(-350px);
  transform: translateX(-350px);
}

.drawer--right {
  width: 350px;
  right: -350px;
  border-left: 1px solid #e5e5e5;
}

.drawer {
  -webkit-transform: translateZ(0);
  will-change: transform;
  outline: 0 none;
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 15px 15px;
  max-width: 95%;
  z-index: 22;
  color: #646569;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.drawer__header {
  display: table;
  height: 70px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.drawer__header h3 {
  margin-bottom: 0;
}

.drawer__close {
  text-align: right;
  float: right;
  cursor: pointer;
}

.ajaxcart__inner {
  margin-bottom: 30px;
}

.ajaxcart__product {
  position: relative;
  max-height: 500px;
}

#CartDrawer .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.ajaxcart__product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.ajaxcart__product-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.item_dtl p {
  margin-bottom: 0;
}

p.item_price {
  margin: 5px 0 10px;
}

.grid__item.desktop-12.tablet62.mobile-3.item_img {
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.ajaxcart__qty {
  clear: left;
  display: block;
}

.ajaxcart__footer.row .additional_checkout_buttons {
  text-align: center;
}

span.fallback-text {
  display: none;
}

input.ajaxcart__qty-num {
  float: left;
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  text-indent: 0;
  -moz-appearance: none;
  color: #646569;
  border-left: 0;
  border-right: 0;
  margin-bottom:0;
  background: transparent;
  outline: 0 none;
}

input.js-qty__num {
  float: left;
  display: inline-block;
  width: initial;
  height: 48px;
  line-height: 46px;
  padding: 0;
  margin: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  min-width: initial;
  max-width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0;
  outline: 0 none;
}

.ajaxcart__qty--delete {
  background-size: 25px 25px !important;
  background-position: center center !important;
  background-image: url(/cdn/shop/t/73/assets/Delete_Icon_30x30.png?v=2355694805758749337) !important;
  background-repeat: no-repeat !important;
  border: none !important;
}

textarea#CartSpecialInstructions {
  width: 320px !important;
  max-width: 320px;
  min-width: 320px;
}

.drawer .text-right {
  line-height: 40px;
}

.cart__checkout {
  width: 100%;
}

.ajaxcart__footer.row .text-right {
  line-height: initial;
}

.ajaxcart__footer.row .text-center {
  clear: left;
}

/* ============================================== */
/* ================ index.liquid ================ */
/* ============================================== */

/* ALL HOMEPAGE ELEMENTS */
.index-section {
  width: 100%;
  position: relative;
}



.index-section section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.index-section:first-child section {
  padding-top: 0;
}
.index-section:last-child section {
  padding-bottom: 0;
}

.prod-vendor {
  text-align: center;
}

.collection-block {
  padding-bottom: 30px;
  display: block;
  float: left;
  width: 100%;
}

.collection-carousel {
  padding: 0 10px 0;
}


.collection-carousel .product {
  margin-bottom: 0;
}

.collection-index {
  position: relative;
}

.collection-info {
  text-align: center;
  margin-top: 10px;
}

.collection-info h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.collection-info p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.collection-image {
  padding: 2px;
  text-align: center;
}

/* IMAGE BLOCKS */
.homepage-promo,
.homepage-promo .caption p {
  
  font-family:'Ogg-Roman';
  
}
.homepage-promo {
  margin-bottom: 30px;
}
.homepage-promo .pimg {
  min-height: 1px;
}

.promo-inner {
  position: relative;
}

.promo-inner .caption p {
  margin-bottom: 0;
}

.promo-inner span.cta {
  margin-bottom: 0;
  margin-right: 0;
}

section.parallax .row {
  display: table;
  width: 100%;
}

.parallax-mirror {
  -webkit-transform-style: preserve-3d;
}

.parallax {
  position: relative;
  width: 100%;
  min-height: 100px;
}

.parallax-text {
  
  font-family:'Ogg-Roman';
  
  line-height: initial;
  position: relative;
  z-index: 2;
}

.parallax-text .button {
  width: auto;
  width: initial;
  padding: 0 20px;
  margin-top: 10px;
}

.parallax-content {
  display: table-cell;
  float: none !important;
  vertical-align: middle;
  text-align: center;
  margin: 0 !important;
  width: 100% !important;
}
/* NEWSLETTER */

#newsletter {
  line-height: 80px;
  padding: 30px 15px 0 15px;
}
section.homepage-newsletter #social-icons {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
section.homepage-newsletter #social-icons li {
  line-height: 13px;
}
section.homepage-newsletter p.form--success {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

section.homepage-newsletter .section-title {
  margin-bottom: 0;
}
section.homepage-newsletter .section-header p {
  margin: 0;
  padding: 0;
}
section.homepage-newsletter .section-header {
  text-align: center;
}

section.homepage-newsletter .input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
}
section.homepage-newsletter .password__input-group {
  max-width: 480px;
  margin: 0 auto;
}

section.homepage-newsletter .newsletter__submit {
  width: 30%;
  float: left;
  font-size: 13px;
  padding: 0 12px;
  height: 44px;
  transition: all .25s ease-in-out;
}

section.homepage-newsletter .newsletter__input {
  width: 70%;
  float:left;
  border-radius: 0;
  border: 1px solid ;
  background: transparent;
  margin-bottom: 0;
  height: 44px;
  line-height: 44px;
}

/* === Section titles === */
.section-title {
  text-align: center;
  float: none !important;
  width: 100%;
  border-bottom: 0;
  padding: 0 0 30px;
  margin-bottom: 20px;
}

.section-title h1,
.section-title h2,
.section-title h3 {
  color: #000000;
  margin-bottom: 0;
}


.section-title h1,
.section-title h2,
.section-title h3,
.collection-listing h2 {
  border: 0;
}




.product .section-title h1 {
  padding-top: 10px;
}

.product .section-title {
  padding: 0 !important;
  margin: 0 auto !important;
}
.product .section-title h1 {
  padding: 10px 0;
}


.social-content {
  text-align: center;
}

ul#social-icons {
  list-style: none;
  margin: 30px 0;
}

ul#social-icons li {
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}

input#social-EMAIL {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  text-transform: uppercase;
  text-indent: 0;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

input#social-subscribe {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  width: 80%;
  margin-top: 10px;
}

input#social-EMAIL:focus {
  outline:0;
  box-shadow: 0 0 0;
}




#content {
  margin-bottom: 40px;
}

#content.custom-page-content {
  margin-bottom: 0;
}

/* HOMEPAGE MAP SECTION (Added 1-24-18) */
.map-caption-inner {
  padding: 30px;
}

@media screen and (max-width: 500px) {
  .map-caption-inner {
    text-align: center;
  }
}

.product-page #breadcrumb,
.collection-list-template #breadcrumb {
  margin-bottom: 0! important;
}


.map-section__image {
  height: 100%;
  position:relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* Hide Google maps UI */
.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden;
}

.homepage-map .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  padding-top: 30px;
}

.homepage-map .text_left .map-container {
  float: right;
}


/* =================== */
/* = Text With Image = */
/* =================== */
.text-with-image {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  margin-left: -2px !important;
}

.text-with-image.text_section {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  padding: 15px;
}

.image-with-text-wrapper.grid_wrapper {
  align-items: center;
}

@media screen and ( max-width: 740px ) {
  .image-with-text-wrapper h3 {
    margin-top: 15px;
  }

  .text-with-image.text_section.desktop-6,
  .text-with-image.text_section.desktop-8,
  .text-with-image.text_section.desktop-4 {
    width: 100%! important;
  }

}

.text-with-image.text_section h2.sections {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-with-image.text_section h2.sections, .text_section .rte {
  text-align: left;
  margin-left: 0;
}

.text-with-image.text_section h2.sections span {
  padding-left: 0;
}

.text-with-image.text_section.text-centered h2.sections,
.text-with-image.text_section.text-centered .text-title,
.text-with-image.text_section.text-centered .cta,
.text-with-image.text_section.text-centered .rte {
  text-align: center;
}
.text-with-image.text_section.text-centered .cta{display:block;}

.text-with-image.text_section.text-centered h2.sections span {
  padding-left: 10px !important;
}

@media screen and ( max-width: 740px ) {
  .image-right {
    display: none;
  }
  .mobile-image .image-right {
    display: block;
  }
}

@supports (display: grid) {
  @media screen and ( max-width: 740px ) {
    .image-with-text-wrapper.grid_wrapper {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: px;
      grid-row-gap: 20px;
    }
    .image-with-text-wrapper.grid_wrapper .span-3,
    .image-with-text-wrapper.grid_wrapper .span-4,
    .image-with-text-wrapper.grid_wrapper .span-6,
    .image-with-text-wrapper.grid_wrapper .span-8 {
      grid-column: auto / span 3 !important;
    }
  }
}

.image-column {
  margin-bottom: 20px;
}

/* ============================================== */
/* ================ collection.liquid ================ */
/* ============================================== */

.collection-banner img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.collection-banner {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.list-collections .collection-banner {
  height: auto !important;
}

.collection-banner .box-ratio {
  padding-bottom: 400px;
}

@media screen and (max-width: 740px) {
  .collection-banner {
    height: auto;
  }
  .collection-banner img {
    height: auto;
  }
  .collection-banner .box-ratio {
    padding-bottom: 0;
  }
}

div#collection-description {
  padding-bottom: 10px;
}

.product-loop { margin-bottom: 50px; }

.collection-listing {
  text-align: center;
}

.ci {
  text-align: center;
  position: relative;
}

.collection-title {
  border-bottom: 2px solid #e5e5e5;
  text-align: center;
}

p.view-full {
  margin-top: 15px;
  padding: 15px 0;
}

.collection .bigimage {
  max-width: 99.4%;
}

span.prev-prod,
span.next-prod {
  min-height: 1px;
}

.active {
  background: #e5e5e5;
}


#collection-description h1 {
  text-align: center;
  margin-bottom: 10px;
}

#collection-description .rte {
  border-top: 0;
  margin-top:0;
  margin-bottom: 20px;
  padding: 0;
}

.product-index {
  margin-bottom: 20px;
  position: relative;
}

.product-info {
  text-align: center;
  position: absolute;
  bottom: 35%;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  display: none;
}

.product-index:hover .product-info {
  display: block;
}

.product-quick-view {
  max-height: 760px;
  overflow-x: hidden !important;
}

.product-quick-view .product-description {
  padding-bottom: 15px;
  padding-left: 20px;
}

.product-quick-view .selector-wrapper label {
  line-height: 18px;
  float: none;
}

.product-info form {
  margin-top: 20px;
}

.product-form__variants {
  display: none;
}

.qvimages img {
  padding: 5px;
}

.product-details {
  text-align: center; margin-top: 15px;
}

.product-details .onsale {
  display: inline;
}

.product-details h4 {
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: initial;
  font-weight: 400;
  font-size: 14px;
  
  font-family:'GT America ExtendedRegular';
  
  border-bottom: 1px solid #e1c0a6;
  display: inline-block;
  padding-bottom: 5px;
}

.product-details h3 {
  color: #000000;
  margin-bottom: 3px;
  font-weight: 400;
  letter-spacing: initial;
  font-size: 14px;
  
  font-family:'GT America ExtendedRegular';
  
}

.price {
  color: #000000;
  margin-bottom: 3px;
  letter-spacing: initial;
  font-size: 14px;
}
.product-index .price .onsale { display: inline; }
.was,
.product-compare-price,
.compare-price,
.was-listing {
  text-decoration: line-through;
}

.was,
.was-listing {
  display: inline-block;
  margin-left: 5px;
}

.onsale {
  color: #c50000;
}

.icn {
  position: absolute;
  text-align: center;
  padding: 0 10px;
  
  font-family:'GT America ExtendedRegular';
  
  font-size: 12px;

  
  top: 0; right: 0;
  
  
  padding: 8px 10px;
  
}


.new {
  z-index: 3;
  background: #ededed;
  color: #535353;
}



.sale-item {
  z-index: 4;
  background: #9d0000;
  color: #ffffff;
}



.so {
  z-index: 5;
  background: #000000;
  color: #ffffff;
  
}


.product-photos {
  position: relative;
  margin-top: 15px !important;
}
.product-photos .icn {
  top: 0;
  left: 0;
  right: auto !important;
  bottom: auto !important;
}
.product-modal {
  font-size: 12px;
  position: absolute;
  bottom: 40%;
  text-align: center;
  color: #ffffff;
  background: #000000 !important;
  padding: 10px;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  font-weight: 300;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  z-index: 5;
  
}

.product-modal:hover {
  color: #ffffff !important;
  background: #727272 !important;
}

.quick-shop {
  overflow: hidden;
  width: 720px;
}

.product-quick-view {
  width: 900px! important;
}

.product-quick-view div#content {
  margin-top: 0;
  margin-bottom: 0;
}

.thumbnail-slider .la-angle-up:before {
  font-size: 20px;
}
.thumbnail-slider .la-angle-down:before {
  font-size: 20px;
}
.product-quick-view .product-page,
.product-quick-view .product-page #content .section-title {
  margin-top: 0! important;
}


.product-quick-view .product-page #content.grid_wrapper {
  grid-row-gap: 0;
}

.product-details a.button, .product-details .add, .product-details .product-add {
  max-width: 150px !important;
  display: inline-block! important;
  margin-top: 10px !important;
  float: none !important;
}

.product-index .size-swatch {
  padding: 15px 0 10px;
}

.product-index .size-swatch ul {
  margin-bottom: 0;
}


.product-index .size-swatch ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 5px;
  background: #f7f7f7;
  padding: 2px 8px;
  min-width: 30px;
}

.product-index .size-swatch ul li a {font-size: 13px;}

.product-index:hover > .product-index-inner .size-swatch {
  display: block;
}

.quick-add-to-cart {
  clear: left;
  display: block;
  margin-top: 10px;
}

.col-swatch {
  margin: 0 0 20px 0;
}

.col-swatch ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.col-swatch li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0px 2px;
}

.col-swatch li span {
  display:block;
}

.col-swatch li.color {
  width: 25px;
  height: 25px;
  margin:0;
  border-radius: 25px;
  border: 1px solid #eee;
  overflow: hidden;
}

.col-swatch li.color span {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.col-swatch li.color img.variant-image {
  transform: scale(3);
}

.col-swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}



/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden {
  display: block !important;
  visibility: visible !important;
  overflow: hidden;
}

.product-index:hover .reveal img {
  opacity: 1;
}

.reveal {
  position: relative;
}

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.reveal:hover .hidden {
  z-index: 1;
  opacity: 1;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px;
  }
}


#sidebar { height: 100%; }

#sidebar .box-ratio {
  margin-bottom: 20px;
}

#sidebar .selecter {
  margin-bottom: 20px;
}

.sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

#side-filter {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-top: 20px;
}

#side-filter p {
  margin-bottom: 5px;
}

#side-filter li {
  margin-bottom: 10px;
}

.filter li {
  list-style-type: none;
  cursor: pointer;
}

.filter li h4 {
  font-size: px;
  font-weight: normal;
  letter-spacing: initial;
  margin-bottom: 0;
}

.filter li > ul.filter-list li a {
  font-size: 13px;
}

.filter li.current a {
  text-decoration: underline;
}

.filter span.color_filter {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: initial;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
}

.current span.color_filter:after {
  content: "\f17b";
  font-size: 10px;
  color: white;
  font-family: "LineAwesome";
  display: block;
  background: rgba(33, 43, 54, .5);
  line-height: 14px;
  text-align: center;
}

#current-filters {
  padding: 10px 11px 10px 11px !important;
  margin-top: 10px;
  margin-bottom: 20px;
}

#current-filters h5 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}

#current-filters a {
  margin-right: 8px;
}
#current-filters a:before {
  content: "\f344";
  font-size: 14px;
  color: #e5e5e5;
  font-family: "LineAwesome";
  margin-right: 4px;
}

.filter-menu {
  padding: 5px 0;
  position: relative;
  outline: none;
}

ul.filter-list ul.extended-submenu {
  padding-left: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 7px;
  padding-top: 7px;
}

ul.filter-list {
  display: none;
  border: 0;
}

ul.filter-list li {
  margin-bottom: 5px;
}

#collection-filters h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
a#filtersButton {
  margin: 0 0 20px 0;
}
div#current-filters {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px !important;
  display: inline-block;
}
#sidebar {
  min-height: 1px;
  
  position: relative;
  z-index: 5;
}

#sidebar h4 {
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0;
}

#sidebar ul {
  list-style-type: none;
  margin-bottom: 20px;
}

#sidebar h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

#sidebar ul li a.current {
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
}

#sidebar .collection_container {
  display: block;
  width: 100%;
  float: none;
  margin-top: 20px;
}

#sidebar .collection_container .icn {
  padding: 2px 3px;
  font-size: 10px;
}

#sidebar .collection_container .price {
  display: none;
}

#sidebar .collection_container .sidebar_product_container {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

#sidebar .collection_container .product-index {
  grid-column: auto / span 1;
}

#sidebar .textnote_container {
  margin-top: 10px;
}
#sidebar .textnote_container p {
  margin-bottom: 0;
}

#sidebar .textnote_container .subheading {
  padding: 10px 0;
}

#sidebar .image_container {
  margin: 20px 0;
}

#sidebar ul.sortme {
  float: right;
}

#sidebar ul.sortme h4 {
  margin-bottom: 5px;
}

#sidebar ul.sortme {
  float: left;
  display: block;
  clear: left;
  width: 100%;
}

#sidebar .filter {
  width: 100%;
  padding: 0 !important;
  text-align: left;
  background-color: transparent;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

#sidebar button.filter-menu {
  background-color: transparent;
  color: #000000;
  width: 100%;
  padding: 0 !important;
  text-align: left;
  margin: 0 !important;
}

#sidebar .filter h4:after {
  content: "\f110";
  font-family: "LineAwesome";
  background: #000000;
  padding: 4px 6px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: auto;
  font-size: 12px;
}

#sidebar .filter li > ul.filter-list {
  position: absolute;
  z-index: 5;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  top: 38px;
  min-width: 200px;
}

#sidebar .filter {
  width: 100%;
  margin-bottom: 0;
}

#sidebar ul.filter-list {
  display: none;
  position: relative;
  margin-bottom: 5px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}

#sidebar .filter li > ul.filter-list {
  top: 0;
}

#sidebar ul.filter-list li {
  line-height: 13px;
  font-size: 13px;
}

#sidebar ul.filter-list.color-filter li {
  width: auto;
  min-width: 125px;
}

#sidebar .extended-submenu {
  margin-left: 0;
}

#sidebar ul.sidebar_sub_menu {
  margin-bottom: 0;
  margin-left: 10px;
}

#sidebar .extend {
  position: relative;
  cursor: pointer;
}

#sidebar .filter {
  margin: 0;
  min-width: 175px;
  text-align: left;
  display: block;
  padding: 10px 11px 10px 11px !important;
  margin-bottom: 3px;
  position: relative;
}

#sidebar button.filter-menu h4 {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

#full-width-filter button:focus {outline:0;}

#full-width-filter .filter {
  background: none;
  color: #646569;
  margin: 0;
  line-height: 12px !important;
  min-width: 175px;
  text-align: left;
  display: inline-block;
  padding: 10px 11px 10px 11px !important;
  margin-bottom: 3px;
  position: relative;
  
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  position: relative;
}

#full-width-filter button.filter-menu {
  background-color: transparent;
  color: #000000;
  width: 100%;
  padding: 0 !important;
  text-align: left;
  margin: 0 !important;
}

#full-width-filter button.filter-menu:after {
  content: "\f110";
  font-family: "LineAwesome";
  background: #000000;
  padding: 3px 6px;
  color: #ffffff;
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 0;
  line-height: 14px;
  margin-bottom: 3px;
}

#full-width-filter button.filter-menu h4 {
  font-size: 14px;
  margin: 0;
  padding-right: 30px !important;
}

#full-width-filter ul.filter-list {
  position: absolute;
  z-index: 5;
  padding: 15px 20px;
  top: 41px;
  min-width: 200px;
  left: -1px;
  font-size: 13px;
  line-height: 16px;
}

#full-width-filter ul.filter-list.color-filter {
  min-width: 368px;
}

#full-width-filter ul.filter-list.color-filter.lg {
  min-width: 700px;
}

#full-width-filter ul.filter-list.color-filter li {
  display: inline-block;
  min-width: 160px;
}

#full-width-filter {
  margin-bottom: 20px;
}
#full-width-filter .filter {
  margin-bottom: 5px;
  outline: none;
  min-width: unset;
  width: 173px !important;
}
#full-width-filter button.filter-menu {
  min-width: 153px;
}
ul.sidebar-accordion li,
#sidebar .extend {
  width: 100% !important;
}

button.filter-menu {
  border-radius: 0;
  height: auto;
  line-height: auto;
}





/* ============================================== */
/* ================ product.liquid ================ */
/* ============================================== */

.js-qty {
  display: inline-block;
}

@media screen and ( min-width: 741px ) {
  .product-right .section-title, .product-right .section-title:after {
    text-align: left;
    margin-left: 0;
    left: 0;
    margin-bottom: 0;
  }
}

.selector-wrapper {
  clear: left;
}

.single-option-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  height: 48px;
  line-height: 46px;
  color: #646569;
  font-size: 14px;
  
  font-family:'GT America ExtendedRegular';
  
  background-image: url(//www.babygold.com/cdn/shop/t/163/assets/select-arrow.png?v=112595941721225094991680590476);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  width: 280px;
}

.selector-wrapper label {
  display: inline-block;
  float: left;
  min-width: 80px;
  margin-right: 15px;
  line-height: 48px;
}

img.zoomImg {
  cursor: move;
}

.active img {
  border:1px solid #ccc !important;
}

/* New Product Quick View Image Gallery */

.product-image-container.show-all {
  overflow: initial !important;
  height: initial !important;
}

.product-image-container.show-all .product-main-image {
  position: relative !important;
  top: initial !important;
  visibility: visible !important;
  margin-bottom: 20px;
}

.product-main-image img {
  margin: 0 auto;
}

.product-thumbnail img {
  cursor: pointer;
  border: 1px solid transparent;
}

.thumbnail-slider {
  margin-top: 5px;
}

img.zoomImg {
  background: #ffffff;
}

.thumbnail {
  margin-bottom: 10px;
}

#product-price,
.product-price {
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
}

.col-prev {
  display: inline-block;
  vertical-align: sub;
  margin-right: 20px;
  font-size: 12px;
}

.col-next {
  display: inline-block;
  vertical-align: sub;
  margin-left: 20px;
  font-size: 12px;
}

.product-right {
  position: relative;
}

.share-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.share-icon i {
  display: block;
  cursor: pointer;
}

#sticky-container .inner-wrapper-sticky {
  text-align: left;
  padding: 10px 20px;
}
@media (min-width: 741px) {
  .share-icons {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 70px;
  }
}

.product-description {
  padding: 0 10px;
}

.product-description form {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
}

.product-page #content .product-right .section-title {
  padding-top: 15px;
}

.product-form {
  display: block;
  float: left;
  width: 100%;
}

.product-form .icn {
  right: 0;
  left: unset! important;
}

.product-add {
  clear: left;
  float: left;
  display: block;
  width: 100%;
}

.product-add label {
  float: left;
  line-height: 44px;
  padding: 0 !important;
  display: inline-block;
  font-weight: 700;
}

.qty-selection {
  clear: left;
  display: inline-block;
  margin: 10px auto 0;
}

.quantity {
  float: left;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-appearance: none;
  text-indent: 0! important;
  -moz-appearance: none;
  text-align: center;
  padding: 0 !important;
  width: 80px !important;
  color: #646569;
  background: transparent !important;
  border: 1px solid #e5e5e5;
  border-left: 0! important;
  border-right: 0! important;
  color: #646569;
  margin-bottom: 0 !important;
  outline: 0 none;
}

.quantity-increment {
  border: 1px solid #e5e5e5;
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 46px;
  padding: 0;
  color: #646569;
  font-weight: 400;
  float: left;
  margin: 0;
  outline: 0 none;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-increment span {
  display: flex;
  align-items: center;
  height: 30px;
}

.quantity-selector {
  margin-bottom: 15px;
}

.product-quantity {
  font-weight: bold;
  text-align: center;
  margin: 0 !important;
  width: 70px! important;
  display: inline-block! important;
  vertical-align: top;
  padding: 0! important;
  text-indent: 0! important;
  float: none;
  margin-left: -4px !important;
  margin-right: -5px !important;
  border: 1px solid #f0f0f0 !important;
  color: #646569;
}

.up,
.downer {
  border: 1px solid #f0f0f0;
  padding: 0 8px;
  line-height: 46px;
  height: 48px;
  display: inline-block;
  color: #646569;
  font-size: 20px;
  width: 38px;
  text-align: center;
}

.up:hover,
.downer:hover {
  cursor: pointer;
}

.ajaxified-cart-feedback a {
  text-decoration: underline;
}
.ajaxified-cart-feedback.success,
.ajaxified-cart-feedback.error {
  padding-top: 15px;
  margin-bottom: 10px;
}
.errors.qty-error {
  color: #cc0000;
  display: inline-block;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.cart h2.errors.qty-error {
  margin-bottom: 0;
  padding: 0;
  color: black;
  background: none;
  border: none;
  font-size: 18px;
}

input#AddToCart {
  display: block ;
  margin-top: 15px;
  width: 280px;
  line-height: 48px !important;
  height: 48px;
  padding: 0 !important;
  clear: left;
  float: left;
  margin-bottom: 15px! important;
}

.shopify-payment-button {
  clear: left;
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  line-height: 48px !important;
  min-height: 48px;
  padding: 0! important;
  margin-bottom: 15px! important;
  width: 280px !important;
}

.shopify-payment-button__button--unbranded {
  background: #000000! important;
  color: #ffffff! important;
}

.shopify-payment-button__button--unbranded:hover {
  color: #ffffff! important;
  background: #727272! important;
}

.shopify-payment-button__more-options, button.shopify-payment-button__more-options:hover {
  background: transparent! important;
  color: #000! important;
  padding: 0! important;
  text-align: left !important;
}

.shopify-payment-button__button--hidden {
  display: none;
}

@media screen and (max-width: 740px ) {
  .product-add {
    text-align: center;
    margin-top: 0;
  }
  input#AddToCart,
  .shopify-payment-button__button--branded,
  .shopify-payment-button__button--unbranded  {
    width: 100% !important;
  }
  input#AddToCart { margin-top: 0;}
  .product-add label {
    width: initial !important;
    float: none;
  }
  .errors.qty-error {
    text-align: center;
  }
}

.product .rte {
  padding-bottom: 15px;
}

@media screen and ( min-width: 741px ) {
  .share-icons {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    height: 150px;
    padding: 0;
    width: 50px;
    z-index: 1;
  }
}
@media screen and ( min-width: 980px ) {
  .share-icons {
    position: absolute;
    right: 0;
    top: 90px;
    margin-top: 0;
    height: 150px;
    padding: 0;
    width: 50px;
    z-index: 1;
  }
  .share-icons.is_stuck {
    right: 0 !important;
  }
}
.product-quick-view .share-icons {
  position: absolute;
  top: calc(50% - 238px);
  right: -28px;
}

.share-icons a {
  display: block;
  background: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 10px;
}

.share-icons a i {
  vertical-align: sub;
}

.share-icons a.facebook {
  background: #8d6544;
}

.share-icons a.twitter {
  background: #795232;
}

.share-icons a.pinterest {
  background: #5a3b21;
}

.collection-product-nav a {
  vertical-align: top;
}

#related {
  text-align: center;
  padding-bottom: 20px;
}
div#shopify-section-product-recommendations {
  padding-top: 20px;
}
.what-is-it {
  margin-bottom: 15px;
  line-height: 42px;
}

.what-is-it label {
  display: inline;
  margin-right: 10px;
}

.product .rte,
.collection .rte,
.index .rte {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* RTE Tabbed Content for Product Pages */
.rte-tab > input,
.rte-tab section > div {
  display: none;
}

.rte-tab #tab1:checked ~ section .tab1,
.rte-tab #tab2:checked ~ section .tab2,
.rte-tab #tab3:checked ~ section .tab3,
.rte-tab #tab4:checked ~ section .tab4,
.rte-tab #tab5:checked ~ section .tab5,
.rte-tab #tab6:checked ~ section .tab6 {
  display: block;
}

.rte-tab #tab1:checked ~ nav .tab1,
.rte-tab #tab2:checked ~ nav .tab2,
.rte-tab #tab3:checked ~ nav .tab3,
.rte-tab #tab4:checked ~ nav .tab4,
.rte-tab #tab5:checked ~ nav .tab5,
.rte-tab #tab6:checked ~ nav .tab6{
  color: red;
}

.rte-tab {
  width: 100%;
  margin: 0 auto;
}
.rte-tab ul.tabbed {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rte-tab ul {
  list-style: inherit;
}

.rte-tab ul.tabbed li label {
  float: left;
  padding: 12px 12px;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  background: rgba(0,0,0,0);
  color: #646569;
}

.rte-tab ul.tabbed li label:hover {
  background: transparent;
  cursor: pointer;
}
.rte-tab ul.tabbed li label:active {
  background: transparent;
}

.rte-tab section {
  clear: both;
}
.rte-tab section div.tabbed-block {
  padding: 20px;
  width: auto;
  border: 1px solid #e5e5e5;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
  min-height: 200px;
}
.rte-tab section div.tabbed-block h2 {
  margin: 0;
  letter-spacing: 1px;
  color: ;
}

.rte-tab #tab1:checked ~ nav .tab1 label,
.rte-tab #tab2:checked ~ nav .tab2 label,
.rte-tab #tab3:checked ~ nav .tab3 label,
.rte-tab #tab4:checked ~ nav .tab4 label,
.rte-tab #tab5:checked ~ nav .tab5 label,
.rte-tab #tab6:checked ~ nav .tab6 label{
  background: white;
  color: #111;
  position: relative;
}
.rte-tab #tab1:checked ~ nav .tab1 label:after,
.rte-tab #tab2:checked ~ nav .tab2 label:after,
.rte-tab #tab3:checked ~ nav .tab3 label:after,
.rte-tab #tab4:checked ~ nav .tab4 label:after,
.rte-tab #tab5:checked ~ nav .tab5 label:after,
.rte-tab #tab6:checked ~ nav .tab6 label:after{
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}
.rte-tab img {
  height: auto;
}

.rte ul { margin-bottom: 15px; }


.product-extra {
  margin: 10px 0;
  clear: left;
}

.product-extra a {
  margin-right: 10px;
}

/* Swatches Styles */

/* Label */
.swatch .header {
  margin: 0.5em 0;
}

/* Hide radio buttons */
.swatch input {
  display: none;
}

.swatch label {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 0 10px;
  margin: 0px 5px 10px 0;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
}

/* {
padding: 0 10px;
line-height: 36px;
} */

.color.swatch-element label {
  padding: 0;
}

.swatch .color label {
  border: 1px solid #e5e5e5;
  /* background-position: center center;
  background-size: 34px 34px;
  background-repeat: no-repeat; */
  width: 40px;
  height: 40px;
  overflow: hidden
}

.color.swatch-element .variant-image {
  transform: scale(3);
}

.swatch input:checked + label {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}

.swatch .color input:checked + label {
  border: 1px solid #e5e5e5;
}

.swatch .color input:checked + label:after {
  content: "\f17c";
  font-family: "LineAwesome";
  position: absolute;
  bottom: -6px;
  left: 2px;
  color: rgba(187, 187, 187, .6);
  font-size: 14px;
}

.swatch .color.white input:checked + label:after {
  color: #eee;
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 3px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative;
}
/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch .swatch-element.soldout .crossed-out {
  display: block;
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: auto;
  font-size: 12px;
  left: auto;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swatch .tooltip:before {
  bottom: -20px;
  content:" ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content:" ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.swatch.error {
  background-color: #E8D2D2!important;
  color: #333!important;
  padding: 1em;
  border-radius: 5px;
}

.swatch.error p {
  margin: 0.7em 0;
}

.swatch.error p:first-child {
  margin-top: 0;
}

.swatch.error p:last-child {
  margin-bottom: 0;
}

.swatch.error code {
  font-family: monospace;
}

.swatch.clearfix {
  width: 100%;
  float: left;
  clear: left;
  display: block;
}

/* =============== */
/* = Map Section = */
/* =============== */
.map-section-container,
.map-section-image {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0
}

.map-section--display-map .map-section-container,
.map-section--display-bg-image .map-section-image {
  z-index: 4;
  position: relative;
}

.placeholder-background {
  display: none;
}
.map-section--onboarding .placeholder-background {
  display: block;
}

.map-section-image.show-image {
  z-index: 5;
  position: relative;
}

.map-section-wrapper {
  height: 400px;
}

.map-section-container {
  height: 400px;
  width: 100%;
}

.map-section-content {
  padding: 30px;
}

.map-section-wrapper .text_right .map-section-content-wrapper {
  float: right;
}

.map-section-background-wrapper {
  position: relative;
  overflow: hidden;
}

.map-section--onboarding .map-section-error {
  display: none;
}

.map-section-error {
  font-style: italic;
  color: #ff6d6d;
  border: 2px solid #ff6d6d;
  background-color: rgba(119, 0, 0, 0.65);
  padding: 30px;
  margin-top: -250px;
  width: 50%;
  margin-left: 25%;
  z-index: 6;
}

.map-section-image {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.placeholder-background {
  height: 400px;
}

.map-section .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  height: 400px;
}

.back_in_stock p {
  text-decoration: underline;
  cursor: pointer;
}

.back-in-stock-snippet {
  clear: left;
  width: 100%;
}

.back-in-stock-snippet form input {width: 65%;float: left;display: inline-block;}

.back-in-stock-snippet form button {
  display: inline-block;
  float: left;
  width: 30%;
}

.back-in-stock-snippet input.submit {
  width: 30%;
  margin-left: 2%;
}

/* ============================================== */
/* ================ Info bar ================ */
/* ============================================== */

.info-bar-item  {
  height: 100%;
  display: table-cell! important;
  vertical-align: middle;
  text-align: center;
}
.info-bar-content {
  position: relative;
}


/* ============================================== */
/* ================ Pages ================ */
/* ============================================== */


.page-section { margin-bottom: 30px; }

#page_sidebar {
  background: rgba(0,0,0,0);
  padding: 20px;
}



.collection_side_block .product-index {
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: top;
  margin: 0 0 20px 0;
}

div#page_sidebar .image_container,
div#page_sidebar .blog-widget {
  margin-bottom: 40px;
}

.collection_side_block {
  margin-bottom: 40px;
}




/* =============== */
/* = Cart = */
/* =============== */

body.cart #basket-right {
  text-align: center;
}

body.cart #basket-right p {
  margin-bottom: 20px;
}

body.cart #basket-right img {
  width: 50px;
}

body.cart .rte-accordion .item-content {
  background: transparent;
}
body.cart .cart-item .qty input {
  width: 53px;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.cart .cart-item {
  margin-bottom: 20px;
  display: block;
  position: relative;
  border: 1px solid #e5e5e5;
  min-height: 200px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  padding: 10px;
}

body.cart .cart-image {
  grid-column: span 1 / auto;
  align-self: center;
}
body.cart .cart-title {
  grid-column: span 2 / auto;
  align-self: center;
}
body.cart .cart-price {
  grid-column: span 3 / auto;
  align-self: center;
  text-align: center;
}

body.cart .cart-price label {
  font-weight: bold;
}

body.cart .outline-button,
#CartContainer .outline-button {
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #646569;
  color: #646569;
  display: inline-block;
  margin-top: 10px;
  z-index: 1;
  width: 49%;
  height: 38px;
  line-height: 28px;
}

#CartContainer .outline-button {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  height: 44px;
  line-height: 31px;
}
body.cart .remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
body.cart .remove span {
  transform: rotate(-45deg);
  display: block;
}
body.cart .cart-free-shipping,
#CartContainer .cart-free-shipping {
  padding: 10px;
  background: #ff7a5f;
  color: #fff;
  text-align: center;
  width: calc(100% - 10px);
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 10px;
}
#CartContainer .cart-free-shipping {
  margin-top: 20px !important;
  text-align: center;
}
body.cart #basket-right {
  background-color: rgba(0,0,0,0);
  padding: 30px;
}
body.cart #basket-right .rte-accordion {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
body.cart .cart-final-details input {
  min-width: 179px;
}
@media screen (max-width: 980px) and (min-width: 741px) {
  body.cart .cart-final-details input {
    min-width: 145px;
  }
}
body.cart #basket-right h2{
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin-bottom: 20px;
}
body.cart input#update-cart {
  display: inline-block;
  width: 49%;
  line-height: 28px;
  height: 38px;
}
body.cart h1.page-title {
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
body.cart h1.page-title span {
  float: right;
  text-align: right;
}
body.cart .rte-accordion .item {
  width: calc(100% - 10px);
  margin: 0 auto;
}
body.cart .cart-price .item-pricing,
body.cart .cart-price .line-pricing {
  width: 38%;
  display: inline-block;
  vertical-align: top;
}
body.cart .cart-price .qty {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
body.cart .subtotal p,
body.cart .discounts p,
body.cart .shipping p,
body.cart .tax p,
.ajaxcart__footer .subtotal p,
.ajaxcart__footer  .discounts p,
.ajaxcart__footer .shipping p,
.ajaxcart__footer .tax p,{
  margin-bottom: 0 !important;
}
body.cart .discounts,
body.cart .subtotal,
body.cart .total,
body.cart .shipping,
body.cart .tax,
.ajaxcart__footer .discounts,
.ajaxcart__footer .subtotal,
.ajaxcart__footer .total,
.ajaxcart__footer .shipping,
.ajaxcart__footer .tax {
  display: inline-block;
  width: 100%;
}
body.cart .shipping p.title,
body.cart .tax p.title,
body.cart .subtotal p.title,
body.cart .total h3.title,
body.cart .discounts p,
.ajaxcart__footer .shipping p.title,
.ajaxcart__footer .tax p.title,
.ajaxcart__footer .subtotal p.title,
.ajaxcart__footer .total h3.title,
.ajaxcart__footer .discounts p {
  float: left !important;
}
body.cart .discounts ul,
.ajaxcart__footer .discounts ul {
  float: right;
  list-style: none;
  margin-bottom: 10px;
}
body.cart .subtotal p.subtotal-price,
body.cart .total h3.total-price,
body.cart .discounts .cart-savings-amount,
body.cart .shipping p,
body.cart .tax p,
.ajaxcart__footer .subtotal p.subtotal-price,
.ajaxcart__footer .total h3.total-price,
.ajaxcart__footer .discounts .cart-savings-amount,
.ajaxcart__footer .shipping p.value,
.ajaxcart__footer .tax p.value {
  float: right !important;
}
.ajaxcart__footer.row p {
  line-height: 10px;
}
body.cart .cart-final-details p {
  line-height: 10px;
  margin-bottom: 10px !important;
}
h5.or-divider {
  position: relative;
  text-transform: uppercase;
}
div#basket-right h5.or-divider span:before {
  content: '';
  background: #e5e5e5;
  height: 1px;
  width: 40%;
  position: absolute;
  left: 0;
  top: 50%;
}
div#basket-right h5.or-divider span:after {
  content: '';
  background: #e5e5e5;
  height: 1px;
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
}
/* Shipping Calculator */
#shipping-calculator {
  color: #646569;
}
#shipping-calculator p {
  padding: 0;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  text-align: left;
}
#shipping-calculator .item-content {
  padding: 0 10px;
}
#shipping-calculator .field {
  float: left;
  margin: 0 0.6em 1em 0;
  font-size: 15px
}
#shipping-calculator .field label {
  display: block;
  margin: 0 0 .3em;
  font-size: 1em;
}
#shipping-calculator .field input[type=text] {
  display: inline-block;
  width: 150px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: .4em .6em;
  font-size: 1em;
  border: 1px solid rgba(0,0,0,.15);
  outline: 0;
  border-radius: .3125em;
  -webkit-appearance: none;
}
#shipping-calculator .field:last-child:before {
  content: "\00A0"; display: block; margin: 0 0 .3em; font-size: 1em;
}
#shipping-calculator #wrapper-response {
  clear: both;
}

#shipping-calculator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  height: 48px;
  line-height: 46px;
  color: #646569;
  font-size: 14px;
  
  font-family:'GT America ExtendedRegular';
  
  background-image: url(//www.babygold.com/cdn/shop/t/163/assets/select-arrow.png?v=112595941721225094991680590476);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  width: 100%;
}


@media (max-width: 800px) {
  #shipping-calculator .field {
    float: none;
  }
  #shipping-calculator .field:last-child:before {
    content: none;
  }
}
@media screen and (max-width:1320px) {
  body.cart input#update-cart,
  body.cart .outline-button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 740px) {
  #order_details .product {
    width: 50%;
  }
  #order_details .order-images {
    width: 40%;
  }
  body.cart .cart-image {
    grid-column: span 6 / auto;
    align-self: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 50% !important;
  }
  body.cart .cart-title {
    grid-column: span 6 / auto;
    align-self: center;
    text-align: center;
  }
  body.cart .cart-price {
    grid-column: span 6 / auto;
    align-self: center;
    text-align: center;
  }
}
.empty-cart-wrapper {
  min-height: 300px;
}
body.cart .payment-methods,
body.cart .additional-checkout-buttons {
  margin-bottom: 10px;
}
.errors.qty-error {
  margin-top: 10px;
  display: inline-block;
  width: auto;
}
/* =============== */
/* = Blogs and pages = */
/* =============== */

.rte a {
  text-decoration: underline;
}

#homepage-blog .article-body h2 {
  margin-top: 10px;
}

.blog-template .collection-banner {
  height: 400px;
  position: relative;
  overflow: hidden;

}

.blog-template .collection-banner .box-ratio {
  padding-bottom: 400px;
}

@media screen and (max-width: 740px) {
  .blog-template .collection-banner {
    height: auto;
  }
  .blog-template .collection-banner img {
    height: auto;
  }
  .blog-template .collection-banner .box-ratio {
    padding-bottom: 0;
  }
}

.blog-template #blog-description {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-template .blog-promos {
  padding: 20px 0;
  position: relative;
  clear: left;
}

.blog-template a.blog-banner {
  padding: 20px 0;
}

@media screen and ( max-width: 740px ){
  .blog-promos .promo {
    margin-bottom: 20px;
  }
}

.blog-template .promo-inner:hover {
  cursor: pointer;
  opacity: 0.8;
}

.blog-template .promo-inner {
  display: table;
  cursor: pointer;
  width: 100%;
  float: left;
  margin-right: 30px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  webkit-box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
  -moz-box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
  box-shadow: 0px 0px 14px 7px rgba(158,158,158,0.14);
  -o-transition: .25s;
  -ms-transition: .25s;
  -moz-transition: .25s;
  -webkit-transition: .25s;
  transition: .25s;
}

.blog-template .promo-caption {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blog-template .promo-caption h2 {
  margin-bottom: 0;
  display: inline-block;
  padding: 8px 10px;
  background: rgba(255,255,255,0.9);
}

.blog-template .promo-caption h5 {
  line-height: 1.5em;
  padding: 14px 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #ffffff;
  display: inline-block;
  text-align: center;
}

.blog-template #content .section-title h1 {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
}

div#blog-description p {
  margin-bottom: 0;
}

#blog-articles {
  width: 100%;
  margin-top: 25px;
}

@media screen and ( min-width: 741px ) {
  #blog-article-page .share-icons {
    top: 50%;
    margin-top: -75px;
    position: absolute;
    right: 0;
  }
  .article-inner .section-title, .article-inner .section-title:after {
    text-align: left;
    left: 0;
    margin-left: 0;
  }
  .article-inner {
    width: 90%;
  }
}

#blog-post { margin-top: 30px; }


.rte h1 {
  border-bottom: 0 !important;
}

#page {
  clear: left;
  margin-bottom: 50px;
}

#page.form-left {
  float: right;
}


.centered-form div#contactFormWrapper {
  margin-top: 20px;
}

#article-loop {
  margin: 0 auto;
  width: 100%;
  min-width: 100%;
}

.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  padding-top: 20px;
}

.article-info-inner {
  width: 96%;
  margin: 0 auto;
}

.article-info h2 {
  letter-spacing: initial;
  margin-bottom: 10px;
  text-align: center;
}

.posted {
  text-align: center;
  float: left;
}


.article-info p {
  font-size: 14px;
  margin-bottom: 0;
}

.article-info a {
  text-decoration: none !important;
  text-transform: uppercase;
}


.article-image {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}

.article-body {
  display: inline-block;
  background: #fff;
  padding: 30px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 741px) {
  .mobile-image { display: none; }
  .article-body {
    width: 48%;
  }
  .article-image {
    width: 55%;
    margin-left: -1px;
  }
  .single-article.odd .article-body {
    margin-left: -52px;
  }
  .single-article.even .article-body {
    margin-left: 0;
  }
  .single-article.even .article-image {
    margin-left: -4%;
  }
}

@media screen and ( max-width:740px ) {
  .single-article.even .article-image { display: none; }
  .single-article.even .mobile-image .article-image { display: block; }
  .article-body {
    width: 90%;
    margin: -50px auto 0! important;
    left: 5%;
    padding: 15px;
    padding-bottom: 0;
  }
  .article-image, .mobile-image { width: 100%; }
}

.post_meta {
  clear: left;
  margin-top: 10px;
  border-top: 1px solid #eee;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  font-size: 90%;
}

.post_meta ul {
  list-style: none;
}

.post_meta ul li.tags {
  display: inline-block;
  margin-right: 5px;
}

.post_meta ul li.tags a {
  text-decoration: underline;
}

.article-content a {
  display: block;
  line-height: initial;
}

.article-index .readmore {
  text-align: center !important;
}

.featured_article-image {
  margin-bottom: 15px;
}

.featured_article {
  margin-bottom: 30px;
}


#blog-article {
  list-style-type: none;
}

.single-article {
  margin-bottom: 50px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

.single-article .posted {
  text-align: left;
  margin-right: 15px;
}

.single-article .post-tags {
  text-align: left;
}

#article-body .rte {
  margin-top: 10px;
}

ul.side_recent_posts {
  margin-bottom: 40px;
  list-style: none;
}

ul.side_recent_posts li {
  margin-bottom: 20px;
  display: block;
}


#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}


ul#posts {
  list-style: none;
}

ul#posts li {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}

ul#posts li p {
  margin-top: 0;
}

ul#posts li.tags {
  padding-bottom: 10px;
}

#comments h4 {
  text-align: center;
}

#comments {
  float: left;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}

#comment-form {  }

#comment-form dl {
  clear: left;
  display: block;
  padding-top: 10px;
}

ul#commentlist {
  margin-top: 20px;
  list-style-type: none;
}

ul#commentlist li {
  padding: 10px 0;
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

ul.disc {
  margin-bottom: 0;
}

.comment-details {
  margin-bottom: 10px;
}

.gravatar {
  float: left;
  margin-right: 20px;
}

.comment {
  float: left;
}

.comment p {
  margin-top: 0;
}

dd {
  margin-left: 0;
}

.notice {
  border: 1px dashed #eee;
  padding: 5px;
  background: ghostwhite;
  margin: 20px 0;
}

ul#blog-recent,
ul#blog-tags {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}




/* =============== */
/* = Search = */
/* =============== */


.search-content {
  text-align: center;
  padding: 10px;
}
#search-bar {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#search-bar #q {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 62px;
  line-height: 62px;
}

div#search-bar P {
  text-align: center;
}

#q {
  text-transform: uppercase;
}



/* =============== */
/* = RTE Formatting = */
/* =============== */

.rte h2 {
  margin-bottom: 30px;
}

/* RTE Button */
.rte-button {
  background: #000000;
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 5px;
  text-transform: uppercase;
}

.rte-button:hover {
  color: #ffffff;
  background: #727272;
}

/* RTE Accordion */
.rte-accordion .item {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #000000;
  overflow: hidden;
}
.rte-accordion input.trigger {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.rte-accordion label.accordion-label {
  position: relative;
  display: block;
  background: #edebe6;
  color: #000000;
  line-height: 1;
  cursor: pointer;
  padding: 5px 0 5px 5px;
}
.rte-accordion label.accordion-label span,
.rte-accordion label.accordion-label a {
  color: #000000;
}
.rte-accordion .item-heading {
  max-width: 90%;
  padding: 5px 10px 5px 0;
  display: block;
}
.rte-accordion .item-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.rte-accordion .item-content p {
  padding: 8px;
}

.rte-accordion input:checked ~ .item-content {
  max-height: 100%;
}

.item-content .item-heading {
  padding-left: 10px;
}

.rte-accordion label.accordion-label::after {
  position: absolute;
  right: 0;
  top: -1px;
  display: block;
  width: 10px;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  padding: 10px 15px;
}
.rte-accordion input[type=checkbox] + label::after {
  content: "+";
}
.rte-accordion input[type=radio] + label::after {
  content: "\25BC";
}
.rte-accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.rte-accordion input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/* RTE Tabbed Content */
.rte-tab > input,
.rte-tab section > div {
  display: none;
}

.rte-tab #tab1:checked ~ section .tab1,
.rte-tab #tab2:checked ~ section .tab2,
.rte-tab #tab3:checked ~ section .tab3 {
  display: block;
}

.rte-tab #tab1:checked ~ nav .tab1,
.rte-tab #tab2:checked ~ nav .tab2,
.rte-tab #tab3:checked ~ nav .tab3 {
  color: red;
}

.tab3 label,
.tab4 label,
.tab5 label {
  border-left: none !important;
}

.rte-tab {
  width: 100%;
  max-width: 100%
    margin: 0 auto;
}
.rte-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rte-tab ul li label {
  float: left;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #fff5ea;
  color: #2c2c2c;
}
@media screen and (max-width: 740px) {
  .rte-tab ul li label {
    padding: 5px 5px !important;
  }
}
.rte-tab ul li label:hover {
  background: #dddddd;
}
.rte-tab ul li label:active {
  background: #ffffff;
}

.rte-tab section {
  clear: both;
}
.rte-tab section div {
  padding: 20px;
  width: 100%;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.rte-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: ;
}

.rte-tab #tab1:checked ~ nav .tab1 label,
.rte-tab #tab2:checked ~ nav .tab2 label,
.rte-tab #tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
.rte-tab #tab1:checked ~ nav .tab1 label:after,
.rte-tab #tab2:checked ~ nav .tab2 label:after,
.rte-tab #tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

/* RTE Image Slider */

.rte-image-slider-container {
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.rte-image-slider-container input {
  visibility: hidden;
}

.rte-image-slider-menu {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  bottom: 0;
}

.rte-image-slider-menu label {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: ;
  border-radius: 50px;
  margin: 0 .2em 1em;
}

.rte-image-slider-menu label:hover {
  background: ;
}

.rte-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  padding: 8em 1em 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: left 0s .75s;

}

[id^="rte-slide"]:checked + .rte-slide {
  left: 0;
  z-index: 2;
  transition: left .65s ease-out;
}

/* RTE Map */
.rte-map {
  border: none;
  min-height: 500px;
}

/* RTE Divider */
.rte hr {
  margin: 60px 0
}

/* RTE Masonry Gallery */
.rte-masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.rte-masonry.gutter {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.rte-masonry.no-gutter {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  line-height: 0;
}
.rte-masonry .item img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.rte-masonry .item {
  display: inline-block;
  background: #fff;
  width: 100%;
}
.rte-masonry .item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.rte-masonry.no-gutter .item {
  padding: 0;
  margin: 0;
}
.rte-masonry.gutter .item {
  margin: 0 0 1.5em;
}

@media only screen and (min-width: 400px) {
  .rte-masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .rte-masonry.gutter {
    -moz-column-gap: .8em;
    -webkit-column-gap: .8em;
    column-gap: .8em;
  }
}

@media only screen and (min-width: 700px) {
  .rte-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 900px) {
  .rte-masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1100px) {
  .rte-masonry {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}

@media only screen and (min-width: 1280px) {
  .rte-masonry {
    width: 1260px;
  }
}

/* =============== */
/* = Customer accounts = */
/* =============== */

div#customer_orders {
  margin-top: 10px;
}

table.customer_table {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  padding-top: 10px;
  min-width: 600px;
}

div#customer_orders table tr {
  border-bottom: 1px dashed #e5e5e5;
}

table.customer_table tr td, table.customer_table thead tr th {
  border-bottom: 1px dashed #e5e5e5;
  padding: 5px 0;
}


#customer-wrapper {
  margin-bottom: 40px;
}

#customer-wrapper p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#customer-wrapper tfoot {
  margin-top: 20px;
  display: table;
  width: 100%;
}

#forgot_password {
  margin-bottom: 15px;
}

#customer-wrapper form {
  margin-top: 20px;
}

#admin_header {
  margin-bottom: 30px;
}

.view_address p {
  margin: 0;
}

#customer_detail p {
  margin: 0;
}

.address_table {
  margin-bottom: 20px;
}

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details {
  float: left;
}

#create-customer,
#customer {
  margin-top: 30px;
}

div#recover-password {
  margin-top: 30px;
}

.customer_address {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

div#add_address, .edit_address {
  background: rgba(0,0,0,0);
  padding: 20px;
}

#add_address table.customer_address_table, .edit_address table.customer_address_table {
  margin: 20px auto;
}

#add_address input.secondary.button, .edit_address input.secondary.button {
  width: 280px;
  margin: 0 auto 20px;
  display: block;
}

.action_bottom span.note a {
  text-decoration: underline;
}

.customer_address_table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  height: 48px;
  line-height: 46px;
  color: #646569;
  font-size: 14px;
  
  font-family:'GT America ExtendedRegular';
  
  background-image: url(//www.babygold.com/cdn/shop/t/163/assets/select-arrow.png?v=112595941721225094991680590476);
  background-repeat: no-repeat;
  background-position: right;
  border: 1px solid #e5e5e5;
  width: 100%;
}



a#view_address {
  display: block;
  margin-top: 10px;
}

.center {
  text-align: center;
}

@media screen and (max-width: 980px) {
  div#customer-wrapper #sidebar {
    display: block;
  }
}

.rte__table-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.note.order_date {
  text-align: left;
  margin-bottom: 25px;
}

@media screen and ( max-width: 740px ) {
  div#order_address {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }

  div#order_payment {
    margin-bottom: 50px;
  }

  .note.order_date {
    text-align: center;
  }
}
p.address_actions a {
  display: inline-block;
  font-weight: bold;
  margin: 5px 5px 10px;
  text-decoration: underline;
}

span.default_address.note {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
}

/* =============== */
/* = Footer = */
/* =============== */



footer {
  position: relative;
  z-index: 2;
}

#footer-wrapper {
  z-index: 2;
  clear: left;
  border-top: 1px solid rgba(0,0,0,0);
  background: #ffffff;
  padding: 50px 0;
}

#footer-wrapper p,
#footer-wrapper a {
  color: #525252;
}
#footer-wrapper a {
  opacity: 0.7;
}
#footer-wrapper a:hover {
  opacity: 1.0;
}

#footer-wrapper .rte {
  margin-top: 30px;
}

@media screen and ( max-width: 740px ) {
  .footer-menu h4:after {
    font-family: LineAwesome;
    content: "\f110";
    position: absolute;
    right: 20px;
    width: 44px;
    height: 44px;
    top: -12px;
    line-height: 44px;
    text-align: right;
    z-index: 1;
  }
}

.footer-menu h4 {
  padding-bottom: 10px! important;
  text-align: left;
  color: #525252;
  border-bottom: 1px solid rgba(0,0,0,0);
}

@media screen and ( max-width: 740px ) {
  .footer-menu {
    text-align: left;
    position: relative;
  }
  .footer-menu h4 {
    cursor: pointer;
  }
}

#footer-wrapper ul {
  list-style: none;
  margin-top: 10px;
}

#footer-wrapper ul li a {
  color: #525252;
}

#footer-wrapper ul li a:hover {
  color: #525252;
}

.footer-menu {
  margin-bottom: 30px;
}

div#footer_signup {
  margin-top: 10px;
}

input#footer-EMAIL {
  width: 75%;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  border-radius: 0;
  background: rgba(0,0,0,0);
  height: 48px;
  line-height: 48px;
  padding: 0;
}

input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
  color: #525252;
}

input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #525252;
}

input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #525252;
}

input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #525252;
}

input#footer-subscribe {
  width: 25%;
  float: left;
  display: inline-block;
  background: rgba(0,0,0,0);
  color: #525252;
  border: 0;
  border-radius: 0;
  font-weight: normal;
}

input#footer-subscribe:hover {
  background: #000000;
  color: #ffffff;
}

ul#footer-icons {
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,0);
}

ul#footer-icons li {
  display: inline-block;
  margin: 0 10px 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
ul#footer-icons li a,
ul#footer-icons li i {
  line-height: 30px;
}

ul#footer-icons li a {
  font-size: 14px;
  color: #333333;
}

ul#footer-icons li a:hover {
  color: #959595;
}

.credit {
  text-align: center;
}

.credit p {
  color: #525252;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 10px;
}

.credit a {
  color: #e1c0a6;
}

.credit img {
  max-width: 50px;
  display: inline-block;
  margin-bottom: 10px;
}

#payment {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

#payment svg {
  display: inline;
  width: 40px;
  height: 25.25px;
  text-align: center;
  margin: 3px 1px;
}



/* =============== */
/* = Global = */
/* =============== */


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed,
.videoWrapper video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#pagination {
  clear: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#pagination a, #pagination .current {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  display: inline-block;
  width: auto;
  width: initial;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}

#pagination a {
  background: #ffffff;
  color: #e1c0a6;
}

#pagination a:hover {
  text-decoration: none;
  background: #9d948e;
}

#pagination .current {
  background: transparent;
}

#pagination .count {
  display: block;
  margin-bottom: 15px;
}

#breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 25px! important;
  margin-top: 25px! important;
  text-align: left;
  padding: 0;
  
}

#breadcrumb a, #breadcrumb span {
  margin-right: 5px;
}

.scrollup{
  width:30px;
  height:30px;
  opacity:0.3;
  position:fixed;
  bottom:20px;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center;
}

.scrollup:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}

iframe {
  width: 100%;
}


/* =============== */
/* = Mobile nav = */
/* =============== */

/*
* Shifter v3.1.2 - 2014-10-28
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library.
* http://formstone.it/shifter/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/
.shifter-open {
  overflow: hidden;
}

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}

.shifter-navigation {
  display: none;
  opacity: 0;
  top: 85px;
  text-align: left;
}

.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  display: block;
  overflow: hidden;
}

.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 20px;
  z-index: 0;
  background: #ffffff;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {

  /* --- Stops anything absolutely positioned within the container from working as anythin with transform assumes parent ----
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  */
}

nav.shifter-navigation.no-fouc {
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  z-index: 0! important;
};

.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0);
}

.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  top: 0;
  padding-top: 10px;
}

.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0);
}

@keyframes delay-pointer-events {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    opactity: 0.5;
  }
  100% {
    visibility: visible;
    opacity 1;
  }
}

.shifter-open .shifter-navigation {
  animation: delay-pointer-events 1000ms linear;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 250ms;
  transition-delay: 250ms;
  pointer-events: all;
}

.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}

.shifter-page { transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1); }

.accordion-toggle:after,
.accordion-toggle2:after {
  content: "\f110";
  font-family: LineAwesome;
  position: absolute;
  right: 10%;
}

ul#accordion li,
.accordion-toggle2 {
  padding: 8px 0;
  width: 100% !important;
}

.accordion-toggle,
.accordion-toggle2 {
  cursor: pointer;
}

.accordion-content,
.accordion-content2 {
  display: none;
}

.accordion-content.default,
.accordion-content2.default {
  display: block;
}

nav.shifter-navigation ul {
  list-style: none;
  margin-left: 15px;
  margin-top: 10px;
  width: calc(100% - 30px);
}

nav.shifter-navigation ul.sub {
  margin-top: 0 !important;
}

.shifter-navigation input#q {
  margin-left: 10px;
  width: 90%;
  margin-bottom: 0;
}

ul#mobile-menu {
  list-style: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
  margin-right: 0;
}

ul#mobile-menu li,
.accordion-toggle2 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 30px;
}

ul#mobile-menu li i {
  font-size: 16px;
}

nav.shifter-navigation ul#social-icons {
  text-align: left;
  margin-left: 15px;
  margin-top: 15px;
}

nav.shifter-navigation ul#social-icons li {
  display: inline-block;
  font-size: 13px;
  height: 48px;
  line-height: 48px;
  width: 48px;
  margin: 0 5px 5px 0;
}

nav.shifter-navigation ul#social-icons li a {
  display: inline-block;
  vertical-align: sub;
}

a.fr {
  float: right;
  font-size: 10px;
  padding-top: 5px;
  margin-left: 10px;
}

/* =============== */
/* = Password = */
/* =============== */

/* Password Page */
.password-page #logo {
  padding-top: 100px;
  text-align: center;
  width: 100%
}

.password-page #logo a {
  float: none;
}

.password-page {
  min-height: 110vh;
}

.password-page img {
  margin: 10px;
}

.password-page #newsletter-details {
  margin-bottom: 30px;
  text-align: center;
}

#signup-wrap {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#signup-holder {
  width: 100%;
  margin-top: 100px;
}

#password-email {
  float: left;
  text-indent: 10px;
  width: 66%;
  text-transform: uppercase;
  color: #000;
  height: 48px;
  line-height: 48px;
  padding: 0;
}

input#password-email:focus::-webkit-input-placeholder {
  color:transparent;
}
input#password-email:focus:-moz-placeholder {
  color:transparent;
} /* FF 4-18 */
input#password-email:focus::-moz-placeholder {
  color:transparent;
} /* FF 19+ */
input#password-email:focus:-ms-input-placeholder {
  color:transparent;
} /* IE 10+ */

.slideout input[type="submit"] {
  margin-bottom: 0 !important;
}

#password-subscribe {
  width: 28%;
  margin-left: 2%;
  margin-top: 0;
  text-transform: uppercase;
  height: 48px;
}

body.password p.success {
  text-align: center;
}

.password-page-icons li {
  display: inline-block;
  margin: 0 5px;
}

.password-page-icons a:hover {
  opacity: 0.5;
}

.password-page-icons i {
  line-height: 30px;
}

body.password form#login_form {
  padding: 15px 20px;
}

.password-page-footer {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 220px;
}

.password-page-footer a {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}

/* slideout */
.slideout-toggle.open_password {
  position: fixed;
  top: 20px! important;
  right: 20px! important;
  z-index: 2;
  cursor: pointer;
}

.slideout {
  position: fixed;
  top: 0! important;
  right: -320px;
  width: 320px;
  background-color: #fff;
  z-index: 300;
  color: #000;
  padding: 20px;
}

.slideout label {
  margin-bottom: 30px;
}

.closeslide {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.closeslide i.icon-angle-right {
  margin-right: -3px;
}

@media screen and ( max-width: 740px ) {
  ul#password-icons {
    display: none;
  }

  #signup-holder {
    margin-top: 50px;
    padding: 30px;
  }
}



/* =============================== */
/* = Slideshow w/Video Section = */
/* =============================== */

.main-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40vw;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.main-slider .image svg {
  fill: rgba(28,29,29,0.1);
  background-color: #eee;
  height: 40vw;
}
.main-slider  {
  font-size: 44px !important;
}
.main-slider .caption {
  position: absolute;
  padding: 20px;
  border-width: 3px;
  border-style: solid;
  margin: 0;
  letter-spacing: 0.02em;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateY(100px);
}
.main-slider .caption .cta {
  display: inline-block;
  margin-top: 20px;
}
.main-slider .caption .cta a {
  display: inline-block;
}

@keyframes slideIn {
  from {
    filter: blur(2px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes slideOut {
  from {
    filter: blur(0);
  }
  to {
    filter: blur(2px);
  }
}

/* =============== */
/* = Vendors = */
/* =============== */


/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('flexslider-icon.eot');
  src:url('flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('flexslider-icon.woff') format('woff'),
    url('flexslider-icon.ttf') format('truetype'),
    url('flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .flex-caption {
  transition: all 0.3s ease;
  transform: translateY(100px);
  opacity: 0;
}

.flexslider .flex-active-slide .flex-caption {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.6s;
}

.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.no-js .slides > li:nth-child(0n+1) {
  display: block! important;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.cta {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}

.cta a {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  display: inline-block;
  width: auto;
  width: initial;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  
  background: #000000;
  color: #ffffff;
}

.cta a:hover {
  color: #ffffff;
  background: #727272;
}

.flex-caption {
  position: absolute;
  width: 100%;
  line-height: normal;
  z-index: 3;
}

.caption-inners {
  display: inline-block;
  padding: 15px;
}

.flex-caption h2.slide-title {
  
  font-family:'Ogg-Roman';
  
}

.flex-caption p {
  
  font-family:'GT America ExtendedRegular';
  
  margin-bottom: 0;
}

.flexslider .readmore {
  position: absolute;
  width: 100%;
  text-align: center;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a  {
  background: transparent !important;
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav a:hover {
  background: transparent !important;
}

.flex-direction-nav .flex-prev {
  width: 40px;
  height: 40px;
  left: -40px;
}

.flex-direction-nav .flex-next {
  width: 40px;
  height: 40px;
  right: -40px;
}

.flex-direction-nav .flex-prev:before {
  content:"\f111";
  font-family: LineAwesome;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}

.flex-direction-nav .flex-next:before {
  content:"\f112";
  font-family: LineAwesome;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter:alpha(opacity=0);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 5px;
  text-align: center;
  margin-top: 20px;
  z-index: 3;
  background: transparent;
  right: 10px;
  padding: 5px 8px;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* onboarding styles for new theme install */
.onboard, .onboard-slide {
  background: #eee;
  fill: rgba(28,29,29,0.3);
  border: 1px solid #ccc;
}

.article-image.onboard {
  width: 100%;
}

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: 400;
}

.plax-placehold {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.plax-placehold .placeholder-svg,
.promo-inner .onboard .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  background-color: transparent;
}

.flexslider .onboard-slide {
  background-color: #eee;
}

.flexslider .placeholder-svg {
  fill: rgba(28,29,29,0.1);
}

.onboard-instagram {
  background: #f9f9f9;
  fill: rgba(28,29,29,0.3);
}

/**
* *******************************************************
* AOS (Animate on scroll) - wowjs alternative
* made to animate elements on scroll in both directions
* *******************************************************
*/

/* Fancybox Customizations */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 28px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: currentColor;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-close-small:hover {
  color: #e1c0a6;
  opacity: 1;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-button--fb svg,
.fancybox-button--tw svg {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!
* Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
  font-family: 'Font Awesome Social';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fa-brands-400.eot");
  src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome Social';
  font-style: normal;
}
.fab.la-2x {
  font-size: 1.5em;
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-facebook-f:before {
  content: "\f39e";
}


/*!
*  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
*  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
*
* Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
*
* Contacts:
*    [ https://icons8.com/contact ]
*
* Follow Icon8 on
*    Twitter [ https://twitter.com/icons_8 ]
*    Facebook [ https://www.facebook.com/Icons8 ]
*    Google+ [ https://plus.google.com/+Icons8 ]
*    GitHub [ https://github.com/icons8 ]
*/

@font-face {
  font-family: "LineAwesome";
  src: url("line-awesome.eot?v=1.1.");
  src: url("line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
    url("line-awesome.woff2?v=1.1.") format("woff2"),
    url("line-awesome.woff?v=1.1.") format("woff"),
    url("line-awesome.ttf?v=1.1.") format("truetype"),
    url("line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
} 

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
/* makes the font 33% larger relative to the icon container */
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.la-2x {
  font-size: 2em;
}
.la-3x {
  font-size: 3em;
}
.la-4x {
  font-size: 4em;
}
.la-5x {
  font-size: 5em;
}
.la-fw {
  width: 1.28571429em;
  text-align: center;
}
.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.la-ul > li {
  position: relative;
}
.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.la-li.la-lg {
  left: -1.85714286em;
}
.la-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.li.pull-left {
  margin-right: .3em;
}
.li.pull-right {
  margin-left: .3em;
}
.la-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
  filter: none;
}
.la-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.la-stack-1x,
.la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.la-stack-1x {
  line-height: inherit;
}
.la-stack-2x {
  font-size: 2em;
}
.la-inverse {
  color: #ffffff;
}
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */

.la-500px:before { content: "\f100"; }
.la-adjust:before { content: "\f101"; }
.la-adn:before { content: "\f102"; }
.la-align-center:before { content: "\f103"; }
.la-align-justify:before { content: "\f104"; }
.la-align-left:before { content: "\f105"; }
.la-align-right:before { content: "\f106"; }
.la-amazon:before { content: "\f107"; }
.la-ambulance:before { content: "\f108"; }
.la-anchor:before { content: "\f109"; }
.la-android:before { content: "\f10a"; }
.la-angellist:before { content: "\f10b"; }
.la-angle-double-down:before { content: "\f10c"; }
.la-angle-double-left:before { content: "\f10d"; }
.la-angle-double-right:before { content: "\f10e"; }
.la-angle-double-up:before { content: "\f10f"; }
.la-angle-down:before { content: "\f110"; }
.la-angle-left:before { content: "\f111"; }
.la-angle-right:before { content: "\f112"; }
.la-angle-up:before { content: "\f113"; }
.la-apple:before { content: "\f114"; }
.la-archive:before { content: "\f115"; }
.la-area-chart:before { content: "\f116"; }
.la-arrow-circle-down:before { content: "\f117"; }
.la-arrow-circle-left:before { content: "\f118"; }
.la-arrow-circle-o-down:before { content: "\f119"; }
.la-arrow-circle-o-left:before { content: "\f11a"; }
.la-arrow-circle-o-right:before { content: "\f11b"; }
.la-arrow-circle-o-up:before { content: "\f11c"; }
.la-arrow-circle-right:before { content: "\f11d"; }
.la-arrow-circle-up:before { content: "\f11e"; }
.la-arrow-down:before { content: "\f11f"; }
.la-arrow-left:before { content: "\f120"; }
.la-arrow-right:before { content: "\f121"; }
.la-arrow-up:before { content: "\f122"; }
.la-arrows:before { content: "\f123"; }
.la-arrows-alt:before { content: "\f124"; }
.la-arrows-h:before { content: "\f125"; }
.la-arrows-v:before { content: "\f126"; }
.la-asterisk:before { content: "\f127"; }
.la-at:before { content: "\f128"; }
.la-automobile:before { content: "\f129"; }
.la-backward:before { content: "\f12a"; }
.la-balance-scale:before { content: "\f12b"; }
.la-ban:before { content: "\f12c"; }
.la-bank:before { content: "\f12d"; }
.la-bar-chart:before { content: "\f12e"; }
.la-bar-chart-o:before { content: "\f12f"; }
.la-barcode:before { content: "\f130"; }
.la-bars:before { content: "\f131"; }
.la-battery-0:before { content: "\f132"; }
.la-battery-1:before { content: "\f133"; }
.la-battery-2:before { content: "\f134"; }
.la-battery-3:before { content: "\f135"; }
.la-battery-4:before { content: "\f136"; }
.la-battery-empty:before { content: "\f137"; }
.la-battery-full:before { content: "\f138"; }
.la-battery-half:before { content: "\f139"; }
.la-battery-quarter:before { content: "\f13a"; }
.la-battery-three-quarters:before { content: "\f13b"; }
.la-bed:before { content: "\f13c"; }
.la-beer:before { content: "\f13d"; }
.la-behance:before { content: "\f13e"; }
.la-behance-square:before { content: "\f13f"; }
.la-bell:before { content: "\f140"; }
.la-bell-o:before { content: "\f141"; }
.la-bell-slash:before { content: "\f142"; }
.la-bell-slash-o:before { content: "\f143"; }
.la-bicycle:before { content: "\f144"; }
.la-binoculars:before { content: "\f145"; }
.la-birthday-cake:before { content: "\f146"; }
.la-bitbucket:before { content: "\f147"; }
.la-bitbucket-square:before { content: "\f148"; }
.la-bitcoin:before { content: "\f149"; }
.la-black-tie:before { content: "\f14a"; }
.la-bold:before { content: "\f14b"; }
.la-bolt:before { content: "\f14c"; }
.la-bomb:before { content: "\f14d"; }
.la-book:before { content: "\f14e"; }
.la-bookmark:before { content: "\f14f"; }
.la-bookmark-o:before { content: "\f150"; }
.la-briefcase:before { content: "\f151"; }
.la-btc:before { content: "\f152"; }
.la-bug:before { content: "\f153"; }
.la-building:before { content: "\f154"; }
.la-building-o:before { content: "\f155"; }
.la-bullhorn:before { content: "\f156"; }
.la-bullseye:before { content: "\f157"; }
.la-bus:before { content: "\f158"; }
.la-buysellads:before { content: "\f159"; }
.la-cab:before { content: "\f15a"; }
.la-calculator:before { content: "\f15b"; }
.la-calendar:before { content: "\f15c"; }
.la-calendar-check-o:before { content: "\f15d"; }
.la-calendar-minus-o:before { content: "\f15e"; }
.la-calendar-o:before { content: "\f15f"; }
.la-calendar-plus-o:before { content: "\f160"; }
.la-calendar-times-o:before { content: "\f161"; }
.la-camera:before { content: "\f162"; }
.la-camera-retro:before { content: "\f163"; }
.la-car:before { content: "\f164"; }
.la-caret-down:before { content: "\f165"; }
.la-caret-left:before { content: "\f166"; }
.la-caret-right:before { content: "\f167"; }
.la-caret-square-o-down:before, .la-toggle-down:before { content: "\f168"; }
.la-caret-square-o-left:before, .la-toggle-left:before { content: "\f169"; }
.la-caret-square-o-right:before, .la-toggle-right:before { content: "\f16a"; }
.la-caret-square-o-up:before, .la-toggle-up:before { content: "\f16b"; }
.la-caret-up:before { content: "\f16c"; }
.la-cart-arrow-down:before { content: "\f16d"; }
.la-cart-plus:before { content: "\f16e"; }
.la-cc:before { content: "\f16f"; }
.la-cc-amex:before { content: "\f170"; }
.la-cc-diners-club:before { content: "\f171"; }
.la-cc-discover:before { content: "\f172"; }
.la-cc-jcb:before { content: "\f173"; }
.la-cc-mastercard:before { content: "\f174"; }
.la-cc-paypal:before { content: "\f175"; }
.la-cc-stripe:before { content: "\f176"; }
.la-cc-visa:before { content: "\f177"; }
.la-certificate:before { content: "\f178"; }
.la-chain:before { content: "\f179"; }
.la-chain-broken:before { content: "\f17a"; }
.la-check:before { content: "\f17b"; }
.la-check-circle:before { content: "\f17c"; }
.la-check-circle-o:before { content: "\f17d"; }
.la-check-square:before { content: "\f17e"; }
.la-check-square-o:before { content: "\f17f"; }
.la-chevron-circle-down:before { content: "\f180"; }
.la-chevron-circle-left:before { content: "\f181"; }
.la-chevron-circle-right:before { content: "\f182"; }
.la-chevron-circle-up:before { content: "\f183"; }
.la-chevron-down:before { content: "\f184"; }
.la-chevron-left:before { content: "\f185"; }
.la-chevron-right:before { content: "\f186"; }
.la-chevron-up:before { content: "\f187"; }
.la-child:before { content: "\f188"; }
.la-chrome:before { content: "\f189"; }
.la-circle:before { content: "\f18a"; }
.la-circle-o:before { content: "\f18b"; }
.la-circle-o-notch:before { content: "\f18c"; }
.la-circle-thin:before { content: "\f18d"; }
.la-clipboard:before { content: "\f18e"; }
.la-clock-o:before { content: "\f18f"; }
.la-clone:before { content: "\f190"; }
.la-close:before { content: "\f191"; }
.la-cloud:before { content: "\f192"; }
.la-cloud-download:before { content: "\f193"; }
.la-cloud-upload:before { content: "\f194"; }
.la-cny:before { content: "\f195"; }
.la-code:before { content: "\f196"; }
.la-code-fork:before { content: "\f197"; }
.la-codepen:before { content: "\f198"; }
.la-coffee:before { content: "\f199"; }
.la-cog:before { content: "\f19a"; }
.la-cogs:before { content: "\f19b"; }
.la-columns:before { content: "\f19c"; }
.la-comment:before { content: "\f19d"; }
.la-comment-o:before { content: "\f19e"; }
.la-commenting:before { content: "\f19f"; }
.la-commenting-o:before { content: "\f1a0"; }
.la-comments:before { content: "\f1a1"; }
.la-comments-o:before { content: "\f1a2"; }
.la-compass:before { content: "\f1a3"; }
.la-compress:before { content: "\f1a4"; }
.la-connectdevelop:before { content: "\f1a5"; }
.la-contao:before { content: "\f1a6"; }
.la-copy:before { content: "\f1a7"; }
.la-copyright:before { content: "\f1a8"; }
.la-creative-commons:before { content: "\f1a9"; }
.la-credit-card:before { content: "\f1aa"; }
.la-crop:before { content: "\f1ab"; }
.la-crosshairs:before { content: "\f1ac"; }
.la-css3:before { content: "\f1ad"; }
.la-cube:before { content: "\f1ae"; }
.la-cubes:before { content: "\f1af"; }
.la-cut:before { content: "\f1b0"; }
.la-cutlery:before { content: "\f1b1"; }
.la-dashboard:before { content: "\f1b2"; }
.la-dashcube:before { content: "\f1b3"; }
.la-database:before { content: "\f1b4"; }
.la-dedent:before { content: "\f1b5"; }
.la-delicious:before { content: "\f1b6"; }
.la-desktop:before { content: "\f1b7"; }
.la-deviantart:before { content: "\f1b8"; }
.la-diamond:before { content: "\f1b9"; }
.la-digg:before { content: "\f1ba"; }
.la-dollar:before { content: "\f1bb"; }
.la-dot-circle-o:before { content: "\f1bc"; }
.la-download:before { content: "\f1bd"; }
.la-dribbble:before { content: "\f1be"; }
.la-dropbox:before { content: "\f1bf"; }
.la-drupal:before { content: "\f1c0"; }
.la-edit:before { content: "\f1c1"; }
.la-eject:before { content: "\f1c2"; }
.la-ellipsis-h:before { content: "\f1c3"; }
.la-ellipsis-v:before { content: "\f1c4"; }
.la-empire:before, .la-ge:before { content: "\f1c5"; }
.la-envelope:before { content: "\f1c6"; }
.la-envelope-o:before { content: "\f1c7"; }
.la-envelope-square:before { content: "\f1c8"; }
.la-eraser:before { content: "\f1c9"; }
.la-eur:before { content: "\f1ca"; }
.la-euro:before { content: "\f1cb"; }
.la-exchange:before { content: "\f1cc"; }
.la-exclamation:before { content: "\f1cd"; }
.la-exclamation-circle:before { content: "\f1ce"; }
.la-exclamation-triangle:before { content: "\f1cf"; }
.la-expand:before { content: "\f1d0"; }
.la-expeditedssl:before { content: "\f1d1"; }
.la-external-link:before { content: "\f1d2"; }
.la-external-link-square:before { content: "\f1d3"; }
.la-eye:before { content: "\f1d4"; }
.la-eye-slash:before { content: "\f1d5"; }
.la-eyedropper:before { content: "\f1d6"; }
.la-facebook:before, .la-facebook-f:before { content: "\f1d7"; }
.la-facebook-official:before { content: "\f1d8"; }
.la-facebook-square:before { content: "\f1d9"; }
.la-fast-backward:before { content: "\f1da"; }
.la-fast-forward:before { content: "\f1db"; }
.la-fax:before { content: "\f1dc"; }
.la-female:before { content: "\f1dd"; }
.la-fighter-jet:before { content: "\f1de"; }
.la-file:before { content: "\f1df"; }
.la-file-archive-o:before { content: "\f1e0"; }
.la-file-audio-o:before { content: "\f1e1"; }
.la-file-code-o:before { content: "\f1e2"; }
.la-file-excel-o:before { content: "\f1e3"; }
.la-file-image-o:before { content: "\f1e4"; }
.la-file-movie-o:before { content: "\f1e5"; }
.la-file-o:before { content: "\f1e6"; }
.la-file-pdf-o:before { content: "\f1e7"; }
.la-file-photo-o:before { content: "\f1e8"; }
.la-file-picture-o:before { content: "\f1e9"; }
.la-file-powerpoint-o:before { content: "\f1ea"; }
.la-file-sound-o:before { content: "\f1eb"; }
.la-file-text:before { content: "\f1ec"; }
.la-file-text-o:before { content: "\f1ed"; }
.la-file-video-o:before { content: "\f1ee"; }
.la-file-word-o:before { content: "\f1ef"; }
.la-file-zip-o:before { content: "\f1f0"; }
.la-files-o:before { content: "\f1f1"; }
.la-film:before { content: "\f1f2"; }
.la-filter:before { content: "\f1f3"; }
.la-fire:before { content: "\f1f4"; }
.la-fire-extinguisher:before { content: "\f1f5"; }
.la-firefox:before { content: "\f1f6"; }
.la-flag:before { content: "\f1f7"; }
.la-flag-checkered:before { content: "\f1f8"; }
.la-flag-o:before { content: "\f1f9"; }
.la-flash:before { content: "\f1fa"; }
.la-flask:before { content: "\f1fb"; }
.la-flickr:before { content: "\f1fc"; }
.la-floppy-o:before { content: "\f1fd"; }
.la-folder:before { content: "\f1fe"; }
.la-folder-o:before { content: "\f1ff"; }
.la-folder-open:before { content: "\f200"; }
.la-folder-open-o:before { content: "\f201"; }
.la-font:before { content: "\f202"; }
.la-fonticons:before { content: "\f203"; }
.la-forumbee:before { content: "\f204"; }
.la-forward:before { content: "\f205"; }
.la-foursquare:before { content: "\f206"; }
.la-frown-o:before { content: "\f207"; }
.la-futbol-o:before, .la-soccer-ball-o:before { content: "\f208"; }
.la-gamepad:before { content: "\f209"; }
.la-gavel:before { content: "\f20a"; }
.la-gbp:before { content: "\f20b"; }
.la-gear:before { content: "\f20c"; }
.la-gears:before { content: "\f20d"; }
.la-genderless:before { content: "\f20e"; }
.la-get-pocket:before { content: "\f20f"; }
.la-gg:before { content: "\f210"; }
.la-gg-circle:before { content: "\f211"; }
.la-gift:before { content: "\f212"; }
.la-git:before { content: "\f213"; }
.la-git-square:before { content: "\f214"; }
.la-github:before { content: "\f215"; }
.la-github-alt:before { content: "\f216"; }
.la-github-square:before { content: "\f217"; }
.la-glass:before { content: "\f218"; }
.la-globe:before { content: "\f219"; }
.la-google:before { content: "\f21a"; }
.la-google-plus:before { content: "\f21b"; }
.la-google-plus-square:before { content: "\f21c"; }
.la-google-wallet:before { content: "\f21d"; }
.la-graduation-cap:before { content: "\f21e"; }
.la-gratipay:before, .la-gittip:before { content: "\f21f"; }
.la-group:before { content: "\f220"; }
.la-h-square:before { content: "\f221"; }
.la-hacker-news:before { content: "\f222"; }
.la-hand-grab-o:before { content: "\f223"; }
.la-hand-lizard-o:before { content: "\f224"; }
.la-hand-o-down:before { content: "\f225"; }
.la-hand-o-left:before { content: "\f226"; }
.la-hand-o-right:before { content: "\f227"; }
.la-hand-o-up:before { content: "\f228"; }
.la-hand-paper-o:before { content: "\f229"; }
.la-hand-peace-o:before { content: "\f22a"; }
.la-hand-pointer-o:before { content: "\f22b"; }
.la-hand-rock-o:before { content: "\f22c"; }
.la-hand-scissors-o:before { content: "\f22d"; }
.la-hand-spock-o:before { content: "\f22e"; }
.la-hand-stop-o:before { content: "\f22f"; }
.la-hdd-o:before { content: "\f230"; }
.la-header:before { content: "\f231"; }
.la-headphones:before { content: "\f232"; }
.la-heart:before { content: "\f233"; }
.la-heart-o:before { content: "\f234"; }
.la-heartbeat:before { content: "\f235"; }
.la-history:before { content: "\f236"; }
.la-home:before { content: "\f237"; }
.la-hospital-o:before { content: "\f238"; }
.la-hotel:before { content: "\f239"; }
.la-hourglass:before { content: "\f23a"; }
.la-hourglass-1:before { content: "\f23b"; }
.la-hourglass-2:before { content: "\f23c"; }
.la-hourglass-3:before { content: "\f23d"; }
.la-hourglass-end:before { content: "\f23e"; }
.la-hourglass-half:before { content: "\f23f"; }
.la-hourglass-o:before { content: "\f240"; }
.la-hourglass-start:before { content: "\f241"; }
.la-houzz:before { content: "\f242"; }
.la-html5:before { content: "\f243"; }
.la-i-cursor:before { content: "\f244"; }
.la-ils:before { content: "\f245"; }
.la-image:before { content: "\f246"; }
.la-inbox:before { content: "\f247"; }
.la-indent:before { content: "\f248"; }
.la-industry:before { content: "\f249"; }
.la-info:before { content: "\f24a"; }
.la-info-circle:before { content: "\f24b"; }
.la-inr:before { content: "\f24c"; }
.la-instagram:before { content: "\f24d"; }
.la-institution:before { content: "\f24e"; }
.la-internet-explorer:before { content: "\f24f"; }
.la-ioxhost:before { content: "\f250"; }
.la-italic:before { content: "\f251"; }
.la-joomla:before { content: "\f252"; }
.la-jpy:before { content: "\f253"; }
.la-jsfiddle:before { content: "\f254"; }
.la-key:before { content: "\f255"; }
.la-keyboard-o:before { content: "\f256"; }
.la-krw:before { content: "\f257"; }
.la-language:before { content: "\f258"; }
.la-laptop:before { content: "\f259"; }
.la-lastfm:before { content: "\f25a"; }
.la-lastfm-square:before { content: "\f25b"; }
.la-leaf:before { content: "\f25c"; }
.la-leanpub:before { content: "\f25d"; }
.la-legal:before { content: "\f25e"; }
.la-lemon-o:before { content: "\f25f"; }
.la-level-down:before { content: "\f260"; }
.la-level-up:before { content: "\f261"; }
.la-life-bouy:before { content: "\f262"; }
.la-life-buoy:before { content: "\f263"; }
.la-life-ring:before, .la-support:before { content: "\f264"; }
.la-life-saver:before { content: "\f265"; }
.la-lightbulb-o:before { content: "\f266"; }
.la-line-chart:before { content: "\f267"; }
.la-link:before { content: "\f268"; }
.la-linkedin:before { content: "\f269"; }
.la-linkedin-square:before { content: "\f26a"; }
.la-linux:before { content: "\f26b"; }
.la-list:before { content: "\f26c"; }
.la-list-alt:before { content: "\f26d"; }
.la-list-ol:before { content: "\f26e"; }
.la-list-ul:before { content: "\f26f"; }
.la-location-arrow:before { content: "\f270"; }
.la-lock:before { content: "\f271"; }
.la-long-arrow-down:before { content: "\f272"; }
.la-long-arrow-left:before { content: "\f273"; }
.la-long-arrow-right:before { content: "\f274"; }
.la-long-arrow-up:before { content: "\f275"; }
.la-magic:before { content: "\f276"; }
.la-magnet:before { content: "\f277"; }
.la-mail-forward:before { content: "\f278"; }
.la-mail-reply:before { content: "\f279"; }
.la-mail-reply-all:before { content: "\f27a"; }
.la-male:before { content: "\f27b"; }
.la-map:before { content: "\f27c"; }
.la-map-marker:before { content: "\f27d"; }
.la-map-o:before { content: "\f27e"; }
.la-map-pin:before { content: "\f27f"; }
.la-map-signs:before { content: "\f280"; }
.la-mars:before { content: "\f281"; }
.la-mars-double:before { content: "\f282"; }
.la-mars-stroke:before { content: "\f283"; }
.la-mars-stroke-h:before { content: "\f284"; }
.la-mars-stroke-v:before { content: "\f285"; }
.la-maxcdn:before { content: "\f286"; }
.la-meanpath:before { content: "\f287"; }
.la-medium:before { content: "\f288"; }
.la-medkit:before { content: "\f289"; }
.la-meh-o:before { content: "\f28a"; }
.la-mercury:before { content: "\f28b"; }
.la-microphone:before { content: "\f28c"; }
.la-microphone-slash:before { content: "\f28d"; }
.la-minus:before { content: "\f28e"; }
.la-minus-circle:before { content: "\f28f"; }
.la-minus-square:before { content: "\f290"; }
.la-minus-square-o:before { content: "\f291"; }
.la-mobile:before { content: "\f292"; }
.la-mobile-phone:before { content: "\f293"; }
.la-money:before { content: "\f294"; }
.la-moon-o:before { content: "\f295"; }
.la-mortar-board:before { content: "\f296"; }
.la-motorcycle:before { content: "\f297"; }
.la-mouse-pointer:before { content: "\f298"; }
.la-music:before { content: "\f299"; }
.la-navicon:before { content: "\f29a"; }
.la-neuter:before { content: "\f29b"; }
.la-newspaper-o:before { content: "\f29c"; }
.la-object-group:before { content: "\f29d"; }
.la-object-ungroup:before { content: "\f29e"; }
.la-odnoklassniki:before { content: "\f29f"; }
.la-odnoklassniki-square:before { content: "\f2a0"; }
.la-opencart:before { content: "\f2a1"; }
.la-openid:before { content: "\f2a2"; }
.la-opera:before { content: "\f2a3"; }
.la-optin-monster:before { content: "\f2a4"; }
.la-outdent:before { content: "\f2a5"; }
.la-pagelines:before { content: "\f2a6"; }
.la-paint-brush:before { content: "\f2a7"; }
.la-paper-plane:before, .la-send:before { content: "\f2a8"; }
.la-paper-plane-o:before, .la-send-o:before { content: "\f2a9"; }
.la-paperclip:before { content: "\f2aa"; }
.la-paragraph:before { content: "\f2ab"; }
.la-paste:before { content: "\f2ac"; }
.la-pause:before { content: "\f2ad"; }
.la-paw:before { content: "\f2ae"; }
.la-paypal:before { content: "\f2af"; }
.la-pencil:before { content: "\f2b0"; }
.la-pencil-square:before { content: "\f2b1"; }
.la-pencil-square-o:before { content: "\f2b2"; }
.la-phone:before { content: "\f2b3"; }
.la-phone-square:before { content: "\f2b4"; }
.la-photo:before { content: "\f2b5"; }
.la-picture-o:before { content: "\f2b6"; }
.la-pie-chart:before { content: "\f2b7"; }
.la-pied-piper:before { content: "\f2b8"; }
.la-pied-piper-alt:before { content: "\f2b9"; }
.la-pinterest:before { content: "\f2ba"; }
.la-pinterest-p:before { content: "\f2bb"; }
.la-pinterest-square:before { content: "\f2bc"; }
.la-plane:before { content: "\f2bd"; }
.la-play:before { content: "\f2be"; }
.la-play-circle:before { content: "\f2bf"; }
.la-play-circle-o:before { content: "\f2c0"; }
.la-plug:before { content: "\f2c1"; }
.la-plus:before { content: "\f2c2"; }
.la-plus-circle:before { content: "\f2c3"; }
.la-plus-square:before { content: "\f2c4"; }
.la-plus-square-o:before { content: "\f2c5"; }
.la-power-off:before { content: "\f2c6"; }
.la-print:before { content: "\f2c7"; }
.la-puzzle-piece:before { content: "\f2c8"; }
.la-qq:before { content: "\f2c9"; }
.la-qrcode:before { content: "\f2ca"; }
.la-question:before { content: "\f2cb"; }
.la-question-circle:before { content: "\f2cc"; }
.la-quote-left:before { content: "\f2cd"; }
.la-quote-right:before { content: "\f2ce"; }
.la-ra:before { content: "\f2cf"; }
.la-random:before { content: "\f2d0"; }
.la-rebel:before { content: "\f2d1"; }
.la-recycle:before { content: "\f2d2"; }
.la-reddit:before { content: "\f2d3"; }
.la-reddit-square:before { content: "\f2d4"; }
.la-refresh:before { content: "\f2d5"; }
.la-registered:before { content: "\f2d6"; }
.la-renren:before { content: "\f2d7"; }
.la-reorder:before { content: "\f2d8"; }
.la-repeat:before { content: "\f2d9"; }
.la-reply:before { content: "\f2da"; }
.la-reply-all:before { content: "\f2db"; }
.la-retweet:before { content: "\f2dc"; }
.la-rmb:before { content: "\f2dd"; }
.la-road:before { content: "\f2de"; }
.la-rocket:before { content: "\f2df"; }
.la-rotate-left:before { content: "\f2e0"; }
.la-rotate-right:before { content: "\f2e1"; }
.la-rouble:before { content: "\f2e2"; }
.la-rss:before, .la-feed:before { content: "\f2e3"; }
.la-rss-square:before { content: "\f2e4"; }
.la-rub:before { content: "\f2e5"; }
.la-ruble:before { content: "\f2e6"; }
.la-rupee:before { content: "\f2e7"; }
.la-safari:before { content: "\f2e8"; }
.la-save:before { content: "\f2e9"; }
.la-scissors:before { content: "\f2ea"; }
.la-search:before { content: "\f2eb"; }
.la-search-minus:before { content: "\f2ec"; }
.la-search-plus:before { content: "\f2ed"; }
.la-sellsy:before { content: "\f2ee"; }
.la-server:before { content: "\f2ef"; }
.la-share:before { content: "\f2f0"; }
.la-share-alt:before { content: "\f2f1"; }
.la-share-alt-square:before { content: "\f2f2"; }
.la-share-square:before { content: "\f2f3"; }
.la-share-square-o:before { content: "\f2f4"; }
.la-shekel:before { content: "\f2f5"; }
.la-sheqel:before { content: "\f2f6"; }
.la-shield:before { content: "\f2f7"; }
.la-ship:before { content: "\f2f8"; }
.la-shirtsinbulk:before { content: "\f2f9"; }
.la-shopping-cart:before { content: "\f2fa"; }
.la-sign-in:before { content: "\f2fb"; }
.la-sign-out:before { content: "\f2fc"; }
.la-signal:before { content: "\f2fd"; }
.la-simplybuilt:before { content: "\f2fe"; }
.la-sitemap:before { content: "\f2ff"; }
.la-skyatlas:before { content: "\f300"; }
.la-skype:before { content: "\f301"; }
.la-slack:before { content: "\f302"; }
.la-sliders:before { content: "\f303"; }
.la-slideshare:before { content: "\f304"; }
.la-smile-o:before { content: "\f305"; }
.la-sort:before, .la-unsorted:before { content: "\f306"; }
.la-sort-alpha-asc:before { content: "\f307"; }
.la-sort-alpha-desc:before { content: "\f308"; }
.la-sort-amount-asc:before { content: "\f309"; }
.la-sort-amount-desc:before { content: "\f30a"; }
.la-sort-asc:before, .la-sort-up:before { content: "\f30b"; }
.la-sort-desc:before, .la-sort-down:before { content: "\f30c"; }
.la-sort-numeric-asc:before { content: "\f30d"; }
.la-sort-numeric-desc:before { content: "\f30e"; }
.la-soundcloud:before { content: "\f30f"; }
.la-space-shuttle:before { content: "\f310"; }
.la-spinner:before { content: "\f311"; }
.la-spoon:before { content: "\f312"; }
.la-spotify:before { content: "\f313"; }
.la-square:before { content: "\f314"; }
.la-square-o:before { content: "\f315"; }
.la-stack-exchange:before { content: "\f316"; }
.la-stack-overflow:before { content: "\f317"; }
.la-star:before { content: "\f318"; }
.la-star-half:before { content: "\f319"; }
.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before { content: "\f31a"; }
.la-star-o:before { content: "\f31b"; }
.la-steam:before { content: "\f31c"; }
.la-steam-square:before { content: "\f31d"; }
.la-step-backward:before { content: "\f31e"; }
.la-step-forward:before { content: "\f31f"; }
.la-stethoscope:before { content: "\f320"; }
.la-sticky-note:before { content: "\f321"; }
.la-sticky-note-o:before { content: "\f322"; }
.la-stop:before { content: "\f323"; }
.la-street-view:before { content: "\f324"; }
.la-strikethrough:before { content: "\f325"; }
.la-stumbleupon:before { content: "\f326"; }
.la-stumbleupon-circle:before { content: "\f327"; }
.la-subscript:before { content: "\f328"; }
.la-subway:before { content: "\f329"; }
.la-suitcase:before { content: "\f32a"; }
.la-sun-o:before { content: "\f32b"; }
.la-superscript:before { content: "\f32c"; }
.la-table:before { content: "\f32d"; }
.la-tablet:before { content: "\f32e"; }
.la-tachometer:before { content: "\f32f"; }
.la-tag:before { content: "\f330"; }
.la-tags:before { content: "\f331"; }
.la-tasks:before { content: "\f332"; }
.la-taxi:before { content: "\f333"; }
.la-television:before, .la-tv:before { content: "\f334"; }
.la-tencent-weibo:before { content: "\f335"; }
.la-terminal:before { content: "\f336"; }
.la-text-height:before { content: "\f337"; }
.la-text-width:before { content: "\f338"; }
.la-th:before { content: "\f339"; }
.la-th-large:before { content: "\f33a"; }
.la-th-list:before { content: "\f33b"; }
.la-thumb-tack:before { content: "\f33c"; }
.la-thumbs-down:before { content: "\f33d"; }
.la-thumbs-o-down:before { content: "\f33e"; }
.la-thumbs-o-up:before { content: "\f33f"; }
.la-thumbs-up:before { content: "\f340"; }
.la-ticket:before { content: "\f341"; }
.la-times:before, .la-remove:before { content: "\f342"; }
.la-times-circle:before { content: "\f343"; }
.la-times-circle-o:before { content: "\f344"; }
.la-tint:before { content: "\f345"; }
.la-toggle-off:before { content: "\f346"; }
.la-toggle-on:before { content: "\f347"; }
.la-trademark:before { content: "\f348"; }
.la-train:before { content: "\f349"; }
.la-transgender:before, .la-intersex:before { content: "\f34a"; }
.la-transgender-alt:before { content: "\f34b"; }
.la-trash:before { content: "\f34c"; }
.la-trash-o:before { content: "\f34d"; }
.la-tree:before { content: "\f34e"; }
.la-trello:before { content: "\f34f"; }
.la-tripadvisor:before { content: "\f350"; }
.la-trophy:before { content: "\f351"; }
.la-truck:before { content: "\f352"; }
.la-try:before { content: "\f353"; }
.la-tty:before { content: "\f354"; }
.la-tumblr:before { content: "\f355"; }
.la-tumblr-square:before { content: "\f356"; }
.la-turkish-lira:before { content: "\f357"; }
.la-twitch:before { content: "\f358"; }
.la-twitter:before { content: "\f359"; }
.la-twitter-square:before { content: "\f35a"; }
.la-umbrella:before { content: "\f35b"; }
.la-underline:before { content: "\f35c"; }
.la-undo:before { content: "\f35d"; }
.la-university:before { content: "\f35e"; }
.la-unlink:before { content: "\f35f"; }
.la-unlock:before { content: "\f360"; }
.la-unlock-alt:before { content: "\f361"; }
.la-upload:before { content: "\f362"; }
.la-usd:before { content: "\f363"; }
.la-user:before { content: "\f364"; }
.la-user-md:before { content: "\f365"; }
.la-user-plus:before { content: "\f366"; }
.la-user-secret:before { content: "\f367"; }
.la-user-times:before { content: "\f368"; }
.la-users:before { content: "\f369"; }
.la-venus:before { content: "\f36a"; }
.la-venus-double:before { content: "\f36b"; }
.la-venus-mars:before { content: "\f36c"; }
.la-viacoin:before { content: "\f36d"; }
.la-video-camera:before { content: "\f36e"; }
.la-vimeo:before { content: "\f36f"; }
.la-vimeo-square:before { content: "\f370"; }
.la-vine:before { content: "\f371"; }
.la-vk:before { content: "\f372"; }
.la-volume-down:before { content: "\f373"; }
.la-volume-off:before { content: "\f374"; }
.la-volume-up:before { content: "\f375"; }
.la-warning:before { content: "\f376"; }
.la-wechat:before { content: "\f377"; }
.la-weibo:before { content: "\f378"; }
.la-weixin:before { content: "\f379"; }
.la-whatsapp:before { content: "\f37a"; }
.la-wheelchair:before { content: "\f37b"; }
.la-wifi:before { content: "\f37c"; }
.la-wikipedia-w:before { content: "\f37d"; }
.la-windows:before { content: "\f37e"; }
.la-won:before { content: "\f37f"; }
.la-wordpress:before { content: "\f380"; }
.la-wrench:before { content: "\f381"; }
.la-xing:before { content: "\f382"; }
.la-xing-square:before { content: "\f383"; }
.la-y-combinator:before { content: "\f384"; }
.la-y-combinator-square:before { content: "\f385"; }
.la-yahoo:before { content: "\f386"; }
.la-yc:before { content: "\f387"; }
.la-yc-square:before { content: "\f388"; }
.la-yelp:before { content: "\f389"; }
.la-yen:before { content: "\f38a"; }
.la-youtube:before { content: "\f38b"; }
.la-youtube-play:before { content: "\f38c"; }
.la-youtube-square:before { content: "\f38d"; }

/* JS OffCanvas for Filters Drawer */
/* line 6, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 11, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas, .c-offcanvas-content-wrap, .c-offcanvas-bg.c-offcanvas-bg--reveal, .c-offcanvas-bg.c-offcanvas-bg--push {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}

/* line 15, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/**
* Offcanvas-content-wrap
*/
/* line 11, ../../src/js-offcanvas.scss */
.c-offcanvas-content-wrap {
  z-index: 3;
}

/**
* Offcanvas Panel
*/
/* line 20, ../../src/js-offcanvas.scss */
.c-offcanvas {
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 35, ../../src/js-offcanvas.scss */
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}
/* line 38, ../../src/js-offcanvas.scss */
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}

/* line 48, ../../src/js-offcanvas.scss */
.c-offcanvas--overlay {
  z-index: 1080;
}

/* line 52, ../../src/js-offcanvas.scss */
.c-offcanvas--reveal {
  z-index: 2;
}

/**
* Offcanvas BG-Overlay
*/
/* line 59, ../../src/js-offcanvas.scss */
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1079;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
/* line 69, ../../src/js-offcanvas.scss */
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}
/* line 76, ../../src/js-offcanvas.scss */
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}
/* line 78, ../../src/js-offcanvas.scss */
.c-offcanvas-bg--closing.is-animating {
  background: transparent;
}

/**
* Position Left
*
*/
/* line 88, ../../src/js-offcanvas.scss */
.c-offcanvas--left {
  height: 100%;
  width: 25em;
  transform: translate3d(-25em, 0, 0);
}

/**
*  Position Right
*
*/
/* line 117, ../../src/js-offcanvas.scss */
.c-offcanvas--right {
  height: 100%;
  width: 25em;
  right: 0;
  transform: translate3d(25em, 0, 0);
}

/**
* Position Top
*
*/
/* line 129, ../../src/js-offcanvas.scss */
.c-offcanvas--top {
  left: 0;
  right: 0;
  top: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, -12.5em, 0);
}

/**
* Position Bottom
*
*/
/* line 139, ../../src/js-offcanvas.scss */
.c-offcanvas--bottom {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, 12.5em, 0);
}

/**
* Reveal
*
*/
/* line 148, ../../src/js-offcanvas.scss */
.c-offcanvas-content-wrap {
  z-index: 3;
}

/* line 71, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(25em, 0, 0);
}
/* line 66, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-25em, 0, 0);
}

/* line 166, ../../src/js-offcanvas.scss */
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 87, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open {
  transform: translate3d(25em, 0, 0);
}
/* line 82, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
  transform: translate3d(-25em, 0, 0);
}

/**
* Push
*
*/
/* line 192, ../../src/js-offcanvas.scss */
.c-offcanvas--push {
  z-index: 6;
}
/* line 194, ../../src/js-offcanvas.scss */
.c-offcanvas--push--opening {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* line 198, ../../src/js-offcanvas.scss */
.c-offcanvas-content-wrap {
  z-index: 3;
}

/* line 71, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(25em, 0, 0);
}
/* line 66, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-25em, 0, 0);
}

/* line 87, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
  transform: translate3d(25em, 0, 0);
}
/* line 82, ../../src/js-offcanvas.mixins.scss */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
  transform: translate3d(-25em, 0, 0);
}

/*# sourceMappingURL=js-offcanvas.css.map */


/* Slick Slider */

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  min-width: initial;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  margin-bottom: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: LineAwesome;
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block !important;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
/*   width: 100%; */
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


/* Custom Slick Slider */
.slick-slide.slick-current .product-thumbnail img {
  border: 1px solid #d5d5d5;
}
.thumbnail-slider.slick-initialized.slick-slider.slick-vertical {
  margin-top: 0;
}
.product-quick-view ul.slick-dots {
  text-align: center;
  left: 0;
  right: initial;
  width: 100%;
  bottom: -5px;
}
.product-thumbnails .slick-arrow {
  font-size: 24px;
  cursor: pointer;
}
.product-thumbnails .slick-vertical .slick-arrow {
  font-size: 40px;
  cursor: pointer;
}
.product-thumbnails .slick-vertical a.slick-prev.slick-arrow {
  position: absolute;
  bottom: -40px;
  right: 3px; 
  width: 50%; 
  height: 40px;
  text-align: center;
}
.product-thumbnails .slick-vertical a.slick-next.slick-arrow {
  position: absolute;
  left: 3px;
  bottom: -37px;
  width: 50%; 
  height: 40px;
  text-align: center;
}      
.product-main-images .slick-arrow {
  text-align: center;
  display: block !important;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  background: none;
  background: #ffffff;
  color: #e1c0a6;
  font-family: LineAwesome;
  font-size: 18px;
  outline: none;
  z-index: 1;
  height: 48px;
  line-height: 48px;
  width: 48px;
}
.product-main-images .slick-arrow:hover {
  color: #e1c0a6;
  background: #9d948e;
} 
.product-main-images .slick-arrow i:before {
  font-family: LineAwesome;
  font-size: 25px !important;
} 
.product-main-images .slick-arrow i {
  color: #e1c0a6;
  vertical-align: middle;
} 
.product-main-images .slick-arrow i:hover {
  color: #e1c0a6;
}
.product-main-images .slick-prev.slick-arrow {
  bottom: 8px;
  right: 39px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.product-main-images .slick-next.slick-arrow {
  bottom: 8px;
  right: -15px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0); 
  -o-transform: translate(-50%, 0);
} 
@media screen and ( min-width: 741px ) {
  .product-main-images.has_thumbs .slick-arrow,
  .product-main-images.has_thumbs ul.slick-dots {
    display: none! important;
  }
}

.info-bar-content a.slick-next.slick-arrow {
  position: absolute;
}

.info-bar-wrapper .slick-slide {
  margin: 0! important; 
}

.info-bar-content .slick-slide > div {
  height: 100%;
  display: table;
  width: 100%;
  margin-left: -1%;
}

@media screen and ( max-width: 740px ) {
  .info-bar-content .slick-slide > div {
    width: 95%;
    margin-left: 0;
  }
}

.info-bar-content .slick-arrow {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-size: 15px! important;
}

.info-bar-content a.slick-prev.slick-arrow {
  left: 0;
}
.info-bar-content a.slick-next.slick-arrow {
  right: 0;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .slick-slide {
  position: relative;
  height: 40vw;
  margin: 0;
  overflow: hidden;
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
} 
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;  
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
} 
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
  height: 40vw;
}
.main-slider .slick-slide.slick-current .slide-image {
  opacity: 1;
} 
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;  
}
.main-slider .slick-slide .slide-media {
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
} 
.main-slider .slick-slide.slick-active .slide-media {
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.main-slider .slick-arrow {
  background: #ffffff;
  color: #e1c0a6;
  text-align: center;
  display: block !important;
  font-size: 0;
  cursor: pointer; 
  position: absolute; 
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  outline: none;
  z-index: 1;
} 
.main-slider .slick-arrow:hover {
  background: none;
  text-decoration: none;
}
.main-slider .slick-arrow i:before {
  font-family: LineAwesome;
  font-size: 25px !important;
}
.main-slider .slick-arrow i {
  vertical-align: middle;
}
.main-slider .slick-arrow:hover {
  background: #9d948e;
} 
.main-slider .slick-prev.slick-arrow {
  bottom: 0;   
  right: 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
} 
.main-slider .slick-next.slick-arrow {
  bottom: 0;   
  right: -25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}       
/* New Product Image Gallery */
@media (min-width: 741px) {
  .desktop-images .product-main-image,
  .product-quick-view .product-main-image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
  }   
  .desktop-images .product-main-image img,
  .product-quick-view .product-main-image img  {
    margin: 0 auto;
  }
  .desktop-images .product-image-container,
  .product-quick-view .product-image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0; 
    width: 100%;
  }    
  .desktop-images .product-main-image.selected,
  .product-quick-view .product-main-image.selected {
    visibility: visible;
  }  
  .product-thumbnail {
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid transparent;
    min-height: 86px;
  }            
} 
@media (max-width: 740px) {
  .product-image-container {
    padding-bottom: unset !important;
    width: 100%;
    min-height: 400px;
  } 
  .product-photos .slick-slide {
    position: relative;
  }
  .product-main-image {
    /*     width: 97.91666667vw !important; */
    position: relative;
  }
  .product-image-container .slick-track,
  .product-image-container .slick-list {
    min-height: 400px;
    height: auto;
  }   
  .slick-active .product-main-image {
    visibility: visible;
    display: block !important;
  } 
}
.product-quick-view .product-photos {
  margin-top: 0 !important;
} 
.product-quick-view #thumbnail-gallery {
  padding-top: 10px;
}   
.product-quick-view #thumbnail-gallery .product-thumbnail {
  width: 15%; 
  float: left;   
  margin-right: 5px; 
}   
.product-quick-view #thumbnail-gallery .product-thumbnail.selected {
  border: 1px solid #e5e5e5;
}
.product-quick-view .thumbnails.all {
  float: left;
  display: inline-block;
}  
.product-quick-view .thumbnails.all a {
  margin-top: 50%;
  display: block;
  font-style: italic; 
  text-decoration: underline;
  font-size: 14px;
}              
.gridlock .product-quick-view #product-content.row:after {
  content: unset !important;
}           
div#collection-filters.c-offcanvas--right {
  width: 280px;
}    

.influencer-image-with-text-wrapper{ 
  background-color: #FFF7EF;
  align-items: center;
}
.influencer-bg{
  background-color: #FFF7EF;
}
.text-with-image  img{
  width: 100%;
  display: block;
} 
.text-with-image.text_section {
  text-align: center;
}
/* .text-with-image.text_section h2{
font-family: 'GT America ExtendedRegular';
text-transform: uppercase;
font-size: 18px;
color: #535353;
} */
.text-with-image.text_section .quotes{
  transform: matrix(0.99, -0.12, 0.12, 0.99, 0, 0);
  display: inline-block;
}
.text-with-image.text_section .quotes .quote-1{
  color: #000000;
  opacity: 1;
  font-family: 'White Oleander';
  font-size: 6em;
  line-height: 0.5em;
  margin: 0;
  text-align: left;
}
.text-with-image.text_section .quotes .quote-2{
  color: #000000;
  opacity: 1;
  font-family: 'White Oleander';
  font-size: 6em;
  line-height: 1em;
  margin: 10px 0 1em;     
  text-align: left;
}
.text-with-image.text_section p {
  text-align: center;
  width: 40%;
  margin: 20px auto 0;
  position: relative;
}
.text-with-image.text_section p:before{
  background-color: #DECA93;
  content: '';
  position: absolute;
  top: -20px;
  left: 40%;
  transform: translateY(-50%); 
  width: 60px;
  height: 2px;
}
.influencer-grid-container{
  padding: 5%;
}
.footer-logo-copyright .footer-logo img {
  margin-bottom: 0;
} 
.footer-logo-copyright {
  text-align: left;
}
.logo-copyright {
  display: inline-block;
  text-align: center;
}
.logo-copyright p { 
  margin-top: 0;
} 
form#contact_form img {
  width: 20px;
}   
li.dropdown.has_sub_menu.doubletap[data-group="shop"] .megaLayout-2 .featured-layout {
  min-width: 500px;
} 
li.dropdown.has_sub_menu.doubletap[data-group="personalized"] .megaLayout-2 .featured-layout {
  min-width: 450px;
  padding-right: 0;
}
li.dropdown.has_sub_menu.doubletap[data-group="kids"] .megaLayout-2 .featured-layout {
  min-width: 365px;
  padding-right: 0;
} 
li.dropdown.has_sub_menu.doubletap[data-group="shop"] .megaLayout-2 .featured-layout .desktop-6 {
  width: 25%;
}
div#shopify-section-index-promo {
  margin-top: 5%;
}
li.dropdown.has_sub_menu.doubletap[data-group="personalized"] .megaLayout-2  .featured-layout .featured_menu a:nth-child(5) span{
  font-family: 'GT America ExtendedRegular' !important; 
}
.shippingMsg {
  margin-top: 20px !important;
  margin-bottom: 0 !important; 
}
/* li.dropdown.has_sub_menu.doubletap[data-group="personalized"] .megaLayout-2  .featured-layout .desktop-6:first-child{
margin-left: 90px;
}
li.dropdown.has_sub_menu.doubletap[data-group="about"] .megaLayout-2  .featured-layout .desktop-6:first-child{
margin-left: 240px;
} */
@media only screen and (max-width: 1220px){
  ul#main-nav li a{
    font-size: 14px;
  }
}
/* Underline From Left */
.mega-layout .featured-layout .featured_menu a span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.mega-layout .featured-layout .featured_menu a span:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0 !important;
  right: 100%;
  background: #000000;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.mega-layout .featured-layout .featured_menu a span:hover:before, .mega-layout .featured-layout .featured_menu a span:focus:before, .mega-layout .featured-layout .featured_menu a span:active:before {
  right: 0;
}    