﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@import url(//hello.myfonts.net/count/2ac994);
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&family=Roboto+Mono:wght@400;500;600&display=swap");

@font-face {
    font-family: 'FontAwesome';
    src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
    src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"),url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"),url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"),url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"),url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "acumin-pro";
    src: url("/fonts/AcuminVariableConcept.otf") format("opentype");
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-stretch: 79.1%;
    font-style: oblique 0deg;
    letter-spacing: -0.46px;
}

@font-face {
    src: url("/fonts/AcuminVariableConcept.otf") format("opentype");
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 194.2857, 'wdth' 100, 'slnt' 0;
}

@font-face {
    font-family: "acumin-pro-bold";
    src: url("/fonts/AcuminVariableConcept.otf") format("opentype");
    font-style: normal;
    font-size: 16px;
    font-weight: 800;
    font-stretch: 79.1%;
    font-style: oblique 0deg;
    letter-spacing: -0.46px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-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)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #ffffff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.merriweather {
    font-family: "Merriweather", "serif";
    font-style: italic;
    letter-spacing: 1px
}

.lobster {
    font-family: "Lobster", "cursive"
}

.proxima-nova {
    font-family: "proxima-nova", "sans-serif"
}

.novecento {
    font-family: "Novecentosanswide-Bold", "sans-serif";
    font-style: normal
}

.novecento-light {
    font-family: "Novecentosanswide-Light", "sans-serif";
    font-style: normal;
    letter-spacing: 2px
}

.novecento-meduim {
    font-family: "Novecentosanswide-Medium", "sans-serif";
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px
}

.novecento-bold {
    font-family: "Novecentosanswide-Bold", "sans-serif";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px
}

.coronation-script {
    font-family: "CoronationScript", "script";
    font-style: normal
}

.acumin {
    font-family: acumin-pro, sans-serif;
}

.font-normal {
    font-style: normal
}

.bold {
    font-weight: bold
}

.transparent {
    color: rgba(197,46,47,0.9)
}

.primary {
    color: #c3202b
}

.blackgray {
    color: #4c4c4c
}

.darkgray {
    color: #5a5a5a
}

.post_gray {
    color: #828282
}

.gray {
    color: #b1b1b1
}

.lightgray {
    color: #e3e3e3
}

.whitegray {
    color: #eeeeee
}

.white {
    color: white
}

.darkblue {
    color: #014372
}

.brown {
    color: #713401
}

.transparent-back {
    background: rgba(197,46,47,0.9)
}

.primary-back {
    background: #c3202b
}

.blackgray-back {
    background: #4c4c4c
}

.darkgray-back {
    background: #5a5a5a
}

.gray-back {
    background: #b1b1b1
}

.lightgray-back {
    background: #e3e3e3
}

.posts-lightgray-back {
    background-color: #eeeeee;
    min-height: calc(100vh - 430px);
    padding-bottom: 5rem
}

.whitegray-back {
    background: rgb(248,248,248);
}

.white-back {
    background: white
}

.is-size-7 {
    font-size: 12px
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
}

    a, a:link, a:visited {
        color: #c3202b;
    }

        a.without-hover:hover {
            text-decoration: none
        }

.btn {
    background: #c3202b;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: white;
    border-radius: 25px;
    border: solid 1px transparent;
}
.notify-add{
    margin-bottom: 10px;
    margin-top: 10px;
}
    .btn:hover, .btn:focus, .btn-default:hover, .btn-default:focus {
        background: #c3202b;
        color: lightgray;
        text-decoration: none;
        border: solid 1px lightgray;
    }

a.btn {
    color: white;
    font-weight: normal;
}

.slide .btn {
    padding: 15px 60px;
    font-size: 20px;
    letter-spacing: normal
}

.content-wrap {
    opacity: 0;
    transition: opacity 0.2s ease-in-out
}

.action {
    transition: opacity 0.2s ease-in-out
}

    .action.opacity-hide {
        opacity: 0;
        display: none
    }

.the-ups {
    width: 100%;
    height: 17px;
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 1000px 17px
}

.red-ups {
}

.white-ups {
}

.icon {
    margin: 30px auto;
    display: block
}

.inner .icon {
    margin: 15px auto 45px auto
}

.candy-frame {
    overflow: hidden;
    height: 60px
}

.candy {
    height: 600px;
    width: 100%;
    background: transparent url(/assets/candy-6fb740dd640d56887a2d88260b16d62f02e7de5f1c16f4a69dcf38a9ce13d992.jpg);
    background-position: 0 -280px;
    position: relative;
    top: 0;
    text-align: center
}

    .candy i {
        color: white;
        font-size: 40px;
        margin-top: 10px;
        text-shadow: 0 0 1px #5a5a5a
    }

.inner .candy {
    background-position: 0 -630px
}

.chevron i {
    font-size: 24px;
    position: relative;
    top: 4px
}

.scrollx {
    overflow-x: scroll
}

.nopad {
    padding: 0 !important
}

.center {
    text-align: center
}

.center-block {
    margin: 0 auto !important
}

input.left, .btn.left, .chevron.left {
    float: left
}

input.right, .btn.right, .chevron.right {
    float: right
}

.mt-15 {
    margin-top: 15px
}

.mt-30 {
    margin-top: 30px
}

.mt-100 {
    margin-top: 100px
}

.mr-15 {
    margin-right: 15px
}

.mr-30 {
    margin-right: 30px
}

.mr-50 {
    margin-right: 50px
}

.mb-none {
    margin-bottom: 0
}

.mb-15 {
    margin-bottom: 15px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-15 {
    margin-left: 15px
}

.ml-30 {
    margin-left: 30px
}

.ml-100 {
    margin-left: 100px
}

.ml-m30 {
    margin-left: -30px
}

.pt-15 {
    padding-top: 15px
}

.pt-30 {
    padding-top: 30px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-100 {
    padding-bottom: 100px
}

.pl-15, .indent {
    padding-left: 15px
}

.pl-30 {
    padding-left: 30px
}

.pl-50 {
    padding-left: 50px
}

#paginate {
    clear: both;
    margin-bottom: 40px
}

.pagination a, .pagination span, .pagination em {
    display: block;
    float: left;
    padding: 0 10px;
    min-width: 20px;
    border-right: none
}

    .pagination a:hover, .pagination span:hover {
        background: #c3202b;
        color: white
    }

    .pagination a:last-child, .pagination span:last-child {
    }

    .pagination a.current, .pagination span.current, .pagination em.current {
        background: #eeeeee
    }

        .pagination a.current:hover, .pagination em.current:hover, .pagination a.disabled:hover, .pagination span.current:hover, .pagination span.disabled:hover {
            background: none;
            color: #b1b1b1
        }

.pagination-post {
    text-align: center;
    margin-top: 3rem
}

.pagy-nav.pagination a, .pagy-nav .pagination span, .pagy-nav .pagination em {
    border: none
}

    .pagy-nav.pagination span:last-child {
        border-right: none
    }

.pagy-nav .page {
    border: none
}

imgxx {
    max-width: 100%
}

html, body {
    overflow-x: hidden;
    overflow-y: auto
}

html, body {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4c4c4c;
    letter-spacing: normal;
}

p {
    margin-bottom: 30px
}

table tfoot th, table tbody th {
    border-top: 1px solid #dddddd
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal
}

fieldset {
    width: 100%
}

form ol, form ul {
    padding: 0
}

#wrap {
    width: 100%;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
}

.header {
    background: rgb(191,38,43);
    height: 145px;
}

    .header a, .header a:link {
        color: white;
        float: left
    }

        .header a:hover {
            text-decoration: none;
            color: #f3c6c5
        }

    .header h1 {
        font-family: acumin-pro;
        font-size: 36px;
        margin: 10px 0;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0
    }

    .header .navbar-toggle {
        background: white !important;
        margin: 0 0 0 0;
        border-radius: 0;
        border: none;
        height: 64px;
        width: 64px;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 10000;
    }

    .header .icon-bar {
        background: #c3202b;
        width: 30px;
        height: 3px;
        margin: 5px 8px
    }

    .header a.action {
        line-height: 72px;
        float: right;
        padding: 0;
        text-transform: uppercase;
        font-size: 14px
    }

        .header a.action i {
            padding-right: 5px
        }

