@charset "UTF-8";

/*

Theme Name: SoederbergB2B

Description: Dedicated Wordpress theme for Company Name

*/

/* ==========================================================================

	Variables

/* ========================================================================== */

/* Colors */

/* Font Sizes */

/* Layout */

/* Content Images */

/* Sidebar */

/* Fallbacks / browser support */

/* ==========================================================================

	Media queries

/* ========================================================================== */

/* Default bootstrap breakpoints */

/* Custom breakpoints */

/* ==========================================================================

	Images

/* ========================================================================== */

/* Uncomment when using sprites: */

/* Uncomment when using sprites for retina images: */

/* Uncomment when using sprites fallback for IE8: */

/* Project supports: */

/* Paths: */

/* ==========================================================================

	Base

/* ========================================================================== */

/* line 9, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

html {
    height: auto;

    height: 100%;

    font-size: 100%;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    margin: 0;

    padding: 0;
}

/* line 18, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

html,
button,
input,
select,
textarea {
    font-family: 'Druk Text Wide Medium';

    color: #fff;
}

/* line 26, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

body {
    height: 100%;

    margin: 0;

    padding: 0;

    font-size: 1em;

    line-height: 1.4;

    background: #fff;

    -webkit-font-smoothing: antialiased;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;
}

/* line 36, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

body.home {
    overflow: hidden;
}

body.log-in {
    overflow: visible;
    height: auto;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    body.log-in {
        background-position-y: -20px;
    }
}

/* line 42, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;
}

/* line 49, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

img {
    max-width: 100%;

    height: auto;

    vertical-align: middle;
}

/* line 55, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.gm-style img {
    max-width: none;
}

/* ==========================================================================

	Links

/* ========================================================================== */

/* line 63, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

a {
    color: #26527c;

    text-decoration: underline;

    text-transform: uppercase;

    letter-spacing: 2.4pt;
}

/* line 66, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

a img {
    border: 0;
}

/* line 70, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

a:focus,
a:hover {
    color: #08111a;
}

/* line 74, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

a:focus {
    outline: 0;
}

/* line 77, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================

	Typography

/* ========================================================================== */

/* Headers */

/* line 88, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em;

    line-height: 1.5em;
}

/* line 92, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

h1 {
    font-size: 2em;
}

/* line 95, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

h2 {
    font-size: 1.5em;
}

/* line 98, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

h3 {
    font-size: 1.3em;
}

/* line 101, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

h4 {
    font-size: 1.3em;

    font-weight: normal;
}

/* line 105, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

h5,
h6 {
    font-size: 1.1em;
}

/* Content Block Elements */

/* line 111, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

dl,
menu,
ol,
ul,
p,
pre {
    margin: 0 0 1em;
}

/* Paragraphs */

/* Lists */

/* line 128, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

menu,
ol,
ul {
    padding: 0 0 0 2em;
}

/* Selection Colors */

/* line 136, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

::-moz-selection {
    background: #444;

    color: #fff;

    text-shadow: none;
}

/* line 141, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

::selection {
    background: #444;

    color: #fff;

    text-shadow: none;
}

/* =============================================================================

	Helper Classes

/* ========================================================================== */

/* Prefixed with tags to override default tag styling for these elemets if .button is added */

/* line 153, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

button,
.button,
a.button,
input.button {
    display: inline-block;
}

/* Responsive Media Styles */

/* line 181, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.media img,
.media video,
.media object,
.media iframe {
    width: 100%;

    height: auto;
}

/* Clear Fix */

/* line 6, ../../../../source/wp-content/themes/SoederbergB2B/css/_mixins.scss */

.clearfix:after,
.cf:after {
    content: '';

    display: table;

    clear: both;
}

/* Floats */

/* line 198, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.floatleft,
.fl {
    float: left;
}

/* line 202, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.floatright,
.fr {
    float: right;
}

/* line 206, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.alignleft {
    float: left;

    margin: 0 20px 20px 0;
}

/* line 210, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.alignright {
    float: right;

    margin: 0 0 20px 20px;
}

/* line 215, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.alignnone {
    display: inline-block;
}

/* line 218, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.aligncenter {
    display: block;

    float: none;

    text-align: center;

    clear: both;

    margin: 20px auto;
}

/* =============================================================================

	Structural Styles, Media Queries & Page Styling

/* ========================================================================== */

/* line 231, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.container {
    width: 1000px;

    padding: 0 20px;

    margin: 0 auto;
}

/* line 6, ../../../../source/wp-content/themes/SoederbergB2B/css/_mixins.scss */

.container:after {
    content: '';

    display: table;

    clear: both;
}

/* line 238, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main {
    z-index: 9999;

    width: 100%;

    font-size: 11pt;
}

/* line 243, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main a.menu-trigger {
    position: absolute;

    z-index: 9999999;

    /*display: block;*/

    /*width: 14px;

  height: 12px;*/

    /*background-image: url('images/menu.png');*/

    /*background-size: cover;*/

    /*text-indent: -9999px;*/

    margin: 45px 0 0 48px;

    /*@include transition(all ease 0.5s);*/
}

@media only screen and (max-width: 767px) {
    header.main a.menu-trigger {
        margin-left: 20px;
    }
}

/* line 254, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main a.menu-trigger.active {
    /*width: 12px;

  height: 13px;*/

    z-index: 99999999;

    /*background-position: -16px 0px;*/

    position: absolute;
}

/* line 262, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main .cart {
    position: absolute;

    right: 61px;

    top: 41px;

    z-index: 999999;
}

/* line 267, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main .cart a header.main .cart a.active {
    color: #6e6d6d;

    font-size: 10pt;
}

/* line 269, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main .cart a.active {
    color: #1a1919;

    font-size: 10pt;
}

/* line 274, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main a {
    color: #1a1919;

    text-decoration: none;
}

/* line 283, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

main {
    float: left;

    width: 60%;
}

/* line 286, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.error404 main {
    text-align: center;
}

/* line 288, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.error404 main ul {
    text-align: left;
}

/* line 294, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.content {
    padding: 20px 0;

    letter-spacing: 2.4pt;
}

/* line 298, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.content.full-width,
.full-width {
    float: none;

    width: 100%;

    padding: 20px 100px;
}

/* line 303, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.content.full-width h1,
.full-width h1 {
    text-transform: uppercase;

    color: #1a1919;

    font-size: 11pt;

    text-align: center;

    margin: 52px 0 10px;

    letter-spacing: 2.4pt;

    font-weight: 400;
}

/* line 314, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.widget-area {
    float: left;

    width: 40%;

    padding: 20px 0;
}

/* line 319, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.widget {
    margin-bottom: 20px;
}

/* line 323, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.article {
    margin-bottom: 1em;
}

/* Navigation */

/* line 330, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

nav > ul {
    margin: 0;

    padding: 0;
}

/* line 6, ../../../../source/wp-content/themes/SoederbergB2B/css/_mixins.scss */

nav ul:after {
    content: '';

    display: table;

    clear: both;
}

/* line 336, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

nav ul li {
    float: left;

    display: block;

    margin-left: 10px;
}

/* line 340, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

nav ul li:first-child {
    margin-left: 0;
}

/* line 343, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

nav ul li .sub-menu {
    display: none;
}

/* line 347, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

nav ul li:hover > ul {
    display: block;
}

/* Paginations */

