/* Base */
* { box-sizing: border-box; }
.wrapper {
    box-sizing: content-box;
    padding: 0 1rem;
    max-width: 1150px;
    margin: 0 auto;
  }
@media (min-width: 1182px) {
    .wrapper {
        box-sizing: border-box;
        padding: 0;
    }
}
hr {
    border: 0;
    height: 1px;
    background: #FF9900;
    margin: 1.5em 0;
}
img {
    max-width: 100%;
}

/* Helper */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Video */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Typograhpy */
html {
    font-size: 14px;
}
body {
    font-weight: 400;
    line-height: 1.45;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    color: #292929;
}
h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}
h1 {
  margin-top: 0;
  font-size: 2em;
}
h2 {font-size: 1.728em;}
h3 {font-size: 1.44em;}
h4 {font-size: 1.2em;}
p {margin-bottom: 1.3em;}
small, .font_small {font-size: 0.833em;}

@media screen and (min-width: 320px) {
    html {
      font-size: calc(14px + 2 * ((100vw - 320px) / 680));
    }
}
  
@media screen and (min-width: 1000px) {
    html {
        font-size: 16px;
    }
}

/* Header */
.pallet-discount-25 {
    padding: 1em 0;
    color: #da1313;
    text-align: center;
    border-bottom: 1px solid #da1313;
    font-size: 1.4em;
  }
  
  .pallet-discount-25 i {
    display: inline-block;
    margin-right: 0.2em;
    vertical-align: middle;
  }

  .christmas-delay {
    padding: 1em 0;
    color: #da1313;
    text-align: center;
    border-bottom: 1px solid #da1313;
    font-size: 1.1em;
  }

  .christmas-delay a {
      color: inherit;
  }
  
  .christmas-delay i {
    display: inline-block;
    margin-right: 0.2em;
    vertical-align: middle;
  }

.floating-callback-btn {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    right: 170px;
    z-index: 10000;
    padding-right: 0.6em;
    border-radius: 5px 5px 0 0;
    color: white;
    background: #FF9900;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid white;
    border-bottom: none;
    overflow: hidden;
}
@media (max-width: 600px) {
    .floating-callback-btn {
        right: 20px;
    }
}
.floating-callback-btn:hover {
    background: #ffa824;
}
.floating-callback-btn i {
    display: inline-block;
    background: #ec8e00;
    padding: 0.4em 0.4em;
    margin-right: 0.5em;
}
.main-header {
    padding-top: 2rem;
}
.main-header nav.logo-pages {
    display: flex;
    align-items: center;
}
.logo {
    width: 30%;
    display: flex;
    align-items: center;
}
.logo > a {
    display: inline-block;
    width: 100%;
}
.main-header nav.logo-pages > ul {
    padding-left: 2em;
}
.main-header nav ul {
    display: flex;
    width: 100%;
    list-style-type: none;
    padding: 0;
    align-items: stretch;
}
.main-header nav li {
    flex: 1;
    margin-right: 0.6em;
}
.main-header nav li:last-child {
    margin-right: 0;
}
.main-header nav ul a {
    display: inline-flex;
    font-size: 0.9em;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    padding: 0.6em 0.8em;
    border-radius: 4px;
    border: 1px solid black;
    align-items: center;
}
.main-header .logo-pages ul a {
    color: #292929;
    background: #f5f5f5;
    border-color: #efefef;
}
.main-header .logo-pages ul a:hover {
    background: #efefef;
}
.main-header nav.products a {
    color: #fff0f4;
    background: #C03;
    border-color: #bf0030;
}
.main-header nav.products a:hover {
    background: #b3002d;
}

