/*------------------------------------*    BPDTHEME01 - CLIENT THEME
\*------------------------------------*/
/*------------------------------------*    BPDTHEME01 Responsive Breakpoint
\*------------------------------------*/
/*------------------------------------*    Clearfix
\*------------------------------------*/
/*------------------------------------*    Client Colours
\*------------------------------------*/
/*------------------------------------*    Width
\*------------------------------------*/
@font-face {
  font-family: 'Dancing Script OT';
  src: url("../fonts/DancingScriptOT.eot");
  src: url("../fonts/DancingScriptOT.eot?#iefix") format("embedded-opentype"), url("../fonts/DancingScriptOT.woff") format("woff"), url("../fonts/DancingScriptOT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*    Buttons
\*------------------------------------*/
.btn {
  background: #EDE3D4;
  border-color: #EDE3D4;
  border-radius: 0;
  color: black; }
  .btn:hover, .btn:focus {
    background: #f5efe6;
    border-color: #f5efe6;
    color: black; }
  .btn.primary {
    background: #d9bcb8;
    border-color: #d9bcb8;
    color: black; }
    .btn.primary:hover, .btn.primary:focus {
      background: #c79e96;
      border-color: #c79e96;
      color: black; }
  .btn.secondary {
    background: #47201E;
    border-color: #47201E;
    color: #f7f6f4; }
    .btn.secondary:hover, .btn.secondary:focus {
      background: #592826;
      border-color: #592826;
      color: #f7f6f4; }
  .btn.alternate {
    background: #f7f6f4;
    border-color: #f7f6f4;
    color: black; }
    .btn.alternate:hover, .btn.alternate:focus {
      background: #eceae5;
      border-color: #eceae5;
      color: black; }
  .btn.cv-newsletter, .btn.cv-apply, .btn.cv-send, .btn.cv-confirm, .btn.cv-print, .btn.cv-log-in, .btn.primary.cv-ico-general-login, .btn.cv-view, .btn.cv-copy, .btn.cv-upload, .btn.cv-filter, .btn.cv-search, .btn.cv-refresh {
    background: #d0ada7;
    border-color: #d0ada7;
    color: black; }
    .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-print:hover, .btn.cv-print:focus, .btn.cv-log-in:hover, .btn.cv-log-in: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-copy:hover, .btn.cv-copy:focus, .btn.cv-upload:hover, .btn.cv-upload:focus, .btn.cv-filter:hover, .btn.cv-filter:focus, .btn.cv-search:hover, .btn.cv-search:focus, .btn.cv-refresh:hover, .btn.cv-refresh:focus {
      background: #c79e96;
      border-color: #c79e96;
      color: black; }
  .btn.cv-cancel, .btn.cv-delete, .btn.cv-close, .btn.cv-back {
    background: #47201E;
    border-color: #47201E;
    color: #f7f6f4; }
    .btn.cv-cancel:hover, .btn.cv-cancel:focus, .btn.cv-delete:hover, .btn.cv-delete:focus, .btn.cv-close:hover, .btn.cv-close:focus, .btn.cv-back:hover, .btn.cv-back:focus {
      background: #23100f;
      border-color: #23100f;
      color: #eceae5; }
  .btn.cv-favourite {
    border-color: #EDE3D4;
    color: #592826; }
    .btn.cv-favourite:hover, .btn.cv-favourite:focus {
      background: #EDE3D4;
      border-color: #EDE3D4;
      color: #592826; }
    .btn.cv-favourite.active {
      background: #EDE3D4;
      border-color: #EDE3D4;
      color: #592826; }
      .btn.cv-favourite.active:hover, .btn.cv-favourite.active:focus {
        background: #EDE3D4;
        border-color: #EDE3D4;
        color: white; }

.product .btn.cv-add-to-cart,
.product .btn.cv-readmore {
  background: #592826;
  border-color: #592826; }
  .product .btn.cv-add-to-cart:hover, .product .btn.cv-add-to-cart:focus,
  .product .btn.cv-readmore:hover,
  .product .btn.cv-readmore:focus {
    background: #351816;
    border-color: #351816;
    color: white; }

#Textlabel1 .cv-button,
.btn.cv-add-to-cart,
.widget-cart-checkout-button .btn.cv-checkout,
.btn.cv-checkout {
  background: #d0ada7;
  border-color: #d0ada7;
  color: black; }
  #Textlabel1 .cv-button:hover, #Textlabel1 .cv-button:focus,
  .btn.cv-add-to-cart:hover,
  .btn.cv-add-to-cart:focus,
  .widget-cart-checkout-button .btn.cv-checkout:hover,
  .widget-cart-checkout-button .btn.cv-checkout:focus,
  .btn.cv-checkout:hover,
  .btn.cv-checkout:focus {
    background: #c79e96;
    border-color: #c79e96;
    color: black; }

#btnBack,
.btn.cv-back,
.checkout-heading-navigation .btn.small {
  background: #f7f6f4;
  border-color: #f7f6f4;
  color: black; }
  #btnBack:hover, #btnBack:focus,
  .btn.cv-back:hover,
  .btn.cv-back:focus,
  .checkout-heading-navigation .btn.small:hover,
  .checkout-heading-navigation .btn.small:focus {
    background: #eceae5;
    border-color: #eceae5;
    color: black; }

.product-search-container .search-button .btn.cv-is-processing {
  background: white !important;
  border-color: white; }
  .product-search-container .search-button .btn.cv-is-processing:before {
    left: 30% !important; }

@media (min-width: 62em) {
  .data-list-view-bottom-controls .btn {
    background: #f7f6f4 !important;
    border-color: #f7f6f4 !important;
    color: black !important; }
    .data-list-view-bottom-controls .btn:hover, .data-list-view-bottom-controls .btn:focus {
      background: #eceae5 !important;
      border-color: #eceae5 !important;
      color: black !important; } }

.btn.hover-blue:hover,
.btn.hover-blue:focus,
.btn.hover-primary:hover,
.btn.hover-primary:focus {
  background: #eceae5 !important;
  border-color: #eceae5 !important;
  color: black !important; }

@media (min-width: 37em) {
  [id*='hold-reference-popup-widget-cart-buttons-'] .btn.cv-confirm {
    margin: 0 0 5px !important;
    clear: both;
    width: 240px; } }

@media (min-width: 48em) {
  [id*='hold-reference-popup-widget-cart-buttons-'] .btn.cv-confirm {
    margin: 0 0 0 5px !important;
    clear: none;
    width: auto; } }

@media (min-width: 48em) {
  [id*='hold-reference-popup-widget-cart-buttons-'] [class*='modal-'] {
    min-width: 700px; } }

.data-list-view-basic.fast-order .btn {
  background: #d0ada7;
  border-color: #d0ada7;
  max-height: none; }
  .data-list-view-basic.fast-order .btn:hover, .data-list-view-basic.fast-order .btn:focus {
    background: #c79e96;
    border-color: #c79e96; }

.is-sticky .checkout-heading-navigation .grid-row {
  max-width: 1400px; }

.page-next:hover,
.page-prev:hover,
.page-first:hover,
.page-last:hover,
.page-num:hover {
  color: white;
  background: #d0ada7;
  border-color: #d0ada7; }

/*------------------------------------*    Grey Box
\*------------------------------------*/
.grey-box {
  background: white;
  border-color: white; }

/*------------------------------------*    Content Boxes
\*------------------------------------*/
.content-box {
  border-top-color: #47201E;
  border-top-color: #47201E; }
  .content-box .box-title {
    background: #47201E;
    color: white; }
  .content-box.primary {
    border-top-color: #47201E; }
    .content-box.primary .box-title {
      background: #47201E; }
  .content-box.secondary {
    border-top-color: #f7f6f4; }
    .content-box.secondary .box-title {
      background: #f7f6f4; }
  .content-box.alternate {
    border-top-color: #f7f6f4; }
    .content-box.alternate .box-title {
      background: #f7f6f4; }
  .content-box.black {
    border-top-color: #f7f6f4; }
    .content-box.black .box-title {
      background: #f7f6f4; }

.content-box.news-article .box-content div {
  margin-top: 0; }

/*------------------------------------*    ARROW BOX
\*------------------------------------*/
.arrow-box {
  background: #EDE3D4; }
  .arrow-box:after {
    border-bottom-color: #EDE3D4; }
  .arrow-box.primary {
    background: #d0ada7; }
    .arrow-box.primary:after {
      border-bottom-color: #d0ada7; }
    .arrow-box.primary .form-label {
      color: white; }
  .arrow-box.secondary {
    background: #47201E; }
    .arrow-box.secondary:after {
      border-bottom-color: #47201E; }
  .arrow-box.alternate {
    background: #f7f6f4; }
    .arrow-box.alternate:after {
      border-bottom-color: #f7f6f4; }
  .arrow-box.black {
    background: black; }
    .arrow-box.black:after {
      border-bottom-color: black; }

/*------------------------------------*    Forms
\*------------------------------------*/
.form-text:focus, .form-text:active,
.form-number:focus,
.form-number:active,
.form-textarea:focus,
.form-textarea:active,
.form-email:focus,
.form-email:active,
.form-password:focus,
.form-password:active,
.form-date:focus,
.form-date:active,
.form-time:focus,
.form-time:active,
.form-datetime:focus,
.form-datetime:active,
.form-url:focus,
.form-url:active,
.form-tel:focus,
.form-tel:active,
.form-credit-card:focus,
.form-credit-card:active,
.form-select:focus,
.form-select:active,
.form-combobox:focus,
.form-combobox:active,
#cv-zone-container-1 input.product-search-autocomplete:focus,
#cv-zone-container-1 input.product-search-autocomplete:active {
  border-left-color: #d0ada7; }

.k-state-focused,
.cv-cart-line.line-update {
  border-left-color: #d0ada7; }

.k-draghandle {
  background: #f7f6f4; }
  .k-draghandle:hover, .k-draghandle.k-state-selected {
    background: white; }

.k-popup .k-list .k-state-focused {
  background: #f7f6f4;
  border-color: #f7f6f4;
  color: black; }

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

.expandable-header {
  color: black;
  background: white;
  border-bottom: 1px solid black; }
  .expandable-header:hover {
    color: #d0ada7; }
  .expandable-header .downArrow:before {
    content: "\e66c";
    color: black; }
  .expandable-header .downArrow:hover {
    color: #d0ada7; }
  .expandable-header .upArrow:before {
    content: "\e674";
    color: black; }
  .expandable-header .upArrow:hover {
    color: #d0ada7; }

.expandable-content {
  border: none; }

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

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

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

.k-grid.k-widget {
  font-size: 12px; }
  .k-grid.k-widget .k-alt td {
    background: #fafafa; }
  .k-grid.k-widget tr:hover td {
    background: #dceffd; }
  .k-grid.k-widget .k-button {
    background: #f7f6f4;
    border-color: #f7f6f4;
    color: black;
    border-radius: 2px;
    padding: 0;
    min-width: 50px; }

.k-grid-header th.k-header {
  color: white;
  background: #d0ada7;
  font-weight: 600; }
  .k-grid-header th.k-header a.k-link {
    color: white;
    font-weight: 600; }

.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: #d0ada7;
    border-color: #d0ada7;
    color: white; }

@media (min-width: 62em) {
  .k-numeric-wrap .k-input {
    width: 49%; }
  .form-number-plus-minus {
    width: 50%;
    right: -2px; } }

.form-number-plus-minus .cv-link {
  width: 50%; }

.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 {
  width: 50%; }

@media (min-width: 92em) {
  .form-number-plus-minus .cv-link {
    width: 100%;
    height: 50%; }
  .k-numeric-wrap .k-input {
    width: 60%; } }

.k-ff .listgrid-atc .k-numerictextbox .k-input {
  margin-top: -27px;
  width: 100%; }

.cv-numeric-input .k-numerictextbox {
  width: 55%; }

/*------------------------------------*    Kendo UI
\*------------------------------------*/
.k-tabstrip .k-tabstrip-items .k-state-active {
  border-top-color: #d0ada7; }

.k-tabstrip .k-tabstrip-items .k-state-hover {
  border-top-color: #f7f6f4; }

/*------------------------------------*    Messages
\*------------------------------------*/
.notification-actions .btn {
  color: black; }

/*------------------------------------*    Modals
\*------------------------------------*/
.modal-header {
  background: #f7f6f4;
  font-weight: 700; }

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

.modal-content .container {
  width: 100%; }

#modal-login-register .modal-header {
  background-color: #592826;
  color: white; }

#modal-login-register .modal-content {
  background-color: white; }

.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: #666; }
  .fancybox-close:hover:before {
    color: #47201E; }

.fancybox-opened .fancybox-skin {
  background: #EDE3D4;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  padding: 5px !important; }

#promotionSubscribe {
  background: white;
  -webkit-box-shadow: 1px 3px 10px #7d7d7d;
  box-shadow: 1px 3px 10px #7d7d7d;
  float: left;
  margin: 15px; }
  @media (min-width: 37em) {
    #promotionSubscribe {
      min-width: 500px;
      max-width: 650px;
      max-height: 350px;
      overflow: hidden; } }
  #promotionSubscribe .logo {
    border-bottom: 1px solid #EDE3D4;
    padding: 10px 0; }
  #promotionSubscribe .popupimage,
  #promotionSubscribe .widget-newsletter {
    width: 100%;
    float: left; }
    @media (min-width: 37em) {
      #promotionSubscribe .popupimage,
      #promotionSubscribe .widget-newsletter {
        width: 50%;
        height: 350px; } }
  #promotionSubscribe .popupimage {
    overflow: hidden; }
    #promotionSubscribe .popupimage img {
      height: auto;
      width: 100%; }
      @media (min-width: 37em) {
        #promotionSubscribe .popupimage img {
          height: 100%;
          max-width: none; } }
  #promotionSubscribe .widget-newsletter {
    text-align: center;
    padding: 5px 20px; }
    @media (min-width: 37em) {
      #promotionSubscribe .widget-newsletter {
        padding: 25px; } }
    #promotionSubscribe .widget-newsletter .newsletter-message {
      font-size: 16px;
      text-transform: uppercase;
      margin: 20px 0;
      float: left;
      width: 100%; }
      @media (min-width: 37em) {
        #promotionSubscribe .widget-newsletter .newsletter-message {
          font-size: 18px; } }
    #promotionSubscribe .widget-newsletter .form-email {
      border: 1px solid #EDE3D4;
      height: 40px; }
    #promotionSubscribe .widget-newsletter .btn {
      background-color: white;
      color: black;
      border: 0;
      font-size: 12px; }
      #promotionSubscribe .widget-newsletter .btn:hover {
        text-decoration: underline !important; }
    #promotionSubscribe .widget-newsletter .btn.cv-newsletter {
      width: 100%;
      float: left;
      height: 40px;
      background-color: #EDE3D4;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px; }
      #promotionSubscribe .widget-newsletter .btn.cv-newsletter:hover {
        text-decoration: none !important;
        background-color: #e5d7c2; }

/*------------------------------------*    Tables
\*------------------------------------*/
/*------------------------------------*    Tooltips
\*------------------------------------*/
.tooltip:after,
[data-tooltip]:after {
  background: #47201E;
  color: black;
  text-shadow: none; }

.tooltip.tooltip-top:before,
[data-tooltip].tooltip-top:before {
  border-top-color: #47201E; }

.tooltip.tooltip-right:before,
[data-tooltip].tooltip-right:before {
  border-right-color: #47201E; }

.tooltip.tooltip-bottom:before,
[data-tooltip].tooltip-bottom:before {
  border-bottom-color: #47201E; }

.tooltip.tooltip-left:before,
[data-tooltip].tooltip-left:before {
  border-left-color: #47201E; }

.tooltip-error:after {
  background: indianred; }

.tooltip-error.tooltip-top:before {
  border-top-color: indianred; }

/*------------------------------------*    Typography
\*------------------------------------*/
.page-content a:hover {
  color: black; }

/*------------------------------------*    Grid
\*------------------------------------*/
.container {
  max-width: 1400px; }

/*------------------------------------*    Top Bar
\*------------------------------------*/
.cv-header-topbar {
  background: #EDE3D4;
  color: black;
  z-index: 1000; }
  .cv-header-topbar a {
    color: #3a3a3a; }
    .cv-header-topbar a:hover {
      color: #47201E;
      background: none; }
  .cv-header-topbar .widget-section-menu .dropdown-list li a:hover {
    background: rgba(255, 255, 255, 0.18); }

#cv-zone-topbar .widget-social-links a {
  padding: 6px 3px; }
  #cv-zone-topbar .widget-social-links a:hover {
    background: none; }

#cv-zone-topbar .widget-cart-summary .icon {
  padding: 12px; }

.widget-html-snippet.top-bar-message {
  font-size: 10px;
  font-weight: bold;
  padding: 15px 0;
  color: gray;
  display: none; }
  @media (min-width: 92em) {
    .widget-html-snippet.top-bar-message {
      display: inline-block; } }

/*------------------------------------*    Header
\*------------------------------------*/
#cv-zone-header {
  background: white;
  position: relative; }
  @media (min-width: 62em) {
    #cv-zone-header {
      padding: 0; } }
  #cv-zone-header .widget-logo.main-logo {
    padding: 15px 10px;
    float: none; }
  #cv-zone-header .header-col-1.col-1-3 {
    width: 100%;
    float: left; }
    @media (min-width: 48em) {
      #cv-zone-header .header-col-1.col-1-3 {
        width: 25%; } }
  #cv-zone-header .header-col-2.col-1-3 {
    width: 100%;
    text-align: center; }
    @media (min-width: 48em) {
      #cv-zone-header .header-col-2.col-1-3 {
        width: 35%;
        margin-top: 30px;
        display: inline-block; } }
    @media (min-width: 62em) {
      #cv-zone-header .header-col-2.col-1-3 {
        margin-top: 35px; } }
  @media (min-width: 62em) {
    #cv-zone-header .header-col-2 {
      position: relative; } }
  @media (min-width: 92em) {
    #cv-zone-header .header-col-2 {
      position: static; } }
  #cv-zone-header .header-col-3 {
    width: 100%;
    float: left;
    display: inline-block !important; }
    @media (min-width: 48em) {
      #cv-zone-header .header-col-3 {
        width: 40%; } }
  #cv-zone-header .widget-product-search {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.03); }
    #cv-zone-header .widget-product-search .product-search-autocomplete,
    #cv-zone-header .widget-product-search .product-search-input {
      border: 0;
      border-radius: 20px 0 0 20px;
      background-color: #efefef; }
    #cv-zone-header .widget-product-search .btn.search {
      border-color: #efefef;
      color: black;
      border-radius: 0 20px 20px 0;
      background-color: rgba(0, 0, 0, 0.03); }
      #cv-zone-header .widget-product-search .btn.search:hover, #cv-zone-header .widget-product-search .btn.search:focus {
        background: white;
        border-color: white;
        color: black; }
    @media (min-width: 62em) {
      #cv-zone-header .widget-product-search {
        float: right;
        display: inline-block;
        margin: 3px 0; } }
    @media (min-width: 92em) {
      #cv-zone-header .widget-product-search {
        max-width: 500px; } }
  #cv-zone-header .widget-payment-icons {
    clear: both;
    display: block;
    margin: 0; }
    #cv-zone-header .widget-payment-icons img {
      max-height: 16px; }
  #cv-zone-header .fb-like {
    position: relative;
    width: 125px !important;
    margin: 0 auto;
    display: block;
    background: none; }
    @media (min-width: 37em) {
      #cv-zone-header .fb-like {
        position: absolute;
        top: 18px;
        left: 100px; } }
    @media (min-width: 48em) {
      #cv-zone-header .fb-like {
        top: initial;
        left: initial; } }
    @media (min-width: 62em) {
      #cv-zone-header .fb-like {
        top: 0;
        left: 0; } }
    @media (min-width: 92em) {
      #cv-zone-header .fb-like {
        top: 36px;
        left: 40%; } }

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

/*------------------------------------*    Navigation
\*------------------------------------*/
#cv-zone-navigation {
  background-color: #47201E; }
  #cv-zone-navigation nav.mobile-menu .dl-menu.dl-menu-toggle.dl-menuopen {
    position: absolute;
    width: 100%; }
  #cv-zone-navigation .dl-menuwrapper button:hover,
  #cv-zone-navigation .dl-menuwrapper button.dl-active,
  #cv-zone-navigation .dl-menuwrapper ul {
    color: black; }
  #cv-zone-navigation .dl-menuwrapper li a {
    color: black; }
  #cv-zone-navigation .sticky-wrapper {
    background-color: #47201E; }
  #cv-zone-navigation .is-sticky .cv-menus {
    background: #47201E;
    border: 0; }
  #cv-zone-navigation .widget-navigation-menu ul > li > a,
  #cv-zone-navigation .widget-mega-menu ul > li > a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    border-radius: 0; }
    #cv-zone-navigation .widget-navigation-menu ul > li > a:before,
    #cv-zone-navigation .widget-mega-menu ul > li > a:before {
      display: none; }
  #cv-zone-navigation .widget-navigation-menu,
  #cv-zone-navigation .widget-mega-menu {
    text-align: center; }
    #cv-zone-navigation .widget-navigation-menu li,
    #cv-zone-navigation .widget-mega-menu li {
      text-align: center;
      float: none;
      margin: 0; }
    #cv-zone-navigation .widget-navigation-menu .dropdown-area,
    #cv-zone-navigation .widget-mega-menu .dropdown-area {
      background-color: white;
      -webkit-box-shadow: 0 2px 4px grey;
      box-shadow: 0 2px 4px grey;
      float: left;
      text-align: left; }
      #cv-zone-navigation .widget-navigation-menu .dropdown-area ul li,
      #cv-zone-navigation .widget-mega-menu .dropdown-area ul li {
        text-align: left; }
        #cv-zone-navigation .widget-navigation-menu .dropdown-area ul li a,
        #cv-zone-navigation .widget-mega-menu .dropdown-area ul li a {
          font-size: 12px;
          padding: 5px 5px 0;
          border-bottom: 1px solid transparent;
          color: gray;
          text-align: left; }
          #cv-zone-navigation .widget-navigation-menu .dropdown-area ul li a:hover,
          #cv-zone-navigation .widget-mega-menu .dropdown-area ul li a:hover {
            color: #592826;
            border-bottom: 1px solid #592826; }
    #cv-zone-navigation .widget-navigation-menu.desktop-menu,
    #cv-zone-navigation .widget-mega-menu.desktop-menu {
      display: none; }
      @media (min-width: 48em) {
        #cv-zone-navigation .widget-navigation-menu.desktop-menu,
        #cv-zone-navigation .widget-mega-menu.desktop-menu {
          display: block; } }
  #cv-zone-navigation .widget-navigation-menu ul > li:hover > a,
  #cv-zone-navigation .widget-mega-menu ul > li:hover > a {
    background-color: white;
    color: black; }
  #cv-zone-navigation .widget-navigation-menu .dropdown-area .mm-heading,
  #cv-zone-navigation .widget-mega-menu .dropdown-area .mm-heading {
    background-color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 3px 5px;
    font-size: 12px;
    color: gray;
    border-bottom: 1px solid transparent; }
    #cv-zone-navigation .widget-navigation-menu .dropdown-area .mm-heading:hover,
    #cv-zone-navigation .widget-mega-menu .dropdown-area .mm-heading:hover {
      color: #592826;
      border-bottom: 1px solid #592826; }