/* line 358, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.navigation.pagination {
    clear: both;
}

/* line 361, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.bg-container {
    width: 400px;

    height: 100px;

    background-size: cover;

    background-position: center;
}

/* line 367, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-arrow-wrapper {
    position: absolute;

    width: 100%;

    top: 50%;

    margin-top: -15px;

    z-index: 9;
}

/* line 373, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-arrow-wrapper .arrow {
    display: block;

    background-image: url('images/arrow-product.png');

    width: 19px;

    height: 21px;

    background-size: cover;
}

/* line 382, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-arrow-wrapper .arrow a {
    display: block;

    width: 100%;

    height: 100%;

    text-indent: -99999px;
}

/* line 389, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-arrow-wrapper .back {
    float: left;

    margin: 0 0 0 36px;
}

/* line 393, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-arrow-wrapper .forward {
    float: right;

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    transform: rotate(180deg);

    margin: 0 36px 0 0;
}

/* line 399, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;
}

/* line 405, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider {
    padding: 0;

    margin: 0;

    width: 100%;

    height: 100%;

    display: block;

    /*.article-body{

      position: absolute;

      right: 0;

      width: 100%;

      text-align: center;

      bottom: 50px;

      z-index: 999;

      ul{

          padding: 0;

          margin: 0;

      }

      li{

          display: inline-block;

          width: auto;

          line-height: 14pt;

          position: relative !important;

          margin: 0 0 0 -3px;

          padding: 15px 20px;

          background: rgba(38, 38, 38, 0.8);

      }

      a{

          color: #fff;

          text-decoration: underline;

          font-size: 11pt;

      }

  }*/
}

/* line 411, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider li {
    display: block;

    width: 100%;

    height: 100%;

    position: absolute;
}

/* line 417, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider .bg-container {
    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center;
}

/* line 422, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider .bg-container video {
    width: 100%;

    height: 100%;

    position: relative;

    object-fit: cover;
}

.x-object-fit-cover {
    width: 100% !important;
    height: 100% !important;
}

/* line 455, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider .article-body {
    position: absolute;

    right: 50px;

    bottom: 50px;

    z-index: 999;

    text-align: right;

    background: rgba(38, 38, 38, 0.5);
}

/* line 462, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider .article-body ul {
    padding: 14px 35px 0 41px;

    text-align: center;
}

/* line 465, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider .article-body li {
    line-height: 14px;

    position: relative !important;

    margin: 0px 0 12px 0;
}

/* line 470, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper #slider .article-body a {
    color: #fff;

    text-decoration: none;

    font-size: 10pt;
}

/* line 477, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper .anythingSlider {
    width: 100% !important;

    height: 100%;

    padding: 0;
}

/* line 481, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.news-slider-wrapper .anythingSlider .anythingWindow {
    border: none;
}

/* line 487, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel {
    position: fixed;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgba(255, 255, 255, 0.95);

    font-size: 11pt;

    z-index: 9999999;

    display: none;
}

/* line 497, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel a {
    color: #fff;

    text-decoration: none;
}

/* line 501, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel nav {
    text-transform: uppercase;
}

/* line 505, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .main-menu {
    position: absolute;

    width: 100%;

    text-align: left;

    top: 150px;
    margin-left: 50px;
}

@media only screen and (max-width: 767px) {
    .menu-panel .main-menu {
        margin-left: 20px;
    }
}

/* line 510, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .main-menu li {
    float: none;

    margin: 0 0 16px;

    font-size: 25pt;
}

@media only screen and (max-width: 767px) {
    .menu-panel .main-menu li {
        font-size: 12pt;
    }
}

/* line 514, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

/*.menu-panel .main-menu li:first-child:after {

  content: "";

  position: absolute;

  display: block;

  width: 15px;

  height: 1px;

  background: #fff;

  left: 50%;

  margin: 13px 0 0 -8px;

}*/

/* line 526, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

/*.menu-panel .main-menu li:last-child:before {

  content: "";

  position: absolute;

  display: block;

  width: 15px;

  height: 1px;

  background: #fff;

  left: 50%;

  margin: -16px 0 0 -8px;

}*/

/* line 539, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .footer-menu {
    position: absolute;

    width: 100%;

    bottom: 66px;

    text-align: center;
}

/* line 544, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .footer-menu li {
    float: none;

    display: inline-block;

    list-style-type: circle;

    list-style-color: #676667;

    margin-left: 15px;
}

/* line 550, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .footer-menu li:after {
    content: '•';

    padding: 0 0 0 15px;
}

/* line 555, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .footer-menu li:last-child:after {
    content: '';

    padding: 0;
}

/* line 561, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .footer-menu a {
    color: #1a1919;

    font-size: 10pt;
}

/* line 565, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.menu-panel .footnote {
    text-align: center;

    position: absolute;

    bottom: 30px;

    width: 100%;

    color: #676667;
}

/* line 573, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

h1.page-title {
    text-align: center;

    color: #fff;

    font-size: 11pt;

    font-weight: normal;

    text-transform: uppercase;

    margin: 51px 0 14px 0;

    letter-spacing: 2.4pt;
}

/* line 582, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.term-description {
    text-align: center;

    color: #fff;

    font-size: 12pt;

    line-height: 13pt;
}

/* line 588, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

/* line 591, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce ul.products {
    display: block;

    margin: 28px auto 0;

    width: 90%;
}

/* line 595, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce ul.products li.product {
    margin: 0 1% 16px 0;

    width: 32%;
}

/* line 598, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0;
}

/* line 601, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce ul.products li.product h3 {
    color: #1a1919;

    text-transform: uppercase;

    font-size: 11pt;

    font-weight: normal;

    text-align: center;
}

/* line 609, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce ul.products li.product a img {
    margin: 0 0 5px;
}

/* line 615, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images {
    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    margin: 0;
}

/* line 622, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images .product-slideshow {
    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;
}

/* line 627, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images .product-slideshow .anythingSlider {
    width: 100% !important;

    height: 100% !important;

    padding: 0;
}

/* line 631, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    div.product
    div.images
    .product-slideshow
    .anythingSlider
    .anythingWindow {
    border: none;
}

/* line 634, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images .product-slideshow .anythingSlider #slider {
    height: 100%;

    width: 100%;

    display: block;
}

/* line 639, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    div.product
    div.images
    .product-slideshow
    .anythingSlider
    li.panel {
    display: block;

    width: 100%;

    height: 100%;
}

/* line 644, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    div.product
    div.images
    .product-slideshow
    .anythingSlider
    .bg-container {
    background-size: cover;
}

/* line 649, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images .news-arrow-wrapper {
    margin-top: -10px;
}

/* line 651, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images .news-arrow-wrapper .arrow {
    background-image: url('images/arrow-product.png');

    width: 19px;

    height: 21px;
}

/* line 656, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images .news-arrow-wrapper .forward {
    margin: 0 40px 0 0;
}

@media only screen and (max-width: 767px) {
    .woocommerce div.product div.images .news-arrow-wrapper .forward {
        margin: 0 8px 0 0;
    }
}

/* line 659, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product div.images .news-arrow-wrapper .back {
    margin: 0 0 0 39px;
}

@media only screen and (max-width: 767px) {
    .woocommerce div.product div.images .news-arrow-wrapper .back {
        margin: 0 0 0 8px;
    }
}

/* line 664, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product {
    position: static;
}

/* line 666, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .more-details {
    position: absolute;

    z-index: 10;

    left: 50%;

    top: 50%;

    display: block;

    text-indent: -999999px;

    background-image: url('images/more-details.png');

    background-size: cover;

    width: 22px;

    height: 22px;

    margin: -11px 0 0 -11px;

    -webkit-transition: all ease 0.25s;

    -moz-transition: all ease 0.25s;

    -o-transition: all ease 0.25s;

    transition: all ease 0.25s;
}

/* line 679, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .more-details:hover {
    /* Safari */

    -webkit-transform: rotate(90deg);

    /* Firefox */

    -moz-transform: rotate(90deg);

    /* IE */

    -ms-transform: rotate(90deg);

    /* Opera */

    -o-transform: rotate(90deg);

    /* Internet Explorer */

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 696, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary {
    display: none;

    z-index: 99999;

    position: relative;

    font-size: 10pt;

    background: rgba(38, 38, 38, 0.5);

    margin: 60px 50px 0 0;

    width: 300px;

    padding: 21px 12px 0px;

    letter-spacing: 2.4pt;

    text-transform: none;
}