.ht-100 {
    height: 100%;
    position: absolute;
    top: 0px;
}
.t-align-center {
    text-align: center;
}
.head-candy {
    background: #fff url(/assets/candy-header-3187ac359caf6deb263e2eb984dc2e2be6c62b1370e01d99695b91bc3569eaba.jpg) repeat-x 800px 0;
    background-size: 1280px 326px;
    width: 100%;
    min-height: 408px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.dropdown:hover .dropdown-menu {
    display: block;
    min-width: 250px
}

.mobile-menu .search {
    float: none
}

.inner-mobile-menu, .mobile-menu {
    background: white;
    width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 1033;
    top: 0;
    right: 100%
}

.inner-mobile-menu {
    background: white;
    z-index: 1034
}

    .inner-mobile-menu.inner {
        background: #d75e65
    }

.mobile-icons a {
    background: #c3202b;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    position: relative;
    margin: 0 auto
}

    .mobile-icons a i {
        color: white;
        font-size: 32px;
        position: absolute;
        top: 15px;
        left: 17px
    }

    .mobile-icons a .fa-shopping-cart {
        left: 14px
    }

div.header-wrap, div.header-container {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
}

div.header-logo {
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    top: 0px;
    width: 270px;
    height: 100%;
    left: 0px;
}

div.header-extras {
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    float: right;
}

div.header-icons {
    text-align: right;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    top: 100px;
}

div.header-search {
    position: relative;
    float: right;
    padding-left: 0px;
    padding-right: 0px;
    top: 100px;
}

div.header-cart-mobile {
    position: absolute;
    right: 75px;
    top: 28px;
}

.mobile-icons span {
    font-size: 12px;
    line-height: 14px;
    color: #c3202b
}

div.logo, div.smalllogo {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.logo {
    width: 270px;
    border: solid 1px black;
}

img.logo {
    height: 139px;
    max-width: 100%;
    max-height: 80%;
    object-fit: scale-down;
}

img.logotiny {
    height: 45px;
    top: 0px;
    position: relative;
}

img.logotag {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#smalllogo img.logotag {
    bottom: unset;
    position: absolute;
    left: 100px;
    top: 15px;
    width: 200px;
}

.iconmenu {
    position: relative;
    top: 1px;
    font-size: 21px;
    font-weight: bold;
}

    .iconmenu.loggedin {
        font-size: 24px;
        margin-right: 10px;
    }

        .iconmenu.loggedin > .text {
            font-size: 22px;
            margin-top: -3px;
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

    .iconmenu.link {
        font-size: 12px;
    }

img.iconmenu {
    height: 36px;
    width: 36px;
    vertical-align: middle;
}

.iconmenu.text {
    padding-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 4px;
    display: inline-block;
}

.iconmenu.btn.iconimg {
    font-size: 15px;
}

div.iconmenu {
    height: 137px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-right: 50px;
    margin-left: 100px;
}

.search {
    width: 150px;
}

.iconmenu.spacer {
    width: 10px;
}

.navbar-nav.admin-menu-ul {
    position: absolute;
    right: 0px;
}

.menu-spacer {
    visibility: hidden;
}

.navbar-fixed-top.navbar-default > div > ul > li > a {
    text-transform: lowercase;
    font-weight: bold;
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}

.navbar-fixed-top.navbar-default > div > ul > li {
    border-radius: 5px;
    padding: 10px;
    margin-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(1) {
        background-color: rgb(172,173,115);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(2) {
        background-color: rgb(118,70,50);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(3) {
        background-color: rgb(201,120,37);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(4) {
        background-color: rgb(201,144,163);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(5) {
        background-color: rgb(67,57,58);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(6) {
        background-color: rgb(206,193,159);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(7) {
        background-color: rgb(172,173,115);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(8) {
        background-color: rgb(118,70,50);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(9) {
        background-color: rgb(201,120,37);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(10) {
        background-color: rgb(201,144,163);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(11) {
        background-color: rgb(67,57,58);
    }

    .navbar-fixed-top.navbar-default > div > ul > li:nth-child(12) {
        background-color: rgb(206,193,159);
    }

.search button {
    width: 36px;
    position: absolute;
    top: 2px;
    right: 17px;
    background: transparent;
    border: none;
    z-index: 1;
}

.search i {
    color: white;
    padding: 2px 0;
    height: 100%;
    font-size: 20px !important
}

.search-input, .iconmenu.btn {
    height: 33px;
    width: 131px;
    padding: 9px 10px 6px 15px;
    line-height: 26px;
    background: transparent;
    color: white;
    font-size: 17px;
    border: solid 1px white;
    border-color: white;
    border-radius: 16px;
    font-weight: bold;
}

    .search-input:focus-visible {
        border-color: transparent;
    }

.iconmenu.btn {
    width: auto;
    padding-top: 5px;
    padding-right: 14px;
}

.btn.white-over:hover {
    background-color: white;
    color: rgb(191,38,43);
    border-color: rgb(191,38,43);
}

.welcome-search {
    padding: 60px 0
}

    .welcome-search .alt-search {
        position: relative;
        right: -15px;
        padding: 0 15px 0 0;
        clear: both
    }

.welcome-search-container {
    margin: 0 auto;
    width: 300px;
    max-width: 100%
}

    .welcome-search-container form {
        padding: 0 15px 0 0
    }

    .welcome-search-container h3 {
        margin-top: 0;
        margin-bottom: 20px
    }

    .welcome-search-container p {
        margin-bottom: 10px;
        font-size: 14px
    }

    .welcome-search-container .search-input {
        width: 100%;
        padding: 0 10px;
        line-height: 32px;
        background: white;
        color: #4c4c4c;
        border: 1px solid #b1b1b1;
        border-radius: 0;
        height: 45px;
        font-size: 18px
    }

    .welcome-search-container button {
        width: 45px;
        position: absolute;
        top: 1px;
        right: 30px;
        background: #c3202b;
        border: 1px solid #5a5a5a;
        z-index: 1
    }

    .welcome-search-container i {
        color: white;
        font-size: 24px;
        padding: 6px 0px
    }

.mobile-menu .welcome-search-container {
    margin: 15px auto;
    position: relative
}

    .mobile-menu .welcome-search-container button {
        right: 16px
    }

.navbar {
    top: 144px;
    min-height: 40px;
    font-size: 16px;
}

    .navbar a {
        letter-spacing: normal;
        font-size: 20px;
    }

        .navbar a:hover {
            text-decoration: none;
            color: #d75e65
        }

.navbar-default {
    z-index: 1030;
    background: white !important;
    border-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-admin {
    z-index: 1031;
    top: 0px !important;
    background: transparent;
}

.navbar-nav {
    width: 100%;
    position: relative;
    white-space: nowrap;
}

nav .submenu {
    width: auto;
    position: absolute;
    background: red;
    display: none;
    box-shadow: 0 1px 1px #cccccc
}

ul.submenu.category-candy {
    margin-left: 30%;
}

nav li:hover .submenu {
    display: block
}

.navbar-default .navbar-nav > li {
    position: static;
    white-space: nowrap
}

    .navbar-default .navbar-nav > li .columns-3 {
        width: 275px
    }

    .navbar-default .navbar-nav > li .columns-2 {
        width: 236px
    }

    .navbar-default .navbar-nav > li > a {
        display: block;
        padding: 10px 24px;
        position: relative
    }

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 8px
    }
}

.navbar-default .navbar-nav > li:hover {
    background: #eeeeee
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent
}

.navbar-admin .nav > li > a, .navbar-admin .nav > li > a:link, .navbar-admin .nav > li > a:visited {
    color: white !important
}

    .navbar-admin .nav > li > a:hover, .navbar-admin .nav > li > a:active {
        color: #b1b1b1 !important
    }

    .navbar-fixed-top .nav > li > a:active, .navbar-admin .nav > li > a:active {
        text-shadow: 0 0 1px white
    }

.navbar-default .nav > li > a:active {
    text-shadow: 0 0 1px #5a5a5a
}

.navbar-fixed-top .visible-xs h1 {
    font-size: 36px;
    line-height: 44px
}

.mobile-menu .primary-back {
    font-size: 18px
}

    .mobile-menu .primary-back .mobile-inner-link {
        color: white !important
    }

.mobile-menu p, .inner-mobile-menu p {
    margin: 15px 0;
    font-size: 20px;
    font-family: acumin-pro,"Novecentosanswide-Medium", "sans-serif";
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: normal
}

    .mobile-menu p.top-link, .inner-mobile-menu p.top-link {
        font-weight: bold;
        font-size: 24px;
        margin: 20px 0
    }

#prev, #next {
    width: 600px;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    line-height: 100%;
    font-size: 40px;
    z-index: 100
}

#prev {
    left: -585px;
    text-align: right
}

#next {
    right: -585px
}

#pager {
    text-align: center;
    font-size: 50px;
    cursor: pointer
}

.home .footer {
    border: none
}

.welcome {
    width: 100%;
    background: #eeeeee;
    padding: 45px 0
}

    .welcome h2 {
        text-transform: uppercase;
        font-size: 22px
    }

.subheading {
    font-family: acumin-pro, "Novecentosanswide-Bold", "sans-serif";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: normal;
    margin-bottom: 45px
}

.browse {
    width: 100%;
    background: #c3202b;
    padding: 45px 0
}

.link-list {
    list-style: none;
    padding: 0 15px
}

    .link-list li {
        border-bottom: 1px solid white
    }

        .link-list li a, .link-list li a:link {
            display: block;
            padding: 15px 10px;
            color: white;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold
        }

.red-list-link {
    list-style: none;
    padding: 0
}

    .red-list-link i {
        margin-right: 4px
    }


.new-products {
    padding: 45px 0
}

    .new-products img {
        width: 180px
    }

    .new-products .col-md-3 {
        border-right: 1px solid #e3e3e3;
        text-align: center;
        margin: 30px 0;
        min-height: 290px
    }

.ready {
    background: #e3e3e3;
    padding: 45px 0 90px
}

    .ready h2 {
        text-transform: uppercase;
        font-size: 22px
    }

    .ready button {
        display: block;
        margin: 0 auto 30px auto;
        letter-spacing: normal;
        padding: 20px 45px;
        font-size: 22px
    }

.inner .btn {
    position: relative;
    padding: 15px 30px 15px 15px
}

    .inner .btn i {
        border-right: 1px solid #b1b1b1;
        font-size: 18px;
        padding: 5px 8px 5px 15px;
        top: 13px;
        left: 4px
    }

    .inner .btn.add-to-order {
        padding: 15px 30px
    }

.product-tagline {
    letter-spacing: normal;
}

.single-product-title .container {
    position: relative
}

    .single-product-title .container .chevron {
        position: absolute;
        top: 15px;
        padding: 15px
    }

    .single-product-title .container .chevron-left {
        left: -30px
    }

    .single-product-title .container .chevron-right {
        right: -30px
    }

.product p {
    margin-bottom: 0
}

.single-product-title {
    padding: 5px 0 4px 0;
    position: relative;
    background-color: rgb(238,237,235);
    top: 47px;
}

.product-title, .product-number, .breadcrumbs {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: 20px
}

.product-title {
    margin-bottom: 2px;
    letter-spacing: normal;
}

.product-number {
    font-size: 14px;
    color: #5a5a5a
}

.breadcrumbs {
    font-size: 14px;
}

    .breadcrumbs > a {
        color: gray;
    }

.single-product {
    padding: 50px 0 20px 0;
    background: rgb(248,248,248);
}

    .single-product img {
        border: 1px solid #e3e3e3
    }

.deets dt {
    font-weight: 500;
    margin-top: 3px;
}

.deets dd {
    display: inherit;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: inline;
    margin-left: 3px;
    font-weight: bold;
}

.admindeets.deets dt {
    font-size: 0.8em;
    float: inherit;
}

.admindeets.deets dd {
    display: inherit;
    text-transform: none;
    padding-bottom: 15px
}

#products-list {
    padding-left: 0
}

li.box-style {
    width: 100%;
    display: block;
    list-style: none;
    margin-bottom: 15px;
    line-height: 18px;
    background-color: #e3e3e3;
    border-radius: 4px
}

    li.box-style a {
        padding: 6px 15px 4px 15px
    }

.single-product .col-sm-7 {
    border: 1px solid #e3e3e3 background-color:white;
}

.single-product img {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    border: solid 1px lightgray;
    box-shadow: gray 2px;
    border-radius: 12px;
}

.categories {
    width: 100%;
    background: #c3202b;
    padding: 75px 0 135px 0
}

.footer {
    width: 100%;
    min-height: 300px;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: rgb(67,57,58);
    font-size: 14px;
    bottom: 0
}

    .footer p {
        margin-bottom: 10px
    }

.lightwhite {
    color: rgb(177,175,176);
}

.footer-grid {
    padding-left: 30px;
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr
}

    .footer-grid .footer-column {
        font-size: 24px;
        margin-bottom: 2rem;
        flex: 1 1 0
    }

        .footer-grid .footer-column.text-right-desktop {
            text-align: right;
            position: relative
        }

            .footer-grid .footer-column.text-right-desktop hr {
                position: absolute;
                right: 0
            }

        .footer-grid .footer-column.middle {
            width: 30rem
        }

            .footer-grid .footer-column.middle hr {
                width: 20rem
            }

    .footer-grid hr {
        margin: 5px 0;
        width: 15rem
    }

        .footer-grid hr.long {
            width: 30rem;
            margin-bottom: 20px
        }

    .footer-grid .form-group {
        min-height: 0 !important
    }

.contact-info {
    font-size: 20px;
    padding-top: 10px
}

    .contact-info.social {
        display: flex;
        margin-top: 1rem;
        justify-content: flex-start
    }

        .contact-info.social span {
            display: inline-block;
            margin-right: 15px
        }

    .contact-info p {
        margin-bottom: 0
    }

    .contact-info i {
        margin-right: 5px;
        width: 20px
    }

        .contact-info i.mail {
            font-size: 16px
        }

        .contact-info i.fa-envelope {
            bottom: 3px
        }

    .contact-info a, .contact-info a:link {
        color: rgb(177,175,176);
    }

.social-links a {
    color: rgb(177,175,176);
}

.social {
    font-size: 28px;
    margin-top: 15px;
    display: inline-block;
}

a.lightwhite {
    color: rgb(177,175,176) !important;
}

    a.lightwhite.btn {
        background-color: rgb(177,175,176) !important;
        color: #444 !important;
    }

div#slider-blocks {
    padding-top: 47px;
}

@media (min-width: 768px) {
    .slider {
        min-height: 270px
    }

    .navbar {
    }

    .navbar-nav > li {
        width: 20%;
        text-align: center
    }

        .navbar-nav > li > a {
            padding: 10px 0;
            font-size: 24px;
            font-weight: bold;
        }

    .link-list li:last-child {
        border: none
    }

    .content-wrap, .page .content-wrap {
        margin-top: 143px
    }

    .inner .content-wrap, .home .content-wrap {
        margin-top: 99px
    }
}

@media (max-width: 767px) {
    .glide__arrow .chevron-right, .glide__arrow .chevron-left {
        font-size: 20px !important
    }

    .glide {
        margin-top: -12px !important
    }

    #cart_actions a {
        float: right;
        margin-bottom: 15px
    }

    .cart-checkout.btn {
        letter-spacing: normal;
        margin-bottom: 15px
    }

    .footer {
        position: relative
    }

    #wrap {
        height: 100%
    }

    .link-list {
        margin-bottom: 0
    }

    .header h1 {
        margin-left: 15px
    }

    .header {
        min-height: 60px
    }

    .new-products .col-sm-4 {
        border: none
    }

    .slide-mover {
        display: none
    }

    .contact-info a {
        display: block;
        text-align: left
    }

    .content-wrap {
        margin-top: 75px
    }

    .product-tagline {
        margin-top: 10px
    }

    #products-index-mode-content .quick-add {
        min-width: 20px !important
    }
}

@media (min-width: 992px) {
    .glide__arrow .chevron-right, .glide__arrow .chevron-left {
        font-size: 20px !important
    }

    .products .col-md-3:nth-child(4n+0) {
        border: none
    }

    .slide-container {
        width: 2820px
    }

    .cycle-slideshow {
        left: -925px
    }

    .slide-mover {
        width: 1140px
    }

    .slide .main {
        font-size: 101px
    }

    .home .header .logo {
        width: 100%
    }
}

@media (max-width: 991px) {
    .products .col-sm-4:nth-child(3n+0) {
        border: none
    }

    .slide .main {
        font-size: 78px
    }

    .header a.action {
        font-size: 12px
    }

        .header a.action i {
            font-size: 14px
        }

    #new-product-image img {
        max-width: 60px !important
    }
}

#product-search form ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

#product-search form p {
    margin-bottom: 0
}

#product-search form .form-group {
    min-height: 65px;
    margin-bottom: 5px
}

#products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cat-product {
    min-height: 330px;
    padding: 15px;
    margin-bottom: 5px;
    margin-top: 20px;
    max-width: 250px;
    float: left;
    border: solid 1px lightgray;
    margin: 10px;
    border-radius: 10px;
}

    .cat-product p {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin: 0;
        position: relative;
        width: 100%;
        overflow: hidden;
        white-space: normal;
    }

