/*------------------------------------*\
    CLIENT THEME

    This is based of BPD Theme 1
\*------------------------------------*/
/*------------------------------------*\
    CLIENT THEME VARIABLES
    Update as required.
\*------------------------------------*/
/* Sub-section comment block
   ========================================================================== */
/* Usage

div.logo {
   background: url("logo.png") no-repeat;
   @include image-2x("logo2x.png", 100px, 25px);
 } 

 */
/* Clearfix
  ========================================================================== */
/* Usage 

.article {
     @include clearfix();
}

*/
/* Box Model
  ========================================================================== */
/* Usage 

*,
*:after,
*:before {
  @include box-sizing(border-box);
}

*/
/* Border Radius
  ========================================================================== */
/* Usage 

.button {
  @include border-radius(5px);
}

.submit-button{
  @include border-top-radius(10px);
}

*/
/* Opacity
  ========================================================================== */
/* Usage 

.article-heading {
  @include opacity(0.8);
}

*/
/* Center-align a block level element
  ========================================================================== */
/* Usage 

.footer-wrap {
  width: 450px;
  @include center-block;
}

*/
/* Text overflow
  ========================================================================== */
/* Usage 

.text-truncate {
  @include text-truncate;
}

*/
/* Absolute positioned
  ========================================================================== */
/* Usage 

.abs {
  @include abs-pos(10px, 10px, 5px, 15px);
}

*/
/* Font Size
  ========================================================================== */
/* Usage 

body {
  @include font-size(16);
}

*/
/* Line Height
  ========================================================================== */
/* Usage 

body {
  @include line-height (16);
}

*/
/* Cross browser inline block
  ========================================================================== */
/* Usage 

.icon {
	@include inline-block();
}
*/
/* Text replacement (instead of text-indent)
  ========================================================================== */