/* line 704, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary h1 {
    color: #fff;

    font-weight: 400;

    text-transform: uppercase;

    font-size: 11pt;

    letter-spacing: 2.4pt;

    line-height: 25pt;

    margin: 0 0 10px;
}

/* line 713, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary p {
    color: #fff;

    font-size: 9pt;

    letter-spacing: 2.4pt;

    margin: 0 0 14px 1px;

    padding: 0 8px 0 0;

    font-weight: 400;

    text-transform: none;

    line-height: 18pt !important;
}

/* line 721, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary .price-wrapper {
    text-align: right;

    padding: 20px 0px 0px;

    font-size: 27pt;
}

/* line 725, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary .price-wrapper p.price {
    font-size: 20pt;

    font-weight: 400;

    letter-spacing: 2.4pt;

    padding: 0px 2px 0px 0px;
}

/* line 730, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    div.product
    .summary.entry-summary
    .price-wrapper
    p.price
    span.vat {
    font-size: 9pt;

    text-transform: uppercase;

    letter-spacing: 2.4pt;

    margin: -5px 3px 0 0;

    display: block;
}

/* line 737, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary .more-photos-wrapper {
    margin: 53px 0 13px;

    overflow: hidden;
}

/* line 740, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary .more-photos-wrapper p {
    font-weight: 400;

    letter-spacing: 2.4pt;

    font-size: 11pt;

    margin: 0 0 10px;

    text-transform: uppercase;
}

/* line 745, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary .more-photos-wrapper ul {
    list-style: none;

    margin: 0px;

    padding: 0px;
}

/* line 750, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary .more-photos-wrapper li {
    float: left;

    width: 36px;

    height: 36px;

    margin: 0 6px 0 0;
}

/* line 755, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    div.product
    .summary.entry-summary
    .more-photos-wrapper
    li
    .bg-container {
    width: 100%;

    height: 100%;
}

/* line 760, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary .more-photos-wrapper a {
    display: block;

    width: 100%;

    height: 100%;
}

/* line 767, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .reset_variations {
    display: none !important;
}

/* line 770, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .label {
    font-size: 10pt;

    color: #fff;

    margin: 0 0 0 10px;

    text-transform: uppercase;
    letter-spacing: 2.4pt;
}

/* line 775, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .variations {
    overflow: hidden;

    margin: 15px 0 0 0;
}

/* line 779, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product select {
    width: auto !important;

    border: 0;

    margin: 0 0 0 4px;

    padding: 0 5px 0 0;

    z-index: 99;

    height: 37px !important;
}

/* line 787, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .variation-element {
    float: left;

    margin: 0 2px 0 0;
}

/* line 791, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss

.woocommerce div.product .variation-element .pa_size .customSelect {

  width: 53px;

} */

/* line 794, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss

.woocommerce div.product .variation-element .pa_size select {

  width: 53px !important;

} */

