/* Adding to Bootstrap */
.bg-black{
    background-color: black;
}
.bg-grey{
    background-color: #eee;
}
.bg-home-grey{
    background-color: #f7f7f7;
}
/* .bg-home-grey-gift {
    background-color: #f7f7f7;
    background-image: linear-gradient(
        #f7f7f7 0%,
        #f7f7f7 20%,
        #f7f7f7 20%,
        #f7f7f7 40%,
        #f7f7f7 40%,
        #f7f7f7 60%,
        #f4730e 60%,
        #f4730e 70%,
        #f4730e 75%,
        #f7f7f7 75%,
        #f7f7f7 80%,
        #f7f7f7 80%,
        #f7f7f7 100%
    );
} */
.bg-orange{
    background-color: #f4730e;
}
/* Adding to Set Styles */
.default-yellow-text{
    color: #f4730e;
}
.default-yellow-link{
    color: #ffc107;
}
.default-yellow-link:hover{
    color: #ffc107;
    text-decoration: underline;
}
.default-black-link{
    color: #000;
}
.default-black-link:hover{
    color: #000;
    text-decoration: underline;
}
.default-link{
    color: #f4730e;
}
.default-link:hover{
    color: #f4730e;
    text-decoration: underline;
}
/* Reset Other brand styles */
.top-bar .sticky-top{
    z-index: 1030 !important;
}
.main-content-bar{
    padding-top: 0px;
}
.divas-slider ul, li {
    margin: 0;
    padding: 0;
}
.page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #f4730e;
    border-color: #f4730e;
}
.page-link {
    font-size: 1.2em;
    z-index: 2;
    color: #f4730e;
    text-decoration: none;
    background-color: #fff;
    border-color: #dee2e6;
    padding: 1.0rem 1.25rem;
}
.page-link:hover {
    z-index: 2;
    color: #f4730e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.number-input button{
    height: 2rem !important;
}
.page-body a{
    color: #f4730e;
}
.page-body a:hover{
    color: #f4730e;
    text-decoration: underline;
}
.page-header{
    margin-bottom:1.0rem;
}
.landing-page-header{
    margin-bottom:0.0rem;
}
.randomised-blogposts h5{
    font-size: 1.5em;
    font-weight: bold;
}
.randomised-blogposts .post-title{
    color: #f4730e;
    font-weight: bold;
}
/* Navigation Styles */
.navbar .nav-link{
    color: #000000 !important;
    /* padding: 12px; */
    padding: 0px;
}
.navbar .navbar-nav li{
    text-transform: capitalize;
    font-size: 1rem !important;
    text-align: center;
    padding: 5px;
    margin: 0px;
    margin-right: 1px;
    font-weight: 100;
}
.navbar .navbar-nav li:hover{
    color: #000000 !important;
    background-color: #ffffff;
}
.navbar .navbar-nav .dropdown:hover{
    color:#fff !important;
    background-color:#000000;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.dropdown-menu{
    background-color: #000000;
    border-radius: 0rem 0.5rem 0.5rem 0.5rem !important;
    margin: 0px;
    border: 0px;
    color:#fff;
}
.dropdown-item{
    color: #fff;
    padding: .75rem 1.5rem;
}
.dropdown-item:hover{
    color: #f4730e;
    background-color:#000000;
}
.navbar .navbar-nav .special {
    background-color: crimson;
}
/* Homepage Search */
.search-box{
    min-height: 225px;
    /*background-color:rgba(0, 0, 0, 0.600);*/
    background-image:linear-gradient(rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.80));
    /* border-radius: 0.75rem; */
}
.mini-search-box{
    background-image:linear-gradient(rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.80));
    border-radius: 0.75rem;
}
.discover{
    font-size: 1.0rem;
    color: white;
    border: none;
    background-color:#f4730e; 
}
.discover:hover{
    color: white;
    background-color:#f4570e; 
}
.search-bar{
    min-height: 110px;
    overflow: hidden;
    margin-top: -130px;
    margin-bottom: 06px;
    z-index: 999;
}
.mini-search-bar{
    min-height: 110px;
    overflow: hidden;
    margin-top: -250px;
    margin-bottom: 20px;
    z-index: 999;
}
.global-search-bar{
    min-height: 110px;
    overflow: hidden;
    /* margin-top: 50px; */
    /* margin-top: -445px; */
    /* margin-bottom: 06px; */
    /* margin-bottom: 20px; */
    z-index: 999;
}
.mini-global-search-bar{
    min-height: 110px;
    overflow: hidden;
    margin-top: -10%;
    margin-bottom: 20px;
    z-index: 999;
}
/* Homepage branding */
/* Homepage giftcard */
/* .home-giftcard-text small {
    color:#000000;
    font-size: 1.7em;
    line-height: 1.0;
}
.home-giftcard-text h2 {
    color:#f4730e;
    font-size: 3.5em;
    line-height: 1.0;
}
.home-giftcard-text .tag-line {
    font-size: 0.62em;
    line-height: 1.0;
    font-weight: bold;
}
.home-giftcard-text .text-justify {
    font-weight: 200;
    font-size: 0.75em;
}
.home-giftcard-text .call-to-action-grey{
    color: #000000;
    font-weight: bold;
    font-size: 0.62em;
    line-height: 1.0;
} */
.pick-gradient {
    position: relative;
    display: block;
}
.pick-gradient:after {
    border-radius: 0.75rem;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.gift-card-thumb a{
    color:#fff;
    transition: transform .5s;
}
.gift-card-thumb a img {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}
.gift-card-thumb a:hover{
    color:#f4730e;
    transition: transform .5s;
}
.gift-card-thumb .giftcard-amount-overlay{
    position: absolute;
    /* width: 85%; */
    z-index: 998;
    bottom: -20px;
    right: 20px;
    transition: transform .5s;
}
.gift-card-thumb .giftcard-buy-overlay {
    position: absolute;
    /* width: 85%; */
    z-index: 998;
    bottom: 0px;
    left: 20px;
    transition: transform .5s;
}
.gift-card-thumb .giftcard-amount-overlay p {
    position: relative;
    font-size: 3.0rem;
    font-weight: bolder;
    /* text-align: center; */
    /* margin-top: 6%; */
    transition: transform .5s;
}
.gift-card-thumb .giftcard-buy-overlay p {
    color: #f4730e;
    position: relative;
    font-size: 1.0rem;
    font-weight: bolder;
    line-height: 1;
    transition: transform .5s;
}
.gift-card-thumb .giftcard-amount-overlay p small {
    position: absolute;
    font-size: 1.0rem;
    top: 25px;
    right: 85px;
    font-weight: bolder;
    transition: transform .5s;
}
.home-giftcard-buttons p{
    font-size: 1.2em;
    line-height: 1.0;
    color:#f4730e;
}
.home-giftcard-buttons a.giftcard-green-button{
    /*border-radius: 0.2em !important;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color:#1f7f10;
    font-size: 1.8em;
    color: #fff;
}
.home-giftcard-buttons a.giftcard-green-button:hover{
    /*border-radius: 0.2em !important;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color:#000;
    /*background-color:rgb(13, 85, 2);*/
    font-size: 1.8em;
    color: #fff;
}
.home-giftcard-buttons a.giftcard-orange-button{
    /*border-radius: 0.2em !important;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#f4730e; 
    font-size: 1.6em;
    color: #fff;
}
.home-giftcard-buttons a.giftcard-orange-button:hover{
    /*border-radius: 0.2em !important;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#000;
    /*background-color:#f4570e; */
    font-size: 1.6em;
    color: #fff;
}
.gift-card-other {
    overflow-y: scroll;
    max-height: 200px;
}
.gift-card-thumb .giftcard-amount-overlay .choose-amount {
    width: 125px;
    position: absolute;
    font-size: 1.2em !important;
    line-height: 1;
    text-align: end;
    bottom: 20px;
    right: 0px;
}
/* Brochure */
.brochure-home-content h2{
    color:#f4730e;
    font-size: 1.6em;
    line-height: 1.0;
    margin-bottom: 0px;
}
.brochure-home-content .brochure-orange-button{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#f4730e; 
    font-size: 0.9em;
    color: #fff;
}
.brochure-home-content .brochure-orange-button:hover{
    /*border-radius: 0.2em !important;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#000;
    /*background-color:#f4570e; */
    font-size: 0.9em;
    color: #fff;
}
/* Product list */
.product-box .product-name{
    /* min-height: 45px; */
    /* max-height: 45px; */
    min-height: 62px;
    max-height: 62px;
    font-size: 1.1em;
    line-height: 1.2;
    overflow: hidden;
}
.product-box .product-name a{
    font-weight: bold;
    color: #f4730e;
}
.product-box .product-name a:hover{
    color: #f4730e;
}
.product-box .product-summary-box{
    /* min-height: 100px; */
    min-height: 92px;
    max-height: auto;
    line-height: 1.2;
    overflow: hidden;
}
.product-box .product-summary-box .product-price-box .from-price{
    border: 1px solid #d0d0d0;
    font-size: 1.4em;
}
.product-price-box .product-orange-button{
    background-color:#f4730e; 
    /* font-size: 1.0em; */
    font-size: 0.8em;
    color: #fff;
}
.product-price-box .product-orange-button:hover{
    background-color:#000;
    font-size: 0.8em;
    color: #fff;
}
.loading-bg{
    min-height: 116px;
    background-image: url('../images/custom/loading-bg.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.footer-bg{
    background-image: url('../images/custom/footer-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-more-button .btn-more-button-tour{
    border-radius: 1.2em !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#b4b4b4; 
    font-size: 1.2em;
    color: #fff !important;
}
.home-more-button .btn-more-button-tour:hover{
    border-radius: 1.2em !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:rgb(143, 143, 143);
    font-size: 1.2em;
    color: #fff !important;
}
.home-more-button .btn-more-button-acc{
    border-radius: 1.2em !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#b4b4b4; 
    font-size: 1.2em;
    color: #fff !important;
}
.home-more-button .btn-more-button-acc:hover{
    border-radius: 1.2em !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:rgb(143, 143, 143);
    font-size: 1.2em;
    color: #fff !important;
}
.home-giftcard .btn-more-button{
    border-radius: 1.2em !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#f4730e; 
    font-size: 1.2em;
    color: #fff !important;
}
.home-giftcard .btn-more-button:hover{
    border-radius: 1.2em !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color:#f4570e;
    font-size: 1.2em;
    color: #fff !important;
}
/* Package Page */
/** Side Bar **/
#sticky-sidebar{
    top:0px !important;
    padding-bottom:15px
}
#sticky-sidebar .sticky-top{
    top: 15px !important;
}
#sticky-sidebar ul {
    list-style-type: none !important;
    margin-left: 0px !important;
    margin-right: 40px !important;
}
#sticky-sidebar .whyus li {
    text-align: center;
    width: 100% !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #eee;
    padding-top: 10px !important;
    font-size: 18px !important;
}
#sticky-sidebar .side-support li {
    text-align: center;
    width: 100% !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #eee;
    padding-top: 10px !important;
}
#sticky-sidebar .whyus li i{
    color:  #f4730e;
}
/** Content Page **/
.summary p{
    margin-bottom: 0px;
}
.pricing-description table{
    margin-bottom: 0px;
}
.pricing-box-top{
    background-color: #222;
}
.pricing-box{
    background-color: #f4730e;
}
.pricing-box-bottom{
    background-color: #222;
}
.pricing-box-content h2 span{
    font-size: 4.0rem;
    line-height: .8em;
}
.rfq-button span{
    font-size: 1.2em;
}
/* Footer */
.pre-footer-box .detail-list .detail-subject-social{
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}
.pre-footer-box .detail-list .detail-subject{
    color: #f4730e;
    font-size: 0.8rem;
    margin-bottom: 0.0rem;
}
.pre-footer-box h4 small{
    text-transform: initial;
    font-weight: bold;
    font-size: 0.7em;
    color: #f4730e;
}
.footer-subscription-content{
    padding: 50px;
    text-align: justify;
    background-color: #111;
}
.footer-subscription-content h4{
    font-size: 2.0em;
    color: #fff;
}
.footer-subscription-content p{
    font-size: 1.2em;
    color: #fff;    
}
/* Frontend Forms */
.general-enquiry-form{
    background-color:#eee;
    padding:1rem 1rem 1rem 1rem;
    /*border-top: 2px solid #2d508d;*/
    margin-bottom: 0.0rem; 
}
.booking-form{
    background-color:#eee;
    padding:1rem 1rem 1rem 1rem;
    /*border-top: 2px solid #2d508d;*/
    margin-bottom: 0.0rem;
}
.booking-form label{
    display: inline-block;
    margin-bottom: 0em;
}
.booking-form .form-row{
    background-color:#eee;
}
.booking-form .form-group{
    margin-bottom: 0.0em;
    padding-bottom: 0.5em;
}
.inventory-enquiry-form{
    background-color:#ffffff;
    padding:1rem 1rem 1rem 1rem;
    /*border-top: 2px solid #2d508d;*/
    margin-bottom: 0.0rem;
}
.inventory-enquiry-form label{
    display: inline-block;
    margin-bottom: 0em;
}
.inventory-enquiry-form .form-row{
    background-color:#ffffff;
}
.inventory-enquiry-form .form-group{
    margin-bottom: 0.0em;
    padding-bottom: 0.0em;
}
.giftcard-purchase-form{
    background-color:#eee;
    padding:1rem 1rem 1rem 1rem;
    /*border-top: 2px solid #2d508d;*/
    margin-bottom: 0.0rem;
}
.giftcard-purchase-form label{
    display: inline-block;
    margin-bottom: 0em;
}
.giftcard-purchase-form .form-row{
    background-color:#eee;
}
.giftcard-purchase-form .form-group{
    margin-bottom: 0.0em;
    padding-bottom: 0.5em;
}
.giftcard-purchase-form .gift-card-active{
    background-color: #e2e2e2;
    font-weight: bold;
    font-size: 1.0em;
}
.giftcard-purchase-form .gift-card-other{
    color: rgb(85, 85, 85);
    font-weight: bold;
    font-size: 1.0em;
}
.giftcard-purchase-form .gift-card-cart-summary{
    background-color: #e2e2e2;
    font-size: 1.0em;
}
.activegiftcardquantity[readonly]{
    background-color: #fff !important;
}
.othergiftcardquantity[readonly]{
    background-color: #fff !important;
}
/* Search Page Styles */
.region-radio-group{
    height: 200px;
    overflow-y: scroll;
    font-size: 1.0em;
}
/* RANGE SLIDER */
#rangeBox{ /* carry complete  range box*/
    width:300px;
    height:100px;
}
#sliderBox{
    position:relative;
    top:0%;
    width:300px;  /*2x width*/
}
#slider0to50{
    width:150px;/*1x width*/
    position:absolute;
    left:0%;
}
#slider51to100{
    width:150px;/*1x width*/
    position:absolute;
    left:50%;
}
#inputRange{
    position:relative;
    top:50%;
}
#inputRange::after{
    content:"";
    clear:both;
    display:block
}
#inputRange #min{
    width:40%;
    float:left;
}   
#inputRange #max{
    width:40%;
    float:right;
}