/*------------------------------------*    Feature
\*------------------------------------*/
/*------------------------------------*    Page
\*------------------------------------*/
.cv-productgrid-options .layout-switch:hover {
  background: #d0ada7;
  border-color: #d0ada7;
  color: black; }

/*------------------------------------*    Page Before
\*------------------------------------*/
/*------------------------------------*    Page After
\*------------------------------------*/
/*------------------------------------*    Page Left
\*------------------------------------*/
/*------------------------------------*    Page Right
\*------------------------------------*/
/*------------------------------------*    Footer
\*------------------------------------*/
#cv-zone-footer {
  background: #47201E;
  border-top: 1px solid #47201E;
  color: #6B5C54; }
  #cv-zone-footer span {
    color: #f7f6f4; }
  #cv-zone-footer .heading {
    color: #f7f6f4; }
    #cv-zone-footer .heading span {
      color: #f7f6f4; }
  #cv-zone-footer a {
    color: #6B5C54; }
    #cv-zone-footer a:hover {
      color: #d0ada7;
      background: none; }
      #cv-zone-footer a:hover span {
        color: #d0ada7; }
  #cv-zone-footer .footer-col p {
    color: white;
    font-size: 14px; }
  #cv-zone-footer .footer-col .widget-section-menu {
    width: calc(100% - 20px); }
    #cv-zone-footer .footer-col .widget-section-menu ul li {
      border-bottom: 1px solid #592826; }
      #cv-zone-footer .footer-col .widget-section-menu ul li a {
        font-size: 14px;
        padding: 5px 0; }