.product-description {
    display: block;
    height: 3em;
    padding-left: 5px;
    padding-right: 5px;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-product img {
    /* max-height: 140px; */
    display: block;
    margin: 0 auto;
    max-width: 95%;
    max-height: 215px;
    position: relative;
    z-index: 1;
}

.cat-product form {
    text-align: right;
    /* position: absolute; */
    bottom: 17px;
    width: 186px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    height: auto;
}

    .cat-product form .order_item_quantity {
        float: left
    }

    .cat-product form .form-group {
        min-height: 60px
    }

.shop-all-cats {
    padding: 0;
    list-style: none
}

    .shop-all-cats .siblings {
        display: none
    }

    .shop-all-cats li:hover .siblings {
        display: block
    }

li .count {
    position: absolute;
    color: black;
    right: 10px;
    top: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #c3202b
}

.top i {
    float: right;
    border-left: 1px solid #e3e3e3;
    padding: 5px 0 5px 15px;
    position: relative;
    top: -5px;
    font-size: 20px
}

.shop-all-cats .top {
    background: #c3202b;
    padding: 15px;
    color: #e3e3e3;
    width: 100%;
    font-size: 18px;
    line-height: 18px
}

ul.indent > li > a:link {
    padding: 15px 15px 15px 30px
}

.display-categories ul, .display-categories li {
    list-style: none
}

.page .ancestors i, .page .siblings i, .category-browser .ancestors i, .category-browser .siblings i {
    position: absolute;
    right: 7px;
    top: 17px;
    font-size: 20px
}

.page .ancestors.siblings li i, .category-browser .ancestors.siblings li i {
    top: 10px
}

.page .ancestors, .category-browser .ancestors {
    font-size: 18px
}

    .page .ancestors li, .category-browser .ancestors li {
        position: relative
    }

        .page .ancestors li a, .page .ancestors li a:link, .page .ancestors li a:visited, .category-browser .ancestors li a, .category-browser .ancestors li a:link, .category-browser .ancestors li a:visited {
            color: #c3202b;
            padding: 5px 15px;
            display: block;
            width: 100%
        }

.page ul.ancestors i, .category-browser ul.ancestors i {
    color: #e3e3e3
}

.page ul.ancestors.siblings li, .category-browser ul.ancestors.siblings li {
    background: white
}

    .page ul.ancestors.siblings li:hover, .category-browser ul.ancestors.siblings li:hover {
        background: #c10503
    }

        .page ul.ancestors.siblings li:hover a, .category-browser ul.ancestors.siblings li:hover a {
            color: white
        }

.page ul.ancestors.siblings ul.children li:hover > a, .category-browser ul.ancestors.siblings ul.children li:hover > a {
    color: white
}

.page ul.ancestors.siblings a, .page ul.ancestors.siblings a:link, .page ul.ancestors.siblings a:visited, .category-browser ul.ancestors.siblings a, .category-browser ul.ancestors.siblings a:link, .category-browser ul.ancestors.siblings a:visited {
    color: #c3202b
}

    .page ul.ancestors.siblings a:hover, .page ul.ancestors.siblings a:active, .page ul.ancestors.siblings ul.children a:hover, .page ul.ancestors.siblings ul.children a:active, .category-browser ul.ancestors.siblings a:hover, .category-browser ul.ancestors.siblings a:active, .category-browser ul.ancestors.siblings ul.children a:hover, .category-browser ul.ancestors.siblings ul.children a:active {
        color: white
    }

.page ul.siblings ul.children li, .category-browser ul.siblings ul.children li {
    background: #eeeeee
}

.page ul.siblings ul.children a, .page ul.siblings ul.children a:link, .page ul.siblings ul.children a:visited, .category-browser ul.siblings ul.children a, .category-browser ul.siblings ul.children a:link, .category-browser ul.siblings ul.children a:visited {
    padding: 10px 15px;
    color: #c3202b;
    font-size: 16px;
    line-height: 28px
}

.page ul.siblings ul.children i, .category-browser ul.siblings ul.children i {
    color: #c3202b;
    top: 10px
}

.page ul.siblings li, .category-browser ul.siblings li {
    font-size: 18px;
    background: #eeeeee
}

    .page ul.siblings li:hover, .category-browser ul.siblings li:hover {
        background: #c10503
    }

.page ul.siblings a, .page ul.siblings a:link, .page ul.siblings a:visited, .category-browser ul.siblings a, .category-browser ul.siblings a:link, .category-browser ul.siblings a:visited {
    color: #c3202b;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 15px
}

    .page ul.siblings a:hover, .page ul.siblings a:active, .category-browser ul.siblings a:hover, .category-browser ul.siblings a:active {
        color: white
    }

.page ul.ancestors, .page ul.siblings, .page ul.children, .category-browser ul.ancestors, .category-browser ul.siblings, .category-browser ul.children {
    padding-left: 0;
    list-style: none
}

    .page ul.ancestors li, .page ul.siblings li, .page ul.children li, .category-browser ul.ancestors li, .category-browser ul.siblings li, .category-browser ul.children li {
        border-bottom: 1px solid white
    }

        .page ul.ancestors li:last-child, .page ul.siblings li:last-child, .page ul.children li:last-child, .category-browser ul.ancestors li:last-child, .category-browser ul.siblings li:last-child, .category-browser ul.children li:last-child {
            border-bottom: none
        }

    .page ul.ancestors.siblings a, .page ul.ancestors.siblings a:link, .page ul.ancestors.siblings a:visited, .category-browser ul.ancestors.siblings a, .category-browser ul.ancestors.siblings a:link, .category-browser ul.ancestors.siblings a:visited {
        padding: 5px 0
    }

.page .siblings li:hover > .children, .page .children li:hover > .children, .category-browser .siblings li:hover > .children, .category-browser .children li:hover > .children {
    display: block
}

.page .siblings, .category-browser .siblings {
    position: relative;
    z-index: 1
}

    .page .siblings .children, .category-browser .siblings .children {
        display: none;
        position: absolute;
        top: 0;
        left: 100%
    }

    .page .siblings li .children, .category-browser .siblings li .children {
        width: 100%
    }

    .page .siblings li, .page .children li, .category-browser .siblings li, .category-browser .children li {
        position: relative
    }

.category-browser #order_item_quantity {
    margin-left: 7px;
}