/*------------------
input[type="number"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
  }
  
  input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  
  .number-input {
  
      display: flex;
      justify-content: space-evenly;
  }
  
  .checkout-cal button {
      border: 1px solid black !important;
      border-radius: 30px;
      width: 30px !important;
      height: 30px !important;
      margin-top: 10px !important;
  }
  .checkout-cal button:hover {
  background-color: brown !important;
  
  }
  
  .number-input,
  .number-input * {
    box-sizing: border-box;
  }
  
  .number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
  }
  
  .number-input button:before,
  .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
  }
  .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  
  .number-input input[type="number"] {
      max-width: 5rem;
      text-align: center;
  }

/***MEDIA TAGS***/
@media (max-width: 1680px) {
    .util-bar .brand img{
        /* max-height: 45px; */
        max-height: 100%;
    }
    .util-bar .contact .phone{
        /* font-size: 2.2rem; */
        font-size: 1.0rem;
    }
    .util-bar .contact .email{
        font-size: 1.0rem;
    }
    .util-bar .social img{
        margin-top:2px;
        width: 35px;
    }
    .navbar .navbar-nav li{
        font-size: 1.0rem !important;
    }
}
@media (max-width: 1367px) {
    .util-bar .contact .phone{
        /* font-size: 2.2rem; */
        font-size: 1rem;
    }
    .util-bar .contact .email{
        font-size: 1.0rem;
    }
    .util-bar .social img{
        margin-top:2px;
        width: 33px;
    }
}
@media (max-width: 1280px) {
    .util-bar .contact .phone{
        /* font-size: 2.1rem; */
        font-size: 0.8rem;
    }
    .util-bar .contact .email{
        font-size: 0.8rem;
    }
    .util-bar .social img{
        margin-top:5px;
        width: 30px;
    }
    .gift-card-thumb .giftcard-amount-overlay p{
        /* font-size: 2.5rem; */
        font-size: 3.0rem;
        font-weight: bolder;
        text-align: center;
        margin-top: 6%;
    }
}
@media (max-width: 1024px) {
    .util-bar .contact .phone{
        /* font-size: 2.0rem; */
        font-size: 0.75rem;
    }
    .util-bar .contact .email{
        font-size: 0.75rem;
    }
    .navbar .navbar-nav li{
        font-size: 0.79em !important;
    }
    .gift-card-thumb .giftcard-amount-overlay p{
        /* font-size: 2.3rem !important; */
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 8%;
    }
}
@media (max-width: 991px) {
    .global-search-bar-bi {
        background-image: linear-gradient(to bottom, rgba(0, 9, 61, 0.26), rgba(56, 0, 42, 0.356)), url('../images/custom/carousel/Wildflowers, Oodnadatta Track.png') !important;
    }
    .mini-global-search-bar-bi {
        background-image: url('../images/custom/carousel/carousel-1-alt.jpg') !important;
    }
    .mini-global-search-bar-acc-bi {
        background-image: url('../images/custom/carousel/255103 Emu Bay credit South Australian Tourism Commission.png') !important;
    }
    .mini-global-search-bar-gift-bi {
        background-image: url('../images/custom/carousel/129786-56 Sunrise at Wineglass Bay Mandatory credit Daniel Tran.png') !important;
    }
    .mini-global-search-bar-ti-bi {
        background-image: url('../images/custom/carousel/255026, Remarkable Rocks, credit SATC.png') !important;
    }
    .mini-global-search-bar-au-bi {
        background-image: url('../images/custom/carousel/Middle River Credit Ben Goode_LRG_CMYK.png') !important;
    }
}
@media (max-width: 980px) {
    .util-bar .contact span{
        line-height: 0.9;
        display: block;
    }
    .util-bar .contact .phone{
        /* font-size: 2.2rem; */
        font-size: 0.75rem;
    }
    .util-bar .contact .email{
        font-size: 0.75rem;
    }
    .product-box .product-summary-box .product-price-box .from-price{
        border: 1px solid #d0d0d0;
        font-size: 1.0em;
        white-space: normal;
    }
    .product-price-box .product-orange-button{
        border: 1px solid #d0d0d0;
        font-size: 0.8em;
        white-space: normal !important;
    }
    .product-price-box .product-orange-button:hover{
        border: 1px solid #d0d0d0;
        font-size: 0.8em;
        white-space: normal !important;
    }
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 10%;
    }
}
@media (max-width: 820px) {
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 10%;
    }
}
@media (max-width: 768px) {
    .util-bar .contact span{
        line-height: 0.9;
        display: block;
    }
    .util-bar .contact .phone{
        /* font-size: 1.7rem; */
        font-size: 0.7rem;
    }
    .util-bar .contact .email{
        font-size: 0.7rem;
    }
    .search-box{
        background-color:rgba(221, 221, 221, 0.486);
    }
    .global-search-bar{
        min-height: 110px;
        overflow: hidden;
        /* margin-top: -20%; */
        /* margin-bottom: 10%; */
        z-index: 999;
    }
    .global-search-bar input{
        margin-bottom: 2px;
    }
    .global-search-bar select{
        margin-bottom: 2px;
    }
    .home-advert-banner{
        display: none !important;
    }
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 10%;
    }
}
@media (max-width: 740px) {
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 10%;
    }
}
@media (max-width: 670px) {
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 10%;
    }
}
@media (max-width: 575px) {
    .util-bar .contact{
        background-color: #ffffff;
        padding: 8px;
        margin: 10px;
    }
    .util-bar .contact .phone{
        /* font-size: 2.0rem; */
        font-size: 1.0rem;
    }
    .util-bar .contact .email{
        font-size: 1.0rem;
    }
    .home-advert-banner{
        display: none !important;
    }
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 8%;
        margin-left: -10px;
    }
}
@media (max-width: 375px) {
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 8%;
        margin-left: -10px;
    }
    .mobile-global-search-menu-close h3 {
        font-size: 1.3rem;
    }
    .global-search-mobi h3 {
        font-size: 1.4rem;
    }
}
@media (max-width: 360px) {
    .gift-card-thumb .giftcard-amount-overlay p{
        font-size: 3.0rem !important;
        font-weight: bolder;
        text-align: center;
        margin-top: 8%;
        margin-left: -10px;
    }
    .product-price-box .product-orange-button {
        font-size: 0.8em;
    }
}
.global-search-bar-bi {
    padding-top: 35px;
    padding-bottom: 35px;
    /* background-image: url('../images/custom/carousel/carousel-1.jpg'); */
    background-image: url('../images/custom/carousel/Wildflowers, Oodnadatta Track.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mini-global-search-bar-bi {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../images/custom/carousel/carousel-1-alt.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mini-global-search-bar-acc-bi {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../images/custom/carousel/255103 Emu Bay credit South Australian Tourism Commission@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mini-global-search-bar-gift-bi {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../images/custom/carousel/129786-56 Sunrise at Wineglass Bay Mandatory credit Daniel Tran@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mini-global-search-bar-ti-bi {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../images/custom/carousel/255026, Remarkable Rocks, credit SATC@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mini-global-search-bar-au-bi {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../images/custom/carousel/Middle River Credit Ben Goode_LRG_CMYK@2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