/*------------------------------------*    Footer After
\*------------------------------------*/
#cv-zone-footer-after {
  background: black;
  color: #6B5C54; }
  #cv-zone-footer-after .container {
    border: none; }
  #cv-zone-footer-after .widget-logo.main-logo {
    max-width: 60px; }
  #cv-zone-footer-after a,
  #cv-zone-footer-after small {
    color: #909090; }
  #cv-zone-footer-after a {
    text-decoration: underline; }

/*------------------------------------*    Navigation Mobile
\*------------------------------------*/
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
  background: #f7f6f4; }

.no-touch .dl-menuwrapper li a:hover {
  background: white; }

.dl-menuwrapper li.dl-back > a {
  background: #eceae5; }

/*------------------------------------*    Navigation Desktop
\*------------------------------------*/
.cv-menus {
  border: none;
  background: #47201E;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 100; }
  .cv-menus .container {
    width: 100%; }
  .cv-menus .ico-left.ico-left.cv-ico-general-house {
    display: none; }

.is-sticky .cv-menus {
  max-width: 100%; }

.widget-navigation-menu ul li:hover a {
  background: none;
  color: white; }

.widget-navigation-menu .dropdown-column {
  background: white;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
  position: relative; }
  .widget-navigation-menu .dropdown-column:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px; }
  .widget-navigation-menu .dropdown-column ul li a {
    font-weight: 500; }
    .widget-navigation-menu .dropdown-column ul li a:hover {
      color: #f7f6f4;
      background: #fafafa; }

.widget-navigation-menu ul li:nth-last-child(1).dropdown-twolevel {
  float: right; }
  .widget-navigation-menu ul li:nth-last-child(1).dropdown-twolevel .dropdown-column {
    right: 0;
    left: auto; }
    .widget-navigation-menu ul li:nth-last-child(1).dropdown-twolevel .dropdown-column:after {
      right: 25px;
      left: auto; }

/*------------------------------------*    Widget - Account Select
\*------------------------------------*/
.widget-switch-account .acc-code {
  color: #f7f6f4; }

/*------------------------------------*    Widget - Articles
\*------------------------------------*/
.widget-article-slider {
  margin: 40px auto; }
  .widget-article-slider > .subtitle {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 0; }
    .widget-article-slider > .subtitle:before {
      position: relative;
      top: 2px;
      margin-right: 10px; }
  .widget-article-slider .article-date {
    font-style: normal;
    line-height: 10px; }
    .widget-article-slider .article-date .article-posted-date {
      position: absolute;
      top: 20px;
      left: -10px;
      background: white;
      border: 2px solid #446084;
      padding: 5px;
      color: #446084; }
      @media (min-width: 48em) {
        .widget-article-slider .article-date .article-posted-date {
          left: -15px; } }
      .widget-article-slider .article-date .article-posted-date span {
        display: block;
        text-align: center; }
        .widget-article-slider .article-date .article-posted-date span.date {
          font-weight: bold; }
  .widget-article-slider .news-article-zoned .news-article {
    float: left;
    display: inline-block;
    margin: 1.5%;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .widget-article-slider .news-article-zoned .news-article .cv-zone-article-1 .widget-article-list-image {
      height: 160px;
      float: left;
      overflow: hidden; }
      .widget-article-slider .news-article-zoned .news-article .cv-zone-article-1 .widget-article-list-image .img-large {
        margin: 0;
        height: 100%; }
    .widget-article-slider .news-article-zoned .news-article .widget-article-list-title,
    .widget-article-slider .news-article-zoned .news-article .cv-zone-article-2 {
      margin: 10px 20px;
      float: left;
      width: calc(100% - 40px); }
    .widget-article-slider .news-article-zoned .news-article .cv-zone-article-2 {
      height: 98px;
      overflow: hidden; }
    .widget-article-slider .news-article-zoned .news-article:hover .article-posted-date {
      background: #446084;
      color: white; }
  .widget-article-slider .news-article-zoned.owl-carousel .owl-item {
    padding: 0 10px; }
  .widget-article-slider .widget-article-list-summary h1 {
    display: none; }
  .widget-article-slider .widget-article-list-summary p {
    display: none; }
    .widget-article-slider .widget-article-list-summary p:first-of-type {
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: 400px;
      height: 100%;
      margin: 0 auto;
      font-size: 14px;
      line-height: normal;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      margin: 0 0 15px;
      text-align: center; }
  .widget-article-slider .widget-article-list-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    height: 55px; }
    .widget-article-slider .widget-article-list-title h4.subtitle {
      border: 0;
      overflow: hidden;
      font-size: 14px; }
      .widget-article-slider .widget-article-list-title h4.subtitle a {
        color: #555;
        text-transform: none; }
  .widget-article-slider .widget-article-list-detail-button {
    width: 100%; }
    .widget-article-slider .widget-article-list-detail-button a {
      width: 100%;
      background: white;
      border: white;
      padding: 10px; }

/*------------------------------------*    Widget - Banner Slider
\*------------------------------------*/
.cus-widget-banner-slider {
  overflow: hidden;
  position: relative;
  height: 500px; }
  @media (min-width: 48em) {
    .cus-widget-banner-slider {
      height: 380px; } }
  @media (min-width: 62em) {
    .cus-widget-banner-slider {
      height: 500px; } }
  @media (min-width: 92em) {
    .cus-widget-banner-slider {
      height: 600px; } }
  .cus-widget-banner-slider .gallery-slide {
    background-color: black; }
    .cus-widget-banner-slider .gallery-slide img {
      opacity: 0.7;
      height: 500px;
      max-width: none;
      width: auto; }
      @media (min-width: 48em) {
        .cus-widget-banner-slider .gallery-slide img {
          max-width: 100%;
          width: 100%;
          height: auto; } }
    .cus-widget-banner-slider .gallery-slide .container {
      width: 100%;
      max-width: none;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .cus-widget-banner-slider .gallery-slide .banner-caption {
      width: 100%;
      max-width: none;
      float: right;
      left: 0;
      background-color: transparent;
      top: 25%;
      border-radius: 0;
      position: absolute;
      opacity: 0;
      padding: 0 15%;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      font-weight: bold; }
      @media (min-width: 48em) {
        .cus-widget-banner-slider .gallery-slide .banner-caption {
          top: 150px;
          left: 30%;
          padding: 0;
          width: 450px; } }
      .cus-widget-banner-slider .gallery-slide .banner-caption img {
        width: 40%;
        width: 50px;
        max-width: 60px;
        float: none;
        -webkit-filter: saturate(110%), brightness(90%);
        filter: saturate(110%), brightness(90%); }
      .cus-widget-banner-slider .gallery-slide .banner-caption p,
      .cus-widget-banner-slider .gallery-slide .banner-caption h1,
      .cus-widget-banner-slider .gallery-slide .banner-caption span {
        clear: both;
        width: 100%;
        float: left;
        padding: 0;
        line-height: 105%;
        margin: 0;
        color: white; }
      .cus-widget-banner-slider .gallery-slide .banner-caption p,
      .cus-widget-banner-slider .gallery-slide .banner-caption h1,
      .cus-widget-banner-slider .gallery-slide .banner-caption span,
      .cus-widget-banner-slider .gallery-slide .banner-caption .btn {
        position: relative; }
      .cus-widget-banner-slider .gallery-slide .banner-caption h1 {
        font-size: 2.5em;
        color: white;
        left: -100px;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
      .cus-widget-banner-slider .gallery-slide .banner-caption p {
        color: white;
        font-size: 14px;
        font-weight: lighter;
        left: -100px;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s; }
        @media (min-width: 62em) {
          .cus-widget-banner-slider .gallery-slide .banner-caption p {
            display: inline-block; } }
        @media (min-width: 92em) {
          .cus-widget-banner-slider .gallery-slide .banner-caption p {
            font-size: 20px; } }
      .cus-widget-banner-slider .gallery-slide .banner-caption .btn {
        width: 200px;
        margin: 20px 0;
        left: -100px;
        padding: 10px;
        background: transparent;
        border: 2px solid white;
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        -webkit-transition: left .5s;
        -o-transition: left .5s;
        transition: left .5s; }
        .cus-widget-banner-slider .gallery-slide .banner-caption .btn:before {
          display: none; }
        .cus-widget-banner-slider .gallery-slide .banner-caption .btn:hover {
          background-color: #d0ada7;
          border-color: #d0ada7; }
      .cus-widget-banner-slider .gallery-slide .banner-caption .fancy-text {
        font-family: 'Dancing Script OT';
        font-size: 2em; }
      .cus-widget-banner-slider .gallery-slide .banner-caption .small-text {
        font-size: 2em; }
  .cus-widget-banner-slider .owl-pagination {
    position: absolute !important;
    top: 90%;
    left: 45%;
    margin-top: 0; }
  .cus-widget-banner-slider .owl-buttons {
    display: none; }
    @media (min-width: 62em) {
      .cus-widget-banner-slider .owl-buttons {
        display: block; } }
    .cus-widget-banner-slider .owl-buttons .owl-prev {
      position: absolute;
      top: 50%;
      left: 25px;
      margin-top: -40px;
      z-index: 100;
      background: black;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      color: white;
      font-size: 0;
      opacity: 0.5; }
      .cus-widget-banner-slider .owl-buttons .owl-prev:before {
        font-size: 30px;
        background: none;
        content: "\e6b7";
        font-family: 'cv-ico-general';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: white;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 5px;
        left: 0px; }
      .cus-widget-banner-slider .owl-buttons .owl-prev:hover {
        opacity: 1; }
    .cus-widget-banner-slider .owl-buttons .owl-next {
      position: absolute;
      top: 50%;
      right: 25px;
      margin-top: -40px;
      z-index: 100;
      background: black;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      color: white;
      font-size: 0;
      opacity: 0.5; }
      .cus-widget-banner-slider .owl-buttons .owl-next:before {
        font-size: 30px;
        background: none;
        content: "\e6b4";
        font-family: 'cv-ico-general';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: white;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: 5px;
        left: 0px; }
      .cus-widget-banner-slider .owl-buttons .owl-next:hover {
        opacity: 1; }
  .cus-widget-banner-slider .owl-controls {
    position: static; }
    @media (min-width: 62em) {
      .cus-widget-banner-slider .owl-controls {
        position: static; } }

.customOpactity {
  opacity: 1 !important; }

.customLeftHover {
  left: 0 !important; }

/*------------------------------------*    Widget - Breadcrumb
\*------------------------------------*/
.widget-breadcrumb ul li a {
  font-size: 16px; }
  .widget-breadcrumb ul li a:hover {
    color: #d0ada7; }
  .widget-breadcrumb ul li a:before {
    top: 2px; }

.widget-breadcrumb .last-breadcrumb-item span {
  font-size: 16px;
  position: relative;
  top: 4px;
  font-weight: bold;
  color: #48211e; }

/*------------------------------------*    Widget - Cart Summary
\*------------------------------------*/
/*------------------------------------*    Widget - Catalogue Select
\*------------------------------------*/
/*------------------------------------*    Widget - Login / Logout Modal
\*------------------------------------*/
#modal-login-register .widget-value-prop {
  width: 100%;
  margin: 0 0 20px; }

/*------------------------------------*    Widget - Logo
\*------------------------------------*/
#cv-zone-header .widget-logo.main-logo {
  text-align: center;
  width: 100%; }
  @media (min-width: 37em) {
    #cv-zone-header .widget-logo.main-logo {
      text-align: left;
      width: auto; } }
  #cv-zone-header .widget-logo.main-logo img {
    max-height: 60px; }
    @media (min-width: 62em) {
      #cv-zone-header .widget-logo.main-logo img {
        max-height: 100px; } }

/*------------------------------------*    Widget - Payment Icons
\*------------------------------------*/
.widget-payment-icons {
  text-align: center; }

/*------------------------------------*    Widget - Product Search
\*------------------------------------*/
/*------------------------------------*    Widget - Phone
\*------------------------------------*/
.cv-header-topbar .widget-phone-number .icon:before {
  position: relative;
  top: -2px; }

.cv-header-topbar .widget-phone-number .ico-only-text {
  font-size: 11px;
  font-weight: 600; }

#cv-zone-footer .widget-phone-number {
  height: auto;
  display: block;
  font-size: 12px;
  clear: both; }
  #cv-zone-footer .widget-phone-number .icon {
    font-size: 12px;
    padding: 0; }
    #cv-zone-footer .widget-phone-number .icon:before {
      display: none; }
  #cv-zone-footer .widget-phone-number .ico-only-text {
    font-size: 11px; }

