/*------------------------------------*\
    BPDTHEME01 - CLIENT THEME
\*------------------------------------*/
/*------------------------------------*\
    BPDTHEME01 Responsive Breakpoint
\*------------------------------------*/
/*------------------------------------*\
    Clearfix
\*------------------------------------*/
/*------------------------------------*\
    Fonts
\*------------------------------------*/
/*------------------------------------*\
    Hover Style
\*------------------------------------*/
/*------------------------------------*\
    Client Colours
\*------------------------------------*/
/*------------------------------------*\
    Client Fonts
\*------------------------------------*/
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url("/Themes/BPDTHEME01/theme-client-updates/fonts/GothamRounded-Book.woff2") format("woff2"), url("/Themes/BPDTHEME01/theme-client-updates/fonts/GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url("/Themes/BPDTHEME01/theme-client-updates/fonts/GothamRounded-Bold.woff2") format("woff2"), url("/Themes/BPDTHEME01/theme-client-updates/fonts/GothamRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display:swap;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("/Themes/BPDTHEME01/theme-client-updates/fonts/GothamRounded-Medium.woff2") format("woff2"), url("/Themes/BPDTHEME01/theme-client-updates/fonts/GothamRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display:swap;
}

/*------------------------------------*\
    Colours
\*------------------------------------*/
.example-area .colour-scheme .colour-1 {
  background: #01ab43;
}

.example-area .colour-scheme .colour-2 {
  background: #019239;
}

.example-area .colour-scheme .colour-3 {
  background: #01792f;
}

.example-area .colour-scheme .colour-4 {
  background: #b8d04f;
}

.example-area .colour-scheme .colour-5 {
  background: #B0CB3B;
}

.example-area .colour-scheme .colour-6 {
  background: #a1bb32;
}

.example-area .colour-scheme .colour-7 {
  background: #86c2e9;
}

.example-area .colour-scheme .colour-8 {
  background: #70B7E5;
}

.example-area .colour-scheme .colour-9 {
  background: #5aace1;
}

.example-area .colour-scheme .colour-10 {
  background: #ffa810;
}

.example-area .colour-scheme .colour-11 {
  background: #F59C00;
}

.example-area .colour-scheme .colour-12 {
  background: #dc8c00;
}

.example-area .colour-scheme .colour-13 {
  background: #ad3395;
}

.example-area .colour-scheme .colour-14 {
  background: #992D84;
}

.example-area .colour-scheme .colour-15 {
  background: #852773;
}

.default.background {
  background: #019239;
}

.default.background.lighter {
  background: #01ab43;
}

.default.background.darker {
  background: #01792f;
}

.primary.background {
  background: #B0CB3B;
}

.primary.background.lighter {
  background: #b8d04f;
}

.primary.background.darker {
  background: #a1bb32;
}

.secondary.background {
  background: #70B7E5;
}

.secondary.background.lighter {
  background: #86c2e9;
}

.secondary.background.darker {
  background: #5aace1;
}

.alternate.background {
  background: #F59C00;
}

.alternate.background.lighter {
  background: #ffa810;
}

.alternate.background.darker {
  background: #dc8c00;
}

.alternate2.background {
  background: #992D84;
}

.alternate2.background.lighter {
  background: #ad3395;
}

.alternate2.background.darker {
  background: #852773;
}

.default.text {
  color: #019239;
}

.default.text.lighter {
  color: #01ab43;
}

.default.text.darker {
  color: #01792f;
}

.primary.text {
  color: #B0CB3B;
}

.primary.text.lighter {
  color: #b8d04f;
}

.primary.text.darker {
  color: #a1bb32;
}

.secondary.text {
  color: #70B7E5;
}

.secondary.text.lighter {
  color: #86c2e9;
}

.secondary.text.darker {
  color: #5aace1;
}

.alternate.text {
  color: #F59C00;
}

.alternate.text.lighter {
  color: #ffa810;
}

.alternate.text.darker {
  color: #dc8c00;
}

.alternate2.text {
  color: #992D84;
}

.alternate2.text.lighter {
  color: #ad3395;
}

.alternate2.text.darker {
  color: #852773;
}

.cv-is-hidden {
  display: none;
}

.btn {
  background: #019239;
  border-color: #019239;
  color: white;
  border-radius: 20px;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn:hover, .btn:focus {
  background: #01ab43;
  border-color: #01ab43;
}

.btn.primary {
  background: #B0CB3B;
  border-color: #B0CB3B;
}

.btn.primary:hover, .btn.primary:focus {
  background: #b8d04f;
  border-color: #b8d04f;
}

.btn.secondary {
  background: #70B7E5;
  border-color: #70B7E5;
}

.btn.secondary:hover, .btn.secondary:focus {
  background: #86c2e9;
  border-color: #86c2e9;
}

.btn.alternate {
  background: #F59C00;
  border-color: #F59C00;
}

.btn.alternate:hover, .btn.alternate:focus {
  background: #ffa810;
  border-color: #ffa810;
}

.btn.black {
  background: black;
  border-color: black;
}

.btn.black:hover, .btn.black:focus {
  background: #0d0d0d;
  border-color: #0d0d0d;
}

.btn.ghost {
  border-radius: 20px;
}

.btn.ghost.primary {
  border-color: #B0CB3B;
  color: #B0CB3B;
  background: none;
}

.btn.ghost.primary:hover, .btn.ghost.primary:active, .btn.ghost.primary:focus {
  background: #B0CB3B;
  border-color: #B0CB3B;
  color: white;
}

.btn.ghost.secondary {
  border-color: #70B7E5;
  color: #70B7E5;
  background: none;
}

.btn.ghost.secondary:hover, .btn.ghost.secondary:active, .btn.ghost.secondary:focus {
  background: #70B7E5;
  border-color: #70B7E5;
  color: white;
}

.btn.ghost.alternate {
  border-color: #F59C00;
  color: #F59C00;
  background: none;
}

.btn.ghost.alternate:hover, .btn.ghost.alternate:active, .btn.ghost.alternate:focus {
  background: #F59C00;
  border-color: #F59C00;
  color: white;
}

.btn.ghost.black {
  border-color: black;
  color: black;
  background: none;
}

.btn.ghost.black:hover, .btn.ghost.black:active, .btn.ghost.black:focus {
  background: black;
  border-color: black;
  color: white;
}

.btn.clear.primary {
  color: #B0CB3B;
}

.btn.clear.primary:hover {
  background: #B0CB3B;
  border-color: #B0CB3B;
  color: white;
}

.btn.clear.secondary {
  color: #70B7E5;
}

.btn.clear.secondary:hover {
  background: #70B7E5;
  border-color: #70B7E5;
  color: white;
}

.btn.clear.alternate {
  color: #F59C00;
}

.btn.clear.alternate:hover {
  background: #F59C00;
  border-color: #F59C00;
  color: white;
}

.btn.clear.black {
  color: black;
  background: transparent;
}

.btn.clear.black:hover {
  background: black;
  border-color: black;
  color: white;
}

.btn.cv-add-to-cart, .btn.cv-newsletter, .btn.cv-apply, .btn.cv-send, .btn.cv-confirm, .btn.cv-checkout, .btn.cv-print, .btn.cv-log-in, .btn.cv-log-out, .btn.primary.cv-ico-general-login, .btn.cv-view, .btn.cv-back, .btn.cv-copy, .btn.cv-view-cart, .btn.cv-next, .btn.cv-previous, .btn.cv-home, .btn.cv-export, .btn.cv-share, .btn.cv-refresh, .btn.cv-publish, .btn.cv-undo, .btn.cv-upload, .btn.cv-download, .btn.cv-help, .btn.cv-readmore, .btn.cv-submit, .btn.cv-approve, .btn.cv-search, .btn.cv-cancel, .btn.cv-delete, .btn.cv-filter, .btn.cv-edit {
  background: #019239;
  border-color: #019239;
}

.btn.cv-add-to-cart:hover, .btn.cv-add-to-cart:focus, .btn.cv-newsletter:hover, .btn.cv-newsletter:focus, .btn.cv-apply:hover, .btn.cv-apply:focus, .btn.cv-send:hover, .btn.cv-send:focus, .btn.cv-confirm:hover, .btn.cv-confirm:focus, .btn.cv-checkout:hover, .btn.cv-checkout:focus, .btn.cv-print:hover, .btn.cv-print:focus, .btn.cv-log-in:hover, .btn.cv-log-in:focus, .btn.cv-log-out:hover, .btn.cv-log-out:focus, .btn.primary.cv-ico-general-login:hover, .btn.primary.cv-ico-general-login:focus, .btn.cv-view:hover, .btn.cv-view:focus, .btn.cv-back:hover, .btn.cv-back:focus, .btn.cv-copy:hover, .btn.cv-copy:focus, .btn.cv-view-cart:hover, .btn.cv-view-cart:focus, .btn.cv-next:hover, .btn.cv-next:focus, .btn.cv-previous:hover, .btn.cv-previous:focus, .btn.cv-home:hover, .btn.cv-home:focus, .btn.cv-export:hover, .btn.cv-export:focus, .btn.cv-share:hover, .btn.cv-share:focus, .btn.cv-refresh:hover, .btn.cv-refresh:focus, .btn.cv-publish:hover, .btn.cv-publish:focus, .btn.cv-undo:hover, .btn.cv-undo:focus, .btn.cv-upload:hover, .btn.cv-upload:focus, .btn.cv-download:hover, .btn.cv-download:focus, .btn.cv-help:hover, .btn.cv-help:focus, .btn.cv-readmore:hover, .btn.cv-readmore:focus, .btn.cv-submit:hover, .btn.cv-submit:focus, .btn.cv-approve:hover, .btn.cv-approve:focus, .btn.cv-search:hover, .btn.cv-search:focus, .btn.cv-cancel:hover, .btn.cv-cancel:focus, .btn.cv-delete:hover, .btn.cv-delete:focus, .btn.cv-filter:hover, .btn.cv-filter:focus, .btn.cv-edit:hover, .btn.cv-edit:focus {
  background: #01ab43;
  border-color: #01ab43;
}

.btn.cv-add-to-cart.ghost, .btn.cv-newsletter.ghost, .btn.cv-apply.ghost, .btn.cv-send.ghost, .btn.cv-confirm.ghost, .btn.cv-checkout.ghost, .btn.cv-print.ghost, .btn.cv-log-in.ghost, .btn.cv-log-out.ghost, .btn.primary.cv-ico-general-login.ghost, .btn.cv-view.ghost, .btn.cv-back.ghost, .btn.cv-copy.ghost, .btn.cv-view-cart.ghost, .btn.cv-next.ghost, .btn.cv-previous.ghost, .btn.cv-home.ghost, .btn.cv-export.ghost, .btn.cv-share.ghost, .btn.cv-refresh.ghost, .btn.cv-publish.ghost, .btn.cv-undo.ghost, .btn.cv-upload.ghost, .btn.cv-download.ghost, .btn.cv-help.ghost, .btn.cv-readmore.ghost, .btn.cv-submit.ghost, .btn.cv-approve.ghost, .btn.cv-search.ghost, .btn.cv-cancel.ghost, .btn.cv-delete.ghost, .btn.cv-filter.ghost, .btn.cv-edit.ghost {
  border-color: #019239;
  color: #019239;
}

.btn.cv-add-to-cart.ghost:hover, .btn.cv-add-to-cart.ghost:focus, .btn.cv-newsletter.ghost:hover, .btn.cv-newsletter.ghost:focus, .btn.cv-apply.ghost:hover, .btn.cv-apply.ghost:focus, .btn.cv-send.ghost:hover, .btn.cv-send.ghost:focus, .btn.cv-confirm.ghost:hover, .btn.cv-confirm.ghost:focus, .btn.cv-checkout.ghost:hover, .btn.cv-checkout.ghost:focus, .btn.cv-print.ghost:hover, .btn.cv-print.ghost:focus, .btn.cv-log-in.ghost:hover, .btn.cv-log-in.ghost:focus, .btn.cv-log-out.ghost:hover, .btn.cv-log-out.ghost:focus, .btn.primary.cv-ico-general-login.ghost:hover, .btn.primary.cv-ico-general-login.ghost:focus, .btn.cv-view.ghost:hover, .btn.cv-view.ghost:focus, .btn.cv-back.ghost:hover, .btn.cv-back.ghost:focus, .btn.cv-copy.ghost:hover, .btn.cv-copy.ghost:focus, .btn.cv-view-cart.ghost:hover, .btn.cv-view-cart.ghost:focus, .btn.cv-next.ghost:hover, .btn.cv-next.ghost:focus, .btn.cv-previous.ghost:hover, .btn.cv-previous.ghost:focus, .btn.cv-home.ghost:hover, .btn.cv-home.ghost:focus, .btn.cv-export.ghost:hover, .btn.cv-export.ghost:focus, .btn.cv-share.ghost:hover, .btn.cv-share.ghost:focus, .btn.cv-refresh.ghost:hover, .btn.cv-refresh.ghost:focus, .btn.cv-publish.ghost:hover, .btn.cv-publish.ghost:focus, .btn.cv-undo.ghost:hover, .btn.cv-undo.ghost:focus, .btn.cv-upload.ghost:hover, .btn.cv-upload.ghost:focus, .btn.cv-download.ghost:hover, .btn.cv-download.ghost:focus, .btn.cv-help.ghost:hover, .btn.cv-help.ghost:focus, .btn.cv-readmore.ghost:hover, .btn.cv-readmore.ghost:focus, .btn.cv-submit.ghost:hover, .btn.cv-submit.ghost:focus, .btn.cv-approve.ghost:hover, .btn.cv-approve.ghost:focus, .btn.cv-search.ghost:hover, .btn.cv-search.ghost:focus, .btn.cv-cancel.ghost:hover, .btn.cv-cancel.ghost:focus, .btn.cv-delete.ghost:hover, .btn.cv-delete.ghost:focus, .btn.cv-filter.ghost:hover, .btn.cv-filter.ghost:focus, .btn.cv-edit.ghost:hover, .btn.cv-edit.ghost:focus {
  background: #019239;
  border-color: #019239;
  color: white;
}

.btn.cv-cancel, .btn.cv-clear, .btn.cv-cancel, .btn.cv-reject, .btn.cv-delete, .btn.cv-close {
  background: #992D84;
  border-color: #992D84;
  color: white;
}

.btn.cv-cancel:hover, .btn.cv-cancel:focus, .btn.cv-clear:hover, .btn.cv-clear:focus, .btn.cv-cancel:hover, .btn.cv-cancel:focus, .btn.cv-reject:hover, .btn.cv-reject:focus, .btn.cv-delete:hover, .btn.cv-delete:focus, .btn.cv-close:hover, .btn.cv-close:focus {
  background: #ad3395;
  border-color: #ad3395;
  color: white;
}

.btn.cv-cancel.ghost, .btn.cv-clear.ghost, .btn.cv-cancel.ghost, .btn.cv-reject.ghost, .btn.cv-delete.ghost, .btn.cv-close.ghost {
  border-color: #992D84;
  color: #992D84;
}

.btn.cv-cancel.ghost:hover, .btn.cv-cancel.ghost:focus, .btn.cv-clear.ghost:hover, .btn.cv-clear.ghost:focus, .btn.cv-cancel.ghost:hover, .btn.cv-cancel.ghost:focus, .btn.cv-reject.ghost:hover, .btn.cv-reject.ghost:focus, .btn.cv-delete.ghost:hover, .btn.cv-delete.ghost:focus, .btn.cv-close.ghost:hover, .btn.cv-close.ghost:focus {
  background: #992D84;
  border-color: #992D84;
  color: white;
}

.btn.cv-favourite {
  border-color: #70B7E5;
  color: #70B7E5;
}

.btn.cv-favourite:hover, .btn.cv-favourite:focus {
  background: #70B7E5;
  border-color: #70B7E5;
  color: white;
}

.btn.cv-favourite.active {
  background: #70B7E5;
  border-color: #70B7E5;
  color: white;
}

.btn.cv-favourite.active:hover, .btn.cv-favourite.active:focus {
  background: #70B7E5;
  border-color: #70B7E5;
  color: white;
}

.product .btn.cv-add-to-cart {
  background: #019239;
  border-color: #019239;
  font-size: 14px;
}

.product .btn.cv-add-to-cart:hover, .product .btn.cv-add-to-cart:focus {
  background: #01ab43;
  border-color: #01ab43;
}

.checkout-heading-navigation .btn.small {
  background: #019239;
  border-color: #019239;
  padding: 10px 0;
}

.checkout-heading-navigation .btn.small:hover, .checkout-heading-navigation .btn.small:focus {
  background: #01ab43;
  border-color: #01ab43;
}

@media (min-width: 37em) {
  .checkout-heading-navigation .btn.small {
    padding: 7px 10px;
  }
}

.btn.cv-add-to-cart {
  text-transform: uppercase;
}

.btn.cv-add-to-cart:before {
  margin-right: 5px;
}

.btn.hover-default:hover {
  background: #019239;
  border-color: #019239;
}

.btn.hover-primary:hover {
  background: #B0CB3B;
  border-color: #B0CB3B;
}

.btn.hover-secondary:hover {
  background: #70B7E5;
  border-color: #70B7E5;
}

.btn.hover-alternate:hover {
  background: #F59C00;
  border-color: #F59C00;
}

.cv-cart-line.line-update .cv-ico-general-cycle {
  background: #B0CB3B;
  color: #fff !important;
  border-color: #B0CB3B !important;
}

.btn.view.product, .btn.idea.view {
  float: none;
  display: block;
  width: 240px;
  margin: -20px auto 100px;
  font-size: 16px;
  background: #B0CB3B;
  border-color: #B0CB3B;
}

.btn.view.product:hover, .btn.idea.view:hover {
  background: #b8d04f;
  border-color: #b8d04f;
}

/*------------------------------------*\
    CONTENT BOX
\*------------------------------------*/
.content-box {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content-box .box-title {
  background: none;
  border-bottom: 1px dashed #787878;
  color: black;
  padding: 10px;
  font-size: 22px;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.content-box.primary .box-title {
  background: none;
  color: black;
}

.content-box.secondary .box-title {
  background: none;
  color: black;
}

.content-box.alternate .box-title {
  background: none;
  color: black;
}

.content-box.black .box-title {
  background: none;
  color: black;
}

.content-box .box-content {
  padding: 10px;
}

/*------------------------------------*\
    ARROW BOX
\*------------------------------------*/
.arrow-box {
  border-radius: 100px !important;
}

/*------------------------------------*\
    grey BOX
\*------------------------------------*/
.grey-box {
  border-radius: 15px;
}

/*------------------------------------*\
    Client fonts
\*------------------------------------*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on April 13, 2018 6:22 AM */
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url("GothamRounded-Book.woff2") format("woff2"), url("GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
    font-display:swap;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("GothamRounded-Bold.woff2") format("woff2"), url("GothamRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
    font-display:swap;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url("GothamRounded-Medium.woff2") format("woff2"), url("GothamRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
    font-display:swap;
}

/*------------------------------------*\
    Forms
\*------------------------------------*/
.form-text,
.form-textarea,
.form-email,
.form-password,
.form-url,
.form-tel,
.form-credit-card,
#cv-zone-container-1 input.product-search-autocomplete,
input.text {
  border-radius: 20px;
  border-left-width: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-text:focus, .form-text:active,
.form-textarea:focus,
.form-textarea:active,
.form-email:focus,
.form-email:active,
.form-password:focus,
.form-password:active,
.form-url:focus,
.form-url:active,
.form-tel:focus,
.form-tel:active,
.form-credit-card:focus,
.form-credit-card:active,
#cv-zone-container-1 input.product-search-autocomplete:focus,
#cv-zone-container-1 input.product-search-autocomplete:active,
input.text:focus,
input.text:active {
  border-color: #019239;
}

.k-state-focused {
  border-color: #019239;
}

.k-draghandle {
  background: #019239;
}

.k-draghandle:hover, .k-draghandle.k-state-selected {
  background: #01ab43;
}

.k-popup .k-list .k-state-focused {
  background: #019239;
  border-color: #019239;
  color: white;
}

.k-list .k-state-selected {
  background: #019239 !important;
  border-color: #019239;
  color: white;
}

.current-page,
.cv-productgrid-options .layout-switch:hover {
  background: #019239;
  border-color: #019239;
}

.form-number-plus-minus .cv-link.form-number-plus:hover,
.form-number-plus-minus .cv-link.form-number-minus:hover {
  color: #019239;
}

[data-tooltip]:after,
.tooltip:after {
  text-shadow: 1px 1px black;
}

.k-grid.k-widget {
  font-size: 12px;
  border: 1px solid #ddd;
  background: white;
}

.k-grid.k-widget .k-alt td {
  background: #fafafa;
}

.k-grid.k-widget tr:hover td {
  background: #dceffd;
}

.k-grid-header th.k-header {
  color: white;
  background: #019239;
  font-weight: 600;
  padding: 10px;
  font-size: 14px;
  border: none !important;
}

.k-grid-header th.k-header a.k-link {
  color: white;
  font-weight: 600;
  font-size: 14px;
}

.k-grid td {
  padding: 10px;
  font-size: 14px;
  border-color: #ddd !important;
}

.k-pager-wrap.k-grid-pager {
  background: #eaeaea;
}

.k-pager-wrap.k-grid-pager .k-link.k-pager-nav {
  background: white;
  border-color: white;
}

.k-pager-wrap.k-grid-pager .k-state-selected {
  background: #019239;
  border-color: #019239;
  color: white;
}

.table-layout .heading-row {
  background: none;
  color: #192433;
  border-bottom: 2px solid #192433;
}

.table-layout .content-row,
.table-layout .content-row:nth-child(2n+2) {
  background: none;
  border-left: none;
  border-right: none;
}

.table-layout [class*='col-'] {
  padding: 10px;
}

.k-dropdown-wrap {
  border-width: 1px;
  border-radius: 21px;
  padding-left: 10px;
}

.k-dropdown-wrap.k-state-focused {
  border-color: #019239 !important;
}

.pagination-buttons .k-dropdown-wrap {
  border-radius: 0;
  padding-left: 0;
}

.pagination-buttons .current {
  width: 30%;
}

.pagination-buttons .next,
.pagination-buttons .prev,
.pagination-buttons .last,
.pagination-buttons .first {
  width: 17%;
}

.k-picker-wrap {
  border-left-width: 1px;
  border-radius: 20px;
  background: white;
}

.k-picker-wrap .k-input {
  border-radius: 20px 0 0 20px !important;
  padding-left: 20px !important;
  width: 90% !important;
}

.validation.error input[type="text"],
.validation.error input[type="number"],
.validation.error input[type="password"],
.validation.error input[type="tel"],
.validation.error input[type="url"],
.validation.error input[type="email"],
.validation.error textarea,
.validation.error .form-credit-card {
  border-left-width: 1px !important;
  border-color: #fe6176 !important;
  background: #ffe9ec !important;
}

.validation.error input {
  border-radius: 20px;
}

.k-state-focused {
  border-color: #ddd !important;
}

.validation.error .k-datepicker .k-picker-wrap,
.validation.error .k-datetimepicker .k-picker-wrap,
.validation.error .k-combobox .k-picker-wrap,
.validation.error .k-timepicker .k-picker-wrap,
.validation.error .k-numerictextbox .k-numeric-wrap {
  border-left-width: 1px !important;
  border-color: #fe6176 !important;
  background: #ffe9ec !important;
}

.form-number-plus-minus {
  border-radius: 0 20px 20px 0;
}

.cv-numeric-input .k-numerictextbox {
  border-radius: 20px 0 0 20px;
}

.cv-numeric-input .k-numeric-wrap .k-input {
  border-radius: 20px 0 0 20px;
  height: 28px;
  margin: 0;
}

.form-label {
  color: black;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

@media (min-width: 37em) {
  .form-label {
    padding-left: 20px;
  }
}

input[type="search"].form-text, input.form-autocomplete {
  border-radius: 20px;
  border-left-width: 1px;
}

.or-separator.horizontal span {
  background: #f2f6f7;
}

.form-fieldset .form-label, .form-checkbox + .form-label {
  padding-left: 5px;
}

#modal-login-register .form-email,
#modal-login-register .form-text,
#modal-login-register .form-password {
  font-size: 14px !important;
}

@media (min-width: 37em) {
  .payment-credit-card .col-1-3 {
    width: 50%;
  }
}

.payment-credit-card .form-select.select-short,
.payment-credit-card .form-text.ccv {
  width: 120px;
}

@media (min-width: 62em) {
  .payment-credit-card .form-select.select-short,
  .payment-credit-card .form-text.ccv {
    width: 150px;
  }
}

.widget-newsletter.mailing-list-form .form-select {
  color: #40494c;
  border: 1px solid #ddd;
  padding: 5px;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  height: 30px;
  background: white;
  border-radius: 100px;
  outline: none;
}

/*------------------------------------*\
    Kendo UI
\*------------------------------------*/
.k-tabstrip.cv-tabs .k-tabstrip-items .k-item {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787878;
}

.k-tabstrip.cv-tabs .k-tabstrip-items .k-item.k-state-active {
  border-top-color: #019239;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: black;
}

.k-tabstrip.cv-tabs .k-tabstrip-items .k-item.k-state-hover {
  border-top-color: #B0CB3B;
  color: #019239;
}

/*------------------------------------*\
    Messages
\*------------------------------------*/
.notification-actions .btn {
  color: black;
  border-color: black;
}

/*------------------------------------*\
    Modals
\*------------------------------------*/
.modal-header {
  background: #019239;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: white;
  border-radius: 10px 10px 0 0;
  position: relative;
  height: 50px;
  font-size: 16px;
}

@media (min-width: 48em) {
  .modal-header {
    font-size: 28px;
    height: 65px;
  }
}

.modal-header:after {
  background: url("/Themes/BPDTHEME01/theme-client-updates/img/placeholder/circles.png");
  background-size: 100%;
  background-position: 50% 32%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.18;
}

.modal-footer {
  border-radius: 0 0 10px 10px;
}

.fancybox-opened .fancybox-skin,
.fancybox-outer,
.fancybox-inner {
  border-radius: 10px;
}

.fancybox-close {
  background: white;
  top: -10px;
  right: -12px;
  color: black;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 25px;
  height: 25px;
}

.fancybox-close:before {
  content: "\e66c";
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 3px;
  left: 4px;
  font-size: 18px;
  color: #019239;
}

.fancybox-close:hover {
  background: #B0CB3B;
}

.fancybox-close:hover:before {
  color: white;
}

/*------------------------------------*\
    Tables
\*------------------------------------*/
.table-layout .heading-row {
  font-weight: normal;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

.table-layout .heading-row .sortable-heading:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.table-layout .heading-row .sortable-heading:before {
  float: right;
  display: inline-block;
  color: #787878;
  content: "\e6c7";
}

.table-layout .heading-row .sortable-heading:hover {
  color: #019239;
}

/*------------------------------------*\
    Tooltips
\*------------------------------------*/
/*------------------------------------*\
    Typography
\*------------------------------------*/
html {
  font-weight: normal;
  font-family: "Gotham Rounded Book", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

h1,
h2,
h3,
h4,
h5,
.page-title,
.heading,
.subtitle,
b,
strong,
.cart-summary-row.total {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
}

#cv-zone-pagecontent .widget-page-title {
  display: none;
}

/*------------------------------------*\
    Grid
\*------------------------------------*/
.page-content {
  min-height: 400px;
}

@media (min-width: 62em) {
  .page-content {
    min-height: 850px;
  }
}

@media (min-width: 62em) {
  .layout-sidebar {
    width: 300px;
  }
}

.layout-sidebar .spacing-right::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 62em) {
  .layout-sidebar .spacing-right {
    margin-right: 50px;
  }
}

@media (min-width: 62em) {
  .layout-sidebar + .layout-maincontent {
    width: calc((100%) - 300px);
  }
}

.page-ProductDisplay .layout-sidebar .spacing-right {
  background: #EEF5EA;
  border-radius: 10px;
  padding: 15px;
}

.page-ProductDisplay .layout-sidebar .form-select {
  width: 100%;
  max-width: 100%;
}

.page-ProductDisplay .layout-sidebar .widget-product-filter {
  margin-top: 15px;
  padding-top: 0;
  border-top: 1px dashed #019239;
  clear: both;
  display: block;
}

@media (min-width: 48em) {
  .page-ProductDisplay .layout-sidebar .widget-product-filter {
    padding-top: 15px;
  }
}

.page-ProductDisplay .layout-sidebar .widget-product-list-sort {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #019239;
  clear: both;
  display: block;
}

.show-filter-items.cv-ico-general-arrow-down5:hover:before,
.show-filter-items.cv-ico-general-arrow-up5:hover:before {
  background: #019239;
}

.show-filter-items:after {
  top: 10px;
}

.filter-item {
  background: none;
}

.expandable-header {
  color: #019239;
  background: none;
  border-bottom: 1px solid #019239;
}

.expandable-header:hover {
  color: #01ab43;
}

.expandable-header span {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
}

.expandable-header .downArrow:before {
  content: "\e66c";
  color: #019239;
}

.expandable-header .downArrow:hover {
  color: #019239;
}

.expandable-header .upArrow:before {
  content: "\e674";
  color: #019239;
}

.expandable-header .upArrow:hover {
  color: #019239;
}

.expandable-content {
  border: none;
  background: none;
}

.expandable-content .filter-checklist li {
  padding: 0 5px;
}

.expandable-content .filter-checklist li:hover {
  background: none;
}

.expandable-content .filter-checklist li label {
  font-size: 12px;
  height: 22px;
  padding: 5px 0;
  cursor: pointer;
}

.sort-custom {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #019239;
}

/*------------------------------------*\
    Top Bar
\*------------------------------------*/
.cv-header-topbar {
  background: #fafafa;
  color: black;
  position: static;
}

.cv-header-topbar a {
  font-weight: normal;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787878;
}

.cv-header-topbar a:hover {
  color: black;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
#cv-zone-header {
  background: white;
  color: black;
  margin: 0;
}

@media (min-width: 62em) {
  #cv-zone-header {
    padding: 20px;
  }
}

#cv-zone-header .widget-logo {
  display: block;
  width: 100%;
  text-align: center;
}

#cv-zone-header .widget-logo::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 37em) {
  #cv-zone-header .widget-logo {
    text-align: left;
    width: auto;
  }
}

@media (min-width: 37em) {
  #cv-zone-header .widget-logo img {
    float: left;
    position: relative;
    top: 5px;
    max-height: 48px;
  }
}

@media (min-width: 48em) {
  #cv-zone-header .widget-logo img {
    max-height: 52px;
  }
}

@media (min-width: 62em) {
  #cv-zone-header .widget-logo img {
    max-height: 64px;
    margin-top: 15px;
  }
}