/* line 798, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .variation-element .pa_color .customSelect {
    width: 89px;

    padding: 8px 21px 8px 21px;
}

/* line 802, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .variation-element .pa_color select {
    width: 89px !important;
}

/* line 808, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .close-details {
    text-indent: -99999px;

    display: block;

    position: absolute;

    width: 12px;

    height: 12px;

    background-image: url('images/close-details.png');

    background-size: cover;

    right: 9px;

    top: 8px;
}

/* line 821, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.customSelect {
    color: #fff;

    border: 1px solid #fff;

    margin: 4px 0 0 4px;

    font-size: 11pt;

    padding: 8px 29px 8px 13px;

    position: relative;
}

/* line 828, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.customSelect .customSelectInner {
    width: auto !important;
}

/* line 831, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.customSelect:after {
    content: '';

    display: block;

    position: absolute;

    background-image: url('images/triangle.png');

    width: 8px;

    height: 6px;

    background-size: cover;

    right: 14px;

    top: 16px;
}

/* line 843, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.category-page-link {
    display: block;

    text-indent: -999999px;

    z-index: 999999;

    background-image: url('images/category-icon.png');

    width: 8px;

    height: 8px;

    background-size: cover;

    position: absolute;

    top: 46px;

    left: 91px;
}

@media only screen and (max-width: 600px) {
    .category-page-link {
        left: 61px;
    }
}

/* line 855, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.single_variation_wrap {
    display: block !important;
}

/* line 858, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .woocommerce-message {
    position: absolute;

    display: none;
}

/* line 863, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product form.cart div.quantity {
    margin: 0 0 0 5px;
}

/* line 866, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .quantity .qty {
    background: none repeat scroll 0% 0% transparent;

    color: white;

    border: 1px solid white;

    margin: 4px 0px 0px;

    padding: 9px 0px;

    width: 51px;
}

/* line 874, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product form.cart .button {
    background: #676667;

    border-radius: 0px;

    float: right;

    margin: -8px 4px 0px 0px;

    padding: 7px 28px 9px;

    letter-spacing: 2.4pt;

    font-weight: 400;

    font-size: 11pt;
}

/* line 882, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product form.cart .button.disabled {
    background: rgba(103, 102, 103, 0.3);
}

/* line 885, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product form.cart .button:active {
    background: #676667;
}

/* line 889, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt [disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt [disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
    background: rgba(103, 102, 103, 0.3);
}

/* line 893, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;

    margin-left: 17px;

    padding-bottom: 5px;
}

/* line 896, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product .summary.entry-summary p.stock {
    text-align: right;

    padding: 2px 8px 0 23px;

    font-weight: 400;

    font-size: 10pt;

    position: absolute;

    width: 100%;

    right: 12px;

    text-transform: uppercase;

    letter-spacing: 2.4pt;
}

/* line 906, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

/* line 909, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 0;

    background-color: rgba(103, 102, 103, 0.3);

    text-transform: uppercase;

    font-size: 11pt;

    color: #1a1919;

    font-weight: 400;

    padding: 7px;

    letter-spacing: 3px;
}

/* line 920, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table {
    border: none;

    margin: 23px 0 0;

    color: #1a1919;

    font-size: 11pt;
}

/* line 925, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table td {
    border: none;
}

/* line 929, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table thead th {
    border-bottom: 1px solid #1a1919;

    text-transform: uppercase;

    font-size: 11pt;

    color: #1a1919;

    font-weight: 400;
}

/* line 937, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table .product-name {
    padding: 0 0 0 54px;

    letter-spacing: 2.4pt;
}

/* line 940, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table .product-name a {
    color: #fff;

    text-decoration: none;

    font-size: 11pt;
}

/* line 946, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table .product-remove {
    width: 54px;

    text-align: center;
}

/* line 949, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table .product-remove a.remove {
    text-indent: -99999px;

    display: inline-block;

    width: 13px;

    height: 13px;

    background: url('images/delete.png');

    background-size: cover;

    margin: 11px 0 0 1px;
}

/* line 960, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table tbody .product-thumbnail {
    width: 109px;

    padding: 26px 0 21px;
}

/* line 963, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table tbody .product-thumbnail img {
    width: 100% !important;
}

/* line 968, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table tbody tr.cart_item td {
    border-bottom: 1px solid #676667;
}

/* line 972, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table tbody td.actions {
    border-top: 1px solid #fff;

    padding: 9px 2px;
}

/* line 976, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table tbody td.actions .coupon .input-text {
    background: none;

    padding: 9px;

    min-width: 160px;

    border: 1px solid #676667;

    color: #fff;
}

.cart-contents {
    font-size: 10pt;

    text-transform: uppercase;
}

/* line 983, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table tbody td.actions .coupon input.button {
    border-radius: 0;

    background: #434343;

    text-transform: uppercase;

    font-size: 11pt;

    color: #fff;

    font-weight: 400;

    padding: 5px 9px 4px 14px;

    letter-spacing: 3px;

    height: 35px;
}

/* line 999, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocomerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none;
}

/* line 1003, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 21%;

    font-size: 10pt;

    color: #1a1919;

    font-weight: 400;
}

/* line 1008, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    float: right;

    position: relative;

    width: 100%;
}

/* line 1013, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals th {
    font-weight: 400;

    text-align: left;
}

/* line 1017, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
    text-align: right;
}

/* line 1020, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .cart-subtotal,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal {
    text-transform: uppercase;
}

/* line 1022, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal th {
    padding: 0;

    line-height: 11pt;
}

/* line 1027, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .shipping,
.woocommerce-page .cart-collaterals .cart_totals .shipping {
    text-transform: uppercase;

    position: relative;
}

/* line 1030, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .shipping th,
.woocommerce-page .cart-collaterals .cart_totals .shipping th {
    text-align: left;

    line-height: 26px !important;
}

/* line 1034, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .shipping th,
.woocommerce .cart-collaterals .cart_totals .shipping td,
.woocommerce-page .cart-collaterals .cart_totals .shipping th,
.woocommerce-page .cart-collaterals .cart_totals .shipping td {
    border: none;

    padding: 0 0 12px;

    line-height: 11pt;
}

/* line 1042, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator,
.woocommerce-page
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator {
    padding: 15px 0 0;
}

/* line 1044, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    .shipping-calculator-form,
.woocommerce-page
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    .shipping-calculator-form {
    position: relative;
}

/* line 1047, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    select,
.woocommerce-page
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    select {
    width: 100% !important;

    right: 0;

    height: 37px !important;

    z-index: 99999;
}

/* line 1053, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    .customSelect,
.woocommerce-page
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    .customSelect {
    width: 100%;

    text-align: left;
}

/* line 1056, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    .customSelect:after,
.woocommerce-page
    .cart-
    collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    .customSelect:after {
    top: 14px;
}

/* line 1060, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    .cart-collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    #calc_shipping_postcode,
.woocommerce-page
    .cart-
    collaterals
    .cart_totals
    .shipping
    .woocommerce-shipping-calculator
    #calc_shipping_postcode {
    margin: 0 0 0 4px;
}

/* line 1064, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    .cart-collaterals
    .cart_totals
    .shipping
    .shipping-calculator-button,
.woocommerce-page
    .cart-collaterals
    .cart_totals
    .shipping
    .shipping-calculator-button {
    text-transform: uppercase;

    font-size: 9pt;

    color: #fff;

    text-decoration: underline;

    position: absolute;

    width: 100%;

    left: 0;

    text-align: left;

    margin: -20px 0 0 0;
}

/* line 1076, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .order-total,
.woocommerce-page .cart-collaterals .cart_totals .order-total {
    text-transform: uppercase;
}

/* line 1078, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce-page .cart-collaterals .cart_totals .order-total th {
    line-height: 13pt;
}

/* line 1081, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .cart-collaterals .cart_totals .order-total .amount,
.woocommerce-page .cart-collaterals .cart_totals .order-total .amount {
    font-size: 20pt;

    letter-spacing: 2.4pt;
}

/* line 1087, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 15px 0;

    text-align: right;
}

/* line 1090, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 9px 20px;

    display: inline;

    margin: 0 4px 0 0;

    background-color: rgba(103, 102, 103, 0.7);
}

/* line 1095, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: rgba(103, 102, 103, 0.7);
    color: #1a1919;
}

/* line 1101, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    border-top: 1px solid #676667;
}

/* line 1105, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width {
    padding: 20px 175px;
}

/* line 1107, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width h3 {
    color: #1a1919;

    text-transform: uppercase;

    font-size: 11pt;

    margin: 17px 0 0;

    letter-spacing: 0.3px;

    border-bottom: 1px solid #1a1919;

    padding: 0 0 5px;

    font-weight: 400;
}

/* line 1116, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width h3#ship-to-different-address {
    float: none;

    position: relative;

    height: 28px;
}

/* line 1120, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width h3#ship-to-different-address label {
    position: absolute;

    color: #676667;

    text-transform: none;

    top: 0;

    right: 35px;
}

/* line 1127, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    h3#ship-to-different-address
    .icheckbox {
    position: absolute !important;

    top: 2px;

    right: 5px;
}

/* line 1134, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width .woocommerce {
    padding: 0 0 0 20px;
    color: #fff;
}

/* line 1137, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width .woocommerce form .form-row {
    margin: 0 0 1px;
}

/* line 1139, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width .woocommerce form .form-row label {
    font-size: 11pt;

    color: #1a1919;

    margin: 6px 0 0;

    letter-spacing: 0.5px;
}

/* line 1145, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    form
    .form-row
    input.input-text {
    background: none;

    border: 1px solid #676667;

    padding: 9px;

    margin: 4px 0 0;

    color: #1a1919;
}

/* line 1151, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    form
    .form-row
    input.input-text
    ::-webkit-input-placeholder {
    color: red;
}

/* line 1155, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    form
    .form-row
    input.input-text
    :-moz-placeholder {
    /* Firefox 18- */

    color: red;
}

/* line 1159, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    form
    .form-row
    input.input-text
    ::-moz-placeholder {
    /* Firefox 19+ */

    color: red;
}