@media (max-width: 850px) {
    .main-header nav.logo-pages {
        display: block;
    } 
    .logo {
        width: 100%;
        max-width: 250px;
    }
    .main-header nav.logo-pages > ul {
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .logo {
        margin: 0 auto 2em;
    }
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
}

.mobile-nav-toggle {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    background: #ff9900;
    padding: 1em;
    color: white;
}

.mobile-nav-toggle .material-icons {
    transition: transform 0.2s ease-out;
}

.mobile-nav-toggle:hover {
    background: #f79400;
}

.mobile-nav-toggle:hover .material-icons {
    transform: scale(1.2);
}

.mobile-nav nav {
    border: 1px solid #ff9900;
}

.mobile-nav nav.closed {
    display: none;
}

.mobile-nav nav p {
    text-transform: uppercase;
    font-weight: 600;
    background: #333333;
    color: white;
    margin: 0;
    padding: 1em;
    font-size: 0.9em;
}

.mobile-nav nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav nav ul li {
    margin-right: 0;
}

.mobile-nav nav ul a {
    font-size: 0.9em;
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ff9900;
}

.mobile-nav nav ul a:hover {
    background: #fff0da;
}

.mobile-nav nav ul:last-of-type li:last-child a {
    border-bottom: none;
}

.mobile-nav nav ul:last-of-type li:first-child a {
    border-top: 1px solid #ff9900;
}

@media (max-width: 600px) {
    .mobile-nav {
        display: block;
    }
    .main-header nav.logo-pages > ul, nav.products {
        display: none;
    }
}

/* Main */
h2.tagline {
    padding: 1rem 0;
    border: 1px solid #e6e6e6;
    border-width: 1px 0 1px;
    color: #FF9900;
    margin: 1rem 0 1.5rem;
}
h2.tagline > span {
    color: #adadad;
    font-weight: 300;
}
@media (max-width: 550px) {
    h2.tagline {
        text-align: center;
    }
}

/* Columns */
section.columns {
    display: flex;
}
.left-sidebar {
    padding-right: 2rem;
    order: 1;
    width: 20%;
}
.right-sidebar {
    padding-left: 2rem;
    order: 3;
    width: 27%;
}
.main {
    width: 53%;
    order: 2;
}
section.columns .inner {
    border-top: 10px solid #FF9900;
    padding: 1.5em 0;
}

@media (max-width: 850px) {
    section.columns {
        display: block;
    } 
    .left-sidebar {
        padding-right: 0;
        width: 100%;
    }
    .right-sidebar {
        padding-left: 0;
        width: 100%;
    }
    .main {
        width: 100%;
    }
}

/* Left Sidebar */
.left-sidebar a {
    color: inherit;
}
.left-sidebar a:hover {
    color: #FF9900;
}
.left-sidebar .contact-info .address {
    margin-top: 0;
}
.left-sidebar .contact-info .tel {
    margin-bottom: 0.5em;
}
.left-sidebar .contact-info .email {
    margin-top: 0.5em;
}
.left-sidebar .contact-info .fax {
    margin: 0;
}
.left-sidebar .contact-info span {
    color: #adadad;
    font-weight: 300;
}
.left-sidebar .call-me-back {
    display: inline-block;
    color: white;
    background: #C03;
    padding: 0.6em 0.8em;
    border-radius: 4px;
    margin-bottom: 0.5em;
    text-decoration: none;
}
.left-sidebar .call-me-back:hover {
    color: white;
    background: #b3002d;
}

/* Main Section */
.main-inner a {
    color: inherit;
}
.main-inner a:hover {
    color: #FF9900;
}
.main-inner > h1 span {
    font-weight: 600;
}
.conversion-cta a {
    display: inline-block;
    color: white;
    background: #C03;
    padding: 0.6em 0.8em;
    border-radius: 4px;
    margin-bottom: 0.5em;
    text-decoration: none;
}
.conversion-cta a:hover {
    color: white;
    background: #b3002d;
}
.conversion-cta .delivery-message {
    color: #C03;
    font-weight: 600;
    font-size: 1.5em;
    margin-left: 0.7em;
}
@media (max-width: 600px) {
    .conversion-cta .delivery-message {
        margin-left: 0;
        display: block;
    }
}

/* Right Sidebar */
.right-sidebar-inner a {
    color: inherit;
}
.right-sidebar-inner a:hover {
    color: #FF9900;
}
.technical-section {
    background: #ff9900;
    color: white;
    border-radius: 4px;
    padding: 1em;
    margin: 1.5em 0;
}
.technical-section h3 {
    display: flex;
    align-items: center;
    margin: 0;
}
.technical-section h3 > i{
    margin-right: 0.2em;
}
.technical-section p {
    margin: 0.5em 0;
}
.technical-section a {
    display: block;
    color: white;
    text-decoration: underline;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
.technical-section a:last-of-type {
    margin-bottom: 0;
}
.animated-video video {
    max-width: 100%;
}

@media (max-width: 850px) {
    .right-sidebar .embed-container {
        display: none;
    }
    .technical-section {
        margin-top: 0;
    }
}

/* Footer */
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 1.5em;
}
.footer-inner p {
    margin: 0;
    color: #adadad;
    order: 1;
}
.footer-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    order: 2;
}
.footer-inner ul li {
    float: left;
}
.footer-inner a {
    color: inherit;
}
.footer-inner a:hover {
    color: #FF9900;
}

@media (max-width: 550px) {
    .footer-inner {
        display: block;
        text-align: center;
    }
    .footer-inner ul {
        display: inline-block;
        margin: 0 auto 0.5em;
    }
}

/* --------------------- 
EcWid                 
------------------------ */
html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct-v2.loaded {
    display: block !important;
    padding: 0 !important;
    max-width: 100% !important;
    min-width: initial !important;
    text-align: left !important;
    color: inherit !important;
}
html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct-v2 .ecwid-SingleProduct-options {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}
html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct-v2.loaded .ecwid-productBrowser-price {
    margin: 0 0 0.5em !important;
    color: #FF9900 !important;
}
html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct-v2 .ecwid-fieldLabel {
    text-align: left !important;
    font-weight: 600 !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary {
    background: #FF9900 !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary:hover,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary:active,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary:focus:active {
    background: #f19204 !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary:focus,
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary:focus:hover {
    border: 2px solid #f19204 !important;
}
.ecwid-productBrowser-details-optionRadioButton-price, .ecwid-productBrowser-details-optionCheckbox-price {
    display: none !important;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-clickArea {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='49' viewBox='0 0 40 49'%3E%3Cpath fill='%23FF9900' d='M37 13v27c0 3.31-2.69 6-6 6H9c-3.31 0-6-2.69-6-6V13h34m2-2H1v29c0 4.418 3.582 8 8 8h22c4.418 0 8-3.582 8-8V11z'/%3E%3Ccircle fill='%23FF9900' cx='12' cy='17' r='2'/%3E%3Ccircle fill='%23FF9900' cx='28' cy='17' r='2'/%3E%3Cpath fill='%23FF9900' d='M29 17h-2v-7c0-3.86-3.14-7-7-7s-7 3.14-7 7v7h-2v-7c0-4.962 4.037-9 9-9s9 4.038 9 9v7z'/%3E%3C/svg%3E") no-repeat !important;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-counter {
    color: #FF9900 !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--secondary:hover {
    background: #f19204 !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--secondary-inverse {
    background: #FF9900 !important;
}