#order_item_quantity {
    width: 50px;
    margin-left: 8px;
}

.category-browser .add-to-order {
    padding: 5px 10px;
}

.category-browser li.box-style a {
    float: left;
    padding: 10px 15px 8px 15px
}

li.box-style form {
    max-width: 195px;
    float: right;
    clear: none;
    margin: 10px 15px
}

.quick-add-item {
    padding: 10px 15px;
    font-size: 14px
}

#ul_sortable li {
    margin: 5px 0;
    padding: 0 5px 0 5px;
    cursor: move
}

    #ul_sortable li > a {
        float: right;
        background: white;
        padding: 0 15px;
        margin: 0 0 5px 15px
    }

.navbar-default li {
    list-style: none
}

ul.submenu li {
    text-align: left !important
}

.colums-2, .columns-2 {
    width: 50%;
    float: left
}

.colums-3, .columns-3 {
    width: 33.3%;
    float: left
}

.colums-4, .columns-4 {
    width: 25%;
    float: left
}

.colums-5, .columns-5 {
    width: 20%;
    float: left
}

#new-product-wrapper {
    min-height: 300px
}

#welcome-widget-wrapper {
    background: #eeeeee
}

.contact .header a.action, .home .header a.action {
    float: left
}

.header a.header-icon {
    position: relative;
    top: 15px;
}

    .header a.header-icon i {
        font-size: 22px !important;
        position: relative;
        top: 7px
    }

.header-icon:hover {
    color: #b1b1b1 !important
}

.column_header {
    font-weight: bold
}

.login .content-wrap, .forgot .content-wrap, .new_account .content-wrap {
    min-height: 480px
}

.boolean input {
    margin-right: 5px
}

.radio ol li {
    margin-left: 30px
}

textarea.form-control {
    height: 160px
}

.form-control-mobile {
    height: 43px !important
}

#cart, #search-results .padding, #products-index-mode-content {
    overflow-x: auto
}

.search-action {
    width: 90%;
    float: left
}

#new_order_item a {
    margin-left: 5px
}

#order_use_payment_method input {
    margin-right: 5px
}

#user-edit-action {
    margin: 60px 0
}

#product-order-status, #user-show-buttons, #add_product_form {
    margin: 30px 0
}

#user_terms_and_conditions {
    margin-right: 10px
}

#categories-tree li {
    line-height: 18px
}

#new-product-image {
    background-color: white;
    border: 1px solid #e3e3e3
}

    #new-product-image img {
        max-width: 200px;
        max-height: 160px;
        margin: 0 auto;
        display: block
    }

.login ol {
    padding: 0 !important
}

.form-group li {
    list-style: none
}

.label {
    color: #5a5a5a;
    text-align: left;
    font-size: 16px
}

.radio {
    margin: 0 !important;
    padding: 0 !important
}

.form-group {
    min-height: 92px
}

p.inline-errors {
    margin: 0
}

.header h1 {
    font-size: 40px
}

.new-products img {
    max-height: 180px;
    border: 1px solid #e3e3e3
}

nav .submenu {
    background: white;
    padding: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-left: -10px;
}

ul.submenu li {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

    ul.submenu li > a, ul.submenu li:hover > a {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: white;
        width: 100%;
        display: inline-block;
    }

    ul.submenu li:hover > a {
        background-color: #e3e3e3;
    }

.search_category_select {
    min-width: 200px;
    width: 50%
}

#categories-tree a {
    width: 100%;
    display: block
}

.btn.small, #cart_submit {
    padding: 10px 15px;
    font-size: 14px
}

#cart_submit {
    clear: right
}

#order {
    overflow-x: auto
}

.simple_form.search {
    float: none;
    margin: auto;
    right: 0;
    width: auto
}

#product-search .simple_form .form-group.check_boxes .form-check {
    display: inline-block;
    width: 50%
}

#search-box form {
    height: 30px;
    margin-bottom: 5px
}

.text-uppercase {
    text-transform: uppercase;
}

.btn.left {
    margin-right: 5px
}

.q_full_text_search_cont_all.form-group, .order_billing_address_id, .order_shipping_address_id {
    min-height: 10px
}

.customer_override {
    position: fixed;
    z-index: 1031;
    color: white;
    background: rgba(255,255,255,0.3);
    font-weight: bold;
    padding: 10px;
    padding-right: 20px;
    border: solid 1px white;
    left: 50%;
    top: 50px;
    transform: translateX(-50%)
}

#cancel_override {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    background: rgba(255,255,255,0.3);
    height: 19px
}

.customer_override:hover > #cancel_override {
    background: rgba(255,255,255,0.6)
}

.holiday_codes_mask_in li:nth-child(3n) {
    margin-bottom: 20px
}


.cart-filters {
    font-size: 13px
}

    .cart-filters label {
        margin-left: 4px
    }

.last-page {
    display: none
}


.user-information .table {
    overflow-wrap: anywhere
}

.user-information .btn {
    white-space: break-spaces
}

.img {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0
}

.card {
    border-radius: 4px !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 0;
    min-width: 28%;
    margin-bottom: 5rem
}

.card-body {
    padding: 0 3rem 2rem
}

.grid-container {
    padding-left: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px
}

@media screen and (max-width: 1023px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px
    }
}

@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.main-post {
    grid-area: main;
    padding:2em;
}

.related-articles {
    grid-area: aside;
    text-align: left;
    margin-top: 12rem
}

    .related-articles h4 {
        text-decoration: underline
    }

    .related-articles a {
        display: block;
        color: #4c4c4c
    }

.single-post {
    padding-bottom: 10rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "main aside";
    column-gap: 10rem
}

    .single-post .img {
        border-radius: 0;
        width: 100%;
        height: 50rem;
        background-size: cover;
        background-repeat: no-repeat
    }

    .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5 {
        font-family: 'proxima-nova';
        font-style: normal;
        font-weight: bold;
        letter-spacing: normal;
    }

.post-author {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
    padding: 0 4rem
}

    .post-author .img {
        border-radius: 50%;
        width: 15rem;
        height: 15rem;
        background-size: cover;
        background-repeat: no-repeat
    }

    .post-author .author-name {
        font-size: 21px;
        margin-bottom: 1rem
    }

.post-divider {
    border-top: 1px solid #c1c1c1;
    margin-top: 8rem;
    margin-bottom: 4rem
}

.only-mobile {
    display: none
}

@media screen and (max-width: 1023px) {
    .footer-grid {
        width: 80%
    }
}

@media screen and (max-width: 1000px) {
    .post-author {
        display: block;
        padding-right: 0;
        padding-left: 0
    }

        .post-author .img {
            margin-bottom: 2rem;
            width: 10rem;
            height: 10rem
        }

        .post-author .author-mobile-container {
            display: grid;
            grid-template-columns: 1fr 3fr;
            column-gap: 20px
        }

            .post-author .author-mobile-container .author-name {
                margin-top: auto;
                margin-bottom: auto;
                padding-bottom: 2rem
            }

        .post-author .only-mobile {
            display: block
        }

        .post-author .only-desktop {
            display: none
        }
}

@media screen and (max-width: 768px) {

    .posts-lightgray-back {
        margin-bottom: -5rem
    }

    .single-post {
        display: block
    }

    .footer.post {
        bottom: -5rem
    }

    .footer-grid {
        width: 90%;
        grid-template-columns: 1fr
    }

        .footer-grid .footer-column.text-right-desktop {
            text-align: inherit
        }

            .footer-grid .footer-column.text-right-desktop hr {
                position: inherit
            }

    .contact-info.social {
        display: flex;
        margin-top: 0;
        justify-content: flex-start
    }

        .contact-info.social i {
            margin-left: 0;
            margin-right: 2rem
        }

    .only-mobile {
        display: block
    }

    .only-desktop {
        display: none
    }
}