/* line 1163, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    form
    .form-row
    input.input-text
    :-ms-input-placeholder {
    color: red;
}

/* line 1169, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout .content.full-width .woocommerce #billing_country_field {
    width: 50%;
}

/* line 1172, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    .select2-container
    .select2-choice {
    border-radius: 0;

    background: none;

    border: 1px solid #1a1919;

    color: #fff;

    margin: 4px 0 0 -2px;

    font-size: 11pt;

    padding: 3px 11px;

    height: 33px;
}

/* line 1182, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    .select2-container
    .select2-choice
    .select2-arrow {
    background: none repeat scroll 0% 0% transparent;

    border: none;
}

/* line 1185, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout
    .content.full-width
    .woocommerce
    .select2-container
    .select2-choice
    .select2-arrow
    b {
    background: url('images/triangle-black.png') !important;

    background-size: cover !important;

    width: 8px;

    height: 7px;

    margin: 12px 0 0 2px;
}

/* line 1196, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-page .col2-set .col-2 {
    width: 50%;
}

/* line 1200, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.icheckbox {
    width: 13px;

    height: 13px;

    border: 1px solid #676667;
}

/* line 1204, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.icheckbox.checked {
    border: 1px solid #fff;
}

/* line 1206, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.icheckbox.checked .iCheck-helper {
    opacity: 1 !important;

    width: 9px !important;

    height: 9px !important;

    margin: 1px 0 0 1px !important;
}

/* line 1214, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

textarea {
    background: none;

    color: #fff;

    border: 1px solid #676667;

    font-size: 11pt;

    padding: 4px 10px;
}

/* line 1223, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#order_review h3#order_review_heading {
    width: 50%;
}

/* line 1226, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#order_review table.woocommerce-checkout-review-order-table {
    float: left;

    width: 50%;
}

/* line 1230, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#order_review #payment {
    float: right;

    width: 50%;
}

/* line 1236, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce #order_review table.woocommerce-checkout-review-order-table {
    margin: 0 0 0 56px;

    width: 32%;

    border-collapse: collapse;
}

/* line 1240, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    .product-total {
    text-align: right;

    padding: 0;
}

/* line 1244, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    .product-name {
    padding: 8px 0 0 0;
}

/* line 1248, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    thead
    th {
    line-height: 15pt;

    padding: 8px 0 0 0;
}

/* line 1254, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    td.product-name
    dl.variation {
    color: #676667;
}

/* line 1256, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    td.product-name
    dl.variation
    dd {
    padding: 0;

    margin: 0;
}

/* line 1264, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .cart-subtotal
    th {
    padding: 0;

    text-transform: uppercase;
}

/* line 1268, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .cart-subtotal
    td {
    padding: 0;

    text-align: right;
}

/* line 1274, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .shipping
    th {
    padding: 0;
}

/* line 1277, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .shipping
    td {
    padding: 0;

    text-align: right;
}

/* line 1283, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    th {
    padding: 0;

    text-transform: uppercase;

    border-top: 1px solid #676667;
}

/* line 1288, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    td {
    padding: 0;

    text-align: right;

    border-top: 1px solid #676667;
}

/* line 1292, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    td
    .amount {
    font-size: 27pt;

    letter-spacing: 2px;
}

/* line 1296, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce
    #order_review
    table.woocommerce-checkout-review-order-table
    tfoot
    .order-total
    td
    .vat {
    font-size: 9pt;
}

/* line 1303, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce #order_review #payment {
    background: none;

    margin: -45px 0 0 0;

    width: 49%;
}

/* line 1307, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce #order_review #payment label {
    color: #1a1919;
}

/* line 1310, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce #order_review #payment #place_order {
    border-radius: 0;

    background-color: rgba(103, 102, 103, 0.7);

    text-transform: uppercase;

    font-size: 11pt;

    font-weight: 400;

    letter-spacing: 3px;

    color: #1a1919;
}

/* line 1321, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.bg-container .mute-video {
    position: absolute;

    top: 34px;

    left: 83px;

    font-size: 10pt;

    color: #676667;

    text-decoration: none;

    text-transform: uppercase;

    letter-spacing: 2.4pt;

    padding: 8px;

    z-index: 9999999;
}

/* line 1330, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.bg-container .mute-video.active {
    color: #1a1919;
}

/* line 1335, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: none;
}

/* line 1338, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 50%;
}

/* line 1341, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce td.product-name dl.variation dt {
    font-weight: 400;
}

/* line 1344, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.select2-search {
    display: none;
}

/* line 1347, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.select2-drop-active {
    margin: 0 0 0 -3px;
}

/* line 1354, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

input[type='text'] {
    background: none;

    padding: 9px;

    min-width: 160px;

    border: 1px solid #676667;

    color: #fff;
}

/* line 1361, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

button[type='submit'],
.woocommerce button.button {
    border-radius: 0;

    background: #434343;

    text-transform: uppercase;

    font-size: 11pt;

    color: #fff;

    font-weight: 400;

    padding: 7px 9px 7px 14px;

    letter-spacing: 2.4pt;

    margin: 0 0 0 7px;

    margin: 0 0 0 7px;
}

/* line 1373, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#calc_shipping_state_field {
    display: none;
}

/* line 1377, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

div.quantity_select select {
    z-index: 99999;

    margin: 4px 0 0 4px;
}

/* line 1382, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .woocommerce-info {
    border-top-color: #fff;

    background: #434343;

    color: #fff;
}

/* line 1386, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .woocommerce-info:before {
    color: #fff;
}

/* line 1389, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce .woocommerce-info a {
    color: #fff;

    font-weight: 700;
}

/* line 1394, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce form .form-row.woocommerce-validated .select2-container {
    position: relative !important;
}

/* line 1401, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout #payment div.payment_box::after {
    top: -1px;
}

/* line 1404, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#calc_shipping_country_field,
#calc_shipping_postcode_field {
    padding-right: 5px;
}

/* line 1408, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0px;

    background: none repeat scroll 0% 0% #434343;

    text-transform: uppercase;

    font-size: 11pt;

    color: #fff;

    font-weight: 400;

    padding: 5px 9px 4px 14px;

    letter-spacing: 3px;

    height: 32px;
}

/* line 1420, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce form .form-row input.input-text {
    margin: 0 0 6px 4px;
}

/* line 1424, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main .shop-links {
    position: absolute;

    top: 42px;

    left: 117px;

    z-index: 9999;
}

/* line 1429, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main .shop-links a {
    color: #6e6d6d;

    margin: 0 0 0 4px;
}

/* line 1433, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

header.main .shop-links a.active {
    color: #fff;
}

/* line 1437, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

.woocommerce-checkout #payment ul.payment_methods li img {
    width: 150px;
}

/* line 1443, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle {
    cursor: pointer;

    padding: 9px 35px 16px 0;
}

/* line 1444, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;

    border-radius: 1px;

    height: 4pt;

    width: 32px;

    background: #1a1919;

    position: absolute;

    display: block;

    content: '';
}

/* line 1454, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle span:before {
    top: -12px;
}

/* line 1459, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    transition: all 125ms ease-in-out;
}

/* line 1462, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle.active span {
    background-color: transparent;
}

/* line 1465, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: -3px;
}

/* line 1468, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

/* line 1471, ../../../../source/wp-content/themes/SoederbergB2B/css/_global.scss */

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media all and (max-height: 720px) {
    /* line 2, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .menu-panel .main-menu li {
        margin: 0 0 10px;
    }

    /* line 5, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .menu-panel .main-menu li:first-child:after {
        margin: 1px 0 0 -8px;
    }

    /* line 10, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .menu-panel .main-menu li:last-child:before {
        margin: -2px 0 0 -8px;
    }
}

@media all and (max-width: 768px) {
    /* line 18, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .container {
        width: 100%;
    }

    /* line 21, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .content.full-width,
    .full-width {
        padding: 20px;
    }

    /* line 24, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce ul.products li.product {
        width: 48%;
    }

    /* line 27, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce div.product .summary.entry-summary {
        position: absolute;

        right: 20px;
    }

    /* line 31, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce-checkout .content.full-width {
        padding: 20px;
    }

    /* line 34, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }

    /* line 37, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce ul.products {
        width: 100%;
    }

    /* line 40, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce ul.products li.product:nth-child(3n) {
        margin-right: 1%;
    }
}

@media all and (max-width: 480px) {
    /* line 46, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce ul.products li.product {
        width: 100%;
    }

    /* line 49, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    /*.woocommerce div.product .summary.entry-summary {

    right: 50%;

    margin-right: -120px;

  }*/

    .woocommerce div.product .summary.entry-summary {
        width: 100%;

        position: relative;

        right: 0;
    }

    /* line 53, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce table.shop_table tbody tr.cart_item td {
        padding-left: 2px;
    }

    /* line 56, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce-cart .woocommerce form {
        overflow: scroll;
    }

    .menu-panel .main-menu li {
        margin: 0px 0px 3%;
    }

    /* line 59, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce #order_review table.woocommerce-checkout-review-order-table {
        margin: 0;

        width: 100%;
    }

    /* line 63, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    #order_review h3#order_review_heading {
        width: 100%;
    }

    /* line 66, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce #order_review #payment {
        width: 100%;

        margin: 0;
    }

    /* line 70, ../../../../source/wp-content/themes/SoederbergB2B/css/_responsive.scss */

    .woocommerce ul.products li.product,
    .woocommerce ul.products li.product:nth-child(3n) {
        margin: 0 0 16px 0;
    }

    .menu-panel {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    }

    .news-slider-wrapper #slider .article-body {
        width: 90%;

        left: 5%;
    }

    /* .bg-container video {
        display: none;
    } */

    .mute-video {
        display: none !important;
    }

    /* START Make the cart table responsive */

    /* http://css-tricks.com/responsive-data-tables/ */

    /* Force table to not be like tables anymore */

    .woocommerce-page table.shop_table,
    .woocommerce-page table.shop_table thead,
    .woocommerce-page table.shop_table tbody,
    .woocommerce-page table.shop_table th,
    .woocommerce-page table.shop_table td,
    .woocommerce-page table.shop_table tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */

    .woocommerce-page table.shop_table thead tr {
        position: absolute;

        top: -9999px;

        left: -9999px;
    }

    .woocommerce-page table.shop_table tr {
        /*border: 1px solid #d2d3d3; */
    }

    .woocommerce-page table.shop_table td {
        /* Behave  like a "row" */

        border: 1px solid #d2d3d3;

        position: relative;

        padding-left: 45% !important;
    }

    .woocommerce-page table.shop_table {
        border: none;
    }

    .woocommerce-page table.shop_table td.product-spacer {
        border-color: #fff;

        height: 10px;
    }

    .woocommerce-page table.shop_table td:before {
        /* Now like a table header */

        position: absolute;

        /* Top/left values mimic padding */

        top: 6px;

        left: 6px;

        width: 45%;

        padding-right: 10px;

        white-space: nowrap;
    }

    /*

Label the data

*/

    .woocommerce-page table.shop_table td.product-remove:before {
        content: 'DELETE';
    }

    .woocommerce-page table.shop_table td.product-thumbnail:before {
        content: 'IMAGE';
    }

    .woocommerce-page table.shop_table td.product-name:before {
        content: 'PRODUCT';
    }

    .woocommerce-page table.shop_table td.product-price:before {
        content: 'PRICE';
    }

    .woocommerce-page table.shop_table td.product-quantity:before {
        content: 'QUANTITY';
    }

    .woocommerce-page table.shop_table td.product-subtotal:before {
        content: 'SUBTOTAL';
    }

    .woocommerce-page table.shop_table td.product-total:before {
        content: 'TOTAL';
    }

    .woocommerce .quantity,
    .woocommerce #content .quantity,
    .woocommerce-page .quantity,
    .woocommerce-page #content .quantity {
        margin: 0;
    }

    .woocommerce-page table.cart td.actions,
    .woocommerce-page #content table.cart td.actions {
        text-align: left;

        border: 0;

        padding-left: 0px !important;
    }

    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .button.alt {
        float: left;

        margin-top: 10px;
    }

    .woocommerce-page table.cart td.actions div,
    .woocommerce-page #content table.cart td.actions div,
    .woocommerce-page table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions input {
        margin-bottom: 10px;
    }

    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;

        width: 100%;

        text-align: left;
    }

    .woocommerce-page .cart-collaterals .cart_totals th,
    .woocommerce-page .cart-collaterals .cart_totals td {
        border: 0 !important;
    }

    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
        padding-left: 6px !important;
    }

    .woocommerce-page table.shop_table tr.cart-subtotal td,
    .woocommerce-page table.shop_table tr.shipping td,
    .woocommerce-page table.shop_table tr.total td,
    .woocommerce-page table.shop_table.order_details tfoot th,
    .woocommerce-page table.shop_table.order_details tfoot td {
        padding-left: 6px !important;

        border: 0 !important;
    }

    .woocommerce-page table.shop_table tbody {
        padding-top: 10px;
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;

        width: 100%;
    }

    .woocommerce .order_details ul,
    .woocommerce-page .order_details ul,
    .woocommerce .order_details,
    .woocommerce-page .order_details {
        padding: 0;
    }

    .woocommerce .order_details li,
    .woocommerce-page .order_details li {
        clear: left;

        margin-bottom: 10px;

        border: 0;
    }

    .woocommerce table.shop_table tbody tr.cart_item td.product-remove {
        width: 50%;

        padding: 0;
    }

    .woocommerce table.shop_table tbody td.actions {
        padding: 9px 0;
    }

    .woocommerce table.shop_table tbody td.actions .coupon .input-text {
        padding: 11px;

        min-width: 139px;
    }

    .woocommerce table.shop_table .product-remove a.remove {
        margin: 11px 0 0 -9px;
    }

    /* END Make the cart table responsive */
}

