/** Shopify CDN: Minification failed

Line 22:0 "@charset" must be the first rule in the file
Line 748:0 Unexpected "}"

**/
.yotpo-search-filter .yotpo-search-input {
  background-color: transparent!important;
}
@media only screen and (max-width: 767px) {
  .collection-navigation .collection-tabs__list {
    gap: 1em!important;
  }
}
.hidden{
  display: none !important;
}
.mB0{
  margin-bottom: 0;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /* background: #fff url(//www.djwarehouse.com.au/cdn/shop/t/113/assets/ajax-loader.gif?22031) center center no-repeat; */
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url(//www.djwarehouse.com.au/cdn/shop/t/113/assets/slick.woff?v=126332276146415195021764240889) format('woff');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 0;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    /* margin-left: auto;
    margin-right: auto; */
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-next{
  z-index: 99;
  width: unset;
  height: unset;
}
.slick-prev{
  z-index: 99;
  width: unset;
  height: unset;
}
.slick-next:before{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(//www.djwarehouse.com.au/cdn/shop/t/113/assets/icon-arrow-next.png?v=126384836786151699651764240889);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-prev:before{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(//www.djwarehouse.com.au/cdn/shop/t/113/assets/icon-arrow-prev.png?v=33614870194191297381764240889);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.small_font{
  font-size: 1.0625rem;
}
.xsmall_font{
  font-size: 12px;
}
/* custom css */
::selection{
  background: #FFFF00;
  color: #000;
}

.header-section{
  z-index: 999;
}
.category-subnavigations__inner .slick-list:after {
  content: "";
  width: 1.5vw;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  box-shadow: -1vw 0 15px 15px #f5f5f5f5;
}
.category-subnavigations__inner .slick-list.slick-ended:after{
  display: none;
}
.category-subnavigations .text-with-icons__block .text-with-icons__block-content h6 span{
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.category-subnavigations .text-with-icons__block{
  position: relative;
}

.category-subnavigations .slick-arrow.slick-disabled{
  opacity: 0;
}
.category-subnavigations .slick-next{
  right: 30px;
  z-index: 99;
  width: unset;
  height: unset;
}
.category-subnavigations .slick-prev{
  left: 30px;
  z-index: 99;
  width: unset;
  height: unset;
}

.category-subnavigations .lazyloading{
  filter: unset;
  opacity: 1;
}
.quantity:after{
  content: '';
  display: block;
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
}
.quantity button{
  z-index: 9;
}
.quantity .qty{
  pointer-events: none;
}
.customer-reviews--carousel .columns{
  width: 100%;
}
.toggle-box--content-inner div{
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 10px 0;
}
.toggle-box button{
  padding: 15px 40px 15px 15px;
  height: auto;
}
.toggle-box button span{
  right: 20px;
}
.image-with-text-overlay--content .subheading{
  opacity: 1 !important;
  background: #FFFF00;
  color: #000;
  width: fit-content;
  padding: 0px 5px;
  margin-left: auto;
  margin-right: auto;
}
.flickity-nav{
  /* opacity: 1; */
}
.product-card .product-featured-image-link .product-secondary-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 5;
}
.product-card .product-featured-image.thb-hover:hover .product-secondary-video{
  opacity: 1;
}
.section-embed-grid .media-grid--item{
  flex-direction: column;
  justify-content: unset;
  row-gap: 20px;
  overflow: unset;
  padding: 0;
  background: unset;
  box-shadow: unset;
}
.section-embed-grid .media-grid--item .media-grid--bg{
  position: relative;
  border-radius: var(--block-border-radius, 16px);
  overflow: hidden;
  box-shadow: var(--block-shadows);
}
.section-embed-grid .media-grid--item .media-grid--bg * {
  width: 100%;
  height: 100%;
}
.section-embed-grid .media-grid--item .media-grid--content{
  width: 100%;
}
.section-embed-grid .media-grid--item .media-grid--content .subheading{
  margin-bottom: 5px;
}
.section-embed-grid .media-grid--item .media-grid--content .h3{
  margin-bottom: 5px;
}
.custom_upload_field {
  padding: 46px 20px 20px;
  max-width: 480px;
  width: 100%;
  border: 1px solid #d3d3d3;
  margin-bottom: 15px;
  border-radius: 6px;
}
.custom_upload_field .custom_upload_field_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 40px 20px;
  width: 100%;
  border: 1px dotted #99afdb;
  background-color: #99afdb29;
  border-radius: 6px;
  cursor: pointer;
}
.custom_upload_field_inner span{
  font-size: 12px;
  font-weight: 600;
  color: #737373;
}
.custom_upload_field_inner #file_name{
  font-size: 14px;
}
.custom_upload_field_inner #file_name.file_added{
  color: #5dbf65;
}
#file_error{
  font-size: 10px;
  font-weight: 600;
  color: #ff0000;
}
.form-notification{
  margin-top: 20px;
}
.collapsible__content-media{
  margin-top: 1.25rem;
}
.collapsible__content-media iframe,
.collapsible__content-media video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.order-5{
  order: 5;
}
.product_info_popup_tab_container{
  padding-right: 25px;
  margin-bottom: -1px;
  margin-top: 20px;
}
.product_info_popup_tab_container + .product_info_popup_tab_container{
  margin-top: 0px;
}
.product_info_popup_tab_title{
  width: 100%;
  list-style: none;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding: 2.5rem 40px 2.5rem 0;
  color: var(--color-heading, #1a1c1d);
  border-top: 1px solid var(--color-border, #dadce0);
  border-bottom: 1px solid var(--color-border, #dadce0);
  margin-bottom: -1px;
  cursor: pointer;
}
.product_info_popup_tab_title span{
  position: absolute;
  right: 0;
  top: 2rem;
}
.product_info_popup_tab_title span svg{
  width: 2rem;
  height: 2rem;
}
.product_info_popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: calc(100vw - 15px);
  background: var(--color-drawer-bg, #fff);
  max-width: 540px;
  overflow-x: hidden;
  transform: translate(100%);
  border-radius: var(--block-border-radius, 16px) 0 0 var(--block-border-radius, 16px);
  --bg-body-rgb: var(--color-drawer-bg-rgb);
  transition: all .25s cubic-bezier(.104,.204,.492,1);
}

.product_info_popup.active{
  transform: translate(0);
  z-index: 9999999;
  transition: all .25s cubic-bezier(.104,.204,.492,1);
}
.product_info_popup .popup_close{
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.product_info_popup_content{
  display: flex;
  flex-direction: column;
}
.popup_content_block{
  margin-bottom: 20px;
  order: 0;
}
.popup_content_block:last-child, .popup_content_block:empty{
  margin-bottom: 0;
}
.popup_products .popup_product{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-border, #dadce0);
}
.popup_products .popup_product .popup_product_image_wrap{
  flex-shrink: 0;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.popup_product_info_wrap {
  flex-shrink: 1;
  width: 100%;
  padding: 10px 0;
}
.popup_product_info_wrap p{
  margin-bottom: 0;
}
.popup_product_info_wrap .popup_product_title{
  font-weight: 700;
}
.popup_product_info_wrap .popup_product_description{
  font-size: 14px;
}
.popup_accordion_title{
  position: relative;
  padding: 15px 0;
  border-top: 1px solid var(--color-border, #dadce0);
  margin-bottom: 0;
  font-size: 16px;
}
.popup_accordion_title span{
  position: absolute;
  right: 0;
}
.popup_accordion_title span svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  width: 12px;
  height: 12px;
}
.popup_accordion.active span .svg {
  transform: rotate(0deg);
}
.popup_accordion_content {
  display: none;
  padding: 10px;
}
.popup_linkitem{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--color-border, #dadce0);
}
.popup_linkitem:last-child{
  margin-bottom: 0;
  border-bottom: 0;
}
.popup_media_wrap video{
  width: 100%;
}

@media (max-width: 767px){
  .category-subnavigations .category-subnavigations__inner{
    padding: 0 20px;
  }
  .category-subnavigations .slick-next{
    right: 0;
  }
  .category-subnavigations .slick-prev{
    left: 0;
  }
  .toggle-box--content-inner div.metafield-rich_text_field{
    padding-left: 0;
    padding-right: 0;
  }
}


/* Custom CSS Start */
.section-header.customer-reviews-header {
    display: block;
}
  body.template-metaobject-setup_guides {
    overflow-x: hidden;
  }
}
.template-product .ui-datepicker-today .ui-state-highlight {
  color: #0419B2 !important;
}
.product_info_popup.side-panel .popup_accordion_content a {
  color: #0419b2;
}
.product_info_popup.side-panel .popup_accordion_content a:hover {
  text-decoration: underline;
}
.category-subnavigations__inner .slick-list:after {
  box-shadow: none!important;
  width: 0!important;
}
.sticky-book-btn {
  display: none;
  position: fixed;
  bottom: 0px;
  padding: 12px;
  width: 100%;
  background-color: #0419b2;
  color: #fff;
  border: none;
  font-size: calc(var(--font-announcement-scale, 1) * 13px);
  font-weight: 400;
  z-index: 1000;
  cursor: pointer;
  transition: opacity .3s ease;
}
.sticky-book-btn img {
  width: 17.5px;
  margin-right: 5px;
}
.sticky-book-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.product-information .product-form-wrap form .product-information--separator {
  display: none!important;
}
.popup_video_wrap .accordion_popup_video {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}
@media (min-width: 1068px) {
  .header-sticky--active .product-gallery-sticky {
    top: 50px;
  }
  .product-section .product-information.fixed .product-title-container {
    height: 0;
    opacity: 0;
  }
  .product-section .product-information.fixed .product-card--label-container {
    height: 0;
    opacity: 0;
  }
  .product-section .product-information.fixed .product--text.style_description {
    height: 0;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .image-with-text-overlay {
    padding-top: 85px;
    padding-bottom: 30px
  }
  .image-with-text-overlay a.button {
    font-size: 11.5px;
    padding: 10px 15px;
    max-height: 35px;
  }
  .image-with-text-overlay h1.h1-xlarge {
    margin-bottom: 45px !important;
  }
  .sticky-book-btn {
    display: block!important;
  }
  .product-information .product_info_popup_tab_title {
    padding-left: 15px!important;
  }
  .product-information .feature_boxes_wrap hr {
    border-color: #f5f5f5!important;
  }
  .product-information .product-form-wrap {
    margin-top: 35px!important;
    padding-top: 85px !important;
    position: relative;
  }
  .product-information .product-form-wrap:before {
    content: 'Add to booking';
    font-weight: 600;
    position: absolute;
    top: 25px;
  }
  .product-information .side-panel-links {
    flex-wrap: nowrap;
    gap: 0.85rem;
  }
  .product-information .side-panel-links--link .icon {
    width: 13.5px;
    height: 13.5px;
    position: relative;
  }
  .product-information .side-panel-links .text-button {
    font-size: 10px;
  }
  .image-with-text-overlay--content.mobile-content-top-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .image-with-text-overlay--content.mobile-content-top-center {
    justify-content: center;
    align-items: flex-start;
  }
  .image-with-text-overlay--content.mobile-content-top-right {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .image-with-text-overlay--content.mobile-content-middle-left {
    justify-content: flex-start;
    align-items: center;
  }
  .image-with-text-overlay--content.mobile-content-middle-center {
    justify-content: center;
    align-items: center;
  }
  .image-with-text-overlay--content.mobile-content-middle-right {
    justify-content: flex-end;
    align-items: center;
  }
  .image-with-text-overlay--content.mobile-content-bottom-left {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .image-with-text-overlay--content.mobile-content-bottom-center {
    justify-content: center;
    align-items: flex-end;
  }
  .image-with-text-overlay--content.mobile-content-bottom-right {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .mobile-text-left {
    text-align: left;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-text-right {
    text-align: right;
  }
  .image-with-text-overlay--content-inner.mobile-content-width-small {
    max-width: 50%;
  }
  .image-with-text-overlay--content-inner.mobile-content-width-medium {
    max-width: 75%;
  }
  .image-with-text-overlay--content-inner.mobile-content-width-large {
    max-width: 100%;
  }

}
@media (max-width: 480px) {
  .product-information .feature_boxes .feature_box {
    width: auto!important;
    padding: 5px 10px!important;
  }
  .product-information .feature_box .feature_box_title {
    font-size: 10px!important;
  }
  .product-information .feature_box .feature_box_image_wrap .feature_box_image {
    width: 15px!important;
    height: 15px!important;
  }
}
/* Custom CSS End */