.landig-cointainer {
    margin-top: -25px;
    padding: 0;
    height: auto;
    padding-bottom: 20rem
}

.landig-presentation {
    height: calc(100vh - 100px);
    background-color: rgba(197,46,47,0.9);
    background-image: url(/assets/landing-top-b2e648c4bbe21f8120cc7ee8c1fd244d9a17035b8316470ceb128943b77ed42a.png);
    background-size: 100% 105vh;
    background-repeat: no-repeat;
    padding-top: 150px
}

.flex {
    display: flex
}

.flex-row {
    flex-direction: row
}

.flex-column {
    flex-direction: column
}

.flex-justify-center {
    justify-content: center
}

.flex-justify-start {
    justify-content: flex-start
}

.flex-justify-end {
    justify-content: flex-end
}

.flex-justify-space-around {
    justify-content: space-around
}

.flex-justify-space-between {
    justify-content: space-between
}

.flex-align-center {
    align-items: center
}

.flex-align-end {
    align-items: flex-end
}

.bg {
    background-color: rgba(197,46,47,0.9)
}

.bg-2 {
    background-color: rgba(92,42,42,0.9)
}

.stretch, .text-nowrap {
    white-space: nowrap
}

.absolute {
    position: absolute
}

.height-auto {
    height: auto
}

.red-color {
    color: #c3202b
}

.red-bg-color {
    background-color: #c3202b
}

.browser-img {
    margin-top: -75px;
    margin-right: -40px
}

.p-0 {
    padding: 0
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.pr-15 {
    padding-right: 15px
}

.pr-30 {
    padding-right: 30px
}

.pb-0 {
    padding-bottom: 0
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mr-0 {
    margin-right: 0
}

.ml-m15 {
    margin-left: -15px
}

.mr-m15 {
    margin-right: -15px
}

.mr-m30 {
    margin-right: -30px
}

.mr-50 {
    margin-right: -30px
}

.opacity-filter {
    filter: opacity(10%)
}

.opacity-filter-90 {
    filter: opacity(90%)
}

.landing-card {
    border: 1px silver solid;
    border-radius: 10px;
    box-shadow: 1px 4px 5px 1px #7a7a7a;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    z-index: 1
}

.what-clients-say {
    width: 42%
}

.what-clients-say-wrapper {
    margin-left: 200px
}

@media only screen and (max-width: 2000px) {
    .what-clients-say {
        width: 50%
    }

    .what-clients-say-wrapper {
        margin-left: 0
    }
}

.landing-lolipop-bg {
    margin-top: -250px;
    z-index: 0;
    width: 100%;
    background-image: url(/assets/landing-lollipop-caa32e413f7dfeacf1244537b7830b56c26e185254579a9c558f069a777fb96b.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 445px
}

.bottom-0 {
    bottom: 0
}

.btn-black {
    display: inline-block;
    border: 3px black solid;
    background-color: white;
    color: black;
    padding: 12px 0;
    font-weight: bold !important;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    text-decoration: none
}

    .btn-black:active, .btn-black:hover, .btn-black:link, .btn-black:visited {
        color: black;
        text-decoration: none
    }

.btn-red {
    display: inline-block;
    background-color: #c3202b;
    border: 1px #c3202b solid;
    color: white;
    padding: 11px 55px;
    font-weight: bold !important;
    text-align: center;
    letter-spacing: normal;
}

    .btn-red:hover, .btn-red:link, .btn-red:visited {
        color: white;
        background-color: #c3202b;
        text-decoration: none
    }

    .btn-red:active {
        background-color: white;
        border: 1px #c3202b solid;
        color: #c3202b;
        text-decoration: none
    }

.ptb-100 {
    padding: 100px 0
}

.lollipop {
    position: relative;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto
}

    .lollipop > h1, .lollipop > span {
        z-index: 2;
        margin-top: -10px
    }

    .lollipop::before {
        position: absolute;
        content: '.';
        display: block;
        background-color: white;
        width: 210px;
        height: 70px;
        border-radius: 5px;
        z-index: 1
    }

    .lollipop::after {
        position: absolute;
        content: '';
        display: block;
        background-color: white;
        height: 200px;
        width: 10px;
        margin-top: 200px;
        z-index: 1
    }

.montserrat, .wholesale-landing h2, .wholesale-landing .wholesale-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px !important
}

.fs-20 {
    font-size: 20px
}

.fs-22 {
    font-size: 22px
}

.fs-24 {
    font-size: 24px
}

.fs-26 {
    font-size: 26px
}

.fs-28 {
    font-size: 28px
}

.fs-30 {
    font-size: 30px
}

.fs-32 {
    font-size: 32px
}

.fs-34 {
    font-size: 34px
}

.fs-36 {
    font-size: 36px
}

.fs-38 {
    font-size: 38px
}

.fs-40 {
    font-size: 40px
}

.fs-42 {
    font-size: 42px
}

.fs-44 {
    font-size: 44px
}

.fs-46 {
    font-size: 46px
}

.fs-48 {
    font-size: 48px
}

.fs-50 {
    font-size: 50px
}

.ls-05px {
    letter-spacing: 0.5px
}

.ls-1px {
    letter-spacing: 1px
}

.ls-2px {
    letter-spacing: 2px
}

.ls-3px {
    letter-spacing: 3px
}

.lh-18px {
    line-height: 18px
}

.lh-38px {
    line-height: 38px
}

.fw-300 {
    font-weight: 300
}

.z-index-1 {
    z-index: 1
}

.landing-redstone-logo {
    height: 250px;
    background-image: url(/assets/landing-redstone-logo-553420d05a6dac4b34ec53146bfe8163e3b364705bb0088acfcba80151f89b94.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.landing-premier-distributor {
    height: 60px;
    background-image: url(/assets/landing-premier-distributor-efcd97e9adba2b2b102dc9e640b38b146d592957204ed46f8e808bb10157cb22.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width: 768px) {
    .landing-premier-distributor {
        margin-top: 50px
    }
}

.landing-bottles {
    margin-top: 80px;
    height: 340px;
    width: 100%;
    background-image: url(/assets/landing-bottles-34d2cb90e28d7e9e712e169dd996ee59159c813dda750662ae1ba03b3644afb6.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: -50px 0
}

@media only screen and (max-width: 2000px) {
    .landing-bottles {
        height: 300px
    }
}

.left-0 {
    left: 0
}

@font-face {
    font-family: 'Novecentosanswide-Bold';
    src: url(/assets/2AC994_0_0-ea30e8f3d138f2b9d5f8d0aeb0bd746c96f7c513e93ae3bde6d20d19f2b41595.eot);
    src: url(/assets/2AC994_0_0-ea30e8f3d138f2b9d5f8d0aeb0bd746c96f7c513e93ae3bde6d20d19f2b41595.eot?#iefix) format("embedded-opentype"),url(/assets/2AC994_0_0-d40c50091047ec468c3ad36e8a9fac4c42d74f1bb6270b12f7a4fcd09f6d6280.woff) format("woff"),url(/assets/2AC994_0_0-fc3dd0daf709791f63563ae30f94e643991b35602a9ce1a8ab744661ce889fc9.ttf) format("truetype")
}

@font-face {
    font-family: 'Novecentosanswide-Book';
    src: url(/assets/2AC994_1_0-0703e260fbaa96af0d90037342f682a5891fa9385fa573d557a95f6cb91265ce.eot);
    src: url(/assets/2AC994_1_0-0703e260fbaa96af0d90037342f682a5891fa9385fa573d557a95f6cb91265ce.eot?#iefix) format("embedded-opentype"),url(/assets/2AC994_1_0-271d0aedc37310a51f36d16e7135f551f85ff7ff18c07e0b7f199473c42da14f.woff) format("woff"),url(/assets/2AC994_1_0-f613d7bd24baea0a7eebb66be7fc8753af3dbd50f869fa13b2021090a8765aa0.ttf) format("truetype")
}

@font-face {
    font-family: 'Novecentosanswide-DemiBold';
    src: url(/assets/2AC994_2_0-fefca4be0bb3e0a4858e44df66f267ba55615a8ff91722280bdf37c4335b4ab1.eot);
    src: url(/assets/2AC994_2_0-fefca4be0bb3e0a4858e44df66f267ba55615a8ff91722280bdf37c4335b4ab1.eot?#iefix) format("embedded-opentype"),url(/assets/2AC994_2_0-453820e33e912c8f3a2c0b0e968ebc6ecd72ee019af5cfb5eab0b0b7826844d3.woff) format("woff"),url(/assets/2AC994_2_0-878a3d95fea014d62afdf539df6c4993b34eb2574e71bc7a92ada15680647fe3.ttf) format("truetype")
}

@font-face {
    font-family: 'Novecentosanswide-Light';
    src: url(/assets/2AC994_3_0-a1d9a65db4eb3a5daa2a4e6b703344d34633678fbfacc400e9bc63d6436cd7ae.eot);
    src: url(/assets/2AC994_3_0-a1d9a65db4eb3a5daa2a4e6b703344d34633678fbfacc400e9bc63d6436cd7ae.eot?#iefix) format("embedded-opentype"),url(/assets/2AC994_3_0-266859ea4cc5ec36220705b17fcfc5d4d415e7631a8661e3165464dc211444eb.woff) format("woff"),url(/assets/2AC994_3_0-00a48fc3e6d13c1a609b23e35ec2e2295f03da775571aceef7b15cbd1952c96b.ttf) format("truetype")
}

@font-face {
    font-family: 'Novecentosanswide-Medium';
    src: url(/assets/2AC994_4_0-175b1fe2581ad4a84b8b01f7d472cf506f2d09ab322ad216552d5eb43d57fc37.eot);
    src: url(/assets/2AC994_4_0-175b1fe2581ad4a84b8b01f7d472cf506f2d09ab322ad216552d5eb43d57fc37.eot?#iefix) format("embedded-opentype"),url(/assets/2AC994_4_0-3d994a54f2ee19b8fb81512f648c59298d56436a4f12463e8f34cb8f41919411.woff) format("woff"),url(/assets/2AC994_4_0-86b0ae393a038dbeae39ea06be45f09d893173eb066ba133bcce3b9f6e80bb16.ttf) format("truetype")
}

@font-face {
    font-family: 'Novecentosanswide-Normal';
    src: url(/assets/2AC994_5_0-cb6dfdc8213a3d28cfdfdfda6ec250cd99a038be1aa1daba92313b24540577b2.eot);
    src: url(/assets/2AC994_5_0-cb6dfdc8213a3d28cfdfdfda6ec250cd99a038be1aa1daba92313b24540577b2.eot?#iefix) format("embedded-opentype"),url(/assets/2AC994_5_0-75e7c6f7efca32a468d0ef9b5bb29d6ba91cd36c9339242a304052995d20256b.woff) format("woff"),url(/assets/2AC994_5_0-462c3e8d49326be94d930b2ad0927ce6bd3afb5b26cdf067103f2b247178b3ee.ttf) format("truetype")
}

@font-face {
    font-family: 'CoronationScript';
    src: url(/assets/CoronationScript-e9561dc552fad556600490bf4a095b8917b906ce8c2884abdc87eb5cf319259e.ttf) format("truetype")
}

.navbar-admin ul.nav > li {
    width: 12%
}

.scroll-down {
    cursor: pointer;
    transition: all 0.5s ease
}

    .scroll-down:hover {
        top: -5px
    }

.formtastic .inline-errors {
    color: #a94442
}

.register-form .focus {
    background: #fefbd9
}

.cat-thumbnail {
    max-width: 10%;
    height: auto;
    float: left;
    padding: 5px
}

#categories-tree ul.siblings > ul.children {
    box-shadow: none
}

ul.ancestors, ul.siblings, ul.children {
    box-shadow: none !important
}

ul#products-list li.box-style {
    box-shadow: none !important
}

#product-breadcrumb .breadcrumb {
    box-shadow: none
}

.new-products img {
    max-width: 180px;
    width: auto;
    border: 0px;
    padding: 15px 0px
}

.new-products .col-md-3 {
    border-right: 1px dotted #e3e3e3
}

.new-products .col-md-3 {
    margin: 0px 0px;
    border-top: 1px dotted #e3e3e3 !important
}

@media only screen and (max-device-width: 480px) {
    .new-products .col-md-3 {
        min-height: 200px !important;
        border-right: 0px !important
    }

    .cat-thumbnail {
        max-width: 20% !important
    }
}

abbr[title] {
    border: 0px !important;
    color: #a94442
}

nav.navbar ul ul ul {
    padding-left: 10px
}

    nav.navbar ul ul ul a {
        text-transform: none;
        font-size: 16px;
        color: gray
    }

.navbar-default .navbar-nav > li > a {
    text-transform: none;
    font-style: italic;
    font-size: 14px
}

.navbar-default .navbar-nav {
    text-align: center;
    float: none;
    margin-bottom: 17px;
}

    .navbar-default .navbar-nav > li {
        display: inline-block;
        width: auto;
        float: none
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: white;
        }

#category-list .ancestors > li {
    padding-left: 7px;
    padding-top: 2px;
    padding-bottom: 2px
}

#category-list .ancestors, #categories-tree {
    z-index: 13
}

.cat-product input.add-to-order {
    padding: 9px 7px;
    font-size: 10px;
    margin-left: 8px;
}

.cat-product button.notify-add {
    margin-bottom: 10px;
    margin-top: 30px;
    margin-left: 19px;
    padding-top: 9px;
    padding-bottom: 5px;
    font-size: 16px;
    text-align: center;
}

.cat-product #new_order_item .input-group {
    bottom: 0;
    position: absolute;
    padding: 5px 0px 10px 0px
}

.category-browser ul.shop-all-cats > li > ul > li {
    background: #870403
}

.category-browser ul.shop-all-cats .top {
    color: white;
    cursor: pointer
}

.category-browser ul.shop-all-cats > li > ul > li > a, .category-browser ul.shop-all-cats > li > ul > li > i {
    color: white !important
}

.category-browser #categories-tree .siblings.indent li {
    background: #dfdfdf
}

.header .search-input::-webkit-input-placeholder {
    color: white
}

.header .search-input:-moz-placeholder {
    color: white
}

.header .search-input::-moz-placeholder {
    color: white
}

.header .search-input:-ms-input-placeholder {
    color: white
}

ul.password_container {
    list-style: none;
    padding: 10px 0px
}

.alert-notice {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

#products-index-mode-content .quick-add-item {
    padding: 6px;
    margin: 3px 0px;
    font-size: 12px
}

#products-index-mode-content .quick-add {
    min-width: 115px
}

#products-index-mode-content .quick-add-item:hover, #products-index-mode-content .quick-add-item:focus {
    color: #ccc
}

.fa.quick-item-ordered {
    color: #c3202b;
    display: block
}

#about-photo img {
    background: none
}

.migrant-customer {
    display: none
}

.register-form__terms-conditions, .register-form__intro-help__paragraph-existing {
    background: #efefef;
    padding: 15px
}

.category-browser ul.siblings.indent-1 > li {
    padding-left: 15px
}

.category-browser ul.siblings.indent-2 > li {
    padding-left: 30px
}

.category-browser ul.siblings.indent-3 > li {
    padding-left: 45px
}

.count.white {
    color: white
}

.page ul.siblings li:hover a, .category-browser ul.siblings li:hover a {
    text-decoration: none
}

    .page ul.siblings li:hover a:hover, .category-browser ul.siblings li:hover a:hover {
        text-decoration: none
    }

.shop-all-cats .siblings .children li:hover {
    background: #c3202b
}

    .shop-all-cats .siblings .children li:hover a {
        color: white !important
    }

.category-browser ul.siblings .children li:hover, .page ul.siblings .children li:hover {
    background: #c3202b !important
}

.page ul.siblings > li:hover > a, .category-browser ul.siblings > li:hover > a {
    color: white !important
}

.category-browser ul.siblings .children li:hover a, .page ul.siblings .children li:hover a {
    color: white !important
}

.category-browser ul.siblings li.current:hover, .page ul.siblings li.current:hover, .category-browser ul.siblings li.current, .page ul.siblings li.current {
    background: #ccc !important
}

    .category-browser ul.siblings li.current:hover a, .page ul.siblings li.current:hover a, .category-browser ul.siblings li.current a, .page ul.siblings li.current a {
        color: black
    }

.category-filter.form-control.desktop {
    width: 80%;
    display: inline-block
}

.my-filters {
    padding: 10px 0px
}

.slide {
    cursor: pointer
}

dt.two_col div, dt.three_col div {
    display: inline-block;
    padding-right: 15px
}

dt.three_col.graybg {
    background: #efefef;
    padding: 10px
}

.no-letter-spacing {
    letter-spacing: 0
}

.quick-add-select {
    width: 65%;
    display: inline-block;
    padding: 0px 10px
}

.quick-add-quantity {
    width: 10%;
    display: inline-block;
    padding: 0px 10px
}

.quick-add-submit {
    width: 5%;
    display: inline-block;
    padding: 0px 10px
}

.display_cat_title {
    display: inline-block;
    width: 70%
}

.navbar-default .navbar-nav > li .columns-2 {
    width: 290px
}

.navbar-default .navbar-nav ul a {
    letter-spacing: 0px;
    color: rgb(66,57,58);
}

.alert, .alert-info {
    top: 65px;
    position: relative;
    z-index: 1000;
}

#product-search .small_search {
    padding: 7px 25px;
    margin-right: 5px
}

#product-search .search_btn_container {
    min-height: 20px !important
}