/* =============================================================================

	Layout

/* ========================================================================== */

input {
    -webkit-appearance: none;
    border-radius: 0;
}

#login-modal {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /* min-height: 100vh; */
    z-index: 999;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#login-modal .header-logo--side {
    margin-left: 0;
}

#login-modal p {
    color: #fff;
    letter-spacing: 2.4px;
}

#login-modal .top-text {
    padding-top: 125px;
    margin-bottom: 30px;
}

#login-modal .top-text p {
    text-transform: uppercase;
    color: #fff;
    font-size: 6pt;
    line-height: 18pt;
    margin: 25px 0 0;
    letter-spacing: 2.4pt;
}

#login-modal .top-text h2 {
    font-size: 13pt;
    line-height: 8pt;
    letter-spacing: 2.4pt;
    color: #000;
    margin: 20px 0 20px;
    font-weight: normal;
}

#login-modal .top-text h3 {
    font-size: 10pt;
    line-height: 20px;
    letter-spacing: 2.4pt;
    color: #000;
    margin: 0 0 15px;
    font-weight: normal;
}

#login-modal .modal-wrapper {
    padding: 0 5%;
}

#login-modal input[type='text'],
#login-modal input[type='password'] {
    width: 295px;
    border-style: solid;
    border-color: #3e3e3e;
    border-width: 0px 0px 1px 0px;
    background-color: transparent;
    outline: none;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 7px 18px;
    margin-bottom: 1px;
    max-width: 100%;
}