/* Usage 

.header h1 {
	@include text-replacement();
}

*/
/*------------------------------------*\
    Hover Style
\*------------------------------------*/
/*------------------------------------*\
    STYLE GUIDE
\*------------------------------------*/
/*------------------------------------*\
    Modals
\*------------------------------------*/
.modal-header {
  background: #e63e34;
  font-weight: 700;
  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-footer {
  border-radius: 0 0 10px 10px; }

.fancybox-opened .fancybox-skin,
.fancybox-outer,
.fancybox-inner {
  border-radius: 10px; }

.fancybox-close {
  background: #58626E;
  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: white; }
  .fancybox-close:hover {
    background: #2b3035; }
    .fancybox-close:hover:before {
      color: white; }

.form-text:focus,
.form-password:focus {
  border-left-color: #e63e34; }

.btn, .widget-product-search .btn.search {
  background: #e63e34;
  border-color: #e63e34;
  color: white;
  font-weight: 600; }
  .btn:hover, .widget-product-search .btn.search:hover, .btn:focus, .widget-product-search .btn.search:focus {
    background: #e3281d;
    border-color: #e3281d; }
  .btn.cv-is-processing, .widget-product-search .cv-is-processing.btn.search {
    background: white; }
    .btn.cv-is-processing:hover, .btn.cv-is-processing:focus {
      background: white; }
  .btn.primary, .widget-product-search .primary.btn.search {
    background: #e63e34;
    border-color: #e63e34;
    color: white;
    font-weight: 600; }
    .btn.primary:hover, .btn.primary:focus {
      background: #e3281d;
      border-color: #e3281d; }
    .btn.primary.cv-is-processing {
      background: white; }
      .btn.primary.cv-is-processing:hover, .btn.primary.cv-is-processing:focus {
        background: white; }
  .btn[class*='cv-'], .widget-product-search .btn.search[class*='cv-'] {
    background: #e63e34;
    border-color: #e63e34;
    color: white;
    font-weight: 600; }
    .btn[class*='cv-']:hover, .btn[class*='cv-']:focus {
      background: #e3281d;
      border-color: #e3281d; }
    .btn[class*='cv-'].cv-is-processing {
      background: white; }
      .btn[class*='cv-'].cv-is-processing:hover, .btn[class*='cv-'].cv-is-processing:focus {
        background: white; }

.product .btn.cv-add-to-cart,
.checkout-heading-navigation .btn.small,
.btn.btn-cart-option.clear {
  background: #e63e34;
  border-color: #e63e34;
  color: white;
  font-weight: 600;
  margin: 2px; }
  .product .btn.cv-add-to-cart:hover, .product .btn.cv-add-to-cart:focus,
  .checkout-heading-navigation .btn.small:hover,
  .checkout-heading-navigation .btn.small:focus,
  .btn.btn-cart-option.clear:hover,
  .btn.btn-cart-option.clear:focus {
    background: #e3281d;
    border-color: #e3281d; }
  .product .btn.cv-add-to-cart.cv-is-processing,
  .checkout-heading-navigation .btn.small.cv-is-processing,
  .btn.btn-cart-option.clear.cv-is-processing {
    background: white; }
    .product .btn.cv-add-to-cart.cv-is-processing:hover, .product .btn.cv-add-to-cart.cv-is-processing:focus,
    .checkout-heading-navigation .btn.small.cv-is-processing:hover,
    .checkout-heading-navigation .btn.small.cv-is-processing:focus,
    .btn.btn-cart-option.clear.cv-is-processing:hover,
    .btn.btn-cart-option.clear.cv-is-processing:focus {
      background: white; }

.widget-product-search .search.btn span.with-text {
  font-size: 0; }
  @media (min-width: 92em) {
    .widget-product-search .search.btn span.with-text {
      font-size: 12px; } }

.widget-value-prop {
  background: none;
  color: black;
  margin: 20px auto; }
  .widget-value-prop .widget-value-prop-text {
    color: black;
    font-weight: 600; }
  .widget-value-prop .widget-value-prop-content:hover .widget-value-prop-text {
    color: #e63e34; }

/*------------------------------------*\
    CONTENT BOX
\*------------------------------------*/
.content-box {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .content-box .box-title {
    background: none;
    border-bottom: 1px dashed #58626E;
    color: black;
    padding: 10px;
    font-size: 22px;
    font-weight: 700; }
  .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.primary {
  background: #ddd; }
  .arrow-box.primary:after {
    border-bottom-color: #ddd; }

/*------------------------------------*\
    grey BOX
\*------------------------------------*/
.grey-box {
  border-radius: 15px; }

/*------------------------------------*\
    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: #e63e34; }

.k-state-focused {
  border-color: #e63e34; }

.k-draghandle {
  background: #e63e34; }
  .k-draghandle:hover, .k-draghandle.k-state-selected {
    background: #e9544b; }

.k-popup .k-list .k-state-focused {
  background: #e63e34;
  border-color: #e63e34;
  color: white; }

.k-list .k-state-selected {
  background: #e63e34 !important;
  border-color: #e63e34;
  color: white; }

.current-page,
.cv-productgrid-options .layout-switch:hover {
  background: #e63e34;
  border-color: #e63e34; }

.form-number-plus-minus .cv-link.form-number-plus:hover,
.form-number-plus-minus .cv-link.form-number-minus:hover {
  color: #e63e34; }

[data-tooltip]:after,
.tooltip:after {
  text-shadow: 1px 1px #450c09; }

.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: #e63e34;
  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: #e63e34;
    border-color: #e63e34;
    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: #e63e34 !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: 30px 0 0 30px; }

.form-label {
  color: black;
  font-weight: 600;
  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: 500;
  color: #58626E; }
  .k-tabstrip.cv-tabs .k-tabstrip-items .k-item.k-state-active {
    border-top-color: #eeeeee;
    font-weight: 700;
    color: black; }
  .k-tabstrip.cv-tabs .k-tabstrip-items .k-item.k-state-hover {
    border-top-color: #e63e34;
    color: #eeeeee; }

/*------------------------------------*\
    Tables
\*------------------------------------*/
.table-layout .heading-row {
  font-weight: bold;
  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: #58626E;
    content: "\e6c7"; }
  .table-layout .heading-row .sortable-heading:hover {
    color: #eeeeee; }

/*------------------------------------*\
    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: #eeeeee; }

.order-track-userinfo .form-label {
  padding-left: 0; }

.data-list-heading {
  font-weight: normal;
  font-weight: 700;
  font-size: 14px; }
  .data-list-heading label,
  .data-list-heading .data-list-column {
    font-weight: normal;
    font-weight: 700;
    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 #58626E;
  width: 48%;
  max-width: 100%;
  margin: 0 0 10px;
  min-height: 160px; }
  .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 {
      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: #e63e34; }
    .sub-page-tile .icon-large:before {
      top: 2px;
      font-size: 24px; }
  .sub-page-tile .text-large {
    color: black;
    font-weight: normal;
    font-weight: 700; }
  .sub-page-tile .menu-item-count {
    background: #58626E; }
  .sub-page-tile:hover {
    border: 1px dashed #e63e34; }
    .sub-page-tile:hover .text-large {
      color: #e63e34; }

.dashboard-items h2 {
  color: black;
  padding: 10px;
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 22px; }

.dashboard-items .content-box {
  border: 1px solid #58626E;
  border-radius: 10px;
  padding: 20px; }
  .dashboard-items .content-box .spacing-top {
    margin-top: 0; }
  .dashboard-items .content-box .box-title {
    font-size: 16px;
    color: #58626E; }

.dashboard-module .cv-is-empty {
  text-align: center;
  font-weight: 500;
  color: #58626E;
  font-size: 10px;
  padding: 15px; }

.dashboard-module .btn.small.clear:hover {
  background: #eeeeee; }

.data-item-value a {
  color: #eeeeee; }

.page-UserMaintenanceCustomer .page-content .cv-button,
.page-UserMaintenanceCustomer .page-content .button {
  background: #eeeeee;
  border-radius: 20px; }
  .page-UserMaintenanceCustomer .page-content .cv-button:hover,
  .page-UserMaintenanceCustomer .page-content .button:hover {
    background: white; }

.page-UserMaintenanceCustomer .page-content td a {
  color: #eeeeee; }
  .page-UserMaintenanceCustomer .page-content td a:hover {
    color: white; }

.page-UserMaintenanceCustomer .page-content input {
  outline: none;
  border-width: 1px !important; }
  .page-UserMaintenanceCustomer .page-content input:focus {
    border-color: #eeeeee !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; } }

.expandable-header {
  background: #58626E; }

.widget-productlist-gst {
  position: relative;
  top: 9px;
  left: 5px; }

.widget-productlist-availability a {
  color: #e63e34; }

.tooltip-top:before {
  border-top-color: black; }

.tooltip:after, [data-tooltip]:after {
  background: black; }

.cv-notification.no-heading .notification-message {
  font-weight: 700; }

.owl-theme .owl-controls .owl-page.active span {
  background: #e63e34; }

.notification-actions .btn, .notification-actions .widget-product-search .btn.search, .widget-product-search .notification-actions .btn.search {
  color: black; }

.show-filter-items.cv-ico-general-arrow-down5:hover:before, .show-filter-items.cv-ico-general-arrow-up5:hover:before {
  background: #e63e34; }

#compare-full-toggle {
  background: #58626E;
  border-color: #58626E;
  color: white; }
  #compare-full-toggle:hover {
    background: #2b3035;
    border-color: #2b3035;
    color: white; }

.gallery-slide {
  *zoom: 1; }

.gallery-slide:before, .gallery-slide:after {
  content: "";
  display: table; }

.gallery-slide:after {
  clear: both; }

.gallery-slide > a {
  display: block; }
  .gallery-slide > a {
    *zoom: 1; }
  .gallery-slide > a:before, .gallery-slide > a:after {
    content: "";
    display: table; }
  .gallery-slide > a:after {
    clear: both; }

.banner-caption {
  background: rgba(0, 0, 0, 0.8); }
  .banner-caption * {
    color: white; }
  @media (min-width: 48em) {
    .banner-caption {
      background: rgba(0, 0, 0, 0.8);
      width: 50%;
      max-width: 50%;
      margin: -33.5% 25% 0;
      text-align: center;
      padding: 50px 20px 20px;
      border-radius: 10px; } }
  @media (min-width: 62em) {
    .banner-caption {
      margin: -33.5% 25% 0; } }
  @media (min-width: 92em) {
    .banner-caption {
      margin: -33.5% 25% 0; } }
  .banner-caption .top-of-overlay {
    display: none;
    margin-top: -50px;
    background: white;
    padding: 25px;
    max-width: 100px;
    border-radius: 130px;
    margin: -100px auto 20px; }
    @media (min-width: 62em) {
      .banner-caption .top-of-overlay {
        display: block; } }
    .banner-caption .top-of-overlay img {
      float: none;
      position: relative;
      top: 2px; }
  @media (min-width: 48em) {
    .banner-caption .btn.bottom-of-overlay {
      position: relative;
      top: 40px;
      -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.58);
      box-shadow: 0 6px 4px rgba(0, 0, 0, 0.58); } }
  @media (min-width: 62em) {
    .banner-caption h2 {
      font-size: 40px;
      margin-bottom: 0;
      padding-bottom: 0;
      line-height: 30px; }
    .banner-caption p {
      font-size: 18px; } }

.fancybox-overlay {
  z-index: 1000; }

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.cv-header-topbar {
  background: #eeeeee;
  height: 40px;
  color: black; }
  .cv-header-topbar a {
    color: black;
    font-weight: 600; }
    .cv-header-topbar a:before {
      color: #e63e34; }
    .cv-header-topbar a:hover {
      color: black; }
  .cv-header-topbar .heading:before,
  .cv-header-topbar .icon:before {
    color: #e63e34; }

.widget-switch-account .acc-code {
  background: #58626E; }
  .widget-switch-account .acc-code a {
    color: white; }

.widget-role-select .role-code {
  background: #58626E;
  color: white; }

.widget-role-select .role-select .ico-only-text {
  font-weight: 600; }

@media (min-width: 62em) {
  .widget-role-select .dropdown-area {
    width: 380px; } }

.widget-role-select .dropdown-list {
  border-radius: 5px; }

.widget-mobile-menu-zoned.mobile-only {
  display: block !important; }
  @media (min-width: 62em) {
    .widget-mobile-menu-zoned.mobile-only {
      display: none !important; } }

.widget-mobile-menu-zoned .btn.ghost {
  color: black !important; }
  .widget-mobile-menu-zoned .btn.ghost:before {
    color: #e63e34; }

.fancybox-overlay {
  z-index: 1000000; }

.role-PUBLIC #cv-zone-topbar .widget-login-logout-modal a {
  font-size: 16px;
  font-weight: 700; }
  .role-PUBLIC #cv-zone-topbar .widget-login-logout-modal a:before {
    top: 1px; }

.widget-switch-account .acc-code {
  color: white; }

#cv-zone-header {
  background: rgba(255, 255, 255, 0.95);
  height: 75px;
  position: fixed;
  top: 40px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
  width: 100%;
  z-index: 1000;
  margin: 0;
  padding: 10px; }
  @media (min-width: 62em) {
    #cv-zone-header {
      height: 100px; } }
  #cv-zone-header .col-1-3.header-col-1,
  #cv-zone-header .col-1-2.header-col-1 {
    width: auto; }
  #cv-zone-header .col-1-3.header-col-2,
  #cv-zone-header .col-1-2.header-col-2 {
    width: auto; }
  #cv-zone-header .col-1-3.header-col-3,
  #cv-zone-header .col-1-2.header-col-3 {
    width: auto;
    float: right;
    display: inline-block; }
  #cv-zone-header .widget-logo.main-logo img {
    max-height: 48px; }
    @media (min-width: 62em) {
      #cv-zone-header .widget-logo.main-logo img {
        max-height: 80px; } }

.widget-product-search {
  width: 245px;
  margin-top: 8px; }
  @media (min-width: 37em) {
    .widget-product-search {
      width: 450px; } }
  @media (min-width: 62em) {
    .widget-product-search {
      margin-top: 20px;
      width: 250px; } }
  @media (min-width: 92em) {
    .widget-product-search {
      margin-top: 20px;
      width: 450px; } }

#cv-zone-header .widget-product-search .k-widget.k-autocomplete,
#cv-zone-header .widget-product-search .product-search-input {
  width: 60%; }

#cv-zone-header .widget-product-search .search.btn {
  width: 40%; }

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#cv-zone-pagecontent-after .widget-newsletter {
  max-width: 1400px;
  padding: 20px 10px; }
  #cv-zone-pagecontent-after .widget-newsletter {
    *zoom: 1; }
  #cv-zone-pagecontent-after .widget-newsletter:before, #cv-zone-pagecontent-after .widget-newsletter:after {
    content: "";
    display: table; }
  #cv-zone-pagecontent-after .widget-newsletter:after {
    clear: both; }

#cv-zone-footer {
  background: #58626E;
  border: none;
  color: white; }
  #cv-zone-footer span {
    color: white; }
  #cv-zone-footer a {
    color: white; }
    #cv-zone-footer a:hover {
      text-decoration: underline;
      background: none; }

#cv-zone-footer-after {
  background: #e63e34; }
  #cv-zone-footer-after .container {
    border: none;
    padding-top: 0; }
  #cv-zone-footer-after small {
    color: white; }
  #cv-zone-footer-after a {
    color: white; }
    #cv-zone-footer-after a:hover {
      text-decoration: underline;
      background: none; }

.footer-col .heading {
  color: white; }

#cv-zone-footer-after .widget-logo.main-logo {
  width: 80px; }

#cv-zone-pagecontent-after .widget-newsletter .newsletter-message {
  padding-top: 11px;
  font-size: 13px;
  font-weight: 600; }

#cv-zone-footer-after small {
  margin-top: 25px; }

#cv-zone-footer-after .widget-payment-icons {
  margin-top: 25px; }

/*------------------------------------*\
    Naviation
\*------------------------------------*/
.sticky-wrapper {
  background: none; }

.cv-menus {
  display: none; }
  @media (min-width: 62em) {
    .cv-menus {
      display: block;
      background: none;
      border: none;
      width: auto;
      margin: 23px 0 0 10px; } }
  @media (min-width: 92em) {
    .cv-menus {
      margin-left: 20px; } }
  .cv-menus .widget-navigation-menu ul li {
    margin: 0;
    padding: 0;
    height: 30px; }
    .cv-menus .widget-navigation-menu ul li a {
      color: #777;
      text-transform: uppercase;
      font-size: 12px;
      padding: 5px 12px;
      height: auto;
      font-weight: 700;
      margin: 0; }
      .cv-menus .widget-navigation-menu ul li a.ico-right:before {
        top: 1px;
        right: -2px; }
      .cv-menus .widget-navigation-menu ul li a.ico-left:before {
        top: 3px;
        right: 2px; }
    .cv-menus .widget-navigation-menu ul li:hover a {
      background: none;
      color: #e63e34; }
    .cv-menus .widget-navigation-menu ul li:hover .dropdown-column {
      top: 30px; }
      .cv-menus .widget-navigation-menu ul li:hover .dropdown-column a {
        color: #777; }
  .cv-menus .widget-navigation-menu .dropdown-column {
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18); }
    .cv-menus .widget-navigation-menu .dropdown-column li:hover a {
      background: #e63e34;
      color: white !important; }

.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: 600;
    padding: 8px 15px;
    color: black;
    text-align: left; }
    .widget-section-menu.dropdown-section-menu .dropdown-list li a:hover {
      background: #e63e34;
      color: white; }

.widget-section-menu.dropdown-section-menu:hover a .heading {
  color: black; }

.menu-item-count {
  color: white;
  min-height: 15px;
  background: #eeeeee;
  font-size: 10px;
  padding: 5px;
  width: 20px;
  height: 20px; }

.widget-breadcrumb {
  background: #fafafa;
  padding: 20px;
  margin-top: 0px; }

.widget-breadcrumb a {
  font-weight: 600; }
  .widget-breadcrumb a:hover {
    color: #e63e34; }

.widget-mobile-menu .mobile-menu li a:hover {
  background: #58626E; }

/*------------------------------------*\
    PAGE SECTIONS
\*------------------------------------*/
.page-home #cv-zone-container-1 {
  margin-top: 0; }

#cv-zone-feature {
  margin-top: 115px; }
  @media (min-width: 62em) {
    #cv-zone-feature {
      margin-top: 140px; } }

@media (min-width: 62em) {
  #cv-zone-container-1 {
    margin-top: 0; } }

.container {
  max-width: 1400px; }

/*------------------------------------*\
    Homepage Banner
\*------------------------------------*/
/*------------------------------------*\
    Contact
\*------------------------------------*/
/*------------------------------------*\
Product - Category
\*------------------------------------*/
.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; }

.widget-category-banner {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-top: 10px; }
  .widget-category-banner .category-banner-title {
    color: #eeeeee;
    font-weight: normal;
    font-weight: 500;
    margin: 0;
    padding: 0; }
  .widget-category-banner .category-banner-text {
    color: #58626E; }

/*------------------------------------*\
    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 #eeeeee; }
  @media (min-width: 62em) {
    .product-grid.category .product,
    .product-grid.grid .product {
      width: 23% !important;
      margin: 0 1% 2% !important;
      clear: none !important;
      min-height: 340px; } }
  .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: #eeeeee;
        font-weight: 700;
        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: 300px; } }
  .product-grid.category .product .cv-zone-product-4,
  .product-grid.grid .product .cv-zone-product-4 {
    *zoom: 1; }
  .product-grid.category .product .cv-zone-product-4:before, .product-grid.category .product .cv-zone-product-4:after,
  .product-grid.grid .product .cv-zone-product-4:before,
  .product-grid.grid .product .cv-zone-product-4:after {
    content: "";
    display: table; }
  .product-grid.category .product .cv-zone-product-4:after,
  .product-grid.grid .product .cv-zone-product-4:after {
    clear: both; }
  .product-grid.category .product .cv-zone-product-4 .widget-productlist-code,
  .product-grid.grid .product .cv-zone-product-4 .widget-productlist-code {
    color: #222;
    float: left;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    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: #58626E;
    float: left;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    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: 500;
      color: #eeeeee;
      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,
      .product-grid.grid .product .cv-zone-product-5 .widget-productlist-price {
        *zoom: 1; }
      .product-grid.category .product .cv-zone-product-5 .widget-productlist-price:before, .product-grid.category .product .cv-zone-product-5 .widget-productlist-price:after,
      .product-grid.grid .product .cv-zone-product-5 .widget-productlist-price:before,
      .product-grid.grid .product .cv-zone-product-5 .widget-productlist-price:after {
        content: "";
        display: table; }
      .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; }
      .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: 500;
        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: 500;
        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,
      .product-grid.grid .product .cv-zone-product-5 .break-pricing {
        *zoom: 1; }
      .product-grid.category .product .cv-zone-product-5 .break-pricing:before, .product-grid.category .product .cv-zone-product-5 .break-pricing:after,
      .product-grid.grid .product .cv-zone-product-5 .break-pricing:before,
      .product-grid.grid .product .cv-zone-product-5 .break-pricing:after {
        content: "";
        display: table; }
      .product-grid.category .product .cv-zone-product-5 .break-pricing:after,
      .product-grid.grid .product .cv-zone-product-5 .break-pricing:after {
        clear: both; }
    .product-grid.category .product .cv-zone-product-5 .ex-gst,
    .product-grid.grid .product .cv-zone-product-5 .ex-gst {
      color: #58626E; }
      .product-grid.category .product .cv-zone-product-5 .ex-gst *,
      .product-grid.grid .product .cv-zone-product-5 .ex-gst * {
        color: #58626E; }
  .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; }

.product-grid.category .product .product-img {
  margin: 4%;
  width: auto;
  border-radius: 3px;
  max-height: 230px; }

.widget-productlist-category-title a {
  font-weight: 700;
  font-size: 18px;
  color: black; }
  .widget-productlist-category-title a:hover {
    color: #e63e34; }

.optional-text .optional-text {
  background: white;
  border: 1px dashed #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 5px 3px;
  border-radius: 10px;
  font-weight: 500;
  color: #eeeeee;
  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 {
    *zoom: 1; }
  .filter-item-mobile.expandable .expandable-header:before, .filter-item-mobile.expandable .expandable-header:after {
    content: "";
    display: table; }
  .filter-item-mobile.expandable .expandable-header:after {
    clear: both; }

.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: #e63e34;
      color: white; }
    .k-ie9 .widget-product-gallery .zoom {
      right: 50%;
      left: auto; }

.widget-product-title.page-title {
  color: black;
  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, ul.idea-steps li.Tip {
        *zoom: 1; }
      ul.idea-steps li.Step:before, ul.idea-steps li.Step:after, ul.idea-steps li.Tip:before, ul.idea-steps li.Tip:after {
        content: "";
        display: table; }
      ul.idea-steps li.Step:after, ul.idea-steps li.Tip:after {
        clear: both; }
    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: 700;
      color: #eeeeee; }
    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: #eeeeee;
  color: white;
  text-align: center;
  font-weight: 500;
  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 {
    *zoom: 1; }
  .optional-components:before, .optional-components:after {
    content: "";
    display: table; }
  .optional-components:after {
    clear: both; }

.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 {
    *zoom: 1; }
  .idea-products-list:before, .idea-products-list:after {
    content: "";
    display: table; }
  .idea-products-list:after {
    clear: both; }
  .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: #eeeeee;
  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: 700; }

.product-detail-right .widget-product-field-ProductCode {
  clear: both;
  width: 100%; }
  .product-detail-right .widget-product-field-ProductCode .info-heading {
    color: #eeeeee; }

.product-detail-right .widget-product-field-SubTitle .info-group-content {
  color: #58626E;
  font-weight: 500;
  padding-left: 10px; }

.product-detail-right .widget-product-field-CUS_SDSLink .info-group-content a {
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  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: #eeeeee; }
  .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: 500;
  color: #eeeeee;
  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 {
    *zoom: 1; }
  .product-detail-right .widget-productlist-price:before, .product-detail-right .widget-productlist-price:after {
    content: "";
    display: table; }
  .product-detail-right .widget-productlist-price:after {
    clear: both; }
  .product-detail-right .widget-productlist-price .widget-productlist-gst {
    font-weight: 500;
    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 {
    *zoom: 1; }
  .product-detail-right .break-pricing:before, .product-detail-right .break-pricing:after {
    content: "";
    display: table; }
  .product-detail-right .break-pricing:after {
    clear: both; }

.product-detail-right .ex-gst {
  color: #58626E; }
  .product-detail-right .ex-gst * {
    color: #58626E; }

.product-detail-right .widget-product-qty-input {
  margin: 10px 10px 10px 0;
  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: #363c44; }

.info-group {
  margin: 0;
  font-size: 14px; }

.widget-product-field-CUS_CataloguePage .info-group-content {
  font-weight: 500;
  color: #58626E;
  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: #58626E;
    color: white;
    border-radius: 30px;
    color: white;
    padding: 8px 12px;
    font-weight: 500;
    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: #636f7c; }
    .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: #58626E; }

.product-grid.grid .product .product-ribbons {
  top: -15px;
  left: -15px; }

.cart-product-availability {
  width: 100%;
  padding: 0 0 10px; }

.product-grid .product-info {
  clear: both;
  display: block;
  padding: 5px 0; }

.widget-product-unit-of-measure {
  margin-top: 40px;
  clear: both;
  display: block; }

@media (min-width: 92em) {
  .product-detail-right .form-number-plus-minus .cv-link {
    height: 20px; } }

.product-detail-right .form-number-plus-minus {
  right: 0; }

.k-numeric-wrap .k-input {
  padding-top: 0; }

.widget-product-add-to-cart + .btn.cv-readmore.indent-enquiry, .widget-product-search .widget-product-add-to-cart + .cv-readmore.indent-enquiry.btn.search {
  padding: 10px 25px;
  font-size: 14px;
  height: 40px;
  margin: 10px; }

.page-ProductDisplay .product .cv-zone-product-5 .form-select {
  width: 100%;
  max-width: none; }

.cv-productgrid-options .col-1-6.area3,
.cv-productgrid-options .col-1-6.area1 {
  width: auto; }

.cv-productgrid-options .col-1-3 {
  width: auto;
  padding: 0 10px; }
  @media (min-width: 48em) {
    .cv-productgrid-options .col-1-3 {
      width: 33%; } }

.cv-productgrid-options .col-1-6.area3 {
  float: right; }

.cv-productgrid-options .widget-product-list-totals {
  width: auto; }

.cv-productgrid-options .widget-product-list-results-per-page .cv-dropdown {
  width: auto;
  min-width: 100px; }

.cv-productgrid-options .widget-product-list-sort .cv-dropdown.form-select {
  min-width: 180px;
  width: auto; }

.product.widget-product-item .k-numeric-wrap .k-input {
  padding-top: 5px; }

/*------------------------------------*\
    Cart
\*------------------------------------*/
.cart-line-product-info-sub .arrow-box {
  float: left; }

.cart-line-area-2 .cart-line-qty-type {
  top: -10px; }

.data-list-view-basic.fast-order span.form-number,
.data-list-view-basic.fast-order .form-text,
.data-list-view-basic.fast-order .form-select {
  border-radius: 30px; }

#cv-zone-cart-header-sticky-wrapper.sticky-wrapper.is-sticky #cv-zone-cart-header {
  display: none; }

.data-list-view-basic.fast-order.fast-order-basic-notes .k-icon.k-clear-value.k-i-close {
  position: relative;
  right: 25px; }

.cv-cart-line.line-update .cv-ico-general-cycle {
  border-color: #e3281d !important; }