.container.product-search, .container.category-browser {
    width: 100%;
}

.search-page .no-margin {
    margin-top: 0px;
    margin-bottom: 0px
}

#product-search li label {
    display: inline
}

#product-search .no-margin .pagination {
    margin: 10px 0px
}

.welcome-search .primary {
    line-height: 30px
}

.single-product #account-manager h4 {
    letter-spacing: 0px
}

.single-product .deal_container {
    margin-bottom: 10px;
    background: #efefef;
    padding: 10px;
    color: #c3202b;
    font-size: 14px
}

.deal_icons {
    position: absolute;
    top: 15px;
    left: 45px;
    z-index: 10;
    background: rgba(255,255,255,0.4);
}

    .deal_icons .deal_icon {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        padding-left: 5px;
        padding-right: 10px;
        color: #c3202b;
        font-size: 14px;
        text-transform: uppercase;
    }

.deets dt {
    font-size: 14px;
    float: left;
}

.deetwrap {
    clear: both;
}

.deal_icon_fa {
    color: #d75e65;
    background: #efefef;
    padding: 5px
}

.deal_container .deal_header {
    background: #d75e65;
    display: block;
    font-family: "Novecentosanswide-Medium", "sans-serif";
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    font-style: normal;
    margin: 0px 0px 10px 0px
}

    .deal_container .deal_header .deal_icon_fa, .deal_icons .deal_icon .deal_icon_fa {
        margin: 5px
    }

.container {
    position: relative
}

.deal_price {
    color: red
}

    .deal_price span {
        text-decoration: line-through
    }

.category-browser .add-to-order {
    letter-spacing: normal;
}

.cat-product #new_order_item .input-group {
    left: -15px
}

.category-base .cat-product #new_order_item .input-group {
    left: 0px
}

@media screen and (max-width: 767px) {
    .category-base .add-to-order {
        padding: 5px !important;
        letter-spacing: normal;
    }
}

.product_pricing_details {
    text-transform: none
}

.mobile-product-detail-link {
    float: left;
    max-width: 87%
}

.mobile-product-pricing {
    padding: 0px 10px;
    display: block;
    text-align: right;
    font-size: 12px
}