#login-modal input[type='submit'] {
    text-transform: uppercase;
    color: #fff;
    background-color: #676667;
    font-size: 13px;
    letter-spacing: 2px;
    border: 1px solid #444444;
    cursor: pointer;
    outline: none;
    padding: 7px 20px 9px;
    margin-top: 19px;
    min-width: 129px;
}

#login-modal .lost-pass {
    font-size: 8px;
    letter-spacing: 1.2px;
    position: relative;
    top: -13px;
}

#login-modal .bottom-text {
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 8px 0 6px;
}

#login-modal .bottom-text p {
    font-size: 10px;
    line-height: 17px;
    color: #4e4e4e;
    margin: 0;
    letter-spacing: 1.9px;
}

/* @media only screen and (max-width: 767px) {
    #login-modal {
        height: auto;
    }
} */

.woocommerce div.product .summary.entry-summary {
    float: left;
    width: 100%;
    margin-top: 51px;
    margin-bottom: 51px;
}

.woocommerce div.product .summary.entry-summary h1 {
    font-size: 15px;
}

.woocommerce div.product form.cart {
    text-align: center;
    padding-bottom: 35px;
}

.woocommerce div.product .summary.entry-summary p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1.4px;
}

#bulk_variations_form_table {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}

#bulk_variations_form_table thead {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

#bulk_variations_form_table tfoot {
    position: absolute;
    top: 20px;
    right: -135px;
    width: 125px;
}

#bulk_variations_form_table tbody,
#bulk_variations_form_table thead {
    display: block;
}

#bulk_variations_form_table tbody td,
#bulk_variations_form_table thead th {
    width: 45px;
}

#bulk_variations_form_table input {
    border: 1px solid #505050;
    width: 100%;
    height: 34px;
    min-width: 1px;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

bulk_variations_form_table input:focus {
    border-color: #dcdbdb;
}

.woocommerce div.product .summary.entry-summary h1 + div {
    padding: 0 17%;
}

.woocommerce div.product .bulk_variations_form .summary-box {
    text-align: right;
    font-size: 9px;
    color: #fff;
    letter-spacing: 1px;
}

.woocommerce div.product .bulk_variations_form .summary-box .qa,
.woocommerce div.product .bulk_variations_form .summary-box .price {
    font-size: 9px;
    color: #fff;
}

.bulk_variations_form .summary-box .total {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 25px;
    display: block;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 10px 18px;
}

.woocommerce div.product .summary.entry-summary h1 {
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15pt;
    padding: 0 17%;
}

.price-set {
    display: inline-block;
}

.woocommerce div.product .summary.entry-summary .more-photos-wrapper p {
    text-align: left;
    letter-spacing: 1.4px;
}

video {
    background-color: #000 !important;
}

.content.full-width h1,
.full-width h1 {
    margin-top: 58px;
    letter-spacing: 2.4px;
}

.woocommerce .cart-form table.shop_table {
    margin-top: 24px;
    display: block;
}
.woocommerce .cart-form table.shop_table th {
    padding: 6px 17px;
    letter-spacing: 1px;
    display: inline-block;
}
.woocommerce .cart-form table.shop_table td {
    display: inline-block;
}
.woocommerce .cart-form table.shop_table thead,
.woocommerce .cart-form table.shop_table tbody,
.woocommerce .cart-form table.shop_table thead tr {
    display: block;
}
.woocommerce .cart-form table.shop_table thead th {
    border: none;
    vertical-align: top;
}
.woocommerce .cart-form table.shop_table thead tr {
    border-bottom: 1px solid #9b9b9b;
}

.woocommerce .cart-form table.shop_table thead,
.woocommerce .cart-form table.shop_table tbody {
    font-size: 0;
}

.woocommerce .cart-form table.shop_table tbody tr.cart_item {
    font-size: 12px;
    line-height: 14px;
    color: #1a1919;
    letter-spacing: 1px;
    display: block;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 3px;
}

.woocommerce .cart-form table.shop_table tbody tr.cart_item td {
    border: none;
    vertical-align: top;
    padding-top: 15px;
}

.woocommerce .cart-form table.shop_table thead th.product-sku,
.woocommerce .cart-form table.shop_table tbody tr.cart_item td.product-sku {
    width: 6.5%;
    padding-right: 0;
}
.woocommerce .cart-form table.shop_table tbody tr.cart_item td.product-sku {
    padding-left: 17px;
}

.woocommerce .cart-form table.shop_table thead th.product-description,
.woocommerce .cart-form table.shop_table tbody tr.cart_item td.product-desc {
    width: 11%;
}

.woocommerce .cart-form table.shop_table thead th.product-composition,
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-composition {
    width: 11%;
}

.woocommerce .cart-form table.shop_table thead th.product-sample,
.woocommerce .cart-form table.shop_table tbody tr.cart_item td.product-sample {
    width: 11%;
    padding-right: 0;
}

.woocommerce .cart-form table.shop_table thead th.product-quantity,
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity {
    width: 27%;
    padding-left: 18px;
    padding-right: 0;
}

.woocommerce .cart-form table.shop_table thead th.product-quantity-total,
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity-total {
    width: 13%;
    padding-left: 20px;
}
.woocommerce .cart-form table.shop_table thead th.product-price-per-unit {
    width: 11%;
    padding-right: 0;
}
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-price-per-unit {
    width: 8%;
    padding-left: 5px;
}

.woocommerce .cart-form table.shop_table thead th.product-subtotal,
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-subtotal {
    width: 8%;
    padding-left: 24px;
}
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-subtotal {
    padding-left: 15px;
    width: 9%;
    padding-right: 0;
    text-align: right;
}
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity-total {
    padding-left: 11px;
}

.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity
    .quantity {
    display: inline;
}
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity
    .quantity-var {
    display: inline-block;
}
.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity
    .quantity-var
    p {
    display: none;
}

.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity
    .quantity-var
    span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1px;
}

.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity
    .quantity
    input {
    text-align: center;
    width: 45px;
    border-color: #4f4f4f;
    font-size: 12px;
    color: #1a1919;
    height: 34px;
}

.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity
    .quantity
    input:focus {
    border-color: #d4d4d4;
}

.woocommerce
    .cart-form
    table.shop_table
    tbody
    tr.cart_item
    td.product-quantity {
    padding-left: 10px;
    padding-top: 7px;
}

.woocommerce .cart-form table.shop_table tbody tr.actions-wrapper {
    display: block;
}
.woocommerce .cart-form table.shop_table tbody tr.actions-wrapper .actions {
    border: 0;
    display: block;
}

.woocommerce .cart-collaterals .cart_totals .cart-subtotal,
.woocommerce-page .cart-collaterals .cart_totals .shipping {
    display: none !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 25%;
    margin-top: 6px;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    font-size: 11px;
    letter-spacing: 0;
    padding-top: 4px;
}
.woocommerce .cart-collaterals .cart_totals .order-total .amount,
.woocommerce-page .cart-collaterals .cart_totals .order-total .amount {
    font-size: 21px;
    line-height: 25px;
    font-weight: normal;
    display: block;
    padding-top: 2px;
    letter-spacing: 1px;
    margin-bottom: 11px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 9px 31px;
}