@media (min-width: 92em) {
  #cv-zone-header .widget-logo img {
    margin-top: 0;
    max-height: 72px;
  }
}

#cv-zone-header .marketing-message {
  display: block;
  color: #019239;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10px;
  text-align: center;
}

@media (min-width: 62em) {
  #cv-zone-header .marketing-message {
    padding: 5px 10px;
    float: right;
    display: inline;
    font-size: 14px;
    text-align: right;
  }
}

#cv-zone-header .marketing-message .message {
  display: block;
  float: left;
  text-align: left;
}

#cv-zone-header .marketing-message a {
  color: #019239;
}

#cv-zone-header .marketing-message a:hover {
  text-decoration: underline;
}

.image-with-link {
  float: left;
  margin-left: 15px;
}

.image-with-link::after {
  clear: both;
  content: "";
  display: table;
}

.image-with-link img {
  float: left;
}

.k-ie #cv-zone-header .marketing-message {
  float: left;
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/
#cv-zone-navigation,
#cv-zone-navigation-container {
  background: #019239;
  height: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  z-index: 101;
}

#cv-zone-navigation-container .container {
  position: relative;
}

#cv-zone-navigation-container .container .container {
  position: static;
  width: auto;
  max-width: none;
  margin: 0;
  height: auto;
}