.home span.product_pricing_details {
    padding: 0px;
    color: gray;
    font-size: 14px
}

.discountinued {
    color: red;
}

p.discountinued {
    display: block;
    height: 34px;
    padding-top: 11px;
}

.form-group #user_shipping_delivery_preference_input legend label {
    margin-bottom: 25px
}

.form-group #user_shipping_delivery_preference_input li input.form-control {
    display: inline-block;
    width: auto;
    margin: 0px 10px;
    position: relative;
    height: auto;
    border: 0;
    padding: 0
}

.advanced-link {
    font-size: 11px;
    position: relative;
    top: -8px !important
}

.page .siblings li .children, .category-browser .siblings li .children {
    min-width: 300px
}

.order-change-select2 {
    z-index: 9999
}

.w-100 {
    display: inline-block;
    width: 100%
}

.register-form__help {
    position: unset !important
}

.box-style h3 {
    display: inline-block
}

.favorites-section {
    min-height: 325px
}

@media (min-width: 1024px) {
    #order-payment-method {
        float: right
    }

        #order-payment-method .btn {
            float: right
        }
}

.replacement-title {
    font-weight: 600;
    letter-spacing: normal;
}

.favorite-products #order_item_quantity {
    width: 65px
}

.favorite-products .fa-trash-o {
    font-size: 25px;
    padding: 5px
}

.favorite-products .btn {
    font-size: 12px;
    padding: 8px;
    width: 100%
}

.favorite-products .form-group {
    min-height: unset;
    margin-bottom: unset
}

.favorite-products span {
    display: inline-block
}

.favorite-products .form-items {
    display: flex
}

    .favorite-products .form-items .quick-add-item, .favorite-products .form-items .fa.quick-item-ordered {
        margin-left: 10px
    }

.favorite-icon {
    margin-bottom: 3px;
    margin-left: 5px;
    text-align: right;
    font-size: 25px;
    padding-top: 20px;
    padding-right: 10px;
}

.cat-product .favorite-action {
    position: absolute;
    top: 25px;
    width: 90%;
    background: transparent;
}

.favorite-heart {
    text-align: left;
    width: 15%;
    float: left;
    border: solid 1px transparent;
}

.favorite-cart {
    text-align: right;
    width: 34%;
    float: right;
    border: solid 1px transparent;
    color: #c3202b;
}

    .favorite-cart > .cartnum, .cart-icon {
        display: inline-block;
        position: absolute;
        width: 100%;
        text-align: right;
        top: 0px;
        left: 0px;
        color: mistyrose;
    }

    .favorite-cart > span.cartnum {
        color: black;
        z-index: 1;
        margin-left: -5px;
        font-weight: bolder;
    }

.order-cart {
    padding-top: 5px;
    margin-right: 0px;
    display: inline-block;
    position: relative;
    width: auto;
    text-align: right;
    top: unset;
    left: unset;
}

    .order-cart > span.cartnum, .order-cart > .cart-icon {
        color: black;
        z-index: 1;
        margin-left: 0px;
        font-weight: bolder;
        display: initial;
        position: initial;
        color: black;
    }

    .order-cart > .cart-icon {
    }
td.row_total, td.price, td.pack, td.cart_total {
    text-align: right;
}
td.unit_size{
    text-align:center;
}
.new_order_inputs {
    margin-right: 16px;
}

    .new_order_inputs > input {
        display: inline-block;
    }

.favorite-action > div > a > .fa-heart, .favorite-action > div > a > .fa-heart-o,
.favorite-icon > a > .fa-heart, .favorite-icon > a > .fa-heart-o {
    color: #c3202b;
    position: relative;
    z-index: 10;
    left: 10px;
    top: -5px;
}

.cat-product > .favorite-action, .product-details-image > .favorite-icon {
    position: absolute;
    top: 25px;
}

.product-details-image > .favorite-icon {
    top: -2px;
}

.product-info-mobile {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 15px
}

.product-actions-mobile {
    display: flex;
    justify-content: space-around
}

    .product-actions-mobile .new_order_item {
        max-width: unset;
        float: unset;
        margin-bottom: 10px;
        margin-top: 0px
    }

#products-index-mode-content .favorite-action {
    padding: 5px
}

    #products-index-mode-content .favorite-action a {
        font-size: 30px
    }

.d-flex {
    display: flex
}

.replacement-title {
    font-weight: 600;
    letter-spacing: normal;
}

.register-form .user_password {
    min-height: unset;
    margin-bottom: 0
}

.shipping_customer_number .address_shipping_customer_number {
    min-height: unset
}

.shipping_customer_number small {
    white-space: nowrap
}

.address_is_residential {
    min-height: unset
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

    .glide * {
        box-sizing: inherit
    }

.glide__track {
    overflow: hidden
}

.glide-recent-purchases {
    position: relative
}

.glide__slide {
    text-align: center
}

    .glide__slide img {
        width: 100%;
    }

.glide__arrow .chevron-right, .glide__arrow .chevron-left {
    color: #e3e3e3;
    text-shadow: 0 0 1px #5a5a5a;
    font-size: 40px
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

    .glide__slide a {
        user-select: none;
        -webkit-user-drag: none;
        -moz-user-select: none;
        -ms-user-select: none
    }

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: white;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: white;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 4px;
    box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,0.1);
    text-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1
}

    .glide__arrow:focus {
        outline: none
    }

    .glide__arrow:hover {
        border-color: white
    }

.glide__arrow--left {
    left: 2em
}

.glide__arrow--right {
    right: 2em
}

.glide__arrow--disabled {
    opacity: 0.33
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    bottom: 2em;
    left: 50%;
    display: inline-flex;
    list-style: none;
    transform: translateX(-50%)
}

.glide__bullet {
    background-color: rgba(255,255,255,0.5);
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    line-height: 0;
    box-shadow: 0 0.25em 0.5em 0 rgba(0,0,0,0.1);
    margin: 0 0.25em
}

    .glide__bullet:focus {
        outline: none
    }

    .glide__bullet:hover, .glide__bullet:focus {
        border: 2px solid white;
        background-color: rgba(255,255,255,0.5)
    }

.glide__bullet--active {
    background-color: white
}

.glide--swipeable {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.glide--dragging {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.form-group.boolean .form-check input[type='checkbox'], .form-group.check_boxes .form-check input[type='checkbox'] {
    display: inline-block;
    height: 14px;
    margin: 0 10px 0 0;
    width: auto
}

.form-group.boolean .form-check label, .form-group.check_boxes .form-check label {
    display: inline-block;
    margin: 0
}

.form-group.check_boxes .form-check {
    margin-bottom: 10px
}

@media only screen and (max-width: 540px) {
    .form-group.check_boxes .form-check {
        align-items: center;
        display: flex
    }
}

.form-group.check_boxes .form-check:last-of-type {
    margin-bottom: 0
}

.radio-with-label legend {
    display: inline;
    font-weight: 400;
    cursor: pointer;
    color: #5a5a5a;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px
}

.radio-with-label .form-check {
    align-items: center;
    display: flex
}

    .radio-with-label .form-check label {
        margin: 0;
        display: inline;
        font-weight: 400;
        cursor: pointer
    }

.radio-with-label .radio_buttons {
    height: 16px;
    margin: 0 5px 0 0;
    width: auto
}

.form-group-with-footer-text .form-group {
    margin-bottom: 0;
    min-height: 0
}

.account-delivery-preferences legend {
    font-weight: 700;
    padding-bottom: 25px;
    color: #5a5a5a;
    text-align: left;
    font-size: 16px
}

@media only screen and (max-width: 540px) {
    .account-migrant {
        height: 115px
    }
}

.account-migrant input {
    cursor: pointer !important
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    background: #000;
    padding: 1px
}

#cboxLoadingGraphic {
    background: url(/assets/loading-646ef3b2d197aebb633ba93a32485e9b289956697f8e0658d4b642c1aae5997d.gif) no-repeat center center
}

#cboxLoadingOverlay {
    background: #000
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(/assets/controls-cd32eebe32e09a98546b167fe60b0b1f23f3ef4036c0a1fdd78bafa9d1b6c65d.png) no-repeat 0 0
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0
    }

#cboxPrevious {
    background-position: 0px 0px;
    right: 44px
}

    #cboxPrevious:hover {
        background-position: 0px -25px
    }

#cboxNext {
    background-position: -25px 0px;
    right: 22px
}

    #cboxNext:hover {
        background-position: -25px -25px
    }

#cboxClose {
    background-position: -50px 0px;
    right: 0
}

    #cboxClose:hover {
        background-position: -50px -25px
    }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: 66px
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -100px -25px
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0px;
    right: 44px
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -75px -25px
    }

.select2-container {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle
}

.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .select2-container .select2-choice {
        display: block;
        height: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: relative
    }

    .select2-container.select2-allowclear .select2-choice .select2-chosen {
        margin-right: 42px
    }

    .select2-container .select2-choice > .select2-chosen {
        padding: 7px 10px;
        margin-right: 26px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: none;
        width: auto
    }

    .select2-container .select2-choice abbr {
        display: none;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 24px;
        top: 8px;
        font-size: 1px;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        outline: 0
    }

    .select2-container.select2-allowclear .select2-choice abbr {
        display: inline-block
    }

    .select2-container .select2-choice abbr:hover {
        background-position: right -11px;
        cursor: pointer
    }

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    box-shadow: 0 4px 5px rgba(0,0,0,0.15)
}

    .select2-drop.select2-drop-above {
        margin-top: 1px;
        border-top: 1px solid #aaa;
        border-bottom: 0;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
        box-shadow: 0 -4px 5px rgba(0,0,0,0.15)
    }

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto
}

    .select2-drop-auto-width .select2-search {
        padding-top: 4px
    }

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%)
}

    .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px
    }

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap
}

    .select2-search input {
        width: 100%;
        height: auto !important;
        min-height: 26px;
        padding: 4px 20px 4px 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
        background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
        background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
        background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
    }

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px
}