.woocommerce .cart-collaterals .cart-info {
    width: 70%;
    float: left;
    padding: 5px 0 0 19px;
}

.woocommerce .cart-collaterals .cart-info p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    color: #1a1919;
    letter-spacing: 2px;
}

.cart-modal-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
    overflow: hidden;
}

.cart-modal-box .close {
    text-indent: -99999px;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url('images/close-details.png');
    background-size: cover;
    right: 65px;
    top: 45px;
}

.cart-modal-box iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.menu-panel .main-menu {
    z-index: 999;
}

@media (max-width: 1110px) {
    .woocommerce .cart-form table.shop_table thead th {
        font-size: 11px;
    }
    .woocommerce
        .cart-form
        table.shop_table
        tbody
        tr.cart_item
        td.product-quantity
        .quantity-var {
        margin-bottom: 5px;
    }
    .woocommerce .cart-form table.shop_table thead th {
        border: none;
    }
    .woocommerce .cart-form table.shop_table thead th.product-sku,
    .woocommerce .cart-form table.shop_table tbody tr.cart_item td.product-sku {
        padding-left: 0;
    }
    .woocommerce
        .cart-form
        table.shop_table
        tbody
        tr.cart_item
        td.product-subtotal {
        width: 7%;
    }

    .woocommerce .cart-form table.shop_table {
        min-width: 650px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart-info {
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .cart-form {
        overflow: auto;
    }

    .woocommerce div.product .summary.entry-summary {
        float: none;
        padding-bottom: 1px;
    }

    .footer.main .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .woocommerce div.product .summary.entry-summary {
        position: relative;
        right: 0;
        margin: 50px 0 0;
    }
    #bulk_variations_form_table tfoot {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        display: block;
    }
    #bulk_variations_form_table tfoot tr {
        float: right;
        margin-top: 20px;
    }
    .woocommerce .cart-form table.shop_table tbody tr,
    .woocommerce .cart-form table.shop_table thead th {
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .woocommerce-page #page .cart-form table.shop_table td {
        padding-left: 5px !important;
    }
    .woocommerce-cart .woocommerce form.cart-form {
        overflow: auto;
    }
    .woocommerce-page table.shop_table thead tr {
        position: relative;
        top: 0;
        left: 0;
    }
    .woocommerce-page .cart-form table.shop_table td.product-quantity:before,
    .woocommerce-page .cart-form table.shop_table td.product-subtotal:before {
        display: none;
    }
    .woocommerce-page .cart-form table.cart td.actions input {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.woocommerce ul.products li.product a img {
    background-image: url('images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

.woocommerce input[type='number'] {
    -moz-appearance: textfield;
}

/* Header Logo */
.header-logo {
    position: absolute;
    z-index: 1;
}

.header-logo--side {
    bottom: 0;
    top: 100px;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media only screen and (max-width: 767px) {
    .header-logo--side {
        display: none;
    }
}

.header-logo--side img {
    max-height: 100%;
}

.header-logo--top {
    z-index: 99999999;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
}

.header-logo--top > * {
    width: 58px;
    height: auto;
    max-height: 63px;
    margin: 16px 40px;
}

/* Product Cat Page */
body.archive.tax-product_cat {
    background-color: #fff;
}

/* Single Product Page */

body.single-product #nav-toggle span:before,
body.single-product #nav-toggle span:after {
    background: #fff;
}

body.single-product .cart-contents {
    color: #fff;
}

body.single-product.light-colors #nav-toggle span:before,
body.single-product.light-colors #nav-toggle span:after {
    background: #1a1919;
}

body.single-product.light-colors .cart-contents {
    color: #1a1919;
}

body.single-product.light-colors div.product .summary.entry-summary {
    background: rgba(255, 255, 255, 0.7);
}

body.single-product.light-colors div.product .summary.entry-summary h1,
body.single-product.light-colors .bulk_variations_form .summary-box .total,
body.single-product.light-colors
    div.product
    .bulk_variations_form
    .summary-box
    .price,
body.single-product.light-colors
    div.product
    .bulk_variations_form
    .summary-box
    .qa,
body.single-product.light-colors div.product .bulk_variations_form .summary-box,
body.single-product.light-colors #bulk_variations_form_table thead,
body.single-product.light-colors div.product .summary.entry-summary p,
body.single-product.light-colors.woocommerce button.button.alt {
    color: #1a1919;
}

body.single-product.light-colors.woocommerce button.button.alt {
    background-color: rgba(103, 102, 103, 0.3);
}

body.single-product.light-colors.woocommerce div.product .more-details {
    background-image: url('images/plus-black.svg');
}

body.single-product.light-colors .category-page-link {
    background-image: url('images/category-black.svg');
}

body.single-product.light-colors.woocommerce
    div.product
    div.images
    .news-arrow-wrapper
    .arrow {
    background-image: url('images/left-black.svg');
}

body.single-product.light-colors.woocommerce #bulk_variations_form_table input {
    color: #1a1919;
}

/* Single Product Summary */
body.single-product .summary-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}
body.single-product .summary-inner .product_title.entry-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

body.single-product .summary-inner .product-features--left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

body.single-product .summary-inner form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

body.single-product .summary-inner .product-features--right {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

body.single-product .summary-inner .more-photos-wrapper {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

body.single-product .summary-inner .product-features {
    padding: 0 !important;
    text-align: left !important;
}

body.single-product .summary-inner .product-features p {
    text-align: left !important;
}

body.single-product
    .summary-inner
    .product-features
    .product-features__group:nth-child(2) {
    margin-top: 35px;
}

body.single-product
    .entry-summary
    .summary-inner
    .product-features
    .product-features__content
    * {
    letter-spacing: normal;
    font-size: 9pt;
    line-height: 1.6 !important;
}

body.single-product
    .entry-summary
    .summary-inner
    .product-features
    p.product-features__heading {
    letter-spacing: 1.4px;
    font-size: 11pt;
}

body.single-product .summary-inner form,
body.single-product .summary-inner .product-features {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media only screen and (max-width: 1199px) {
    body.single-product .summary-inner form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    body.single-product .summary-inner .product-features {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    body.single-product .summary-inner .product-features--left {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    body.single-product .summary-inner .product-features__group {
        margin-top: 35px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    body.single-product .summary-inner .product-features {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.single-product .summary-inner .product-features__group {
        padding-right: 0px;
    }

    body.single-product .content.full-width {
        padding: 20px 30px;
    }

    body.single-product .summary-inner {
        padding: 0 10px;
    }
}

body.single-product header.menu-open #nav-toggle span:before,
body.single-product header.menu-open #nav-toggle span:after {
    background-color: #1a1919;
}

.content.full-width {
    padding-top: 60px;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .login-text br {
        display: none;
    }
}

/* Disable page on mobile */
.block-mobile {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    color: #1a1919;
    text-align: center;
}

.block-mobile__content {
    height: 100%;
    overflow: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.block-mobile__img {
    margin-top: 0;
}

.block-mobile__img > * {
    width: 58px;
    height: auto;
    max-height: 63px;
    margin: 0 40px 16px;
}

@media only screen and (max-width: 767px) {
    .header-logo--top {
        z-index: 9999;
    }

    /* Disable page on mobile */

    header.main {
        display: none;
    }

    .block-mobile {
        display: block;
    }
}