@media (min-width: 62em) {
  #cv-zone-navigation-container .cv-menus {
    width: auto;
    background: none;
    border: none;
    float: left;
    display: inline-block;
  }
}

#cv-zone-navigation-container .widget-mega-menu ul > li {
  position: relative;
}

#cv-zone-navigation-container .widget-mega-menu ul > li > a {
  margin: 0;
  height: 40px;
  padding: 13px 15px;
  color: white;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}

#cv-zone-navigation-container .widget-mega-menu ul > li > a:after {
  content: "";
  float: right;
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #B0CB3B;
  position: absolute;
  top: 10px;
  right: 0;
}

#cv-zone-navigation-container .widget-mega-menu ul > li:hover > a {
  background: none;
  color: #B0CB3B;
}

#cv-zone-navigation-container .widget-mega-menu ul > li .ico-right:before {
  top: 0;
  right: -5px;
}

#cv-zone-navigation-container .widget-mega-menu ul > li:last-of-type a:after {
  display: none;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area {
  background: white;
  border-radius: 10px;
  color: #019239;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  width: 100%;
}

@media (min-width: 62em) {
  #cv-zone-navigation-container .widget-mega-menu .dropdown-area {
    width: 900px;
  }
}

@media (min-width: 92em) {
  #cv-zone-navigation-container .widget-mega-menu .dropdown-area {
    width: 1000px;
  }
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .arrow {
  position: relative;
  float: left;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .arrow:after {
  bottom: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(186, 218, 85, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area a {
  color: #454545;
  padding: 3px 5px;
  height: auto;
  text-transform: none;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area a:hover {
  color: #019239;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area a:after {
  display: none;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .mm-heading {
  background: none;
  padding: 0;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .mm-heading a {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  text-transform: uppercase;
  background: none;
  color: #019239;
  border-bottom: 1px solid #019239;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .second-level + .mm-heading {
  margin-top: 11px;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .second-level-parent {
  margin-top: 10px;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .second-level-parent a {
  color: #787878;
  text-transform: uppercase;
  font-size: 16px;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .second-level-parent a:hover {
  color: #019239;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .mm-heading + .second-level-parent {
  margin-top: 0;
}

#cv-zone-navigation-container .widget-section-menu {
  height: auto;
}

#cv-zone-navigation-container .widget-section-menu ul {
  float: left;
  display: inline-block;
}

#cv-zone-navigation-container .widget-section-menu ul li {
  float: left;
  display: inline-block;
}

#cv-zone-navigation-container .widget-section-menu ul li a {
  display: block;
}

#cv-zone-navigation-container .widget-section-menu ul li a span {
  display: block;
  padding: 13px 15px;
  height: 40px;
  color: white;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
}

.is-sticky .cv-menus {
  position: static !important;
  top: initial !important;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .dropdown-fourlevel .category-level-four {
  border-bottom: 1px solid #ddd !important;
}

#cv-zone-navigation-container .widget-mega-menu .dropdown-area .dropdown-fourlevel .mm-col-1-3 a {
  padding: 10px !important;
  color: #787878 !important;
}

.cv-menus {
  border-bottom: none;
}

/*------------------------------------*\
    Feature
\*------------------------------------*/
#cv-zone-feature {
  background-color: #B0CB3B;
  padding: 20px;
  position: relative;
  height: 85px;
}

@media (min-width: 62em) {
  #cv-zone-feature {
    height: 120px;
  }
}

#cv-zone-feature:after {
  background: url("/Themes/BPDTHEME01/theme-client-updates/img/placeholder/circles.png");
  background-size: 100%;
  background-position: 50% 50%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.18;
}

#cv-zone-feature * {
  color: white;
}