/*------------------------------------*    Widget - Role Select
\*------------------------------------*/
.widget-role-select .role-code {
  color: black; }

.widget-role-select .role-select:hover {
  background: none; }
  .widget-role-select .role-select:hover .icon {
    color: #d0ada7; }

/*------------------------------------*    Widget - Section Menu
\*------------------------------------*/
/*------------------------------------*    Widget - Social Links
\*------------------------------------*/
.widget-social-links [class*='cv-ico-social-'] {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  margin: 8px 2px;
  border: 2px solid #592826;
  background-color: transparent; }
  .widget-social-links [class*='cv-ico-social-']:before {
    color: white;
    position: relative;
    top: 6px;
    left: 2px;
    font-size: 17px; }

.widget-social-links .cv-ico-social-facebook3:before {
  content: "\e609"; }

.widget-social-links .cv-ico-social-facebook3:hover {
  background: #3b5998 !important; }

.widget-social-links .cv-ico-social-twitter:hover {
  background: #35abf3 !important; }

.widget-social-links .cv-ico-social-instagram:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d)) !important;
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important;
  background: -o-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -o-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), -o-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), -o-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), -o-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), -o-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -o-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -o-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important; }

.widget-social-links .cv-ico-social-instagram:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("/Themes/BPDTHEME01/theme-client-updates/img/icons/instagram-glyph.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: -2px; }

.widget-social-links .cv-ico-social-googleplus:hover {
  background: #cc5649 !important; }

.k-safari .widget-social-links .cv-ico-social-instagram:hover {
  background: none;
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: -o-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF); }

.k-ie9 .widget-social-links .cv-ico-social-instagram:hover {
  background: #666bd5 !important; }

#cv-zone-footer .widget-social-links a:before {
  top: 7px; }

/*------------------------------------*    Widget - Value Prop
\*------------------------------------*/
.widget-value-prop {
  background: none; }
  @media (min-width: 48em) {
    .widget-value-prop {
      margin: 0 0 0 20px;
      float: right;
      width: 100%; } }
  .widget-value-prop .header-promo {
    text-align: left;
    width: 30%;
    margin: 5px;
    border: none;
    text-align: center;
    float: left;
    font-size: 10px;
    color: gray;
    padding: 5px; }
    @media (min-width: 62em) {
      .widget-value-prop .header-promo {
        margin: 20px 5px; } }
    .widget-value-prop .header-promo:nth-of-type(2) {
      border-right: 1px solid #ede3d4;
      border-left: 1px solid #ede3d4; }
    .widget-value-prop .header-promo img {
      width: 40px; }
      @media (min-width: 62em) {
        .widget-value-prop .header-promo img {
          width: 50px; } }
    .widget-value-prop .header-promo .promo-title {
      font-weight: bolder; }
    .widget-value-prop .header-promo .promo-desc,
    .widget-value-prop .header-promo .promo-title {
      margin: 0;
      line-height: 14px;
      font-size: 12px; }

/*------------------------------------*    Orders On Hold
\*------------------------------------*/
.widget-orders-on-hold .grid.spacing-top .col-1-2 {
  width: auto; }

.widget-orders-on-hold .grid.spacing-top .col-1-2.text-right .btn.small {
  margin: 5px 0; }
  @media (min-width: 37em) {
    .widget-orders-on-hold .grid.spacing-top .col-1-2.text-right .btn.small {
      margin: 0; } }

.owl-carousel.product-slider1,
.owl-carousel.product-slider2 {
  width: 100%;
  padding: 0 5%;
  overflow: hidden; }
  .owl-carousel.product-slider1:hover .owl-controls.clickable,
  .owl-carousel.product-slider2:hover .owl-controls.clickable {
    opacity: 1; }
  .owl-carousel.product-slider1 .owl-item,
  .owl-carousel.product-slider2 .owl-item {
    padding: 0; }
  .owl-carousel.product-slider1 .owl-controls.clickable,
  .owl-carousel.product-slider2 .owl-controls.clickable {
    opacity: 0; }
    .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-prev,
    .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-next,
    .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-prev,
    .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-next {
      top: 20px;
      height: 100%;
      background: white;
      width: 40px; }
      .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-prev:before,
      .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-next:before,
      .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-prev:before,
      .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-next:before {
        position: relative;
        top: 50%;
        font-weight: bolder; }
    .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-prev,
    .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-prev {
      left: -10px; }
      .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-prev:before,
      .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-prev:before {
        content: "\e6af"; }
      .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-prev:hover,
      .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-prev:hover {
        left: -5px;
        -webkit-box-shadow: 0px -11px 11px #bbbbbb;
        box-shadow: 0px -11px 11px #bbbbbb;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-next,
    .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-next {
      right: -10px; }
      .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-next:before,
      .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-next:before {
        content: "\e6ac"; }
      .owl-carousel.product-slider1 .owl-controls.clickable .owl-buttons .owl-next:hover,
      .owl-carousel.product-slider2 .owl-controls.clickable .owl-buttons .owl-next:hover {
        right: -5px;
        -webkit-box-shadow: 0px -11px 11px #bbbbbb;
        box-shadow: 0px -11px 11px #bbbbbb;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.widget-campaign-slider .product-grid.grid .product {
  width: calc(100% - 20px);
  padding: 0;
  margin: 10px;
  background-color: #EDE3D4; }
  .widget-campaign-slider .product-grid.grid .product .widget-productlist-availability,
  .widget-campaign-slider .product-grid.grid .product .widget-productlist-gst,
  .widget-campaign-slider .product-grid.grid .product .widget-productlist-unit,
  .widget-campaign-slider .product-grid.grid .product .cv-numeric-input {
    display: none; }
  .widget-campaign-slider .product-grid.grid .product .widget-productlist-atc-button.cv-add-to-cart {
    width: 100%; }
  .widget-campaign-slider .product-grid.grid .product .widget-productlist-title {
    font-size: 14px;
    height: 55px; }
  .widget-campaign-slider .product-grid.grid .product .widget-productlist-price {
    height: auto;
    font-size: 20px; }
  .widget-campaign-slider .product-grid.grid .product .product-img {
    float: left;
    width: calc(100% - 20px);
    margin: 10px; }

/*------------------------------------*    Brand Logos
\*------------------------------------*/
.banner {
  background-color: white;
  margin: 20px 0; }
  .banner h2.subtitle {
    margin-bottom: 0;
    text-align: center; }
    .banner h2.subtitle:before {
      position: relative;
      top: 2px;
      margin-right: 10px; }

.brand-slider {
  padding: 40px 0; }
  .brand-slider .brand-list {
    text-align: center; }

/*------------------------------------*    Opening Hours
\*------------------------------------*/
.opening-hours {
  font-size: 11px;
  text-align: center;
  margin: 0 0 10px;
  float: right; }
  @media (min-width: 37em) {
    .opening-hours {
      text-align: right; } }
  @media (min-width: 62em) {
    .opening-hours {
      margin: 10px 5px; } }
  .opening-hours strong {
    display: inline-block; }
  .opening-hours span {
    display: inline-block; }

/*------------------------------------*    DASHBO
\*------------------------------------*/
.content-box .box-content {
  padding: 5px; }
  @media (min-width: 37em) {
    .content-box .box-content {
      padding: 10px; } }

.box-content .data-list-item {
  padding: 0; }

.box-content .data-list-view-basic {
  margin: 0; }

.box-title .btn.small.clear {
  position: relative;
  top: -2px; }
  #cv-zone-scl-17-full-middle-top .box-title .btn.small.clear {
    top: auto;
    float: right; }

.dashboard-module {
  background: white;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  position: relative; }
  .dashboard-module::after {
    clear: both;
    content: "";
    display: table; }
  .dashboard-module.cv-is-processing .cv-is-processing-overlay,
  .dashboard-module.cv-is-processing .cv-is-disabled-overlay {
    background: white;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
    .dashboard-module.cv-is-processing .cv-is-processing-overlay:before,
    .dashboard-module.cv-is-processing .cv-is-disabled-overlay:before {
      content: url("/Themes/BPDTHEME01/theme-base/img/icons/loading-flat3-small.gif") !important;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px;
      z-index: 1; }
    .dashboard-module.cv-is-processing .cv-is-processing-overlay .cv-is-processing-message,
    .dashboard-module.cv-is-processing .cv-is-disabled-overlay .cv-is-processing-message {
      font-weight: 600;
      position: absolute;
      text-align: center;
      color: #333;
      width: 200px;
      top: 50%;
      left: 50%;
      margin-top: 15px;
      margin-left: -100px;
      z-index: 1; }
  .dashboard-module.dashboard-user {
    padding: 10px; }
    .dashboard-module.dashboard-user .dashboard-user-avatar {
      float: left;
      display: inline-block;
      margin: 0;
      width: 10%; }
    .dashboard-module.dashboard-user .dashboard-user-info {
      float: left;
      display: inline-block;
      width: 90%;
      padding-left: 15px; }
      .dashboard-module.dashboard-user .dashboard-user-info::after {
        clear: both;
        content: "";
        display: table; }
    .dashboard-module.dashboard-user .dashboard-user-description,
    .dashboard-module.dashboard-user .dashboard-user-company {
      display: inline-block;
      width: 50%;
      float: left;
      padding-top: 10px; }
      .dashboard-module.dashboard-user .dashboard-user-description span,
      .dashboard-module.dashboard-user .dashboard-user-company span {
        display: block;
        font-size: 17px;
        line-height: 28px;
        font-weight: 300;
        color: #000; }

.account-payment-totals {
  color: indianred; }
  @media (min-width: 62em) {
    .account-payment-totals {
      float: left;
      display: inline-block;
      width: 50%;
      margin: 0 0 20px; } }
  .account-payment-totals .balance-owing,
  .account-payment-totals .balance-due {
    display: block;
    clear: both;
    padding: 0 0 10px; }
    .account-payment-totals .balance-owing::after,
    .account-payment-totals .balance-due::after {
      clear: both;
      content: "";
      display: table; }
    .account-payment-totals .balance-owing span,
    .account-payment-totals .balance-due span {
      display: inline-block;
      float: left;
      width: 50%;
      font-size: 16px; }
    .account-payment-totals .balance-owing span.text-large,
    .account-payment-totals .balance-due span.text-large {
      font-size: 16px;
      font-weight: 600;
      padding-top: 0;
      text-align: right;
      position: relative; }

.account-payment-days {
  margin: 0 0 20px; }
  @media (min-width: 62em) {
    .account-payment-days {
      float: right;
      display: inline-block;
      width: 25%;
      margin: 0; } }

.balance-breakdown {
  width: 100%; }
  .balance-breakdown tr td {
    color: #999; }
    .balance-breakdown tr td.highlighted {
      color: black; }

.cv-is-empty {
  color: #555; }

.sub-page-tile {
  border-top-color: #d0ada7; }
  .sub-page-tile .icon-large {
    background: #d0ada7; }

@media (min-width: 37em) {
  #cv-zone-scl-17-full-middle-top .col-1-2 {
    padding: 0 20px 0 0; } }

#cv-zone-scl-17-full-middle-top .content-box {
  margin-bottom: 50px;
  min-height: 275px; }
  #cv-zone-scl-17-full-middle-top .content-box .box-title {
    border-bottom: 1px solid #888;
    color: #333;
    background: #fafafa; }

#cv-zone-scl-17-full-middle-top .data-list-item.data-list-heading {
  font-size: 12px; }

.dashboard-module .cv-is-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 30px;
  margin: 0 0 0 -150px;
  color: #555;
  line-height: 30px;
  text-align: center; }

.dashboard-module a {
  color: #d0ada7; }

@media (min-width: 62em) {
  .dashboard-recently-purchased .column-3 .cv-data-zone-2 {
    width: 80%; }
  .dashboard-recently-purchased .column-3 .cv-data-zone-3 {
    width: 20%; }
    .dashboard-recently-purchased .column-3 .cv-data-zone-3 .btn {
      height: 30px; } }

.data-list-view-basic.column-3 .data-item-value .cart-product-availability {
  width: 100%; }

@media (min-width: 48em) {
  .data-list-view-basic.column-3 .cv-data-zone-2 .data-list-column,
  .data-list-view-product.column-3 .cv-data-zone-2 .data-list-column {
    width: 33.333%; }
  .data-list-view-basic.column-4 .cv-data-zone-2 .data-list-column,
  .data-list-view-product.column-4 .cv-data-zone-2 .data-list-column {
    width: 25%; }
  .data-list-view-basic.column-2 .cv-data-zone-2 .data-list-column,
  .data-list-view-product.column-2 .cv-data-zone-2 .data-list-column {
    width: 50%; } }

/*------------------------------------*    Homepage
\*------------------------------------*/
.page-home .container {
  max-width: 1100px; }

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

.page-home .widget-campaign-slider .product-grid.grid {
  padding: 0 15px; }
  .page-home .widget-campaign-slider .product-grid.grid .product {
    width: calc(100% - 20px);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px;
    border: 0; }

.page-home .product-grid.grid {
  padding-bottom: 0; }
  .page-home .product-grid.grid .product {
    -webkit-box-shadow: 0 0 1px #B6AB91;
    box-shadow: 0 0 1px #B6AB91; }
    @media (min-width: 62em) {
      .page-home .product-grid.grid .product {
        width: 15.66667%;
        margin: 0 .5% 15px;
        clear: none; } }

.page-home .widget-breadcrumb {
  display: none; }

.page-home .subtitle {
  font-weight: bolder;
  font-size: 20px;
  margin: 40px 0 20px;
  color: #372038;
  text-align: center;
  border-bottom: 0;
  text-transform: uppercase; }

.instagram-banner {
  float: left;
  width: 100%;
  margin: 40px 0; }
  .instagram-banner h2.subtitle {
    margin: 50px 0 20px;
    text-align: center;
    float: left;
    width: 100%; }
    .instagram-banner h2.subtitle:before {
      position: relative;
      top: 2px;
      margin-right: 10px; }
    .instagram-banner h2.subtitle a {
      color: black;
      float: left;
      width: 100%; }
  .instagram-banner img {
    border-bottom-width: 2px;
    max-width: none;
    width: 100%;
    float: left; }

#custom-layout-home17-row2-column1 {
  background-color: white;
  padding: 20px; }

.cd-hero-slider li img {
  width: 100%;
  min-height: 100%;
  -webkit-filter: brightness(80%);
  filter: brightness(80%); }

.cd-hero-slider li:hover img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

.homepage-feature-top-three .homepage-feature-tile {
  width: 100%;
  float: left;
  margin: 10px 0;
  background-color: #47201E;
  overflow: hidden; }
  @media (min-width: 37em) {
    .homepage-feature-top-three .homepage-feature-tile {
      width: calc( 100%/3 - 5px);
      margin: 0 2.5px; } }
  @media (min-width: 48em) {
    .homepage-feature-top-three .homepage-feature-tile {
      height: 450px;
      width: calc( 100%/3 - 10px);
      margin: 0 5px; } }
  @media (min-width: 62em) {
    .homepage-feature-top-three .homepage-feature-tile {
      height: 500px;
      width: calc( 100%/3 - 40px);
      margin: 0 20px; } }

.homepage-feature-top-three .feature-tile-title,
.homepage-feature-top-three .feature-tile-summary {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px;
  color: white; }

.homepage-feature-top-three .img {
  float: left;
  overflow: hidden;
  position: relative; }
  .homepage-feature-top-three .img .feature-tile-img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .homepage-feature-top-three .img .feature-tile-img:hover {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.homepage-feature-top-three .feature-tile-title {
  font-size: 16px;
  font-weight: bold; }

.homepage-feature-top-three .feature-tile-summary {
  font-size: 12px; }

.homepage-feature-top-three .popular-cat-heading,
.homepage-feature-top-three .catView,
.homepage-feature-top-three .togCat {
  text-align: center;
  font-size: 10px;
  color: white;
  width: 100%;
  float: left; }

.homepage-feature-top-three .togCat {
  padding: 10px;
  min-height: 100px; }

.homepage-feature-top-three .feature-tile-tag-link {
  padding: 2px 5px;
  border-radius: 3px;
  color: #dadada;
  display: inline-block;
  margin: 2px;
  width: auto;
  border: 1px solid #cc837f; }
  .homepage-feature-top-three .feature-tile-tag-link:hover {
    background: #cc837f; }

#custom-layout-home17-row5-column1 {
  background: white url("/Themes/BPDTHEME01/theme-client-updates/img/slider/hgo.jpg") no-repeat center;
  background-size: cover;
  display: table;
  height: 280px; }
  #custom-layout-home17-row5-column1 .widget-newsletter {
    display: table-cell;
    vertical-align: middle;
    max-width: 1100px;
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    #custom-layout-home17-row5-column1 .widget-newsletter .newsletter-message {
      color: white;
      width: 100%;
      font-size: 18px;
      padding-bottom: 20px;
      float: left; }
    #custom-layout-home17-row5-column1 .widget-newsletter .newsletter-form {
      width: 90%;
      margin: 0 auto; }
      @media (min-width: 62em) {
        #custom-layout-home17-row5-column1 .widget-newsletter .newsletter-form {
          max-width: 600px; } }
    #custom-layout-home17-row5-column1 .widget-newsletter .form-email {
      float: left;
      display: inline-block;
      margin: 0;
      clear: none;
      border-color: #ddd;
      border-left-width: 1px;
      border-right-color: transparent;
      border-radius: 5px 0 0 5px;
      height: 40px;
      font-size: 16px;
      width: 60%; }
    #custom-layout-home17-row5-column1 .widget-newsletter .btn.cv-newsletter {
      float: left;
      display: inline-block;
      margin: 0;
      clear: none;
      border-radius: 0 5px 5px 0;
      height: 40px;
      font-size: 16px;
      text-transform: uppercase;
      width: 40%;
      padding: 8px 0; }

/*------------------------------------*    Product - Category
\*------------------------------------*/
.product-grid.grid.category .product {
  border: 1px solid #ddd; }
  .product-grid.grid.category .product .widget-productlist-category-title a {
    color: black;
    font-weight: 600; }
    .product-grid.grid.category .product .widget-productlist-category-title a:hover {
      color: #d0ada7; }

/*------------------------------------*    Product - List Grid
\*------------------------------------*/
.product-grid.grid .product, .product-grid.detailed-list .product {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  .product-grid.grid .product:hover, .product-grid.detailed-list .product:hover {
    background: white; }

.product-grid.grid .product .cv-zone-product-5 {
  min-height: 50px; }

.product-grid.grid .product .cv-zone-product-1 {
  height: 230px; }

.product-grid.grid .product .widget-productlist-availability {
  min-height: 50px; }

.product-grid.grid .product .widget-productlist-price {
  height: 50px; }

#mobile-sort-expand .sort-item-mobile a {
  border-bottom-color: white; }
  #mobile-sort-expand .sort-item-mobile a:hover {
    background: white;
    color: black; }

.filter-item-mobile.expandable .expandable-header {
  color: #d0ada7;
  background: white; }

@media (min-width: 62em) {
  .product-grid.detailed-list .attribute-item .form-select {
    width: 100%;
    max-width: 250px; } }

@media (min-width: 62em) {
  .product-grid.detailed-list .attribute-item {
    width: 450px; } }

/*------------------------------------*    Product - Detail
\*------------------------------------*/
.page-ProductDisplay .form-select {
  max-width: none;
  width: 90%; }
  @media (min-width: 37em) {
    .page-ProductDisplay .form-select {
      max-width: 250px; } }

.product-detail-left .widget-product-gallery img {
  width: 100%; }

.product-detail-left #product-gallery-slider .owl-controls .active .item-link {
  border-bottom-color: #d0ada7; }

.reviews {
  background: white; }
  .reviews .btn.secondary.cv-ico-general-pencil {
    background: #47201E;
    border-color: #47201E; }

.write-review {
  background: #fafafa; }
  .write-review:after {
    border-bottom-color: #fafafa; }

.product-detail-right .product-options-table .cv-numeric-input {
  float: none;
  min-width: 80px;
  border: 1px solid #dfdfdf; }

.product-detail-right .product-options-table .k-numerictextbox {
  width: 100%;
  float: left;
  max-width: 200px; }

.product-detail-right .product-options-table .k-numeric-wrap {
  width: 100%;
  padding: 0;
  height: 100%; }
  .product-detail-right .product-options-table .k-numeric-wrap .k-input {
    width: 100%; }

.product-detail-right .product-options-table .k-numeric-wrap .k-input {
  width: 50%;
  margin: 0;
  padding: 0; }

.product-detail-right .product-options-table .form-number-plus-minus {
  width: 50%;
  background-color: white;
  right: 0;
  height: 100%; }
  .product-detail-right .product-options-table .form-number-plus-minus .cv-link {
    width: 50%; }

.product-grid.detailed-list .widget-product-attribute-list .product-options-table .cv-numeric-input {
  float: none;
  min-width: 80px; }

.product-grid.detailed-list .widget-product-attribute-list .product-options-table .k-numerictextbox {
  width: 50%;
  float: left;
  max-width: 200px; }

.product-grid.detailed-list .widget-product-attribute-list .product-options-table .k-numeric-wrap {
  width: 100%;
  padding: 0; }
  .product-grid.detailed-list .widget-product-attribute-list .product-options-table .k-numeric-wrap .k-input {
    width: 100%; }

.product-grid.detailed-list .widget-product-attribute-list .product-options-table .k-numeric-wrap .k-input {
  width: 100%;
  margin: 0; }

.product-grid.detailed-list .widget-product-attribute-list .product-options-table .cv-numeric-input .form-number-plus-minus {
  width: 50%;
  background-color: white;
  right: 0;
  height: 100%;
  border: 1px solid #ddd; }
  .product-grid.detailed-list .widget-product-attribute-list .product-options-table .cv-numeric-input .form-number-plus-minus .cv-link {
    width: 50%; }

.cv-numeric-input .k-numerictextbox {
  width: 60%; }

/*------------------------------------*    Checkout
\*------------------------------------*/
@media (min-width: 62em) {
  .data-list-view-basic.fast-order.fast-order-basic-costcentre-notes .cv-data-zone-2 .data-list-column {
    padding-right: 5px; }
    .data-list-view-basic.fast-order.fast-order-basic-costcentre-notes .cv-data-zone-2 .data-list-column:first-child {
      width: 15%; }
    .data-list-view-basic.fast-order.fast-order-basic-costcentre-notes .cv-data-zone-2 .data-list-column:nth-child(2n) {
      width: 25%; }
    .data-list-view-basic.fast-order.fast-order-basic-costcentre-notes .cv-data-zone-2 .data-list-column:last-child {
      width: 60%; } }

@media (min-width: 62em) {
  .data-list-view-basic.fast-order.fast-order-basic-costcentre-notes .btn {
    padding: 6px;
    max-height: 30px; } }

.cv-cart-line:hover {
  border-left-color: transparent; }

/*------------------------------------*    CART
\*------------------------------------*/
#cv-zone-cart-main .widget-order-lines .cart-option-buttons .btn-cart-option {
  width: auto;
  padding: 5px; }

@media (min-width: 62em) {
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-2 {
    width: 60%; }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-item .cv-data-zone-3 {
    width: 15%; } }

/*------------------------------------*    Static Content (About Us / Contact)
\*------------------------------------*/
/*------------------------------------*    Homepage
\*------------------------------------*/
.page-UserMaintenanceCustomer .page-content a {
  color: #d0ada7; }

.page-UserMaintenanceCustomer .page-content .cv-button,
.page-UserMaintenanceCustomer .page-content .button {
  background: #d0ada7; }
  .page-UserMaintenanceCustomer .page-content .cv-button:hover,
  .page-UserMaintenanceCustomer .page-content .button:hover {
    background: #c79e96; }

#Textlabel1 .cv-button {
  background: #d0ada7 !important; }

#Textlabel1 #btnBack {
  background: gray !important;
  border-color: gray !important; }

#Textlabel1 .cv-button:hover,
#Textlabel1 #btnBack:hover {
  background-color: #c79e96 !important;
  border-color: #c79e96 !important; }

/*------------------------------------*    Microsoft Edge
\*------------------------------------*/
/*------------------------------------*    FONTS
\*------------------------------------*/
@font-face {
  font-family: 'Dancing Script OT';
  src: url("DancingScriptOT.eot");
  src: url("DancingScriptOT.eot?#iefix") format("embedded-opentype"), url("DancingScriptOT.woff") format("woff"), url("DancingScriptOT.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