.select2-search input.select2-active {
    background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
    background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none
}

    .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -18px 1px
    }

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}

    .select2-results ul.select2-result-sub {
        margin: 0;
        padding-left: 0
    }

        .select2-results ul.select2-result-sub > li .select2-result-label {
            padding-left: 20px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 40px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 60px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 80px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 100px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 110px
        }

        .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
            padding-left: 120px
        }

    .select2-results li {
        list-style: none;
        display: list-item;
        background-image: none
    }

        .select2-results li.select2-result-with-children > .select2-result-label {
            font-weight: bold
        }

    .select2-results .select2-result-label {
        padding: 3px 7px 4px;
        margin: 0;
        cursor: pointer;
        min-height: 1em;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .select2-results .select2-highlighted {
        background: #3875d7;
        color: #fff
    }

    .select2-results li em {
        background: #feffde;
        font-style: normal
    }

    .select2-results .select2-highlighted em {
        background: transparent
    }

    .select2-results .select2-highlighted ul {
        background: #fff;
        color: #000
    }

    .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
        background: #f4f4f4;
        display: list-item;
        padding-left: 5px
    }

    .select2-results .select2-disabled.select2-highlighted {
        color: #666;
        background: #f4f4f4;
        display: list-item;
        cursor: default
    }

    .select2-results .select2-disabled {
        background: #f4f4f4;
        display: list-item;
        cursor: default
    }

    .select2-results .select2-selected {
        display: none
    }

.select2-more-results.select2-active {
    background: #f4f4f4 url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
        background-color: #f4f4f4;
        background-image: none;
        border-left: 0
    }

    .select2-container.select2-container-disabled .select2-choice abbr {
        display: none
    }

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

.select2-locked {
    padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
    min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px;
        margin: 1px 0;
        font-family: sans-serif;
        font-size: 100%;
        color: #666;
        outline: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent !important
    }

        .select2-container-multi .select2-choices .select2-search-field input.select2-active {
            background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important
        }

.select2-default {
    color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin-left: 0;
    margin-right: 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat
}

html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px
}

.select2-container-multi .select2-search-choice-close {
    left: 3px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
        padding: 3px 5px 3px 5px;
        border: 1px solid #ddd;
        background-image: none;
        background-color: #f4f4f4
    }

        .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
            display: none;
            background: none
        }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important
}

.select2-display-none {
    display: none
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: url(/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important
    }

    .select2-search input {
        background-position: 100% -21px !important
    }
}

.is-error {
    color: #a94442 !important
}

.resp-sharing-button__link, .resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin-bottom: 3rem
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.25rem 0.7rem;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

.resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.wholesale-landing {
    margin-top: -11px
}

@media (min-width: 1440px) {
    .wholesale-landing {
        margin-top: -25px
    }
}

.wholesale-landing > .row {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .wholesale-landing > .row {
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .wholesale-landing > .row {
        margin-bottom: 30px
    }
}

@media (min-width: 1440px) {
    .wholesale-landing > .row {
        margin-bottom: 70px
    }
}

.wholesale-landing > .row:last-child {
    margin-bottom: 0
}

@media (width: 768px) {
    .wholesale-landing > .row:last-child {
        margin-bottom: 235px
    }
}

.wholesale-landing .testimonial {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    align-content: space-between
}

    .wholesale-landing .testimonial::after {
        background-image: url(/assets/landing-quotes-be40f0ad698558b1bb30ba97981fc98a4d572c87b43cea48a2bc3a521b2f14db.png);
        background-repeat: no-repeat;
        background-size: 10%;
        content: " ";
        display: block;
        height: 100%;
        left: 0px;
        opacity: 0.1;
        position: absolute;
        top: 0;
        width: 100%
    }

    .wholesale-landing .testimonial .quote-author {
        display: flex;
        align-items: center;
        margin-top: 30px
    }

.wholesale-landing .wholesale-testimonials {
    margin-bottom: 100px
}

    .wholesale-landing .wholesale-testimonials .testimonials {
        display: flex;
        flex-wrap: wrap
    }

.wholesale-landing .wholesale-login-card {
    background-color: white;
    border-radius: 10px;
    border: 1px silver solid;
    box-shadow: 1px 4px 5px 1px #7a7a7a;
    padding: 0;
    z-index: 1
}

@media (min-width: 768px) {
    .wholesale-landing .wholesale-login-card {
        padding: 20px
    }
}

@media (min-width: 1024px) {
    .wholesale-landing .wholesale-login-card {
        padding: 40px
    }
}

@media (min-width: 1440px) {
    .wholesale-landing .wholesale-login-card {
        padding: 70px
    }
}

.wholesale-landing .wholesale-login-card h2 {
    line-height: 1.2em;
    font-size: 25px
}

@media (min-width: 768px) {
    .wholesale-landing .wholesale-login-card h2 {
        font-size: 35px
    }
}

@media (min-width: 1024px) {
    .wholesale-landing .wholesale-login-card h2 {
        font-size: 40px
    }
}

@media (min-width: 1440px) {
    .wholesale-landing .wholesale-login-card h2 {
        font-size: 50px
    }
}

.wholesale-landing .wholesale-category {
    padding-bottom: 30px
}

@media (min-width: 768px) {
    .wholesale-landing .wholesale-category {
        display: flex;
        align-items: center
    }
}

.wholesale-landing h2 {
    font-style: normal;
    letter-spacing: normal;
    font-size: 18px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .wholesale-landing h2 {
        font-size: 25px
    }
}

@media (min-width: 1024px) {
    .wholesale-landing h2 {
        font-size: 30px
    }
}

@media (min-width: 1440px) {
    .wholesale-landing h2 {
        font-size: 35px
    }
}

.wholesale-landing .why-redstone {
    padding: 100px 0;
    overflow: hidden
}

    .wholesale-landing .why-redstone h2 {
        font-size: 25px
    }

@media (min-width: 768px) {
    .wholesale-landing .why-redstone h2 {
        font-size: 30px
    }
}

@media (min-width: 1024px) {
    .wholesale-landing .why-redstone h2 {
        font-size: 35px
    }
}

@media (min-width: 1440px) {
    .wholesale-landing .why-redstone h2 {
        font-size: 40px
    }
}

.wholesale-landing .hi-chew {
    display: none;
    height: 500px;
    left: -50px;
    max-width: none;
    position: absolute;
    top: -60px
}

@media (min-width: 1024px) {
    .wholesale-landing .hi-chew {
        display: block
    }
}

.wholesale-landing .wholesale-banner {
    background-image: url(/assets/landing-top-tittle-159e70d2241a7097038c93c38c33db4847f64016a4fd136eb6942357bd58af6f.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%
}

@media (min-width: 768px) {
    .wholesale-landing .wholesale-banner {
        top: 180px
    }
}

@media (max-width: 768px) {
    #cart-contents > table > tbody > tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: solid 1px gray;
    }

        #cart-contents > table > tbody > tr > td {
            display: grid;
            border-top: none !important;
        }

            #cart-contents > table > tbody > tr > td.cart-description {
                width: calc(100% - 60px);
                padding: 0px;
                padding-top: 8px;
                border-top: none;
            }

            #cart-contents > table > tbody > tr > td.cart-description-missing {
                width: calc(100% - 80px);
            }

            #cart-contents > table > tbody > tr > td.cart-image {
                padding: 0px;
                padding-top: 12px;
            }

                #cart-contents > table > tbody > tr > td.cart-image > img.product-image {
                    border: solid 1px lightgray;
                    border-radius: 5px;
                }
}

@media (min-width: 1024px) {
    .wholesale-landing .wholesale-banner {
        top: 200px
    }
}

@media (min-width: 1440px) {
    .wholesale-landing .wholesale-banner {
        top: 240px
    }
}

.wholesale-landing .wholesale-banner h1 {
    margin: 0;
    font-style: normal;
    font-size: 10px;
    padding: 20px 0
}

@media (min-width: 768px) {
    .wholesale-landing .wholesale-banner h1 {
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .wholesale-landing .wholesale-banner h1 {
        font-size: 25px
    }
}

@media (min-width: 1440px) {
    .wholesale-landing .wholesale-banner h1 {
        font-size: 35px
    }
}

.content-wrap {
    opacity: 1;
    margin-top: 180px;
}

@media (max-width: 768px) {
    .single-product-title {
        top: 13px;
    }

    .header {
        height: 64px
    }

    .header-extras {
        display: none;
    }

    img.logotiny {
        top: 9px;
    }

    .content-wrap {
        margin-top: 64px;
        z-index: 300;
        position: relative;
    }

    div.product {
        position: relative;
        top: -13px;
    }

    .footer a.lightwhite {
        font-size: 30px;
        line-height: 40px;
    }

    .footer a.lightwhite {
        font-size: 25px;
        line-height: 30px;
        max-width: 100%;
        white-space: normal;
    }

    .col-sm-1, .col-sm-2, .col-sm-3 {
        text-align: center;
    }
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}


.megablock {
    float: left;
    height: 420px;
    padding: 25px;
    text-align: left;
}

    .megablock img {
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .megablock span {
        font-weight: bold;
    }

.b {
    border: solid 1px transparent;
}

.column {
    padding-top: 25px;
    padding-bottom: 20px;
}

nav .submenu {
    background: white;
    padding-left: unset;
    padding: 52px;
    padding-top: 10px;
    margin-top: 5px;
    margin-left: -10px;
}

nav li:hover .submenu {
    display: block;
    box-shadow: #555 -7px 42px 81px;
}

.megablockimg {
    border-radius: 10px;
    height: 300px;
    width: 300px;
    background-size: contain;
    box-shadow: lightgray 4px 4px 9px;
    background-repeat: no-repeat;
}

.menusettings {
    position: absolute;
    bottom: 10px;
    left: 40%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.underline {
    text-decoration: underline;
}