#cv-zone-feature .page-title {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

@media (min-width: 37em) {
  #cv-zone-feature .page-title {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  #cv-zone-feature .page-title {
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  #cv-zone-feature .page-title {
    font-size: 46px;
  }
}

#cv-zone-feature .page-title:before {
  display: none !important;
}

#cv-zone-feature .page-title + .subtitle {
  margin: 0;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  max-width: 75%;
}

@media (min-width: 62em) {
  #cv-zone-feature .page-title + .subtitle {
    font-size: 14px;
  }
}

body.category-SX1 #cv-zone-feature {
  background-color: #019239;
  height: 85px;
}

@media (min-width: 62em) {
  body.category-SX1 #cv-zone-feature {
    height: 120px;
  }
}

body.category-SX1 .btn.cv-favourite {
  display: none !important;
}

body #formCustomPage #cv-zone-feature,
body #formOrders #cv-zone-feature,
body #formLogin #cv-zone-feature, body.page-ArticleView #cv-zone-feature, body.page-AccountSelect #cv-zone-feature, body.page-OrdersApproval #cv-zone-feature, body.page-B2CAccount #cv-zone-feature, body.page-B2BAccount #cv-zone-feature, body.page-OrderSearch #cv-zone-feature, body.page-OrdersOnHold #cv-zone-feature, body.page-AccountPayment #cv-zone-feature, body.page-OrderTemplates2 #cv-zone-feature, body.page-OrderImport #cv-zone-feature, body.page-Account #cv-zone-feature, body.page-UserMaintenanceCustomer #cv-zone-feature, body.page-PDFCatalogueExportWizard #cv-zone-feature,
body form[action="./my-favourites"] #cv-zone-feature, body.page-Checkout #cv-zone-feature {
  height: 60px;
}

@media (min-width: 62em) {
  body #formCustomPage #cv-zone-feature,
  body #formOrders #cv-zone-feature,
  body #formLogin #cv-zone-feature, body.page-ArticleView #cv-zone-feature, body.page-AccountSelect #cv-zone-feature, body.page-OrdersApproval #cv-zone-feature, body.page-B2CAccount #cv-zone-feature, body.page-B2BAccount #cv-zone-feature, body.page-OrderSearch #cv-zone-feature, body.page-OrdersOnHold #cv-zone-feature, body.page-AccountPayment #cv-zone-feature, body.page-OrderTemplates2 #cv-zone-feature, body.page-OrderImport #cv-zone-feature, body.page-Account #cv-zone-feature, body.page-UserMaintenanceCustomer #cv-zone-feature, body.page-PDFCatalogueExportWizard #cv-zone-feature,
  body form[action="./my-favourites"] #cv-zone-feature, body.page-Checkout #cv-zone-feature {
    height: 93px;
  }
}

.widget-productlist-price-ex {
  font-size: 9px;
  font-weight: 400px;
  display: inline;
}

#formHome #cv-zone-feature {
  display: none;
}

/*------------------------------------*\
    Page
\*------------------------------------*/
.cart-line-product-info .alert-box {
  float: left;
  max-width: 95%;
}

/*------------------------------------*\
    Page Before
\*------------------------------------*/
/*------------------------------------*\
    Page After
\*------------------------------------*/
/*------------------------------------*\
    Page Left
\*------------------------------------*/
/*------------------------------------*\
    Page Right
\*------------------------------------*/
/*------------------------------------*\
    Footer
\*------------------------------------*/
#cv-zone-footer {
  background: none;
  border: none;
}

@media (min-width: 62em) {
  #cv-zone-footer {
    padding: 60px 0 0;
  }
}

#cv-zone-footer .widget-logo {
  max-width: 60px;
  margin: 0 auto;
}

@media (min-width: 62em) {
  #cv-zone-footer .widget-logo {
    margin: 0 25px 0 0;
    float: left;
    display: inline-block;
  }
}

#cv-zone-footer .blurb {
  text-align: center;
  color: #019239;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10px;
}

@media (min-width: 62em) {
  #cv-zone-footer .blurb {
    float: left;
    display: inline-block;
    font-size: 12px;
    text-align: left;
  }
}

#cv-zone-footer .blurb span {
  display: block;
}

/*------------------------------------*\
    Footer After
\*------------------------------------*/
#cv-zone-footer-after {
  background: #fff;
  padding: 0;
}

#cv-zone-footer-after .container {
  border: none;
  margin: 0 auto;
  padding: 0;
}

#cv-zone-footer-after .widget-section-menu {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}

#cv-zone-footer-after .widget-section-menu ul {
  display: block;
  width: 100%;
  text-align: center;
  height: auto;
}

@media (min-width: 62em) {
  #cv-zone-footer-after .widget-section-menu ul {
    float: left;
    text-align: left;
  }
}

#cv-zone-footer-after .widget-section-menu ul li {
  display: inline-block;
  float: none;
}

@media (min-width: 62em) {
  #cv-zone-footer-after .widget-section-menu ul li {
    float: left;
  }
}

#cv-zone-footer-after .widget-section-menu ul li a {
  color: #019239;
  font-size: 10px;
  padding: 5px 0;
}

@media (min-width: 62em) {
  #cv-zone-footer-after .widget-section-menu ul li a {
    font-size: 12px;
  }
}

#cv-zone-footer-after .widget-section-menu ul li a:hover {
  color: #B0CB3B;
  text-decoration: none;
}

#cv-zone-footer-after .widget-section-menu ul li a span {
  padding: 0 10px;
  border-right: 1px solid #B0CB3B;
  display: block;
}

#cv-zone-footer-after .widget-section-menu ul li:last-child a span {
  border: none;
}

#cv-zone-footer-after .widget-section-menu.bold ul li a {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
}

#cv-zone-footer-after .widget-section-menu.uppercase ul li a {
  text-transform: uppercase;
}

#cv-zone-footer-after .image-with-link {
  display: none;
}

@media (min-width: 62em) {
  #cv-zone-footer-after .image-with-link {
    float: right;
    display: inline-block;
  }
}

#cv-zone-footer-after .col-1-2.footer-after-col {
  width: 100%;
}

@media (min-width: 62em) {
  #cv-zone-footer-after .col-1-2.footer-after-col:first-child {
    width: 80%;
  }
  #cv-zone-footer-after .col-1-2.footer-after-col:last-child {
    width: 20%;
    margin-top: -65px;
  }
}

