/*------------------------------------*    CLIENT THEME
\*------------------------------------*/
/* 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();
}

*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700);
/*------------------------------------*    COLOURS
\*------------------------------------*/
.example-area .colour-scheme .colour-1 {
  background: #333333; }

.example-area .colour-scheme .colour-2 {
  background: #0e507e; }

.example-area .colour-scheme .colour-3 {
  background: #ee2324; }

.example-area .colour-scheme .colour-4 {
  background: #08304c; }

/*------------------------------------*    PRIMARY COLORS
\*------------------------------------*/
.default.background {
  background: #333333; }

.default.background.lighter {
  background: #4d4d4d; }

.default.background.darker {
  background: #1a1a1a; }

.default.text {
  color: #333333; }

.default.text.lighter {
  color: #4d4d4d; }

.default.text.darker {
  color: #1a1a1a; }

.primary.background {
  background: #0e507e; }

.primary.background.lighter {
  background: #136dac; }

.primary.background.darker {
  background: #093350; }

.primary.text {
  color: #0e507e; }

.primary.text.lighter {
  color: #136dac; }

.primary.text.darker {
  color: #093350; }

.secondary.background {
  background: #ee2324; }

.secondary.background.lighter {
  background: #f25253; }

.secondary.background.darker {
  background: #ce1011; }

.secondary.text {
  color: #ee2324; }

.secondary.text.lighter {
  color: #f25253; }

.secondary.text.darker {
  color: #ce1011; }

.alternate.background {
  background: #08304c; }

.alternate.background.lighter {
  background: #0d4d7a; }

.alternate.background.darker {
  background: #03131e; }

.alternate.text {
  color: #08304c; }

.alternate.text.lighter {
  color: #0d4d7a; }

.alternate.text.darker {
  color: #03131e; }

.black.background {
  background: #1e1e1e; }

.black.background.lighter {
  background: #383838; }

.black.background.darker {
  background: #050505; }

.black.text {
  color: #1e1e1e; }

.black.text.lighter {
  color: #383838; }

.black.text.darker {
  color: #050505; }

/*------------------------------------*    BUTTONS
\*------------------------------------*/
.btn {
  background: #333333;
  color: white;
  text-transform: uppercase;
  border-radius: 2px; }
  .btn:hover {
    background: #404040;
    color: white; }

.btn.ghost {
  border-color: #333333;
  color: #333333; }
  .btn.ghost:hover {
    background: #333333;
    color: white; }

.btn.clear,
.btn.small.clear {
  color: #333333;
  background: transparent; }
  .btn.clear:hover,
  .btn.small.clear:hover {
    background: #333333;
    border-color: #333333;
    color: white; }

.btn.cv-log-in, .btn.cv-log-out,
.btn.cv-view, .btn.cv-search, .btn.cv-filter, .btn.cv-next, .btn.cv-previous,
.btn.cv-send, .btn.cv-home, .btn.cv-print, .btn.cv-export,
.btn.cv-share, .btn.cv-refresh, .btn.cv-copy, .btn.cv-publish, .btn.cv-undo,
.btn.cv-upload, .btn.cv-download, .btn.cv-help,
.btn.cv-add-to-cart, .btn.cv-view-cart, .btn.cv-readmore,
.btn.primary.cv-readmore, .product .btn.cv-add-to-cart,
.btn.cv-edit {
  background: #0e507e;
  color: white; }
  .btn.cv-log-in:hover, .btn.cv-log-out:hover,
  .btn.cv-view:hover, .btn.cv-search:hover, .btn.cv-filter:hover, .btn.cv-next:hover, .btn.cv-previous:hover,
  .btn.cv-send:hover, .btn.cv-home:hover, .btn.cv-print:hover, .btn.cv-export:hover,
  .btn.cv-share:hover, .btn.cv-refresh:hover, .btn.cv-copy:hover, .btn.cv-publish:hover, .btn.cv-undo:hover,
  .btn.cv-upload:hover, .btn.cv-download:hover, .btn.cv-help:hover,
  .btn.cv-add-to-cart:hover, .btn.cv-view-cart:hover, .btn.cv-readmore:hover,
  .btn.primary.cv-readmore:hover, .product .btn.cv-add-to-cart:hover,
  .btn.cv-edit:hover {
    background: #136dac;
    color: white; }

.btn.cv-checkout, #cv-zone-cart-bottom-after .btn.cv-checkout {
  width: 100%; }
  @media (min-width: 37em) {
    .btn.cv-checkout, #cv-zone-cart-bottom-after .btn.cv-checkout {
      width: auto; } }

.btn.cv-newsletter, .btn.cv-apply, .btn.cv-submit, .btn.cv-confirm {
  background: #ee2324;
  color: white; }
  .btn.cv-newsletter:hover, .btn.cv-apply:hover, .btn.cv-submit:hover, .btn.cv-confirm:hover {
    background: #f1494a;
    color: white; }

.btn.cv-back {
  background: orange;
  color: white; }
  .btn.cv-back:hover {
    background: #ffae1a;
    color: white; }

.btn.ghost.cv-view-cart, .btn.ghost.cv-log-in, .btn.ghost.cv-log-out,
.btn.ghost.cv-view, .btn.ghost.cv-search, .btn.ghost.cv-filter, .btn.ghost.cv-next, .btn.ghost.cv-previous, .btn.ghost.cv-send, .btn.ghost.cv-home, .btn.ghost.cv-print, .btn.ghost.cv-export,
.btn.ghost.cv-share, .btn.ghost.cv-refresh, .btn.ghost.cv-copy, .btn.ghost.cv-publish, .btn.ghost.cv-undo,
.btn.ghost.cv-upload, .btn.ghost.cv-download, .btn.ghost.cv-help, .btn.ghost.cv-readmore, .btn.ghost.cv-newsletter,
.btn.ghost.cv-add-to-cart,
.btn.ghost.cv-checkout, .btn.ghost.cv-apply, .btn.ghost.cv-submit, .btn.ghost.cv-confirm, .btn.ghost.cv-edit {
  border-color: #0e507e;
  color: #0e507e; }
  .btn.ghost.cv-view-cart:hover, .btn.ghost.cv-log-in:hover, .btn.ghost.cv-log-out:hover,
  .btn.ghost.cv-view:hover, .btn.ghost.cv-search:hover, .btn.ghost.cv-filter:hover, .btn.ghost.cv-next:hover, .btn.ghost.cv-previous:hover, .btn.ghost.cv-send:hover, .btn.ghost.cv-home:hover, .btn.ghost.cv-print:hover, .btn.ghost.cv-export:hover,
  .btn.ghost.cv-share:hover, .btn.ghost.cv-refresh:hover, .btn.ghost.cv-copy:hover, .btn.ghost.cv-publish:hover, .btn.ghost.cv-undo:hover,
  .btn.ghost.cv-upload:hover, .btn.ghost.cv-download:hover, .btn.ghost.cv-help:hover, .btn.ghost.cv-readmore:hover, .btn.ghost.cv-newsletter:hover,
  .btn.ghost.cv-add-to-cart:hover,
  .btn.ghost.cv-checkout:hover, .btn.ghost.cv-apply:hover, .btn.ghost.cv-submit:hover, .btn.ghost.cv-confirm:hover, .btn.ghost.cv-edit:hover {
    background: #0e507e;
    color: white; }

.btn.cv-clear, .btn.cv-cancel,
.btn.cv-close, .btn.cv-delete,
.btn.cv-approve, .btn.cv-reject {
  background: #093350;
  border-color: #093350; }
  .btn.cv-clear:hover, .btn.cv-cancel:hover,
  .btn.cv-close:hover, .btn.cv-delete:hover,
  .btn.cv-approve:hover, .btn.cv-reject:hover {
    background: #0b4167; }

.btn.cv-clear.ghost, .btn.cv-cancel.ghost,
.btn.cv-close.ghost, .btn.cv-delete.ghost,
.btn.cv-approve.ghost, .btn.cv-reject.ghost {
  color: #ee2324;
  border-color: #ee2324; }
  .btn.cv-clear.ghost:hover, .btn.cv-cancel.ghost:hover,
  .btn.cv-close.ghost:hover, .btn.cv-delete.ghost:hover,
  .btn.cv-approve.ghost:hover, .btn.cv-reject.ghost:hover {
    border-color: #f03b3c;
    background: #f03b3c; }

.btn.primary {
  background: #0e507e;
  color: white; }
  .btn.primary:hover {
    background: #115f95;
    color: white; }

.btn.primary.ghost {
  border-color: #0e507e;
  color: #0e507e; }
  .btn.primary.ghost:hover {
    background: #0e507e;
    color: white; }

.btn.primary.clear {
  color: #0e507e;
  background: transparent; }
  .btn.primary.clear:hover {
    background: #0e507e;
    border-color: #0e507e;
    color: white; }

.btn.secondary {
  background: #ee2324;
  color: white; }
  .btn.secondary:hover {
    background: #f03b3c;
    color: white; }

.btn.secondary.ghost {
  border-color: #ee2324;
  color: #ee2324; }
  .btn.secondary.ghost:hover {
    background: #ee2324; }

.btn.secondary.clear {
  color: #ee2324;
  background: transparent; }
  .btn.secondary.clear:hover {
    background: #ee2324;
    border-color: #ee2324; }

.btn.alternate {
  background: #08304c; }
  .btn.alternate:hover {
    background: #0a3f63; }

.btn.alternate.ghost {
  border-color: #08304c;
  color: #08304c; }
  .btn.alternate.ghost:hover {
    background: #08304c; }

.btn.alternate.clear {
  color: #08304c;
  background: transparent; }
  .btn.alternate.clear:hover {
    background: #08304c;
    border-color: #08304c; }

.btn.black {
  background: #1e1e1e;
  color: white; }
  .btn.black:hover {
    background: #2b2b2b;
    color: white; }

.btn.black.ghost {
  border-color: #1e1e1e;
  color: #1e1e1e; }
  .btn.black.ghost:hover {
    background: #1e1e1e; }

.btn.black.clear {
  color: #1e1e1e;
  background: transparent; }
  .btn.black.clear:hover {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: white; }

.btn.cv-print {
  background: #08304c;
  border-color: #08304c;
  color: white; }
  .btn.cv-print:hover {
    background: #0d4d7a;
    border-color: #0d4d7a; }

.btn.cv-add-to-cart,
.product-grid .product .product-info .btn.cv-add-to-cart,
.product-grid .product.is-master-product .btn.cv-readmore {
  color: white !important; }
  .btn.cv-add-to-cart.cv-is-processing,
  .product-grid .product .product-info .btn.cv-add-to-cart.cv-is-processing,
  .product-grid .product.is-master-product .btn.cv-readmore.cv-is-processing {
    background-color: white !important;
    border-color: #ddd !important; }

.btn.cv-favourite,
.product-grid.grid .product .product-info .btn.cv-favourite {
  background: white !important;
  color: #1a1a1a !important;
  font-weight: 600; }
  .btn.cv-favourite:hover,
  .product-grid.grid .product .product-info .btn.cv-favourite:hover {
    background: white;
    border-color: white; }
  .btn.cv-favourite.cv-is-processing,
  .product-grid.grid .product .product-info .btn.cv-favourite.cv-is-processing {
    border-color: #ceceb6 !important; }

.btn.hsh-btn {
  background: #2C2D2D url("/Themes/BPDTHEME01/theme-client-updates/img/icons/button-swish.png") 0 0 no-repeat;
  background-size: 20px;
  border: none;
  padding: 10px 30px;
  border-radius: 3px; }
  .btn.hsh-btn:hover {
    background-color: #221d20; }

.order-track .search-click {
  margin-top: 27px; }

/*------------------------------------*    CORE
\*------------------------------------*/
html {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.page-title {
  font-weight: bold;
  border-bottom: none;
  color: #000;
  padding: 0; }

.page-content {
  padding: 15px; }

#formHome .page-content {
  min-height: 0; }
  #formHome .page-content .subtitle {
    color: #000;
    font-weight: 600;
    text-transform: uppercase; }

#formHome .page-content .container {
  max-width: 1200px; }

#cv-zone-footer .container,
#cv-zone-footer-after .container {
  max-width: 1200px;
  height: 100%; }
  #cv-zone-footer .container .grid-row,
  #cv-zone-footer-after .container .grid-row {
    height: 100%; }

/*------------------------------------*    TYPE
\*------------------------------------*/
a {
  color: #ee2324; }
  a:hover {
    color: #08304c; }

h1, h2, h3, h4, h5, h6, b, strong, .title {
  color: #1e1e1e;
  font-weight: 500; }
  h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle, h6.subtitle, b.subtitle, strong.subtitle, .title.subtitle {
    color: #000; }

.widget-breadcrumb {
  margin: 0 0 20px; }
  @media (min-width: 62em) {
    .widget-breadcrumb {
      margin: 50px 0 0px; } }

.widget-breadcrumb.product-search {
  float: none;
  width: 100%; }

.widget-breadcrumb a:hover {
  color: #0e507e; }

#cvpfTemplate {
  font-size: 14px !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #cvpfTemplate h1, #cvpfTemplate h2, #cvpfTemplate h3, #cvpfTemplate h4, #cvpfTemplate h5, #cvpfTemplate h6 {
    color: #000;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase; }
    #cvpfTemplate h1.subtitle, #cvpfTemplate h2.subtitle, #cvpfTemplate h3.subtitle, #cvpfTemplate h4.subtitle, #cvpfTemplate h5.subtitle, #cvpfTemplate h6.subtitle {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      padding: 10px 0; }
  #cvpfTemplate p {
    line-height: 180% !important;
    font-size: 14px !important;
    color: #000 !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #cvpfTemplate p a {
      color: #0e507e; }
  #cvpfTemplate i, #cvpfTemplate em {
    font-style: italic !important;
    color: #000 !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #cvpfTemplate b, #cvpfTemplate strong {
    font-weight: 600 !important;
    color: #000 !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #cvpfTemplate table {
    width: 100% !important;
    font-size: 13px !important;
    text-align: left !important;
    background: white !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #cvpfTemplate table tr td {
      padding: 5px !important;
      border: 1px solid #ddd !important;
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #000 !important; }
  #cvpfTemplate ul {
    list-style: disc !important;
    margin: 10px 0 40px 40px !important;
    padding: 0 !important;
    line-height: 200% !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #cvpfTemplate ul li {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #000 !important; }
  #cvpfTemplate ol {
    list-style: roman !important;
    margin: 10px 0 40px 40px !important;
    padding: 0 !important;
    line-height: 200% !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #cvpfTemplate ol li {
      color: #000 !important; }

/*------------------------------------*    TAGS
\*------------------------------------*/
.cv-product-tags li span {
  text-transform: uppercase; }

.cv-product-tags li.primary span {
  background: #0e507e;
  color: white; }
  .cv-product-tags li.primary span:before {
    border-color: transparent #0e507e transparent transparent; }

.cv-product-tags li.secondary span {
  background: #ee2324; }
  .cv-product-tags li.secondary span:before {
    border-color: transparent #ee2324 transparent transparent; }

.cv-product-tags li.alternate span {
  background: #08304c; }
  .cv-product-tags li.alternate span:before {
    border-color: transparent #08304c transparent transparent; }

.cv-product-tags li.black span {
  background: #1e1e1e; }
  .cv-product-tags li.black span:before {
    border-color: transparent #1e1e1e transparent transparent; }

/*------------------------------------*    TOOLTIPS
\*------------------------------------*/
.tooltip:after, [data-tooltip]:after {
  background: #ee2324;
  color: white; }

.tooltip-top:before {
  border-top-color: #ee2324;
  color: white; }

.tooltip-right:before {
  border-right-color: #ee2324;
  color: white; }

.tooltip-bottom:before {
  border-bottom-color: #ee2324;
  color: white; }

.tooltip-left:before {
  border-left-color: #ee2324;
  color: white; }

/*------------------------------------*    CONTENT BOXES
\*------------------------------------*/
.content-box {
  border-top-color: #333333;
  border-radius: 3px; }
  .content-box .box-title {
    background: #333333;
    text-transform: uppercase;
    color: white; }

.content-box.primary {
  border-top-color: #0e507e;
  border-radius: 3px; }
  .content-box.primary .box-title {
    background: #0e507e; }

.content-box.secondary {
  border-top-color: #ee2324;
  border-radius: 3px; }
  .content-box.secondary .box-title {
    background: #ee2324;
    color: white; }

.content-box.alternate {
  border-top-color: #08304c;
  border-radius: 3px; }
  .content-box.alternate .box-title {
    background: #08304c;
    border: none;
    border-radius: 0;
    color: white; }
  .content-box.alternate .box-content {
    background: #fff;
    position: relative; }

.content-box.black {
  border-top-color: #1e1e1e;
  border-radius: 3px; }
  .content-box.black .box-title {
    background: #1e1e1e; }

/*------------------------------------*    ARROW BOXES
\*------------------------------------*/
.arrow-box.primary {
  background: #0e507e;
  color: white; }
  .arrow-box.primary:after {
    border-bottom-color: #0e507e; }

.arrow-box.secondary {
  background: #ee2324; }
  .arrow-box.secondary:after {
    border-bottom-color: #ee2324; }

.arrow-box.alternate {
  background: #08304c;
  color: white; }
  .arrow-box.alternate:after {
    border-bottom-color: #08304c; }

.arrow-box.black {
  background: #1e1e1e; }
  .arrow-box.black:after {
    border-bottom-color: #1e1e1e; }

/*------------------------------------*    PROGRESS STEPS
\*------------------------------------*/
.progress-steps li.active a, .progress-steps li.active span {
  background: #0e507e; }

.progress-steps li a, .progress-steps li span {
  background: #136dac; }

.progress-steps li.completed:hover a, .progress-steps li.completed:hover span {
  background: #08304c; }

/*------------------------------------*    MODAL WINDOW
\*------------------------------------*/
.modal-header {
  background: #ee2324;
  color: white;
  font-weight: 500; }
  .modal-header:before {
    content: "\e66c" !important;
    color: white;
    font-size: 23px;
    position: absolute;
    right: 15px;
    font-family: 'cv-ico-general'; }

.modal-content {
  padding: 30px; }

/*------------------------------------*    OWL SLIDER
\*------------------------------------*/
.owl-theme .owl-controls .owl-page span {
  background: #ddd; }

.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0e507e; }

.owl-theme .owl-controls .owl-page.active span {
  background: #ee2324 !important; }

/*------------------------------------*    FORMS / KENDO
\*------------------------------------*/
.k-tabstrip .k-tabstrip-items .k-state-active {
  border-top-color: #ee2324; }

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

.k-draghandle {
  background: #08304c; }

.k-draghandle:hover {
  background: #08304c; }

.k-draghandle.k-state-selected {
  background: #08304c; }

.form-text:focus, .form-credit-card:focus, .form-password:focus, .form-email:focus, .form-url:focus, .form-tel:focus {
  border-left-color: #08304c; }

.form-textarea:focus {
  border-left-color: #08304c; }

.k-state-focused {
  border-left-color: #08304c; }

.k-popup .k-list .k-state-focused {
  background: #08304c;
  border-color: #08304c;
  color: #fff; }

.k-list .k-state-selected {
  background: #08304c !important;
  border-color: #08304c;
  color: #fff; }

/*------------------------------------*    ARTICLE TAGS
\*------------------------------------*/
.article-tags .tag {
  background: #ee2324; }
  .article-tags .tag:hover {
    background: #0e507e; }

/*------------------------------------*    FILE DOWNLOAD
\*------------------------------------*/
.file-download .download:hover {
  border-left-color: #0e507e; }

/*------------------------------------*    FILTERING
\*------------------------------------*/
.expandable-header {
  color: white; }
  .expandable-header:hover {
    color: white; }

.expandable-header {
  background: #082e49 none repeat scroll 0 0;
  padding: 9px 6px 5px; }

.expandable-content .filter-list li a {
  padding: 6px 5px; }

/*------------------------------------*    MESSAGES
\*------------------------------------*/
.notification-actions .btn {
  color: #000; }

/*------------------------------------*    DASHBOARD
\*------------------------------------*/
.sub-page-tile {
  border-top-color: #0e507e; }
  .sub-page-tile:hover .text-large {
    color: #1e1e1e;
    text-shadow: 0 1px 0 #FFF !important; }
  .sub-page-tile:hover .icon-large {
    background: #ee2324; }

.sub-page-tile .icon-large {
  background: #333;
  border-radius: 10px;
  border-radius: 100%; }
  .sub-page-tile .icon-large:before {
    color: white;
    top: 8px;
    position: relative; }

.sub-page-tile .text-large {
  color: #1e1e1e; }

.sub-page-tile:hover {
  background: #efefef; }

/*------------------------------------*    TOP BAR
\*------------------------------------*/
#cv-zone-topbar {
  background: none; }
  #cv-zone-topbar .container {
    max-width: 1620px; }
  #cv-zone-topbar .cv-header-topbar {
    background: white; }
    #cv-zone-topbar .cv-header-topbar a {
      color: #666;
      font-size: 10px; }
    #cv-zone-topbar .cv-header-topbar button.btn.cv-ico-general-cross2 {
      position: absolute;
      top: 14px;
      left: 2px;
      background-color: transparent;
      width: 20px;
      cursor: pointer; }
      #cv-zone-topbar .cv-header-topbar button.btn.cv-ico-general-cross2:before {
        content: "\e66f";
        font-family: 'cv-ico-general';
        position: absolute;
        font-size: 22px;
        padding: 5px;
        color: #797979; }
  #cv-zone-topbar .widget-section-menu.section-menu-topmenu {
    float: left; }
    #cv-zone-topbar .widget-section-menu.section-menu-topmenu li {
      float: left;
      display: inline-block; }
      #cv-zone-topbar .widget-section-menu.section-menu-topmenu li a {
        font-size: 10px;
        color: #666;
        background: none;
        font-weight: bold;
        padding: 11px 10px;
        display: block; }
        #cv-zone-topbar .widget-section-menu.section-menu-topmenu li a .ico-only-text:after {
          content: "";
          width: 32px;
          height: 1px;
          background: white;
          display: block;
          position: relative;
          top: 3px; }
        #cv-zone-topbar .widget-section-menu.section-menu-topmenu li a:hover {
          opacity: 1; }
          #cv-zone-topbar .widget-section-menu.section-menu-topmenu li a:hover .ico-only-text:after {
            background: #ff5959; }
      #cv-zone-topbar .widget-section-menu.section-menu-topmenu li .cv-ico-general-info:before, #cv-zone-topbar .widget-section-menu.section-menu-topmenu li .cv-ico-general-mail:before {
        font-size: 14px;
        position: relative;
        top: -2px;
        margin-right: 5px;
        display: inline-block; }
        @media (min-width: 48em) {
          #cv-zone-topbar .widget-section-menu.section-menu-topmenu li .cv-ico-general-info:before, #cv-zone-topbar .widget-section-menu.section-menu-topmenu li .cv-ico-general-mail:before {
            font-size: 12px; } }
      #cv-zone-topbar .widget-section-menu.section-menu-topmenu li .cv-ico-general-mail:before {
        font-size: 16px; }
        @media (min-width: 48em) {
          #cv-zone-topbar .widget-section-menu.section-menu-topmenu li .cv-ico-general-mail:before {
            font-size: 12px; } }
  #cv-zone-topbar .switch-acc .ico-only-text {
    display: none; }
    @media (min-width: 92em) {
      #cv-zone-topbar .switch-acc .ico-only-text {
        display: inline-block; } }
  #cv-zone-topbar .acc-code {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .page-ProductDisplay #cv-zone-topbar .widget-role-select .dropdown-list .form-select {
    max-width: none; }
  #cv-zone-topbar .widget-role-select .role-select {
    color: gray; }
  #cv-zone-topbar .role-code {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #cv-zone-topbar .widget-section-menu .icon-left:before, #cv-zone-topbar .widget-user-name .icon:before, #cv-zone-topbar .widget-login-logout-modal a:before {
    color: #666; }
  #cv-zone-topbar .widget-section-menu {
    float: right; }
    #cv-zone-topbar .widget-section-menu .ico-left {
      width: auto; }
      @media (min-width: 62em) {
        #cv-zone-topbar .widget-section-menu .ico-left {
          text-align: right; } }
      #cv-zone-topbar .widget-section-menu .ico-left .ico-only-text {
        top: 1px; }
      #cv-zone-topbar .widget-section-menu .ico-left:before {
        top: 4px;
        right: 5px; }
  #cv-zone-topbar .widget-user-name {
    float: right; }
    #cv-zone-topbar .widget-user-name .icon:before {
      position: relative;
      top: 2px; }
    #cv-zone-topbar .widget-user-name .icon .ico-only-text {
      color: #666;
      top: 1px; }

/*------------------------------------*    HEADER
\*------------------------------------*/
#cv-zone-header {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 100000;
  height: 60px;
  border-bottom: 5px solid white; }
  @media (min-width: 62em) {
    #cv-zone-header {
      padding: 0;
      height: 90px; } }
  #cv-zone-header .col-1-3.header-col-1,
  #cv-zone-header .col-1-3.header-col-2,
  #cv-zone-header .col-1-3.header-col-3 {
    width: auto; }
  #cv-zone-header .col-1-3.header-col-1 {
    width: 75%; }
    @media (min-width: 62em) {
      #cv-zone-header .col-1-3.header-col-1 {
        width: 33.333%; } }
  #cv-zone-header .col-1-3.header-col-2 {
    display: none; }
    @media (min-width: 62em) {
      #cv-zone-header .col-1-3.header-col-2 {
        display: inline-block;
        padding-left: 50px;
        width: 33.333%; } }
  #cv-zone-header .col-1-3.header-col-3 {
    float: right;
    display: inline-block;
    width: 25%; }
    @media (min-width: 62em) {
      #cv-zone-header .col-1-3.header-col-3 {
        width: 33.333%; } }
  #cv-zone-header .main-logo {
    margin: 12px 0 0 10px; }



    #cv-zone-header .main-logo img {
      max-height: 32px;
      margin: 0;
    }

      @media (min-width: 62em) {
        #cv-zone-header .main-logo img {
          margin: 10px 0 0;
          max-height: 48px; }
      }

  #cv-zone-header .container {
    max-width: 1620px; }

.widget-cart-summary {
  float: right;
  display: inline-block;
  height: 55px;
  background: rgba(0, 0, 0, 0.5);
  border-left: 1px solid #242424;
  position: relative; }
  @media (min-width: 62em) {
    .widget-cart-summary {
      height: 85px; } }
  .widget-cart-summary .icon {
    padding: 20px; }
    .widget-cart-summary .icon:before {
      color: #777777; }
    @media (min-width: 62em) {
      .widget-cart-summary .icon {
        padding: 35px 20px; } }
  .widget-cart-summary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #525252;
    display: block; }
  .widget-cart-summary a {
    color: white;
    height: 50px; }
    @media (min-width: 62em) {
      .widget-cart-summary a {
        height: 85px;
        padding: 25px 20px; } }
    .widget-cart-summary a .header-cart-items {
      color: #0072bc; }
  .widget-cart-summary:hover {
    background: black; }
    .widget-cart-summary:hover .icon:before {
      color: white; }

.dropdown-cart-summary.with-products {
  top: 75px; }
  .dropdown-cart-summary.with-products .product-line a {
    height: auto;
    padding: 0; }
    .dropdown-cart-summary.with-products .product-line a:hover {
      background: none; }

.widget-product-search-options .form-span {
  color: #ddd;
  font-size: 9px; }

.widget-product-search {
  display: none; }
  @media (min-width: 62em) {
    .widget-product-search {
      display: block;
      padding: 7px 0 0 0;
      margin-top: 7px; } }
  .widget-product-search .product-search-autocomplete {
    background: #bfbfbf;
    border-color: #bfbfbf; }
    .widget-product-search .product-search-autocomplete::-webkit-input-placeholder {
      color: #666; }
    .widget-product-search .product-search-autocomplete::-moz-placeholder {
      color: #666; }
    .widget-product-search .product-search-autocomplete:-moz-placeholder {
      color: #666; }
    .widget-product-search .product-search-autocomplete:-ms-input-placeholder {
      color: #666; }
  .widget-product-search .btn.search {
    background: #bfbfbf !important;
    color: #666;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .widget-product-search .btn.search:hover {
      background: #efefef !important; }
  .widget-product-search .widget-product-search-options {
    clear: both;
    color: #000;
    text-align: left;
    padding-top: 6px; }
  .widget-product-search .k-state-focused input {
    background: white;
    border-color: white; }

.cv-header-topbar .widget-html-snippet:last-of-type {
  float: right; }

.cv-header-topbar .widget-html-snippet .cv-ico-general-search5 {
  float: right;
  width: 40px;
  height: 40px;
  padding: 12px;
  cursor: pointer; }
  @media (min-width: 62em) {
    .cv-header-topbar .widget-html-snippet .cv-ico-general-search5 {
      display: none; } }
  .cv-header-topbar .widget-html-snippet .cv-ico-general-search5:before {
    color: #777;
    font-size: 18px; }
  .cv-header-topbar .widget-html-snippet .cv-ico-general-search5:hover:before {
    color: #ee2324; }

.cv-header-topbar .widget-product-search {
  background-color: #000;
  border: 0px;
  width: 100%;
  position: absolute;
  height: 65px;
  margin: 0px;
  padding: 15px;
  left: 0;
  display: none; }
  .cv-header-topbar .widget-product-search .product-search-autocomplete {
    display: inherit; }
    .cv-header-topbar .widget-product-search .product-search-autocomplete input {
      padding-left: 25px; }
  .cv-header-topbar .widget-product-search .search-input {
    width: 85%;
    float: left;
    display: inline-block; }
    .cv-header-topbar .widget-product-search .search-input input {
      height: 35px;
      font-size: 16px;
      width: 100%;
      padding-left: 28px; }
  .cv-header-topbar .widget-product-search .btn.search {
    display: inline-block;
    width: 18%;
    height: 31px;
    padding: 8px 0;
    float: left; }
    .cv-header-topbar .widget-product-search .btn.search:before {
      font-size: 20px; }

.cv-header-topbar .widget-product-search .product-search-autocomplete,
.cv-header-topbar .widget-product-search .btn.search {
  border-radius: 0; }

.widget-product-search .product-search-autocomplete {
  text-shadow: 0 1px 0 #d6d6d6; }

.widget-phone {
  padding-left: 10px; }
  @media (min-width: 62em) {
    .widget-phone {
      display: block !important;
      margin-right: 15px;
      padding-left: 0; } }
  .widget-phone a {
    color: #0e507e; }
    .widget-phone a:hover {
      background: none;
      color: #136dac; }
  .widget-phone .icon {
    padding: 10px;
    height: auto; }
    .widget-phone .icon:before {
      font-size: 18px;
      top: -1px;
      position: relative; }
  .widget-phone .ico-only-text {
    font-size: 18px;
    font-weight: 400; }

.hsh-account-box {
  display: none;
  background: #ee2324;
  color: white;
  position: absolute;
  top: 131px;
  right: 0;
  width: 500px;
  padding: 20px;
  border-radius: 0 0 3px 3px; }
  @media (min-width: 62em) {
    .hsh-account-box {
      display: block; } }
  .hsh-account-box .btn,
  .hsh-account-box .btn.cv-login {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: none;
    margin: 0 0 4px;
    padding: 7px;
    float: left;
    background: #e9e9e9;
    color: #666; }
    .hsh-account-box .btn:hover,
    .hsh-account-box .btn.cv-login:hover {
      background: gainsboro; }
  .hsh-account-box .form-email,
  .hsh-account-box .form-password {
    background: #bfbfbf;
    border-color: #bfbfbf; }
    .hsh-account-box .form-email::-webkit-input-placeholder,
    .hsh-account-box .form-password::-webkit-input-placeholder {
      color: #666; }
    .hsh-account-box .form-email::-moz-placeholder,
    .hsh-account-box .form-password::-moz-placeholder {
      color: #666; }
    .hsh-account-box .form-email:-moz-placeholder,
    .hsh-account-box .form-password:-moz-placeholder {
      color: #666; }
    .hsh-account-box .form-email:-ms-input-placeholder,
    .hsh-account-box .form-password:-ms-input-placeholder {
      color: #666; }
  .hsh-account-box .form-fieldset {
    color: white;
    font-size: 10px;
    padding-top: 3px; }
    .hsh-account-box .form-fieldset input {
      position: relative;
      top: -1px; }
  .hsh-account-box a {
    color: white;
    font-size: 11px;
    padding: 0; }
    .hsh-account-box a:before {
      margin-right: 5px; }
  .hsh-account-box .logged-in {
    padding-left: 50px;
    background: url("/Themes/BPDTHEME01/theme-client-updates/img/icons/cog.png") 0 0 no-repeat; }
    .hsh-account-box .logged-in .form-span strong {
      color: white;
      font-weight: 600;
      min-width: 60px;
      display: inline-block; }

/*------------------------------------*    PAGE CONTENT AFTER
\*------------------------------------*/
.hsh-request-product {
  text-align: center;
  padding: 30px 15px;
  max-width: 1620px;
  margin: 0 auto; }
  .hsh-request-product::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 62em) {
    .hsh-request-product {
      padding: 30px 0; } }
  .hsh-request-product h3 {
    display: inline-block;
    padding: 0 20px 0 0;
    position: relative;
    top: 2px; }
  .hsh-request-product .btn {
    display: inline-block;
    clear: none; }

#cv-zone-pagecontent-after {
  border-top: 1px solid #ddd; }

/*------------------------------------*    FOOTER
\*------------------------------------*/
#cv-zone-footer {
  background: #221d20;
  color: white;
  border: none;
  padding: 0;
  height: auto; }
  @media (min-width: 62em) {
    #cv-zone-footer {
      height: 310px; } }
  #cv-zone-footer span {
    color: white; }
  #cv-zone-footer a {
    color: white; }
  #cv-zone-footer .widget-section-menu {
    display: block;
    height: auto;
    width: 100%; }
    #cv-zone-footer .widget-section-menu::after {
      clear: both;
      content: "";
      display: table; }
    @media (min-width: 37em) {
      #cv-zone-footer .widget-section-menu {
        width: 33.333%; } }
    #cv-zone-footer .widget-section-menu ul {
      display: block; }
  #cv-zone-footer .widget-section-menu a {
    color: #999999;
    padding: 3px 0;
    font-size: 14px; }
    #cv-zone-footer .widget-section-menu a:hover {
      background: none;
      color: #fff; }
  #cv-zone-footer .heading {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 500; }
  #cv-zone-footer .sub-heading {
    font-weight: bold;
    font-size: 13px;
    color: #999999;
    display: block;
    padding-bottom: 10px; }
  #cv-zone-footer .footer-col {
    width: auto;
    padding: 0 15px; }
    @media (min-width: 62em) {
      #cv-zone-footer .footer-col {
        padding: 0; } }
    #cv-zone-footer .footer-col:first-child {
      width: 100%; }
      @media (min-width: 37em) {
        #cv-zone-footer .footer-col:first-child {
          width: 55%; } }
    #cv-zone-footer .footer-col:nth-child(2n) {
      width: 100%; }
      @media (min-width: 37em) {
        #cv-zone-footer .footer-col:nth-child(2n) {
          width: 30%; } }
    #cv-zone-footer .footer-col:last-child {
      background: #ee2324;
      width: 100%;
      padding: 0 15px 30px;
      height: 100%; }
      @media (min-width: 37em) {
        #cv-zone-footer .footer-col:last-child {
          width: 15%; } }
      #cv-zone-footer .footer-col:last-child a {
        color: white;
        opacity: 0.8; }
        #cv-zone-footer .footer-col:last-child a:hover {
          opacity: 1; }
      #cv-zone-footer .footer-col:last-child .widget-section-menu {
        width: 100%; }
  #cv-zone-footer .footer-row-two {
    border-top: 1px solid #292929;
    padding-top: 25px; }
    #cv-zone-footer .footer-row-two .col-1-6 {
      margin: 0 0 20px; }
  #cv-zone-footer .footer-container-contact {
    font-size: 13px; }
  #cv-zone-footer .stores-info {
    padding: 3px 0; }
  #cv-zone-footer .contact-bottom {
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    color: #A7A7A7; }
  #cv-zone-footer .widget-social-links {
    clear: both;
    display: block;
    padding: 10px 0; }
    #cv-zone-footer .widget-social-links a {
      padding: 0 10px 0 0;
      font-size: 22px; }
      #cv-zone-footer .widget-social-links a:hover {
        color: #f25253; }
  #cv-zone-footer .addthis_horizontal_follow_toolbox {
    clear: both; }

#cv-zone-footer .footer-newsletter {
  background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/subscribe.png") 15px 15px no-repeat;
  padding: 15px;
  border-radius: 5px;
  display: inline-block;
  float: left;
  color: #000;
  margin: 0 0 10px; }
  #cv-zone-footer .footer-newsletter span.title {
    color: #727272;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding-left: 60px;
    padding-top: 5px; }
  #cv-zone-footer .footer-newsletter span.subtitle {
    color: #727272;
    margin: 0 0 7px;
    display: block;
    padding-left: 60px; }
  #cv-zone-footer .footer-newsletter .btn {
    display: block;
    clear: both; }

#cv-zone-footer-after {
  background: #cfcfcf;
  color: #000; }
  #cv-zone-footer-after .col-1-3.footer-after-col {
    width: auto; }
    #cv-zone-footer-after .col-1-3.footer-after-col:last-of-type {
      float: right; }
  #cv-zone-footer-after .widget-logo {
    padding-top: 12px; }
  #cv-zone-footer-after a {
    color: #000; }
    #cv-zone-footer-after a:hover {
      color: #ee2324; }
  #cv-zone-footer-after .container {
    border: none;
    margin: 0 auto;
    padding: 0; }
  #cv-zone-footer-after small {
    color: #000;
    text-align: left;
    text-shadow: 1px 1px white; }
    @media (min-width: 62em) {
      #cv-zone-footer-after small {
        margin: 14px 0 0 20px; } }
    #cv-zone-footer-after small br {
      display: none; }
  #cv-zone-footer-after .widget-payment-icons {
    text-align: left; }

#cv-zone-pagecontent-before {
  max-width: 1620px;
  margin: 0 auto; }
  #cv-zone-pagecontent-before .container {
    width: 100%; }
  #cv-zone-pagecontent-before .widget-switch-account .switch-acc a {
    color: #777; }
    #cv-zone-pagecontent-before .widget-switch-account .switch-acc a .icon:before {
      color: #777; }
  #cv-zone-pagecontent-before .widget-switch-account .switch-acc :hover a {
    color: #777; }
  #cv-zone-pagecontent-before .widget-switch-account .switch-acc :hover .icon:before {
    color: #ee2324; }

#cv-zone-footer-after #back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  border: 2px solid black;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 8px; }
  #cv-zone-footer-after #back-to-top h3 {
    color: #000;
    margin: 0;
    font-size: 30px;
    width: 0px;
    height: 0px; }
    #cv-zone-footer-after #back-to-top h3:before {
      margin: 0px; }
  #cv-zone-footer-after #back-to-top:hover {
    background: white;
    color: transparent; }

/*------------------------------------*    MENUS
\*------------------------------------*/
#cv-zone-navigation {
  background: #0e507e;
  border: none;
  position: fixed;
  width: 100%;
  z-index: 100000;
  top: 95px !important; }
  #cv-zone-navigation::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 62em) {
    #cv-zone-navigation {
      z-index: 10;
      top: 130px !important; } }
  #cv-zone-navigation .container {
    max-width: 1620px; }

.cv-menus {
  background: #0e507e; }

.dl-menuwrapper button {
  background: none;
  color: white; }
  .dl-menuwrapper button:after {
    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;
    content: "\e6e5";
    top: 9px;
    font-size: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
  background: #093350;
  color: white; }

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

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

.dl-menuopen {
  -webkit-box-shadow: 2px 2px 0px #093350;
  box-shadow: 2px 2px 0px #093350; }

.widget-navigation-menu ul > li {
  border-right: 1px solid #3e7398; }

.widget-navigation-menu ul > li > a {
  color: white;
  margin: 0;
  padding-top: 12px;
  border-right: 1px solid #083d61; }

.widget-navigation-menu ul > li:hover > a {
  background: #082e49;
  border-radius: 0; }

.widget-navigation-menu li .ico-right:before {
  top: 1px; }

.widget-navigation-menu .dropdown-column {
  background: rgba(8, 48, 76, 0.95); }

.widget-navigation-menu .dropdown-column li {
  border-bottom: 1px solid #164261;
  border-right: none !important; }

.widget-navigation-menu .dropdown-column li a {
  background: none;
  border-bottom: 1px solid #072134;
  border-right: none !important; }

.widget-navigation-menu .dropdown-column li a:hover {
  background: #012641; }

.widget-navigation-menu .dropdown-threelevel {
  position: relative; }
  .widget-navigation-menu .dropdown-threelevel .dropdown-column li {
    position: relative; }
    .widget-navigation-menu .dropdown-threelevel .dropdown-column li:hover a {
      background: #012641; }
    .widget-navigation-menu .dropdown-threelevel .dropdown-column li .dropdown-column {
      position: absolute !important;
      top: 0 !important;
      left: 100% !important; }
      .widget-navigation-menu .dropdown-threelevel .dropdown-column li .dropdown-column li:first-child:before {
        content: ""; }
      .widget-navigation-menu .dropdown-threelevel .dropdown-column li .dropdown-column a {
        background: none; }
        .widget-navigation-menu .dropdown-threelevel .dropdown-column li .dropdown-column a:hover {
          background: #012641; }
  .widget-navigation-menu .dropdown-threelevel .dropdown-column ul li a.cv-ico-general-arrow-right3.ico-right:before {
    top: -1px;
    content: "\e6b4";
    color: white;
    font-family: 'cv-ico-general';
    display: inline-block;
    float: right;
    position: relative;
    top: 0px;
    right: 10px; }

/*------------------------------------*    STATIC CONTENT
\*------------------------------------*/
.img-small img, .img-med img, .img-large img {
  float: left; }

.table-layout .content-row:nth-child(2n+2):hover {
  background: #fafafa; }

.table-layout .content-row:hover {
  background: #fafafa;
  border-left-color: #ddd; }

.content-table tr.highlighted td {
  background: #08304c;
  border-bottom-color: #08304c; }

.content-table th {
  border-bottom: 1px solid #efefef; }

.content-table td {
  border: none;
  border-bottom: 1px solid #ddd; }

/*------------------------------------*    HOMEPAGE
\*------------------------------------*/
.widget-banner-slider .gallery-slide {
  opacity: 0.7;
  background: black; }
  .widget-banner-slider .gallery-slide:hover {
    opacity: 1; }

.homepage-sub-banner {
  text-align: center;
  padding: 15px 0;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  background: #0072bb; }
  .homepage-sub-banner::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 92em) {
    .homepage-sub-banner {
      background: url("/Themes/BPDTHEME01/theme-client-updates/img/placeholder/home-banner-left.png") 0 0 no-repeat, url("/Themes/BPDTHEME01/theme-client-updates/img/placeholder/home-banner-right.png") 100% 0 no-repeat, #0072bb;
      background-size: 330px;
      padding: 25px 0; } }
  .homepage-sub-banner .tile {
    display: inline-block;
    text-align: center;
    margin: 0 10px 10px; }
    @media (min-width: 62em) {
      .homepage-sub-banner .tile {
        width: calc(100% / 7.5);
        margin: 0;
        float: none; } }
    .homepage-sub-banner .tile .image {
      border-radius: 100px;
      padding: 10px;
      display: block;
      margin: 0 auto;
      background-size: 70% !important;
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
      width: 38px;
      height: 38px; }
      @media (min-width: 62em) {
        .homepage-sub-banner .tile .image {
          width: 100px;
          height: 100px; } }
    .homepage-sub-banner .tile .image-1 {
      background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-shop-normal.png") 50% 50% no-repeat; }
      .homepage-sub-banner .tile .image-1:hover {
        background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-shop-hover.png") 50% 50% no-repeat; }
    .homepage-sub-banner .tile .image-2 {
      background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-promo-normal.png") 50% 50% no-repeat; }
      .homepage-sub-banner .tile .image-2:hover {
        background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-promo-hover.png") 50% 50% no-repeat; }
    .homepage-sub-banner .tile .image-3 {
      background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-ecat-normal.png") 58% 50% no-repeat; }
      .homepage-sub-banner .tile .image-3:hover {
        background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-ecat-hover.png") 58% 50% no-repeat; }
    .homepage-sub-banner .tile .image-4 {
      background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-equipment-normal.png") 50% 50% no-repeat; }
      .homepage-sub-banner .tile .image-4:hover {
        background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-equipment-hover.png") 50% 50% no-repeat; }
    .homepage-sub-banner .tile .image-5 {
      background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-register-normal.png") 58% 50% no-repeat; }
      .homepage-sub-banner .tile .image-5:hover {
        background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-register-hover.png") 58% 50% no-repeat; }
    .homepage-sub-banner .tile .image-6 {
      background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-events-normal.png") 50% 50% no-repeat; }
      .homepage-sub-banner .tile .image-6:hover {
        background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-events-hover.png") 50% 50% no-repeat; }
    .homepage-sub-banner .tile .image-7 {
      background: white url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-priv-normal.png") 50% 50% no-repeat; }
      .homepage-sub-banner .tile .image-7:hover {
        background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/home-priv-hover.png") 50% 50% no-repeat; }
    .homepage-sub-banner .tile .title {
      display: block;
      color: white;
      padding: 5px 0 0;
      font-size: 13px;
      font-weight: 300; }
      @media (min-width: 62em) {
        .homepage-sub-banner .tile .title {
          font-size: 16px; } }

.homepage-welcome {
  padding: 40px 15px 20px; }
  @media (min-width: 62em) {
    .homepage-welcome {
      padding: 40px 0; } }
  .homepage-welcome h2 {
    text-transform: uppercase; }
    .homepage-welcome h2 .first-word {
      color: #ee2324; }
  .homepage-welcome p {
    color: #666; }
    @media (min-width: 62em) {
      .homepage-welcome p {
        padding-right: 50px; } }
    .homepage-welcome p a {
      color: #0072bb; }
  .homepage-welcome .container {
    padding: 10px 20px; }

#custom-layout-home-page-layout-row2 .container {
  padding: 10px;
  width: 100%;
  background: url("/Themes/BPDTHEME01/theme-client-updates/img/backgrounds/shadow-top.png") top center no-repeat, url("/Themes/BPDTHEME01/theme-client-updates/img/backgrounds/shadow-bottom.png") bottom center no-repeat; }
  #custom-layout-home-page-layout-row2 .container #custom-layout-home-page-layout-row2-column2 {
    width: 100%; }
  @media (min-width: 48em) {
    #custom-layout-home-page-layout-row2 .container #custom-layout-home-page-layout-row2-column1 {
      width: 60%; }
    #custom-layout-home-page-layout-row2 .container #custom-layout-home-page-layout-row2-column2 {
      width: 40%; } }
  @media (min-width: 92em) {
    #custom-layout-home-page-layout-row2 .container #custom-layout-home-page-layout-row2-column1 {
      width: 70%; }
    #custom-layout-home-page-layout-row2 .container #custom-layout-home-page-layout-row2-column2 {
      width: 30%;
      padding-right: 10px; } }

.facebook-container {
  background: #e4e4e4;
  padding: 10px 0 10px 10px;
  border-radius: 5px 5px 0 0;
  border: 3px solid #d6d6d6;
  border-bottom: none;
  margin-right: 0px;
  overflow: hidden;
  float: right;
  width: 100%; }
  @media (min-width: 48em) {
    .facebook-container {
      width: auto; } }
  .facebook-container ._2p3a {
    min-width: none;
    width: 100% !important; }

.homepage-news {
  border-top: 5px solid black;
  background: #dbdfdf url("/Themes/BPDTHEME01/theme-client-updates/img/placeholder/news-bg.jpg") 100% 0 no-repeat;
  padding: 25px 0 0 0;
  position: relative; }
  .homepage-news .container {
    padding-bottom: 25px;
    background: url("/Themes/BPDTHEME01/theme-client-updates/img/backgrounds/shadow-bottom.png") bottom center no-repeat; }
  .homepage-news .cv-tabs {
    border: none !important; }
    .homepage-news .cv-tabs * {
      border: none !important; }
    .homepage-news .cv-tabs .k-content {
      padding: 0 7px 7px !important; }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-item {
    margin-right: 1px; }
    .homepage-news .k-tabstrip .k-tabstrip-items .k-item .k-link {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4) !important; }
      .homepage-news .k-tabstrip .k-tabstrip-items .k-item .k-link::active {
        padding: 33px 0.92em 8px; }
  .homepage-news .k-tabstrip .k-content {
    background: none;
    padding: 0; }
  .homepage-news .news-article-zoned .news-article {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 0; }
    .homepage-news .news-article-zoned .news-article p {
      max-height: 170px; }
    @media (min-width: 48em) {
      .homepage-news .news-article-zoned .news-article {
        width: 31%;
        margin: 10px 3.5% 0 0; }
        .homepage-news .news-article-zoned .news-article:last-of-type {
          margin-right: 0 !important;
          float: left; } }
  .homepage-news .k-tabstrip .k-tabstrip-items {
    overflow: visible !important;
    margin: 0 5px 10px !important; }
  .homepage-news .k-tabstrip .k-tabstrip-items li {
    background: none;
    display: block;
    clear: both; }
    @media (min-width: 48em) {
      .homepage-news .k-tabstrip .k-tabstrip-items li {
        display: inline-block;
        clear: none; } }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-item.k-state-hover .k-link {
    background: #0072bb; }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-state-active {
    background: none !important; }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-state-active .k-link {
    color: white;
    background: #ee2324 !important;
    position: relative; }
    @media (min-width: 62em) {
      .homepage-news .k-tabstrip .k-tabstrip-items .k-state-active .k-link {
        padding: 32px 30px 9px 30px;
        top: -25px; }
        .homepage-news .k-tabstrip .k-tabstrip-items .k-state-active .k-link:after {
          bottom: -21px;
          left: 20%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: transparent;
          border-top-color: #000;
          border-width: 10px;
          margin-left: -10px; } }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-link {
    background: #231d21;
    color: white;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase; }
  .homepage-news .spacing-left {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 62em) {
      .homepage-news .spacing-left {
        margin-left: 10px;
        padding: 0; } }

.news-article-zoned .news-article {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  height: 360px; }
  .news-article-zoned .news-article .img-large.push-left {
    margin: 0;
    max-height: 200px;
    min-height: 125px; }
    .news-article-zoned .news-article .img-large.push-left img {
      min-width: 100%;
      height: 100%; }
  .news-article-zoned .news-article .cv-zone-article-1 {
    z-index: 1;
    position: relative;
    display: block;
    border-bottom: 5px solid #ee2324 !important; }
    .news-article-zoned .news-article .cv-zone-article-1::after {
      clear: both;
      content: "";
      display: table; }
  .news-article-zoned .news-article h4 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid white !important;
    color: white !important;
    font-size: 18px;
    text-transform: none !important;
    font-weight: 500;
    overflow: hidden; }
    @media (min-width: 62em) {
      .news-article-zoned .news-article h4 {
        font-size: 28px; } }
    .news-article-zoned .news-article h4 a {
      background: rgba(0, 0, 0, 0.8);
      margin: 0;
      color: white !important;
      font-size: 18px;
      text-transform: none;
      font-weight: 500;
      position: absolute;
      bottom: 0px;
      padding: 10px 5px;
      width: 100%;
      text-shadow: 1px 1px 1px black;
      opacity: 1;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      @media (min-width: 62em) {
        .news-article-zoned .news-article h4 a {
          font-size: 24px; } }
      @media (min-width: 92em) {
        .news-article-zoned .news-article h4 a {
          font-size: 28px; } }
    .news-article-zoned .news-article h4:hover a {
      opacity: 0; }
  .news-article-zoned .news-article p {
    color: #999; }
  .news-article-zoned .news-article .cv-zone-article-2 {
    padding-top: 15px;
    overflow: hidden;
    min-height: 220px; }
    .news-article-zoned .news-article .cv-zone-article-2 .subtitle {
      color: #ee2324 !important;
      display: block;
      height: 50px;
      overflow: hidden; }
    .news-article-zoned .news-article .cv-zone-article-2 .widget-article-list-field {
      width: 100%; }
    .news-article-zoned .news-article .cv-zone-article-2 p {
      height: 120px;
      overflow: hidden; }

#custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry {
  background: #F1F1F1;
  padding: 20px; }
  #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .subtitle {
    margin: 0px; }
  #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row.heading-row {
    margin-bottom: 0px; }
  #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-form {
    padding: 0px; }
  #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row {
    height: 55px; }
    #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-item {
      width: 5%; }
    #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-code {
      width: 100%;
      padding: 10px 0; }
      @media (min-width: 37em) {
        #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-code {
          width: 25%;
          padding: 0 10px; } }
    #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-desc {
      width: 70%;
      display: inherit;
      float: left;
      padding-left: 15px; }
      @media (min-width: 37em) {
        #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-desc {
          width: 50%; } }
      #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-desc .form-text {
        border: 0px;
        padding: 0px; }
    #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-qty {
      float: right;
      width: 30%; }
      @media (min-width: 37em) {
        #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row .quick-order-qty {
          width: 20%; } }
  #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-form .btn.cv-add-to-cart {
    margin-top: 10px;
    padding: 10px; }

#custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row.heading-row {
  display: none; }
  @media (min-width: 37em) {
    #custom-layout-home-page-layout-row2-column1 .widget-quick-order-entry .quick-order-row.heading-row {
      display: initial; } }

/*------------------------------------*    FEATURE
\*------------------------------------*/
#cv-zone-feature {
  margin: 100px 0 0;
  background: black; }
  @media (min-width: 62em) {
    #cv-zone-feature {
      margin: 131px 0 0; } }
  #cv-zone-feature .container {
    height: auto; }
  #cv-zone-feature .widget-banner-slider .owl-controls {
    margin-top: -30px;
    margin-bottom: 5px; }
    @media (min-width: 92em) {
      #cv-zone-feature .widget-banner-slider .owl-controls {
        margin-top: -31px; } }
  #cv-zone-feature .owl-theme .owl-controls .owl-page span {
    background: black; }
  #cv-zone-feature .widget-banner-slider .owl-buttons .owl-prev:before {
    content: "\e605";
    font-size: 40px;
    top: 17px; }
  #cv-zone-feature .widget-banner-slider .owl-buttons .owl-next:before {
    content: "\e6b8";
    font-size: 40px;
    top: 17px; }
  #cv-zone-feature .widget-banner-slider .owl-buttons .owl-prev,
  #cv-zone-feature .widget-banner-slider .owl-buttons .owl-next {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    width: 70px;
    height: 70px; }

.banner-caption {
  display: none; }
  .banner-caption .heading {
    width: 80%;
    color: white;
    float: left;
    display: inline-block;
    padding: 0 0 5px;
    margin: 0; }
  .banner-caption .subtitle {
    color: white;
    opacity: 0.3;
    display: inherit;
    clear: left;
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: italic; }
  .banner-caption .btn {
    clear: none;
    float: right;
    margin-top: -24px; }
  @media (min-width: 62em) {
    .banner-caption {
      display: block;
      background: rgba(0, 0, 0, 0.7);
      color: white;
      width: 80%;
      left: 35%;
      margin-left: -25%;
      top: 60%;
      max-width: none;
      border-radius: 0;
      padding: 10px; }
      .banner-caption .heading {
        font-size: 20px !important; }
      .banner-caption .subtitle {
        font-size: 14px; }
      .banner-caption .btn.large {
        padding: 5px 18px; } }
  @media (min-width: 92em) {
    .banner-caption {
      left: 50%;
      width: 50%;
      top: 70%; }
      .banner-caption .heading {
        font-size: 25px !important; }
      .banner-caption .subtitle {
        font-size: 18px; }
      .banner-caption .btn.large {
        padding: 10px 18px; } }

/*------------------------------------*    HSH PROMO FLYOUT
\*------------------------------------*/
.hsh-promo-flyout {
  position: fixed;
  top: 265px;
  right: 0;
  width: 350px;
  z-index: 1000000000000;
  display: block; }
  .hsh-promo-flyout::after {
    clear: both;
    content: "";
    display: table; }
  .hsh-promo-flyout .toggle-content {
    width: 100%;
    background: #efefef;
    display: block;
    height: 66%;
    -webkit-box-shadow: 0px 0 15px #666;
    box-shadow: 0px 0 15px #666; }
    .hsh-promo-flyout .toggle-content::after {
      clear: both;
      content: "";
      display: table; }
  .hsh-promo-flyout .closed {
    margin-left: 350px; }
  .hsh-promo-flyout .lhs-content {
    float: left;
    display: inline-block;
    width: 80%; }
  .hsh-promo-flyout .rhs-content {
    float: right;
    display: inline-block;
    width: 20%;
    background: #cccccc;
    height: 100%;
    padding: 15px 10px; }
  .hsh-promo-flyout .title {
    background: black;
    color: white;
    display: block;
    font-size: 16px;
    padding: 10px 5px 10px 15px; }
  .hsh-promo-flyout .offers {
    padding: 15px; }
    .hsh-promo-flyout .offers .btn {
      width: 100%; }

.hsh-promo-navigation a {
  border: 1px solid white;
  background: white;
  display: block;
  margin: 0 0 10px;
  text-align: center;
  color: #000;
  padding: 14px 0; }
  .hsh-promo-navigation a:hover {
    border-color: #0e507e; }
  .hsh-promo-navigation a.active {
    border-color: #000; }
  .hsh-promo-navigation a.next, .hsh-promo-navigation a.previous {
    background: #0e507e;
    color: white; }
    .hsh-promo-navigation a.next:hover, .hsh-promo-navigation a.previous:hover {
      background: #115f95; }

.promo-tile {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
  position: relative; }
  .promo-tile:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0; }

.promo-title {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase; }

.promo-img {
  display: block;
  margin: 5px auto; }

.promo-desc {
  display: block; }

.flyout-controls {
  position: absolute;
  top: -40px;
  display: block;
  right: 0; }
  .flyout-controls span {
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: right;
    padding-right: 30px; }
    .flyout-controls span:before {
      color: #ee2324;
      font-size: 28px;
      position: relative;
      top: -5px; }

/*------------------------------------*    MODAL WINDOW
\*------------------------------------*/
.fancybox-outer {
  position: relative;
  z-index: 2; }

.fancybox-inner .modal-footer .btn.cv-close, .fancybox-inner .modal-footer .btn.cv-cancel, .fancybox-inner .modal-footer .btn.cv-confirm.push-right {
  float: right;
  width: 90%;
  margin: 5px 5%;
  clear: both; }

/*------------------------------------*    CART
\*------------------------------------*/
#cv-zone-cart-bottom-after {
  padding-bottom: 30px; }
  #cv-zone-cart-bottom-after::after {
    clear: both;
    content: "";
    display: table; }

.widget-cart-fast-order-entry.cart-fast-order {
  border: 1px solid grey; }
  @media (min-width: 62em) {
    .widget-cart-fast-order-entry.cart-fast-order {
      border: 0; } }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .data-list-item.data-list-heading {
    background-color: #333;
    padding: 2px 5px;
    border: 1px solid #333; }
    .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .data-list-item.data-list-heading .data-list-column {
      color: white; }
  @media (min-width: 62em) {
    .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .data-list-item {
      border: 1px solid #9c9c9c; } }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .data-list-item .data-item-value {
    float: left; }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .data-list-item .data-item-action .btn {
    padding: 6px; }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .data-list-item .data-list-column {
    padding: 0; }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-1 {
    width: 100%;
    padding: 10px; }
    @media (min-width: 62em) {
      .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-1 {
        width: 25%; } }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 {
    padding: 10px; }
    @media (min-width: 62em) {
      .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 {
        padding-left: 10px;
        width: 60%; } }
    .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 .data-list-column {
      width: 100%; }
      @media (min-width: 48em) {
        .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 .data-list-column {
          width: 25%; } }
    .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 .k-numeric-wrap .k-input {
      width: 60%;
      padding-left: 5px; }
      @media (min-width: 62em) {
        .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 .k-numeric-wrap .k-input {
          width: 40%; } }
    .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 .data-item-title {
      height: 25px; }
    .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 .data-list-column:last-of-type {
      width: 100%; }
      @media (min-width: 48em) {
        .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-2 .data-list-column:last-of-type {
          width: 60%;
          float: right;
          margin: 0 10px; } }
  .widget-cart-fast-order-entry.cart-fast-order .data-list-view-basic.fast-order .cv-data-zone-3 .data-item-action {
    padding-left: 0px; }

.widget-order-lines-static .cart-line-area-1 {
  position: relative; }

.payacc-results input.k-formatted-value {
  display: none !important;
  float: none; }

.payacc-results input.form-text.k-input {
  float: none;
  display: inline !important;
  position: absolute;
  top: 0px;
  left: 0px; }

.data-list-item .data-item-value {
  width: 100%; }

.data-list-item .data-item-title {
  height: 25px; }

.widget-product-search .btn.searchcv-is-processing:before {
  content: url("/Themes/BPDTHEME01/theme-client-updates/img/logos/loading-flat3-small.gif") !important; }

.widget-orders-on-hold .data-list-item .cv-data-zone-1 {
  width: 10%; }

.widget-orders-on-hold .data-list-item .cv-data-zone-3 {
  width: 20%; }

.widget-order-templates .cv-sortable .data-list-item .cv-data-zone-2 {
  width: 70%; }
  @media (min-width: 48em) {
    .widget-order-templates .cv-sortable .data-list-item .cv-data-zone-2 {
      width: 60%; } }

.widget-order-templates .cv-sortable .data-list-item .cv-data-zone-3 {
  width: 30%;
  float: right; }
  @media (min-width: 48em) {
    .widget-order-templates .cv-sortable .data-list-item .cv-data-zone-3 {
      width: 10%; } }
  .widget-order-templates .cv-sortable .data-list-item .cv-data-zone-3 .cv-button-checkbox {
    padding: 5px;
    min-width: 70px; }

.cv-button-checkbox label {
  padding: 3px 10px 0 0; }

.qty-in-cart {
  display: none; }

#cv-zone-cart-header-left {
  padding-top: 10px;
  width: 100%; }
  @media (min-width: 92em) {
    #cv-zone-cart-header-left {
      padding-top: 16px;
      width: 33.333%; } }

#cv-zone-cart-header-right {
  padding-top: 10px;
  width: 100%; }
  @media (min-width: 92em) {
    #cv-zone-cart-header-right {
      padding-top: 16px;
      width: 66.6666%; } }

@media (min-width: 92em) {
  .data-list-item.data-list-heading .cv-data-zone-1,
  .data-list-item .orderapprove-results .data-list-item .cv-data-zone-1,
  .data-list-view-product .cv-data-zone-1,
  .sortable.hint .cv-data-zone-1 {
    width: 25%; } }

@media (min-width: 62em) {
  .data-list-item.data-list-heading .cv-data-zone-1,
  .data-list-item .orderapprove-results .data-list-item .cv-data-zone-1 {
    width: 25%; } }

/*------------------------------------*    CATEGORY
\*------------------------------------*/
.cateogry-tile-item {
  display: inline-block;
  position: relative;
  border: 1px solid black;
  border-radius: 3px;
  width: 98%;
  margin: 5px; }
  @media (min-width: 37em) {
    .cateogry-tile-item {
      width: 48%; } }
  @media (min-width: 48em) {
    .cateogry-tile-item {
      width: 31.333%; } }
  @media (min-width: 62em) {
    .cateogry-tile-item {
      width: 18%; } }
  .cateogry-tile-item .image {
    border-radius: 3px; }
    .cateogry-tile-item .image::after {
      clear: both;
      content: "";
      display: table; }
    .cateogry-tile-item .image img {
      padding: 1px;
      float: left;
      width: 100%; }
  .cateogry-tile-item .title {
    border-top: 1px solid black;
    display: block; }
    .cateogry-tile-item .title span {
      font-size: 15px;
      font-weight: normal;
      color: #0e507e;
      padding: 15px;
      display: block; }
      @media (min-width: 92em) {
        .cateogry-tile-item .title span {
          font-size: 16px; } }
  .cateogry-tile-item .filter-button:hover .filter-content {
    opacity: 1;
    display: block; }

.filter-button {
  background: url("/Themes/BPDTHEME01/theme-client-updates/img/icons/filter.png") 0 0 no-repeat;
  height: 26px;
  width: 26px;
  color: transparent;
  position: absolute;
  top: 8px;
  right: 10px; }

.filter-content {
  opacity: 0;
  display: none;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  top: -9px;
  right: -11px;
  width: 291px;
  background: black;
  border: 1px solid black;
  z-index: 5;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
  border-radius: 3px; }
  .filter-content .filter-title {
    background: black url("/Themes/BPDTHEME01/theme-client-updates/img/icons/filter-black.png") 95% 8px no-repeat;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 14px 10px;
    display: block;
    font-weight: 400; }
  .filter-content .cv-tabs {
    border-width: 0; }

.filter-tabs {
  background: white; }
  .filter-tabs::after {
    clear: both;
    content: "";
    display: table; }
  .filter-tabs .form-fieldset {
    padding: 8px 2px;
    font-size: 12px;
    color: #000; }
  .filter-tabs .k-tabstrip .k-content {
    border: none; }
  .filter-tabs .k-tabstrip-wrapper * {
    border: none !important; }
  .filter-tabs .k-tabstrip-wrapper ul.k-tabstrip-items.k-reset {
    margin: 0px !important; }
  .filter-tabs .k-tabstrip .k-tabstrip-items .k-item {
    margin: 0 !important;
    width: 50%; }
  .filter-tabs .k-tabstrip .k-tabstrip-items .k-item.k-state-active {
    border-top-color: white;
    background: white;
    color: #000; }
    .filter-tabs .k-tabstrip .k-tabstrip-items .k-item.k-state-active a {
      color: #333; }
  .filter-tabs .k-tabstrip .k-tabstrip-items .k-item {
    background: #0e507e;
    border-top-color: #0e507e;
    color: white; }
    .filter-tabs .k-tabstrip .k-tabstrip-items .k-item.k-state-hover {
      border-top-color: #0e507e; }
    .filter-tabs .k-tabstrip .k-tabstrip-items .k-item a {
      color: white; }
  .filter-tabs .btn.small {
    float: right; }

.reviews {
  margin-bottom: 0; }

.checkout-heading-navigation .btn.small {
  background: #08304c;
  border-color: #08304c; }
  .checkout-heading-navigation .btn.small:hover {
    background: #0d4d7a;
    border-color: #0d4d7a; }

.checkout-navigation {
  margin-bottom: 50px; }

.table-layout .content-row:hover {
  border-left-color: #0394cb; }

.grid.content-box.primary.spacing-bottom .col-1-4 .btn.cv-search {
  padding: 7px; }

.search-click {
  padding: 6px; }

.ordertemplate-creation-input .btn.cv-submit,
.ordertemplate-creation-input .btn.cv-apply,
.ordertemplate-controls .btn.cv-submit,
.ordertemplate-controls .btn.cv-apply {
  background: orange; }

.ordertemplate-creation-options fieldset.active {
  border-color: #444 !important;
  background: #444 !important; }
  .ordertemplate-creation-options fieldset.active * {
    color: #fff !important; }

.ordertemplate-creation-options fieldset:hover {
  border-color: #ddd;
  background: white; }
  .ordertemplate-creation-options fieldset:hover * {
    color: #000 !important; }

@media (min-width: 62em) {
  .contact-enquiry, .contact-supporting, #cv-zone-scl-11-bottom-left-1-3, #cv-zone-scl-11-bottom-right-1-3 {
    width: 100%; } }

.contact-supporting {
  width: 100%; }

.widget-section-menu.section-menu-theme_bpdtheme01_dashboard.dropdown-section-menu .heading.icon.cv-ico-general-uniE665.ico-left .ico-only-text.cv-ico-general-arrow-down5.ico-right {
  font-size: 12px; }

.widget-section-menu.section-menu-theme_bpdtheme01_dashboard.dropdown-section-menu .dropdown-area .dropdown-list {
  width: 145px; }
  .widget-section-menu.section-menu-theme_bpdtheme01_dashboard.dropdown-section-menu .dropdown-area .dropdown-list li a {
    font-size: 14px;
    color: white !important; }
    .widget-section-menu.section-menu-theme_bpdtheme01_dashboard.dropdown-section-menu .dropdown-area .dropdown-list li a:hover {
      color: white !important;
      background-color: gray; }

.product-grid.grid .product .empty-qty-box, .product-grid.grid .product .empty-add-to-cart {
  display: block;
  width: 100%; }
  @media (min-width: 92em) {
    .product-grid.grid .product .empty-qty-box, .product-grid.grid .product .empty-add-to-cart {
      width: 50%;
      float: left; } }

.col-1-3.area6 .widget-product-list-pagination.pagination-basic-controls .pagination-system {
  display: inherit; }

.cart-product-availability.low-stock:before {
  content: "\e66b";
  background-color: #fe9d2e; }

.cart-product-availability {
  width: 100%; }
  @media (min-width: 48em) {
    .cart-product-availability {
      width: 35%; } }

.all-articles-list-content .news-article .cv-zone-article-1 {
  max-height: 220px;
  min-height: 100px; }
  .all-articles-list-content .news-article .cv-zone-article-1 .widget-article-list-image {
    width: 100%; }
    .all-articles-list-content .news-article .cv-zone-article-1 .widget-article-list-image .img-large {
      overflow: hidden; }
      .all-articles-list-content .news-article .cv-zone-article-1 .widget-article-list-image .img-large img {
        width: 100%;
        height: auto; }

.cv-productgrid-options .widget-product-list-sort .cv-dropdown {
  display: inline-block; }

.widget-productlist-availability.cart-product-availability {
  height: 25px; }

.cv-productgrid-options .widget-product-list-sort.pagination-sort .form-label {
  position: relative;
  top: -4px; }

.widget-article-list-title {
  z-index: 2; }
  .widget-article-list-title .subtitle {
    background-color: transparent;
    font-size: 24px;
    margin: 0px;
    margin: 20px 0px 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #D4D4D4; }

.widget-article-list-image {
  z-index: -1;
  width: 20%;
  float: left;
  display: inline-block;
  position: relative; }
  .widget-article-list-image .img-large {
    margin-top: 0px; }

.widget-article-list-field {
  display: inline-block;
  padding-left: 2%;
  width: 70%; }

.cv-zone-article-3 .widget-article-list-field.info-group.widget-article-list-field-StartDate {
  width: 100%; }

.cv-zone-article-3 .widget-article-list-field {
  width: auto; }

#cvpfTemplate .news-article-zoned .news-article {
  height: auto; }

@media (min-width: 62em) {
  .data-list-item .cv-data-zone-2 {
    width: 60%; } }

.data-list-item .data-item-action .btn {
  min-width: 120px; }

.form-label {
  padding-left: 5px; }

.cv-ico-general-arrow-right3.ico-right:before {
  display: none; }

.widget-article-list.grid .content-box.news-article .box-content div {
  margin-top: 0px; }

.widget-article-list.grid {
  margin: 30px 0; }

.widget-quick-order-entry {
  overflow-x: hidden; }
  .widget-quick-order-entry .quick-order-qty {
    width: 14%; }

#cv-zone-scl-11-bottom-right-1-3 .box-content .k-tabstrip-wrapper ul.k-tabstrip-items.k-reset {
  margin: 0 !important; }

.product-grid.grid [class*="cv-zone-product"] .widget-productlist-qty-input.k-input {
  float: none; }

.k-ff .product-grid.grid [class*="cv-zone-product"] .widget-productlist-qty-input.k-formatted-value,
.k-ff .product-grid.grid [class*="cv-zone-product"] .widget-productlist-qty-input.k-input {
  margin-top: 0px; }

.product-grid.grid .product {
  min-height: 420px; }
  .product-grid.grid .product .cv-zone-product-6 .btn.cv-readmore {
    margin-top: 0px !important; }

.data-list-item .data-list-column .cv-button-checkbox {
  min-width: 85px;
  padding: 5px 10px; }
  .data-list-item .data-list-column .cv-button-checkbox label {
    padding: 0; }

@media (min-width: 62em) {
  .payacc-results .data-list-item.data-list-heading .cv-data-zone-2,
  .payacc-results .cv-data-zone-2 {
    width: 70%; } }

.payacc-results .data-list-item .cv-data-zone-3 .data-list-column {
  padding: 0; }

@media (min-width: 62em) {
  .payacc-results .data-list-item .cv-data-zone-3 {
    width: 15%; } }

.k-ff .payacc-results input.form-text.k-input {
  margin: 0; }

.cv-widget-view-wrapper .widget-account-payment.payacc-step1 .col-1-4 {
  padding: 0 10px;
  width: 22%; }

.cv-widget-view-wrapper .data-list-view-basic .fast-order .cv-data-zone-3 .data-item-action {
  padding-left: 0; }

.cv-widget-view-wrapper .data-list-view-basic .cv-data-zone-1 {
  width: 10%; }

.cv-widget-view-wrapper .data-list-view-basic .cv-data-zone-3 {
  float: right; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  position: relative;
  left: 3px;
  top: 0px; }

#product_display_container .product-list-title.category .widget-banner-slider .gallery-slide {
  opacity: 1; }
  #product_display_container .product-list-title.category .widget-banner-slider .gallery-slide:hover .banner-caption {
    opacity: 1; }

#product_display_container .product-list-title.category .banner-caption {
  position: absolute;
  top: 35px;
  opacity: 0.6; }
  @media (min-width: 62em) {
    #product_display_container .product-list-title.category .banner-caption {
      top: 110px; } }
  @media (min-width: 92em) {
    #product_display_container .product-list-title.category .banner-caption {
      top: 145px; } }

#product_display_container .product-list-title.category .owl-controls .owl-prev, #product_display_container .product-list-title.category .owl-controls .owl-next {
  opacity: 1;
  background: rgba(210, 210, 210, 0.3); }

#product_display_container .product-list-title.category .owl-controls .owl-prev:before {
  content: "\e605"; }

#product_display_container .product-list-title.category .owl-controls .owl-next:before {
  content: "\e6b8"; }

.product-grid.detailed-list .product .cv-numeric-input {
  float: left; }

.k-numeric-wrap {
  text-align: left; }

.product-grid.detailed-list [class*="cv-zone-product"] input.widget-productlist-qty-input {
  float: none; }

.product-grid.grid .product .atc .k-numerictextbox .k-input {
  float: none; }

.widget-product-list-grid.product-grid .product .cv-zone-product-2 .cv-numeric-input {
  width: 100%; }

.widget-product-list-grid.product-grid .product .cv-zone-product-2 .btn {
  width: 100%; }

@media (min-width: 92em) {
  .widget-product-list-grid.product-grid .product .cv-zone-product-2 .btn.cv-add-to-cart {
    font-size: 10px;
    padding-top: 8px;
    padding-bottom: 7px; } }

.widget-product-list-grid.product-grid.detailed-list .cv-zone-product-6 .btn, .widget-product-list-grid.product-grid.detailed-list .cv-zone-product-6 .btn.cv-add-to-cart, .widget-product-list-grid.product-grid.detailed-list .cv-zone-product-6 .cv-numeric-input {
  width: auto; }

@media (min-width: 62em) {
  #orderapprove-results .data-list-item .cv-data-zone-2,
  #orderapprove-results .data-list-item.data-list-heading .cv-data-zone-2,
  #orderapprove-results .data-list-item .orderapprove-results .data-list-item .cv-data-zone-2 {
    width: 75%; }
  #orderapprove-results .data-list-item .cv-data-zone-3 .data-list-column {
    padding: 0; }
  #orderapprove-results .data-list-item .data-item-action .btn {
    min-width: none;
    width: 100%;
    padding: 5px;
    margin: 2px 0; } }

.notification-content .notification-message h1, .notification-content .notification-message h2, .notification-content .notification-message h3, .notification-content .notification-message h4, .notification-content .notification-message h5, .notification-content .notification-message h6, .notification-content .notification-message p, .notification-content .notification-message a span, .notification-content .notification-message strong {
  color: white; }

@media (min-width: 48em) {
  .order-search-results .data-list-item.sortable .data-list-item.data-list-heading .cv-data-zone-1, .order-search-results .data-list-item.sortable .cv-data-zone-1, .order-search-results .data-list-view-product.column-4 .data-list-item.data-list-heading .cv-data-zone-1, .order-search-results .data-list-view-product.column-4 .cv-data-zone-1, .widget-order-templates .data-list-item.sortable .data-list-item.data-list-heading .cv-data-zone-1, .widget-order-templates .data-list-item.sortable .cv-data-zone-1, .widget-order-templates .data-list-view-product.column-4 .data-list-item.data-list-heading .cv-data-zone-1, .widget-order-templates .data-list-view-product.column-4 .cv-data-zone-1 {
    width: 30%; } }

@media (min-width: 37em) {
  .order-search-results .data-list-item.sortable .cv-data-zone-2, .order-search-results .data-list-view-product.column-4 .cv-data-zone-2, .widget-order-templates .data-list-item.sortable .cv-data-zone-2, .widget-order-templates .data-list-view-product.column-4 .cv-data-zone-2 {
    width: 55%; } }

@media (min-width: 48em) {
  .order-search-results .data-list-item.sortable .cv-data-zone-2, .order-search-results .data-list-view-product.column-4 .cv-data-zone-2, .widget-order-templates .data-list-item.sortable .cv-data-zone-2, .widget-order-templates .data-list-view-product.column-4 .cv-data-zone-2 {
    width: 65%; } }

@media (min-width: 48em) {
  .order-search-results .data-list-item.sortable .cv-data-zone-3, .order-search-results .data-list-view-product.column-4 .cv-data-zone-3, .widget-order-templates .data-list-item.sortable .cv-data-zone-3, .widget-order-templates .data-list-view-product.column-4 .cv-data-zone-3 {
    width: 15%; } }

.order-search-results .cv-data-zone-1, .widget-order-templates .cv-data-zone-1 {
  width: 100%; }
  @media (min-width: 48em) {
    .order-search-results .cv-data-zone-1, .widget-order-templates .cv-data-zone-1 {
      width: 10%; } }

@media (min-width: 48em) {
  .order-search-results .data-list-heading .cv-data-zone-2, .order-search-results .cv-data-zone-2, .widget-order-templates .data-list-heading .cv-data-zone-2, .widget-order-templates .cv-data-zone-2 {
    width: 65%; } }

.order-search-results .cv-data-zone-3, .widget-order-templates .cv-data-zone-3 {
  width: 25%; }

.widget-orders-on-hold .ordersonhold-view-standard .data-list-item .cv-data-zone-1 {
  width: 40%; }

table#framestep5 {
  background-color: white; }
  table#framestep5 table {
    background-color: white; }

table#framestep5 {
  background-color: white; }
  table#framestep5 table {
    background-color: white; }

#btnAccPayOkReturnToAccPay, #btnAccPayOkHome {
  background: #0e507e !important;
  border-color: #0e507e;
  text-transform: uppercase;
  padding: 5px 10px !important; }
  #btnAccPayOkReturnToAccPay:hover, #btnAccPayOkHome:hover {
    background: #136dac !important; }

#btnAccPayOkHome:before {
  content: "\e625";
  font-family: 'cv-ico-general'; }

#btnAccPayOkReturnToAccPay:before {
  content: "\e625";
  font-family: 'cv-ico-general'; }

@media only screen and (width: 768px) {
  .homepage-sub-banner .tile {
    padding: 0 15px; }
    .homepage-sub-banner .tile .title {
      font-weight: 500;
      font-size: 15px; }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-state-active .k-link::after {
    bottom: -21px;
    font-size: 14px;
    height: 62px; } }

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  .homepage-sub-banner .tile {
    padding: 0 5px; }
    .homepage-sub-banner .tile .image {
      height: 62px;
      width: 62px; }
    .homepage-sub-banner .tile .title {
      font-weight: 500;
      font-size: 15px; }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-state-active .k-link::after {
    top: 60px;
    font-size: 14px;
    height: 62px; } }

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
  .homepage-sub-banner .tile {
    padding: 0 5px; }
    .homepage-sub-banner .tile .image {
      height: 60px;
      width: 60px; }
    .homepage-sub-banner .tile .title {
      font-weight: 500;
      font-size: 15px; }
  .homepage-news .k-tabstrip .k-tabstrip-items .k-state-active .k-link::after {
    bottom: -21px;
    font-size: 14px;
    height: 62px; } }

.order-track-view-standard.grid-row .data-list-item .cv-data-zone-2 {
  width: 68%;
  float: right; }

.order-track-view-standard.grid-row .data-list-item.data-list-heading {
  width: 100%; }
  .order-track-view-standard.grid-row .data-list-item.data-list-heading .cv-data-zone-2 {
    float: right; }

.form-number-plus-minus {
  width: 80px; }
  .form-number-plus-minus .cv-link {
    width: 50%;
    height: auto; }
    .form-number-plus-minus .cv-link:before {
      color: #474747;
      font-weight: bold; }
  @media (min-width: 92em) {
    .form-number-plus-minus {
      width: 60px; }
      .form-number-plus-minus .cv-link {
        width: 100%; } }

.widget-questionnaire .box--content {
  padding: 15px; }

.page-CP_BPDTHEME01_About-Us .page-content {
  padding: 0px !important; }

#custom-layout-full-top-middle-full-bottom-row3-column1 {
  padding: 0 15px; }

.cv-cart-line .cart-line-area-1 .cart-product-image-link {
  width: 20%; }

.cv-cart-line .cart-line-area-1 .cart-line-product-info {
  width: 65%; }

.cv-cart-line .cart-line-area-1 .cart-product-image-link .cart-product-image-container {
  width: 100%; }

#zArticles .grid.spacing-top.spacing-bottom .col-1-2 {
  width: 100%; }
  @media (min-width: 37em) {
    #zArticles .grid.spacing-top.spacing-bottom .col-1-2 {
      width: 47%;
      margin: 0 1%; } }

.widget-register .form-fieldset small {
  font-size: 90%; }

.widget-register .box-content .grid-row:nth-of-type(5) .col-1-2:nth-of-type(2) {
  position: relative;
  top: 0px; }
  @media (min-width: 37em) {
    .widget-register .box-content .grid-row:nth-of-type(5) .col-1-2:nth-of-type(2) {
      position: relative;
      top: -17px; } }

.widget-order-approve .data-list-item .cv-data-zone-2 .data-list-column.price-right:first-of-type .data-item-title,
.widget-order-approve .data-list-item.data-list-heading .cv-data-zone-2 .data-list-column.price-right:first-of-type {
  font-size: 0; }
  .widget-order-approve .data-list-item .cv-data-zone-2 .data-list-column.price-right:first-of-type .data-item-title:before,
  .widget-order-approve .data-list-item.data-list-heading .cv-data-zone-2 .data-list-column.price-right:first-of-type:before {
    content: "Unit Price";
    font-size: 12px;
    color: black;
    font-weight: 600; }

.widget-order-approve .data-list-item .cv-data-zone-2 .data-list-column.price-right:nth-of-type(3) .data-item-title,
.widget-order-approve .data-list-item.data-list-heading .data-list-column.price-right:nth-of-type(3) {
  font-size: 0; }
  .widget-order-approve .data-list-item .cv-data-zone-2 .data-list-column.price-right:nth-of-type(3) .data-item-title:before,
  .widget-order-approve .data-list-item.data-list-heading .data-list-column.price-right:nth-of-type(3):before {
    content: "Extended Price ( ex GST)";
    font-size: 12px;
    color: black;
    font-weight: 600; }

@media (min-width: 62em) {
  .data-list-view-product .cv-data-zone-1, .sortable.hint .cv-data-zone-1 {
    width: 25%; } }

@media (min-width: 62em) {
  .data-list-view-product .cv-data-zone-1 .data-list-column:last-child,
  .sortable.hint .cv-data-zone-1 .data-list-column:last-child {
    width: calc(100% - 80px); } }