/*------------------------------------*\
    Navigation Mobile
\*------------------------------------*/
@media (min-width: 62em) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu .dl-menuwrapper ul {
  background-color: #019239;
}

.mobile-menu .dl-menuwrapper li a:hover {
  background-color: #01ab43;
}

.mobile-menu .dl-menuwrapper button {
  background: #019239;
  color: white;
}

.mobile-menu .dl-menuwrapper button:hover {
  background-color: #019239;
}

.mobile-menu .dl-menuwrapper li.dl-back > a {
  background: #01792f;
}

/*------------------------------------*\
    Navigation Desktop
\*------------------------------------*/
/*------------------------------------*\
    Widget - Account Select
\*------------------------------------*/
.widget-switch-account .acc-code {
  background: #019239;
  color: white;
}

.widget-switch-account .acc-code a {
  color: white;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*------------------------------------*\
    Widget - Banner Slider
\*------------------------------------*/
.widget-banner-slider .owl-pagination {
  margin-top: -37px;
}

.widget-banner-slider.owl-theme .owl-controls .owl-page.active span {
  color: white;
  background: white;
}

.widget-banner-slider .owl-buttons .owl-next,
.widget-banner-slider .owl-buttons .owl-prev {
  background: none;
  border: 5px solid rgba(255, 255, 255, 0.88);
}

.widget-banner-slider .owl-buttons .owl-next:before,
.widget-banner-slider .owl-buttons .owl-prev:before {
  top: 0;
  left: 1px;
}

.widget-banner-slider .owl-buttons .owl-prev:before {
  left: -1px;
}

.owl-theme .owl-controls .owl-page.active span {
  color: white;
  background: #B0CB3B;
}

/*------------------------------------*\
    Widget - Breadcrumb
\*------------------------------------*/
.widget-breadcrumb {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.widget-breadcrumb a:hover {
  color: #019239;
}

.widget-breadcrumb .last-breadcrumb-item span {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
  top: 0;
  color: #019239;
}

.page-home .widget-breadcrumb {
  display: none !important;
}

.page-ArticleView #cv-zone-pagecontent-before .widget-breadcrumb {
  display: none !important;
}

/*------------------------------------*\
    Widget - Cart Summary
\*------------------------------------*/
.is-sticky .checkout-heading-navigation {
  top: 0 !important;
}

.dropdown-cart-options .btn.cv-checkout {
  float: right;
  width: auto;
}

.cv-cart-line {
  border-left: none;
}

.cv-cart-line .widget-order-line-description {
  color: #019239;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.widget-cart-summary .icon {
  padding-top: 12px;
}

.widget-cart-summary:hover {
  color: black;
}

.widget-cart-summary:hover .ico-only-text,
.widget-cart-summary:hover .icon {
  color: black;
}

.widget-cart-summary .dropdown-cart-summary .cart-line-item.subtotals .subtotal {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.widget-cart-summary .dropdown-cart-summary.with-products .product-line a:hover .widget-productlist-title {
  color: #019239;
}

.widget-cart-fast-order-entry.cart-fast-order {
  margin-bottom: 10px;
  border: 1px dashed #019239;
  padding: 15px 15px 0;
  border-radius: 10px;
}

@media (min-width: 48em) {
  .widget-cart-fast-order-entry.cart-fast-order {
    margin-bottom: 25px;
    padding: 15px;
  }
}

.widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-1,
.widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-2,
.widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-3 {
  padding: 0;
}

@media (min-width: 48em) {
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-1,
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-2,
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-3 {
    padding: 10px;
  }
}

.widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-1 .data-list-column,
.widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-2 .data-list-column,
.widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-3 .data-list-column {
  padding: 0 0 5px;
}

@media (min-width: 48em) {
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-1 .data-list-column,
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-2 .data-list-column,
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-3 .data-list-column {
    padding: 5px;
  }
}

/*------------------------------------*\
    Widget - Catalogue Select
\*------------------------------------*/
/*------------------------------------*\
    Widget - Login / Logout Modal
\*------------------------------------*/
#modal-login-register {
  border-radius: 10px;
}

#modal-login-register .modal-header {
  max-width: 850px;
  min-width: 0;
  width: 100%;
}

#modal-login-register .modal-header span {
  position: relative;
  top: 2px;
}

#modal-login-register .modal-content {
  max-width: 850px;
  min-width: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  padding: 25px 25px 30px;
}

#modal-login-register .modal-content .grey-box .container {
  width: 100%;
  max-width: 100%;
}

#modal-login-register .modal-content .grey-box h3 {
  margin-bottom: 0;
}

#modal-login-register .modal-content .grey-box p {
  line-height: 140%;
  margin-top: 0;
}

#modal-login-register .modal-content .grid-row.spacing-bottom {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

#modal-login-register .password-reset-link {
  color: #019239;
}

#modal-login-register .password-reset-link:hover {
  color: #B0CB3B;
}

#modal-login-register .btn.primary.cv-ico-general-login {
  font-size: 16px;
  padding: 10px 25px;
  margin: 0;
  position: relative;
  top: -10px;
}

/*------------------------------------*\
    Widget - Logo
\*------------------------------------*/
/*------------------------------------*\
    Widget - Payment Icons
\*------------------------------------*/
/*------------------------------------*\
    Widget - Product Search
\*------------------------------------*/
.widget-product-search {
  margin: 7px 0;
}

@media (min-width: 62em) {
  .widget-product-search {
    margin: 0;
  }
}

.widget-product-search .product-search-autocomplete {
  border-radius: 30px 0 0 30px;
  font-size: 11px;
}

@media (min-width: 62em) {
  .widget-product-search .product-search-autocomplete {
    font-size: 14px;
  }
}

.widget-product-search .btn.search {
  background: #019239;
  border-color: #019239;
  border-radius: 0 30px 30px 0;
}

.widget-product-search .btn.search:hover, .widget-product-search .btn.search:focus {
  background: #B0CB3B;
  border-color: #B0CB3B;
}

.widget-product-search .btn.search.cv-is-processing:before {
  color: transparent;
}

.search-header {
  display: none;
}

.lucene-messages {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #019239;
  font-size: 18px;
  margin-bottom: 0;
}

.lucene-messages p {
  line-height: normal;
  padding: 0;
  margin: 0 0 10px;
}

.page-CP_BPDTHEME01_SearchResults .btn.view,
.page-CP_BPDTHEME01_Search .btn.view {
  margin: 0 0 0 8px;
  font-size: 12px;
  background: #B0CB3B;
  border-color: #B0CB3B;
  position: relative;
  top: -35px;
}

.page-CP_BPDTHEME01_SearchResults .btn.view:before,
.page-CP_BPDTHEME01_Search .btn.view:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-CP_BPDTHEME01_SearchResults .btn.view:before,
.page-CP_BPDTHEME01_Search .btn.view:before {
  margin-right: 5px;
  position: relative;
  content: "\e6b4";
}

.page-CP_BPDTHEME01_SearchResults .btn.view:hover,
.page-CP_BPDTHEME01_Search .btn.view:hover {
  background: #b8d04f;
  border-color: #b8d04f;
}

@media (min-width: 92em) {
  .page-CP_BPDTHEME01_SearchResults .product-grid.grid .product,
  .page-CP_BPDTHEME01_Search .product-grid.grid .product {
    width: 15.666% !important;
    margin: 0 0.5% 1% !important;
    clear: none !important;
  }
}

.page-CP_BPDTHEME01_SearchResults .layout-maincontent h1,
.page-CP_BPDTHEME01_Search .layout-maincontent h1 {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  color: #787878;
}

.search-item-with-image {
  padding: 8px 5px 2px 5px !important;
}

/*------------------------------------*\
    Widget - Role Select
\*------------------------------------*/
.widget-role-select {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787878;
}

.widget-role-select:hover .role-select {
  color: black;
}

.widget-role-select:hover .role-select * {
  color: black;
}

.widget-role-select .dropdown-area {
  width: 320px;
  top: 25px;
}

.widget-role-select .dropdown-area .dropdown-list {
  border-radius: 45px;
  background: #B0CB3B;
}

.widget-role-select .dropdown-area .dropdown-list:after {
  margin-left: 10px;
  border-bottom-color: #B0CB3B;
}

.widget-role-select .dropdown-area .dropdown-list .form-select {
  max-width: 100%;
}

.widget-role-select .role-code {
  background: #019239;
  color: white;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*------------------------------------*\
    Widget - Section Menu
\*------------------------------------*/
.widget-section-menu.dropdown-section-menu .heading.icon {
  padding-top: 12px;
}

.widget-section-menu.dropdown-section-menu .ico-right:before {
  top: 0;
}

.widget-section-menu.dropdown-section-menu .dropdown-area {
  top: 77%;
  right: -43px;
  background: transparent;
  padding: 0 30px 30px;
}

.widget-section-menu.dropdown-section-menu .dropdown-list {
  padding: 5px 0;
  width: 160px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.widget-section-menu.dropdown-section-menu .dropdown-list:after {
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}

.widget-section-menu.dropdown-section-menu .dropdown-list li a {
  font-size: 12px;
  font-weight: normal;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 8px 15px;
  color: black;
  text-align: left;
}

.widget-section-menu.dropdown-section-menu .dropdown-list li a:hover {
  color: #019239;
}

.widget-section-menu.dropdown-section-menu:hover a .heading {
  color: black;
}

.menu-item-count {
  color: white;
  min-height: 15px;
  background: #019239;
  font-size: 10px;
  padding: 5px;
  width: 20px;
  height: 20px;
}

/*------------------------------------*\
    Widget - Social Links
\*------------------------------------*/
#cv-zone-header .widget-social-links {
  display: none;
}

@media (min-width: 62em) {
  #cv-zone-header .widget-social-links {
    display: inline-block;
    margin: -10px 0 10px;
  }
}

#cv-zone-header .widget-social-links a {
  background: #788;
  color: white;
  border-radius: 40px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 4px 4px 0 0;
  padding: 6px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#cv-zone-header .widget-social-links a:hover {
  background: #019239;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

#cv-zone-header .widget-social-links a:before {
  position: relative;
  top: 3px;
}

.share-it {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.share-it::after {
  clear: both;
  content: "";
  display: table;
}

.share-it .share-this {
  color: #019239;
  font-size: 14px;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: inline-block;
  float: left;
  padding: 9px 10px 0 0;
}

.share-it .addthis_inline_share_toolbox {
  float: left;
  display: inline-block;
  clear: none !important;
}

.at-resp-share-element .at-share-btn {
  background: #788 !important;
}

.at-resp-share-element .at-share-btn:hover {
  background: #019239 !important;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/*------------------------------------*\
    cart & checkout pages
\*------------------------------------*/
.widget-cart-fast-order-entry .data-list-view-basic .data-list-item .data-item-value .form-number-plus-minus,
.cart-fast-order .data-list-view-basic .data-list-item .data-item-value .form-number-plus-minus {
  right: -15px;
}

a.payment-provider-link {
  float: left;
  display: inline-block;
  border: none;
  background: none;
}

a.payment-provider-link:hover {
  background: none !important;
  border: none !important;
}

a.payment-provider-link img {
  height: 42px;
}

.cv-tabs .payment-icon {
  background: white;
}

/*------------------------------------*\
    Dashboard
\*------------------------------------*/
.data-list-item .data-list-column.asc .sort-icon [class*='cv-ico-general-arrow-up2']:before,
.data-list-item .data-list-column.desc .sort-icon [class*='cv-ico-general-arrow-down2']:before {
  color: #019239;
}

.order-track-userinfo .form-label {
  padding-left: 0;
}

.data-list-heading {
  font-weight: normal;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

.data-list-heading label,
.data-list-heading .data-list-column {
  font-weight: normal;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

#cv-zone-scl-1-left-1-2 {
  background: #fafafa;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 100%;
}

@media (min-width: 62em) {
  #cv-zone-scl-1-left-1-2 {
    width: 50%;
  }
}

#cv-zone-scl-1-right-1-2 {
  width: 100%;
}

@media (min-width: 62em) {
  #cv-zone-scl-1-right-1-2 {
    padding-left: 40px;
    width: 50%;
  }
}

.sub-page-tile {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: none;
  border: 1px dashed #e4e8ec;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
}

.sub-page-tile:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media (min-width: 37em) {
  .sub-page-tile {
    width: 48%;
    margin: 1%;
  }
}

@media (min-width: 48em) {
  .sub-page-tile {
    width: 31.333%;
  }
}

@media (min-width: 62em) {
  .sub-page-tile {
    width: 48%;
  }
}

@media (min-width: 92em) {
  .sub-page-tile {
    width: 31.333%;
  }
}

.sub-page-tile .icon-large {
  background: #019239;
}

.sub-page-tile .icon-large:before {
  top: 7px;
  font-size: 24px;
}

.sub-page-tile .text-large {
  color: black;
  font-weight: normal;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.sub-page-tile .menu-item-count {
  background: #787878;
}

.sub-page-tile:hover {
  border: 1px dashed #019239;
}

.sub-page-tile:hover .text-large {
  color: #019239;
}

.dashboard-items h2 {
  color: black;
  padding: 10px;
  margin: 10px 0 0;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  font-weight: normal;
}

.dashboard-items .content-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
}

.dashboard-items .content-box .spacing-top {
  margin-top: 0;
}

.dashboard-items .content-box .box-title {
  font-size: 16px;
  color: #787878;
}

.dashboard-module .cv-is-empty {
  text-align: center;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787878;
  font-size: 10px;
  padding: 15px;
}

.dashboard-module .btn.small.clear:hover {
  background: #019239;
}

.data-item-value a {
  color: #019239;
}

.page-UserMaintenanceCustomer .page-content .cv-button,
.page-UserMaintenanceCustomer .page-content .button {
  background: #019239;
  border-radius: 20px;
}

.page-UserMaintenanceCustomer .page-content .cv-button:hover,
.page-UserMaintenanceCustomer .page-content .button:hover {
  background: #01ab43;
}

.page-UserMaintenanceCustomer .page-content td a {
  color: #019239;
}

.page-UserMaintenanceCustomer .page-content td a:hover {
  color: #01ab43;
}

.page-UserMaintenanceCustomer .page-content input {
  outline: none;
  border-width: 1px !important;
}

.page-UserMaintenanceCustomer .page-content input:focus {
  border-color: #019239 !important;
}

#advanced-search-content .col-1-5 {
  width: 100%;
}

@media (min-width: 48em) {
  #advanced-search-content .col-1-5 {
    width: 20%;
  }
}

#advanced-search-content .col-1-5 .form-label {
  font-size: 12px;
}

@media (min-width: 62em) {
  #advanced-search-content .col-1-5 .form-label {
    font-size: 14px;
  }
}

.widget-account-payment.payacc-step1 .col-1-5 {
  width: 100%;
}

@media (min-width: 48em) {
  .widget-account-payment.payacc-step1 .col-1-5 {
    width: 20%;
  }
  .widget-account-payment.payacc-step1 .col-1-5 .form-span {
    display: block;
    padding-left: 20px;
  }
}

@media (min-width: 92em) {
  .widget-account-payment.payacc-step1 .col-1-5 .form-span {
    display: inline-block;
    padding-left: 0;
  }
}

.widget-account-payment.payacc-step1 .col-1-5 .form-label {
  font-size: 12px;
  padding-left: 0;
}

@media (min-width: 62em) {
  .widget-account-payment.payacc-step1 .col-1-5 .form-label {
    font-size: 14px;
  }
}

.change-details-form .col-1-2 {
  width: 100%;
}

.ordersonhold-view .col-1-2 {
  width: 100%;
}

@media (min-width: 48em) {
  .ordersonhold-view .col-1-2 {
    width: 50%;
  }
}

.ordersonhold-view .col-1-2 .btn.small {
  width: 48%;
  margin: 1%;
  float: left;
  display: inline-block;
  clear: none;
}

@media (min-width: 48em) {
  .ordersonhold-view .col-1-2 .btn.small {
    width: auto;
    margin: 5px;
    float: right;
  }
}

@media (min-width: 48em) {
  .ordersonhold-view .col-1-2:first-child .btn.small {
    float: left;
  }
}

/*------------------------------------*\
    Homepage
\*------------------------------------*/
.page-home .page-content .widget-section-menu {
  height: auto;
  background: #019239;
  color: white;
  display: block;
  width: 100%;
}

.page-home .page-content .widget-section-menu ul {
  margin: 0 auto;
  max-width: 1620px;
}

.page-home .page-content .widget-section-menu ul li {
  float: left;
  display: inline-block;
}

.page-home .page-content .widget-section-menu ul li a {
  display: block;
  color: white;
  padding: 10px 0;
  text-transform: uppercase;
}

.page-home .page-content .widget-section-menu ul li a:hover {
  background: none;
  color: #B0CB3B;
}

.page-home .page-content .widget-section-menu ul li a span {
  padding: 0 10px;
  border-right: 1px solid #B0CB3B;
  display: block;
  font-size: 10px;
}

@media (min-width: 62em) {
  .page-home .page-content .widget-section-menu ul li a span {
    font-size: 12px;
  }
}

.page-home .page-content .widget-section-menu ul li:last-child a span {
  border: none;
}

.homepage-tile {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: none;
  padding: 15px 0 0;
  margin: 25px 10px 0;
  text-align: center;
  background: #019239;
}

.homepage-tile:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.homepage-tile::after {
  clear: both;
  content: "";
  display: table;
}

.homepage-tile img {
  float: left;
  display: block;
  width: 100%;
}

.homepage-tile .info {
  clear: both;
  display: block;
  padding: 15px;
  text-align: center;
}

.homepage-tile .info::after {
  clear: both;
  content: "";
  display: table;
}

.homepage-tile .info h3 {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 26px;
}

.homepage-tile .info .link-text {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  padding: 5px 0;
  display: inline-block;
  margin: 0 auto;
  color: white;
}

.homepage-tile .info .link-text:hover {
  color: white !important;
}

.homepage-tile.default {
  background: #019239;
}

.homepage-tile.default .info .link-text {
  color: #B0CB3B;
}

.homepage-tile.primary {
  background: #B0CB3B;
}

.homepage-tile.primary .info .link-text {
  color: #019239;
}

.homepage-tile.secondary {
  background: #70B7E5;
}

.homepage-tile.secondary .info .link-text {
  color: white;
}

.homepage-tile.alternate {
  background: #F59C00;
}

.homepage-tile.alternate .info .link-text {
  color: white;
}

.homepage-tile.alternate2 {
  background: #992D84;
}

.homepage-tile.alternate2 .info .link-text {
  color: white;
}

/*------------------------------------*\
Product - Category
\*------------------------------------*/
#product-grid.ideas .cv-zone-product-2 {
  display: none !important;
}

[class*="category-SX1"] .cv-zone-product-2 {
  display: none;
}

.product-filter h5 {
  display: none !important;
}

.widget-recently-viewed-products .cv-zone-product-5,
.widget-recently-viewed-products .cv-zone-product-6,
.widget-recently-viewed-products .widget-productlist-code,
.widget-recently-viewed-products .widget-productlist-availability {
  display: none !important;
}

.quantity-ideas {
  display: none !important;
}

.widget-category-banner {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-top: 10px;
}

.widget-category-banner .category-banner-title {
  color: #019239;
  font-weight: normal;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
}

.widget-category-banner .category-banner-text {
  color: #787878;
}

/*------------------------------------*\
    Product - All
\*------------------------------------*/
.product-slider .owl-item {
  padding-bottom: 20px;
}

/*------------------------------------*\
    Product - Grid
\*------------------------------------*/
.product-grid.category .product,
.product-grid.grid .product {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: none;
  border: 1px dashed #e4e8ec;
  padding: 10px;
}

.product-grid.category .product:hover,
.product-grid.grid .product:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.product-grid.category .product:hover,
.product-grid.grid .product:hover {
  border: 1px dashed #019239;
}

@media (min-width: 62em) {
  .product-grid.category .product,
  .product-grid.grid .product {
    width: 23% !important;
    margin: 0 1% 2% !important;
    clear: none !important;
  }
}

.product-grid.category .product .cv-zone-product-1,
.product-grid.grid .product .cv-zone-product-1 {
  text-align: left;
}

.product-grid.category .product .cv-zone-product-1 .product-img,
.product-grid.grid .product .cv-zone-product-1 .product-img {
  padding: 0;
  border-radius: 10px;
  width: 100%;
  margin: 0;
}

.product-grid.category .product .cv-zone-product-1 .widget-productlist-title,
.product-grid.grid .product .cv-zone-product-1 .widget-productlist-title {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.product-grid.category .product .cv-zone-product-1 .widget-productlist-title span, .product-grid.category .product .cv-zone-product-1 .widget-productlist-title a,
.product-grid.grid .product .cv-zone-product-1 .widget-productlist-title span,
.product-grid.grid .product .cv-zone-product-1 .widget-productlist-title a {
  color: #019239;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

.product-grid.category .product .cv-zone-product-2,
.product-grid.grid .product .cv-zone-product-2 {
  text-align: left;
  min-height: 160px;
}

@media (min-width: 92em) {
  .product-grid.category .product .cv-zone-product-2,
  .product-grid.grid .product .cv-zone-product-2 {
    min-height: initial;
  }
}

.product-grid.category .product .cv-zone-product-4::after,
.product-grid.grid .product .cv-zone-product-4::after {
  clear: both;
  content: "";
  display: table;
}

.product-grid.category .product .cv-zone-product-4 .widget-productlist-code,
.product-grid.grid .product .cv-zone-product-4 .widget-productlist-code {
  color: black;
  float: left;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  clear: none;
  padding: 0 5px 10px 0;
}

.product-grid.category .product .cv-zone-product-4 .widget-productlist-product-field-SubTitle,
.product-grid.grid .product .cv-zone-product-4 .widget-productlist-product-field-SubTitle {
  color: #787878;
  float: left;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  clear: none;
  padding: 0 5px 10px 0;
}

.product-grid.category .product .cv-zone-product-5,
.product-grid.grid .product .cv-zone-product-5 {
  min-height: 80px;
}

.product-grid.category .product .cv-zone-product-5 .widget-productlist-unit,
.product-grid.grid .product .cv-zone-product-5 .widget-productlist-unit {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #019239;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}

.product-grid.category .product .cv-zone-product-5 .widget-productlist-price,
.product-grid.grid .product .cv-zone-product-5 .widget-productlist-price {
  float: left;
  display: inline-block;
}

.product-grid.category .product .cv-zone-product-5 .widget-productlist-price::after,
.product-grid.grid .product .cv-zone-product-5 .widget-productlist-price::after {
  clear: both;
  content: "";
  display: table;
}

.product-grid.category .product .cv-zone-product-5 .widget-productlist-price .item-price,
.product-grid.grid .product .cv-zone-product-5 .widget-productlist-price .item-price {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  display: inline-block;
}

.product-grid.category .product .cv-zone-product-5 .widget-productlist-price .widget-productlist-gst,
.product-grid.grid .product .cv-zone-product-5 .widget-productlist-price .widget-productlist-gst {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  display: inline-block;
  padding: 0 10px 0 0;
}

.product-grid.category .product .cv-zone-product-5 .break-pricing,
.product-grid.grid .product .cv-zone-product-5 .break-pricing {
  clear: both;
  display: block;
}

.product-grid.category .product .cv-zone-product-5 .break-pricing::after,
.product-grid.grid .product .cv-zone-product-5 .break-pricing::after {
  clear: both;
  content: "";
  display: table;
}

.product-grid.category .product .cv-zone-product-5 .ex-gst,
.product-grid.grid .product .cv-zone-product-5 .ex-gst {
  color: #787878;
}

.product-grid.category .product .cv-zone-product-5 .ex-gst *,
.product-grid.grid .product .cv-zone-product-5 .ex-gst * {
  color: #787878;
}

.product-grid.category .product .cv-zone-product-3,
.product-grid.grid .product .cv-zone-product-3 {
  min-height: 80px;
}

.product-grid.category .product .cv-zone-product-3 .cv-numeric-input,
.product-grid.category .product .cv-zone-product-3 .btn.cv-add-to-cart,
.product-grid.grid .product .cv-zone-product-3 .cv-numeric-input,
.product-grid.grid .product .cv-zone-product-3 .btn.cv-add-to-cart {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 92em) {
  .product-grid.category .product .cv-zone-product-3 .cv-numeric-input,
  .product-grid.category .product .cv-zone-product-3 .btn.cv-add-to-cart,
  .product-grid.grid .product .cv-zone-product-3 .cv-numeric-input,
  .product-grid.grid .product .cv-zone-product-3 .btn.cv-add-to-cart {
    margin-top: 0;
  }
}

.product-grid.category .product .cv-zone-product-3 .btn.cv-favourite,
.product-grid.grid .product .cv-zone-product-3 .btn.cv-favourite {
  margin-top: 5px;
  font-size: 14px;
  padding: 5px 10px;
}

.product-grid.category .owl-item,
.product-grid.grid .owl-item {
  padding-left: 10px;
  padding-right: 10px;
}

.product-grid.category .owl-item .product,
.product-grid.grid .owl-item .product {
  width: 100% !important;
  margin: 0 !important;
}

.product-grid.category .empty-qty-box,
.product-grid.category .empty-add-to-cart,
.product-grid.grid .empty-qty-box,
.product-grid.grid .empty-add-to-cart {
  height: 32px !important;
}

.optional-text .optional-text {
  background: white;
  border: 1px dashed #019239;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 5px 3px;
  border-radius: 10px;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #019239;
  font-size: 20px;
}

.role-PUBLIC .product-grid.category .product .cv-zone-product-3,
.role-PUBLIC .product-grid.grid .product .cv-zone-product-3 {
  min-height: 40px;
}

.filter-apply,
.current-filter {
  display: none !important;
}

.optional-text {
  display: none;
}

/*------------------------------------*\
    Produt Mobile Sort - Filter
\*------------------------------------*/
.mobile-sort {
  display: none !important;
}

.mobile-filter .spacing-box {
  padding: 0;
  margin: 0;
}

.mobile-filter .spacing-box .arrow-box.primary {
  border-radius: 15px !important;
  background: #fff;
  color: black;
}

.mobile-filter .spacing-box .arrow-box.primary:after {
  border-bottom-color: white;
}

.filter-item-mobile.expandable .expandable-header {
  background: none;
}

.filter-item-mobile.expandable .expandable-header::after {
  clear: both;
  content: "";
  display: table;
}

.layout-sidebar .spacing-right .btn.cv-search,
.layout-sidebar .spacing-right .btn.cv-clear {
  float: left;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  font-size: 12px;
  clear: none;
  margin: 0 5px 5px 0;
}

/*------------------------------------*\
    Product - Detail
\*------------------------------------*/
.product-detail-aside-content {
  width: 100%;
}

@media (min-width: 62em) {
  .product-detail-aside-content {
    width: calc((100%) - 260px);
    padding-right: 100px;
  }
}

.product-detail-aside-right {
  width: 100%;
}

@media (min-width: 62em) {
  .product-detail-aside-right {
    width: 260px;
  }
}

.product-detail-aside-right .optional-components {
  background: none;
  border: none;
}

.product-detail-aside-right .product-grid.grid .product {
  width: 48% !important;
  margin: 0 1% 20px !important;
}

@media (min-width: 62em) {
  .product-detail-aside-right .product-grid.grid .product {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}

.product-detail-left {
  width: 100%;
}

@media (min-width: 48em) {
  .product-detail-left {
    width: 50%;
    padding-right: 40px;
  }
}

@media (min-width: 92em) {
  .product-detail-left {
    width: 40%;
  }
}

.product-detail-right {
  width: 100%;
}

@media (min-width: 48em) {
  .product-detail-right {
    width: 50%;
  }
}

@media (min-width: 92em) {
  .product-detail-right {
    width: 60%;
  }
}

#product-gallery-slider .owl-controls .item-link {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: none;
  width: 75px;
  height: 75px;
}

#product-gallery-slider .owl-controls .item-link:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

#product-gallery-slider .owl-controls .item-link.video:before {
  margin-left: 29%;
  margin-top: 27%;
  font-size: 36px;
}

.widget-product-gallery {
  border-radius: 10px;
}

.widget-product-gallery * {
  border-radius: 10px !important;
}

.widget-product-gallery .zoom {
  bottom: 10px;
  right: 50%;
  margin-right: -50px;
  width: 100px;
}

.widget-product-gallery .zoom:hover {
  background: #019239;
  color: white;
}

.k-ie9 .widget-product-gallery .zoom {
  right: 50%;
  left: auto;
}

.k-ie .k-autocomplete .k-input {
  height: 36px;
}

.widget-product-title.page-title {
  margin: 0;
  padding: 0;
  color: #019239;
  border: none;
}

ul.idea-steps {
  line-height: 180%;
  margin: 0 0 30px;
}

ul.idea-steps li {
  list-style: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: none;
  border: 1px dashed #e4e8ec;
}

ul.idea-steps li:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

ul.idea-steps li:hover {
  border-style: solid;
}

ul.idea-steps li.Step, ul.idea-steps li.Tip {
  margin: 0 0 15px;
  display: block;
  clear: both;
}

ul.idea-steps li.Step::after, ul.idea-steps li.Tip::after {
  clear: both;
  content: "";
  display: table;
}

ul.idea-steps li.Tip {
  background: #fafafa;
}

ul.idea-steps li .step-image {
  float: right;
  display: inline-block;
  width: 200px;
  margin-left: 20px;
  border-radius: 0 10px 10px 0;
}

ul.idea-steps li .step-num {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 0 0 15px;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #019239;
}

ul.idea-steps li .step-content {
  float: left;
  display: inline-block;
  clear: left;
  padding: 0 0 15px 15px;
  font-size: 14px;
  width: calc((100%) - 220px);
}

.tip-content {
  display: block;
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
  font-style: italic;
}

.tip-content:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tip-content:before {
  content: "\e678";
  font-size: 18px;
  position: relative;
  top: 2px;
  left: 0;
  float: left;
  display: inline-block;
  margin-right: 10px;
  color: #232323;
}

.mandatory-components.product-grid.grid .product,
.idea-materials-heading.product-grid.grid .product {
  width: 100% !important;
  clear: both !important;
  margin: 0 0 10px !important;
}

h2.idea-materials-heading {
  background: #019239;
  color: white;
  text-align: center;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
}

h2.idea-materials-heading:after {
  background: url("/Themes/BPDTHEME01/theme-client-updates/img/placeholder/circles.png");
  background-size: 100%;
  background-position: 50% 32%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.18;
}

.optional-components {
  clear: both;
  display: block;
  background: #fafafa;
  border: 1px dashed #ddd;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.optional-components::after {
  clear: both;
  content: "";
  display: table;
}

.idea-products-list {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 0 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: white;
  border: none;
}

.idea-products-list::after {
  clear: both;
  content: "";
  display: table;
}

.idea-products-list:hover {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.idea-products-list img {
  width: 64px;
  display: inline-block;
  float: left;
  border-radius: 32px;
  border: 1px solid #ddd;
}

.idea-products-list span span {
  display: inline-block;
  float: left;
  padding: 15px;
}

.idea-products-list .widget-productlist-atc-button.btn.cv-add-to-cart,
.idea-products-list .btn.secondary {
  float: right;
  display: inline-block;
  margin: 15px 15px 0 0;
}

.widget-product-gallery .owl-item img {
  float: left;
  border-radius: 10px;
}

.fancybox-nav span {
  color: white;
  background: #019239;
  border-radius: 100px;
  text-align: center;
  height: 50px;
  width: 50px;
  top: calc((50%) - 8px);
}

.fancybox-nav span:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-nav span:before {
  position: relative;
  color: white;
  font-size: 42px;
  top: 5px;
}

.fancybox-nav.fancybox-prev span:before {
  content: "\e6b7";
  left: -1px;
}

.fancybox-nav.fancybox-next span:before {
  content: "\e6b4";
  left: 1px;
}

.fancybox-image {
  border-radius: 10px;
}

.product-detail-right .standard-pricing {
  display: block;
  clear: both;
}

.product-detail-right .widget-product-field-ProductCode,
.product-detail-right .widget-product-field-SubTitle {
  float: left;
  display: inline-block;
  clear: none;
  padding: 0 0 10px;
}

.product-detail-right .widget-product-field-ProductCode .info-group-content,
.product-detail-right .widget-product-field-SubTitle .info-group-content {
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.product-detail-right .widget-product-field-ProductCode {
  clear: both;
  width: 100%;
}

.product-detail-right .widget-product-field-ProductCode .info-heading {
  color: #019239;
}

.product-detail-right .widget-product-field-SubTitle .info-group-content {
  color: #787878;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-left: 10px;
}

.product-detail-right .widget-product-field-CUS_SDSLink .info-group-content a {
  color: black;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 25px;
  display: block;
}

.product-detail-right .widget-product-field-CUS_SDSLink .info-group-content a:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-detail-right .widget-product-field-CUS_SDSLink .info-group-content a:hover {
  color: #019239;
}

.product-detail-right .widget-product-field-CUS_SDSLink .info-group-content a:before {
  content: "\e68f";
  margin-right: 5px;
}

.product-detail-right .widget-productlist-unit {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #019239;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  top: 3px;
  display: block;
  width: 100%;
  padding-top: 10px;
}

.product-detail-right .widget-productlist-price {
  float: left;
  display: inline-block;
}

.product-detail-right .widget-productlist-price::after {
  clear: both;
  content: "";
  display: table;
}

.product-detail-right .widget-productlist-price .item-price {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  display: inline-block;
}

.product-detail-right .widget-productlist-price .widget-productlist-gst {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  display: inline-block;
  padding: 0 10px 0 0;
}

.product-detail-right .break-pricing {
  clear: both;
  display: block;
}

.product-detail-right .break-pricing::after {
  clear: both;
  content: "";
  display: table;
}

.product-detail-right .ex-gst {
  color: #787878;
}

.product-detail-right .ex-gst * {
  color: #787878;
}

.product-detail-right .widget-product-qty-input {
  margin-top: 10px;
  float: left;
  display: inline-block;
}

.product-detail-right .widget-product-qty-input .k-numeric-wrap {
  height: 38px;
  border-radius: 10px;
}

.product-detail-right .widget-product-qty-input .k-numeric-wrap .k-input {
  height: 38px;
  margin: 0;
  border-radius: 10px;
  background: transparent;
}

.product-detail-right .widget-product-qty-input .form-number-plus-minus {
  height: 40px;
}

.product-detail-right .widget-product-qty-input .form-number-plus-minus .cv-link.form-number-plus:before {
  top: 12px;
}

@media (min-width: 92em) {
  .product-detail-right .widget-product-qty-input .form-number-plus-minus .cv-link.form-number-plus:before {
    top: 6px;
  }
}

.product-detail-right .widget-product-qty-input .form-number-plus-minus .cv-link.form-number-minus:before {
  top: 12px;
}

@media (min-width: 92em) {
  .product-detail-right .widget-product-qty-input .form-number-plus-minus .cv-link.form-number-minus:before {
    top: 2px;
  }
}

.product-detail-right span.widget-product-add-to-cart {
  margin-top: 10px;
  float: left;
  display: inline-block;
}

@media (min-width: 48em) {
  .product-detail-right span.widget-product-add-to-cart {
    clear: left;
  }
}

@media (min-width: 92em) {
  .product-detail-right span.widget-product-add-to-cart {
    clear: none;
  }
}

.product-detail-right span.widget-product-add-to-cart .widget-product-add-to-cart.btn.cv-add-to-cart {
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
}

@media (min-width: 48em) {
  .product-detail-right .widget-product-favourite-button {
    clear: left;
  }
}

@media (min-width: 92em) {
  .product-detail-right .widget-product-favourite-button {
    clear: none;
  }
}

.product-detail-right .btn.cv-favourite {
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
  clear: left;
  margin: 10px 0 0 0;
}

@media (min-width: 37em) {
  .product-detail-right .btn.cv-favourite {
    margin: 10px 0 0 5px;
  }
}

@media (min-width: 48em) {
  .product-detail-right .btn.cv-favourite {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 92em) {
  .product-detail-right .btn.cv-favourite {
    margin: 10px 0 0 10px;
  }
}

.product-detail-right .widget-product-field-ProductDescription .info-group-content {
  line-height: 180%;
  font-size: 14px;
  padding: 20px 0;
  color: #525252;
}

.info-group {
  margin: 0;
  font-size: 14px;
}

.widget-product-field-CUS_CataloguePage .info-group-content {
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #787878;
  font-size: 14px;
}

.widget-product-field-CUS_CataloguePage .info-group-content:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget-product-field-CUS_CataloguePage .info-group-content:before {
  content: "\e6ea";
}

.product-detail-bottom .widget-cross-sell-up-sell .product-grid.grid .product .cv-zone-product-5 {
  min-height: 125px;
}

.product-detail-bottom .widget-cross-sell-up-sell .product-grid.grid .product .widget-productlist-title a {
  font-size: 12px;
}

.product-detail-bottom .widget-cross-sell-up-sell .product-grid.grid .product .btn.cv-add-to-cart, .product-detail-bottom .widget-cross-sell-up-sell .product-grid.grid .product .btn.cv-favourite {
  text-transform: uppercase;
  font-size: 9px;
  padding: 7px 0;
}

.download-template .info-group-content {
  line-height: normal;
}

.download-template .info-group-content a {
  background: #70B7E5;
  color: white;
  border-radius: 30px;
  color: white;
  padding: 8px 12px;
  font-weight: normal;
  font-family: "Gotham Rounded", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  clear: both;
  display: inline-block;
  margin: 5px 0;
}

.download-template .info-group-content a:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.download-template .info-group-content a:hover {
  background: #86c2e9;
}

.download-template .info-group-content a:before {
  content: "\e68f";
  margin-right: 10px;
}

.widget-product-gallery .owl-item img {
  width: 100%;
}

.item-price.qty-break-price.inc-gst {
  float: left;
  display: inline-block;
}

.qty-or-more {
  padding-bottom: 5px;
}

.widget-productlist-price .item-price.qty-break-price.ex-gst {
  position: relative;
  top: -5px;
}

.r-product.message a {
  font-size: 12px;
  color: black;
  margin: 15px 0 0;
  display: block;
  clear: both;
  font-weight: 600;
}

.r-product.message a:before {
  font-family: 'cv-ico-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.r-product.message a:before {
  content: "\e6e4";
  margin-right: 5px;
}

.r-product.message a:hover {
  color: #70B7E5;
}

.product-grid.grid .product .product-ribbons {
  top: -15px;
  left: -15px;
}

.cart-product-availability {
  width: 100%;
  padding: 0 0 10px;
}

/*------------------------------------*\
    Static Content (About Us / Contact)
\*------------------------------------*/
.widget-article-field-CUS_ScriptEmbedCode .info-group-content .issuuembed.issuu-isrendered {
  width: 100% !important;
  height: 950px !important;
}

.widget-article-list .homepage-tile {
  float: left;
  display: inline-block;
}

@media (min-width: 37em) {
  .widget-article-list .homepage-tile {
    width: 48%;
    margin: 1%;
  }
}

@media (min-width: 48em) {
  .widget-article-list .homepage-tile {
    width: 31.333%;
    margin: 1%;
  }
}

@media (min-width: 62em) {
  .widget-article-list .homepage-tile {
    width: 23%;
    margin: 1%;
  }
}

.widget-article-list .homepage-tile .info {
  min-height: 88px;
}

@media (min-width: 92em) {
  .widget-article-list .homepage-tile .info {
    min-height: 70px;
  }
}

.widget-article-list .homepage-tile .info h3 {
  font-size: 16px;
}

.page-content .widget-static-content a {
  color: #019239;
}

.page-content .widget-static-content a:hover {
  color: #01ab43;
}

.page-content .widget-static-content a.btn {
  color: white;
}

.page-content .widget-static-content a.btn:hover {
  color: white;
}

.page-OrdersApproval .widget-content-toggle .toggle-title {
  display: none !important;
}

.optional-components .cv-zone-product-5,
.optional-components .cv-zone-product-2 {
  display: none !important;
}

img.mailing-list-img {
  opacity: 0.5;
}

.mailing-list-tile {
  position: relative;
}

.signup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  padding: 35% 15px 0;
  background: rgba(255, 255, 255, 0.1);
  font-size: 32px;
  color: white;
  font-weight: normal;
  font-family: "Gotham Rounded Bold", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.widget-article-list-title a {
  color: #019239;
}

/*------------------------------------*\
    Microsoft Edge
\*------------------------------------*/
/*------------------------------------*\
    media print
\*------------------------------------*/
@media print {
  .product-detail-aside-right,
  .zoom {
    display: none !important;
  }
  #cv-zone-header {
    padding: 20px 0;
    border-bottom: 2px solid #019239;
    margin-bottom: 20px;
  }
  #cv-zone-header .widget-logo {
    text-align: left;
    float: left;
  }
  #cv-zone-header .widget-logo img {
    float: left;
  }
  #cv-zone-feature {
    padding: 0;
    height: auto;
  }
  .cv-cart-line .k-widget.k-numerictextbox.form-number {
    display: block !important;
  }
  .cv-cart-line .form-number-plus-minus {
    display: none !important;
  }
  .cv-cart-line .cv-numeric-input .k-numerictextbox {
    border: none;
  }
  .cv-cart-line .cv-numeric-input .k-numerictextbox .k-numeric-wrap {
    height: auto;
  }
  .cv-cart-line .cv-numeric-input .k-numerictextbox .k-input {
    height: auto;
    padding: 0;
    text-align: left;
    position: relative;
    top: 5px;
  }
  .cv-cart-line .cart-product-image-container .cart-product-image,
  .cv-cart-line .cart-product-image-link .cart-product-image {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0 !important;
  }
}
