/* General */
::-webkit-input-placeholder { /* Chrome */
    color: rgba(51,51,51,0.33);
    font-weight: 600;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: rgba(51,51,51,0.33);
    font-weight: 600;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(51,51,51,0.33);
    font-weight: 600;
  }
  :-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(51,51,51,0.33);
    font-weight: 600;
  }
/* @media (min-width: 991px){
.no-padding{
        padding: 0 !important;
    }
} */
.inline{
    display: inline;
}
.pointer{
    cursor: pointer;
}
.grey-bg{
    background-color: #F5F5F5;
}
.text-center{
    text-align: center;
}
.large-font{
    font-size: 16px;
}
.capitalize{
    text-transform: capitalize;
}
.pb10{
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pl5{
    padding-left: 5px;
}
.pl10{
    padding-left: 10px;
}
.pl25{
    padding-left: 25px !important;
}
.pr20{
    padding-right: 20px !important;
}
.pr50{
    padding-right: 50px;
}
.pt5{
    padding-top: 5px;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}
.pt20{
    padding-top: 20px !important;
}
.pt35{
    padding-top: 35px !important;
}
.pb15{
    padding-bottom: 15px;
}
.pb25{
    padding-bottom: 25px;
}
.pb45{
    padding-bottom: 45px;
}
.mr10{
    margin-right: 10px !important;
}
.mb5{
    margin-bottom: 5px !important;
}
.mb10{
    margin-bottom: 10px !important;
}
.mb15{
    margin-bottom: 15px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mt10{
    margin-top: 10px !important;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px !important;
}
.mt130{
    margin-top: 130px !important;
}
.not-visible{
    visibility: hidden;
}
.small-text{
    font-size: 10px;
    color: #808080;
}
.little-text{
    font-size: 12px;
}
.normal-text{
    font-size: 14px;
}
.middle-text{
    font-size: 15px;
}
.large-text{
    font-size: 16px;
}
.big-text{
    font-size: 18px;
}
.section-header{
    font-size: 22px;
}
.semi-bold{
    font-weight: 600;
}
.bold{
    font-weight: bold;
}
.right-position{
    float: right;
}
.full-width{
    width: 100%;
}
.half-width{
    width: 50%;
}
.block{
    display: block;
}
.flex{
    display: flex;
}
.justify-center{
    justify-content: center;
} 
.justify-right{
    justify-content: flex-end;
} 
.justify-between{
    justify-content: space-between;
}
.align-center{
    align-items: center;
} 
.wrap{
    flex-wrap: wrap;
}
.red{
    color: red;
}
.green{
    color: green;
}
.grey{
    color: #808080;
}
.blue{
    color:#007eaa;
}
.yellow-bg{
    background-color: rgba(248,231,28,0.25);
}
.relative{
    position: relative;
}
divider {
    width: 100%;
    height: 1px;
    display: block;
    border-top: solid 1px rgba(153, 153, 153, 0.3);
    text-align: center;
}
.wrap {
    flex-wrap: wrap;
}
.small-button{
    width: 70px;
    padding: 0 15px;
    background-color: #e91e63;
    color: white;
    font-weight: 800;
    font-size: 14px;
    border: none;
  }
  .big-button{
    height: 50px;
    width: 130px;
    padding: 0 15px;
    background-color: #e91e63;
    color: white;
    font-weight: 800;
    font-size: 20px;
    border: none;
    position: relative;
  }
  .large-button{
    height: 50px !important;
    width: 170px !important;
    background-color: #e91e63 !important;
    color: white !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    border: none !important;
    position: relative !important;
    white-space: nowrap !important;
    padding: 0 15px !important;
  }
  .small-input{
    height: 45px;
    border: none;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    width: 160px;
    border:solid 1px rgba(153, 153, 153, 0.3);
  }
  .normal-input{
    height: 60px;
    border: none;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    width: 100%;
    border:solid 1px rgba(153, 153, 153, 0.3);
    padding-top: 20px;
  }

/* Serach Container */
/* .search-container{
    height: 90px;
    margin-top: 67px !important;
    background-color: #F0C900;
    padding: 15px 0 !important;
}
 */
.search-container-button-one{
    height: 50px;
    /*width: 130px;*/
    padding: 0 15px;
    background-color: #e91e63;
    color: white;
    font-weight: 800;
    font-size: 20px;
    border: none;
    position: relative;
    top: 5px;
}
.search-container-button-two{
    height: 50px;
    width: 100px;
    padding: 0 20px;
    background-color: #e91e63;
    color: white;
    font-weight: 800;
    font-size: 20px;
    border: none;
	margin-top: 18px;
}
.search-container-button-three{
    height: 50px;
    width: 100px;
    padding: 0 10px;
    background-color: #e91e63;
    color: white;
    font-weight: 800;
    font-size: 20px;
    border: none;
}
.search-container-button-three {
    left: 20px;
}
.search-container-button-three {
    left: 0;
}
.search-container-button-three{
    left: -15px;
}
.first-search {
    height: 60px;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    width: 170px;
    padding-top: 20px;
    padding-left: 10px;
}
 
.second-search {
    height: 60px;
    border: none;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    width: 171px;
    padding-top: 20px;
    background-color: #fff;
}
.search-container-initial-text-one{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding-top: 17px;
}
.search-container-initial-text-two{
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    width: 360px;
}
.search-container-input{
    height: 60px;
    border: none;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    width: 190px;
    padding-top: 20px;
}
.search-container-is-hidden{
    display: none;  
}
.search-container-availability{
    color:#249510;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
}
.search-container-select{
    height: 60px;
    border: none;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    width: 140px;
    position: relative;
    bottom: 10px;
}

.search-container-input:focus ~ .floating-label,
.search-container-input:focus ~ .floating-label-date,
.small-input:focus ~ .floating-label,
.normal-input:focus ~ .floating-label{
    top: 10px;
    left: 10px;
    font-size: 12px;
    color:#808080;
    font-weight: 700;
    content: "Postcode";
}
.search-container-input:focus ~ .floating-label-two,
.search-container-input:focus ~ .floating-label-date{
    top: 10px;
    left: 10px;
    font-size: 12px;
    color:#808080;
    font-weight: 700;
    content: "Postcode";
}
.floating-label-top{
    top: 10px !important;
    left: 10px !important;
    font-size: 12px !important;
    color:#808080 !important;
    font-weight: 700 !important;
    content: "Postcode" !important;
  }
  .top-label-two {
    top: 10px !important;
    left: 10px !important;
    font-size: 12px !important;
    color:#808080 !important;
    font-weight: 700 !important;
    content: "Postcode" !important;
 }
.floating-label,
.floating-label-date {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 18px;
    transition: 0.2s ease all;
    color: rgba(51,51,51,0.33);
    font-weight: 600;
    font-size: 18px;
}
.floating-label-two,
.floating-label-date {
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 18px;
    transition: 0.2s ease all;
    color: rgba(51,51,51,0.33);
    font-weight: 600;
    font-size: 18px;
}
.auto-width {
    padding-right: 10px !important;
}
.search-container-select option {
    color: #249510;
}
.latw-calendar {
    width: 22px;
    height: 22px;
    fill: #55A147;
}
.latw-locate {
    width: 20px;
    height: 30px;
    fill: #e91e63;
    position: relative;
    right: 35px !important;
}
.latw-locate-two {
    width: 20px;
    height: 30px;
    fill: #e91e63;
    position: absolute;
    right: 10px;
    top: 14px;}
/* .latw-arrow {
    position: relative;
    width: 20px;
    height: 20px;
    fill: #e91e63;
    top: 5px;
    left: 15px;
    float: right;
} */

.find-sites-discovery {
    /* top: 2px; */
    left: 10px;
}

.apply-button-discovery {
    top: 5px;
}

/* Date picker */

#ui-datepicker-div{
    width: 600px !important;
    top: 148px !important;
}

#ui-datepicker-div::before{
    content: "Campaigns start every other Monday. Only applicable dates can be selected";
    font-size: 12px;
    margin: auto;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}
/* #ui-datepicker-div::after{
    box-shadow: -1px -1px #DD5 !important;
    content: '';
    position: element('#start-date');
    width: 20px;
    height: 20px;
    background: #FFF;
    -webkit-box-shadow: inherit;
    z-index: -1;
    top: -10px;
    left: 28%;
    margin-left: -5px;
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(0.6) rotate(45deg);
} */

.ui-widget-header{
    border: none !important;
    background-color: white !important; 
}
.ui-widget-content{
    border: none !important;
}
.ui-datepicker th{
    font-size: 11px !important;
    font-weight: normal !important;

}

.ui-datepicker-trigger {
    height: 16px;
    position: relative;
    right: 25px;
    bottom: 12px;
}

.null .ui-state-default{
    color: #e91e63 !important;
    text-align: center;
    font-weight: 700 !important;
}
.null .ui-state-default:hover{
    background-color: rgba(85,161,71,0.11) !important;
    border-radius: 50% !important;
}
.ui-state-default{
    border: none !important;
    background-color: white !important; 
}
.ui-widget-content .ui-state-active{
    background-color: #e91e63 !important;
    border-radius: 50% !important;
    color: #FFF !important;
}
.ui-widget-content .ui-state-active:hover{
    background-color: #e91e63 !important;
    border-radius: 50% !important;
    color: #FFF !important;
}
.ui-datepicker table{
    font-size: 16px !important;
}
.ui-state-disabled{
    color: #CECED2 !important;
}
.ui-datepicker-title{
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
.ui-datepicker td.null{
    width: 30px !important;
}
.ui-widget-header .ui-icon {
    background-image: url("https://staging.t4media.co.uk/wp-content/themes/t4media/assets/ecommerce/images/ecommerce/arrow-right.png") !important;
}
.ui-datepicker-prev {
    background-image: url("https://staging.t4media.co.uk/wp-content/themes/t4media/assets/ecommerce/images/ecommerce/arrow-left.png") !important;
    background-repeat: no-repeat !important;
}
.ui-icon-circle-triangle-e{
    background-position: center !important;
}
/*Modal window - vex */

.vex.vex-theme-plain .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary {
    background: #e91e63;
    color: #fff;
    float: none;
    margin-left: 0;
    text-transform: none;
    padding: 15px;
    font-size: 14px;
    font-weight: 800;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}

.vex.vex-theme-plain .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary {
    background: #D0021B;
    color: #fff;
    float: none;
    margin-left: 10px;
    text-transform: none;
    padding: 15px;
    font-size: 14px;
    font-weight: 800;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}
.close-button{
    content: 'x';
    position: absolute;
    color: #e91e63;
    top: 5px;
    right: 10px;
    cursor: pointer;
    transform: scale(1.4);
}
.modal-content{
    width: 480px !important;
    padding: 25px 20px !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    border-radius: 0 !important;
}
.modal-content .vex-title{
    font-size: 16px;
    font-weight: bold;
}
.modal-content .p{
    font-size: 14px;
}

/* Drop-Down */
 
.dropbtn {
    background-color: #fff;
    color: #000;
    padding: 8px 20px 17px 10px;
    font-size: 18px;
    border: none;
    font-weight: bold;
    height: 60px;
}
.dropbtn p {
    font-size: 12px !important;
    color: #808080 !important;
    font-weight: 700 !important;
}
.dropdown {
    position: relative;
    display: inline-block;
    font-size: 18px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10 !important;
}
.dropdown-content a {
    color: #55A147;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content ul {
    background:#fff none repeat scroll 0 0;
    display:none;
    list-style:none;
    padding:0 0;
    position:absolute;
    left:0;
    width:auto;
    min-width:150px;
    border:1px solid #d7d7d7;
}
.dropdown-content a:hover {
    color: #fff;
    background-color: #55A147
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn a span {
    color: #000;
    width: 90px !important;
}
.dropbtn a {
    position: relative;
    top: 8px;
}
.dropbtn p {
    font-size: 10px;
    margin-bottom: -4px;
	    position: absolute;
    top: 10px;
	left:10px;
}
/* .arrow-one{
    position: relative;
    width: 20px;
    height: 20px;
    fill: #55A147;
    top: 5px;
    left: 15px;
    float: right;
}
.arrow-two {
    position: relative;
    width: 20px;
    height: 20px;
    fill: #55A147;
    left: 15px;
    float: right;
} */

/* Tables */
#sites-table thead th,
#cart-table thead th{
    font-size: 12px;
    font-weight: 500 !important;
}
#sites-table .row-sites{
    font-size: 14px;
    height: 40px;
    cursor: pointer;
}
/**/
.latw-cart {
    width: 20px;
    height: 20px;
    fill: #55A147;
}

.add-to-cart{
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color:#55A147;
}
.add-to-cart-text{
    display: inline;
    bottom: 5px;
    position: relative;
    padding-left: 10px;
}
.latw-pin {
    width: 22px;
    height: 30px;
}
.latw-pin .latw-pin-outline {
    fill: white;
}
.latw-pin.mod-red .latw-pin-color {
    fill: #D0021B;
}
.latw-pin.mod-green .latw-pin-color {
    fill: #55A147;
}
.latw-pin.mod-blue .latw-pin-color {
    fill: #007EAA;
}
#sites-table td,
#sites-table th{
    vertical-align: inherit !important;
}
.row45{
    height: 45px;
}
.row110{
    height: 110px;
}
.added-in-cart-msg{
    font-size: 12px;
    color: #55A147;
}

/* Pagination */
#pagination{
    padding: 0 15px 60px 15px;
}
#pagination .page-link.prev{
    padding: 10px 0;
    background-color: #007eaa;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    width: 50%;
    float: left;
    text-align: center;
    text-decoration: none;
}

#pagination .current.prev{
    padding: 10px 0;
    background-color: #c4c4c4;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    float: left;
    text-align: center;
    text-decoration: none;
}

#pagination .page-link.next{
    padding: 10px 15px;
    color: #007eaa;
    background-color: #f0c900;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    width: 50%;
    float: right;
    text-align: center;
    text-decoration: none;
}
#pagination .current.next{
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    float: right;
    text-align: center;
    text-decoration: none;
}
#pagination ul li{
    list-style-type: none;
}
#pagination ul li:not(:first-child):not(:last-child){
    display: none;
}
#pagination ul li:first-child{
    padding-right: 15px;
}
#pagination ul li:last-child{
    padding-left: 15px;
}
#pagination ul{
    padding-left: 0px !important;
}

/* newButton */
.current,.next{
    padding: 10px 15px;
    color: #fff;
    background-color: #c4c4c4;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 50%;
    float: left;
    text-align: center;
    text-decoration: none;
}


/* Map */
#map{
    width: 100%;
    float: left;
    height: 420px;
    border: 5px solid #007eaa;
}
.info-window .price{
    float: right;
    position: relative;
    top: 24px;
}
.map-cart-button{
    background-color: #55A147;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 15px 7px 10px;
    color:white;
    border: none;
}
.map-cart-button-label{
    position: relative;
    bottom: 3px;
}
.latw-cart-map{
    width: 20px;
    height: 20px;
    fill: #fff;
}
.gm-style-iw {
    width: 215px !important;
}
.gm-style-iw > div {
    max-width: 215px !important;
}
.logo-width{
    max-width: 68px !important;
}

/* CART */

.latw-cart.mod-large {
    width: 40px;
    height: 40px;
    fill:#007eaa;
}
.cart-header::before{
    width: 30% !important
}
.cart-header::after{
    width: 70% !important
}
.cart-header-text{
    display: inline;
    position: relative;
    bottom: 11px;
    left: 10px;
}
#cart-table .brand-logo{
    width: auto;
    height: 60px;
}
#cart-table tr td,
#cart-table tr th{
    vertical-align: middle;
}
#cart-table .brand-logo-wrapper{
    width: 40%;
}
#cart-table .brand-address{
    width: 60%;
    margin-top: 19px;
}
.row-delete{
    transform: scale(1.25);
    cursor: pointer;
}

/* Customize the label (the container) */
.container-radio-button {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container-radio-button input {
    position: absolute;
    opacity: 0;
  }
  
  /* Create a custom radio button */
  .checkmark-radio-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  .container-radio-button input:checked ~ .checkmark-radio-button {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark-radio-button:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container-radio-button input ~ .checkmark-radio-button:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container-radio-button .checkmark-radio-button:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
  }
  .label-pound::after {
    content: "";
    background-image: url(../../../../../wp-content/themes/t4local/assets/images/ecommerce/75pound.svg);
    background-size: 90px 40px;
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    width: 90px;
    height: 40px;
    bottom: 10px;
  }

  .down-checkout-wrapper{
      padding-right: 30px;
  }
  .checkout-values{
    width: 115px;
    text-align: right;
    font-size: 16px;
  }
  .checkout-divider{
      width: 250px !important;
  }
  .latw-timer{
    width: 24px;
    height: 24px;
  }
  .checkout-timer-wrapper{
     
  }
  .checkout-timer{
    padding-left: 22px;
    line-height: 40px;
    padding-right: 10px;
    background-color: rgba(248,231,28,0.25);
    white-space: pre;
  }
  .checkout-timer.remaining-time::before{
    background-image: none ;
    width: 0;
    height: 0;
  }
  .checkout-timer::before {
    content: "";
    background-image: url("../../../../../wp-content/themes/t4local/assets/images/ecommerce/timer.svg");
    background-size: 25px 25px;
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 8px;
  }
  .checkout-timer.little-text{
    background-color: #fff;
  }
  .checkout-timer.little-text::before{
    background-image: none;
  }
  .empty-cart-msg{
    color: #CECED2;
    font-size: 56px;
  }
  .empty-cart button{
    margin-top: 40px;
    margin-bottom: 120px;
  }

  /* CART */
  .order-summary-location{
    padding: 15px 10px 20px 10px;
  }
  .checkout-divider-right{
    left: 30px;
    position: relative;
  }

  /* newly added */
  /* .mod-large {
    width: 40px;
    height: 40px;
    fill: #55A147 !important;
} */

 .mod-medium {
    width: 28px;
    height: 28px;
    fill: #fff !important;
    margin-top: 8px;
}
.cart-circle {
    border-radius: 50%;
    background-color: #55A147;
    text-align: center;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 10000;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
}
.contact-cart-nav {
    text-align: left !important;
}
.cart-window {
    background-color: #fff;
   width: 285px;
}

.cart-window p {
    color: #000;
}
.cart-container-window {
    line-height: 10px;
	position: absolute;
    right: -5px;
    top: 61px;
    z-index: 1;
}
.cart-container-window div {
    margin-top: 5px;
    text-align: left;
}
.cart-close-button{
    content: 'x';
    color: #55A147 !important;
    cursor: pointer;
    transform: scale(1.4);
    padding-left: 100px !important;
}
.first-info-window p {
    width: 50%;
    float: left;
    padding-top: 14px;
    padding-left: 10px;
}
.second-info-window p {
    width: 50%;
    float: left;
    padding-top: 14px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
}
.cart-window > p {
    padding-top: 14px;
    padding-left: 10px;
    font-size: 12px;
}
.cart-buttons button{
    background-color: #e91e63;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: none;
    position: relative;
    width: 50%;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.cart-price {
    /* padding-left: 75px !important; */
    text-align: right;
    padding-right: 10px !important;
}
.cart-date p {
    padding-left: 10px;
    font-size: 14px;
}
#view-cart {
    height: 40px;
    width: 100%;
}
#checkout-cart {
    height: 40px;
    width: 80px;
}
.remaining-time {
    padding-left: 15px;
    height: 35px;
    color: rgb(241, 10, 10);
    font-weight: bold;
}
.cart-window::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background: #fff;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: -1;
    top: 0;
    right: 10px;
    margin-left: -5px;
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(0.6) rotate(45deg);
} 

/* new added */
.find-sites-discovery {
width: 100px;
}
/* .empty-discovery-container{
    margin-top: 130px;
    margin-bottom: 25px;
} */
.latw-ad-map h1 {
    font-weight: 700 !important;
    color: #007eaa
}
.latw-ad-map h1::before{
    height: 5px;
    margin-top: 10px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 20%;
    background-color: #f0c900;
    top: 36.5%;
}
.latw-ad-map h1::after {
    margin-top: 10px;
    height: 5px;
    border-bottom: 5px dotted #f0c900;
    content: '';
    position: absolute;
    left: 20%;
    right: 0;
    width: 65%;
}
#ui-datepicker-div {
    z-index: 10000 !important;
}

.carousel, 
.carousel-inner{
    margin-top: 0px !important;
}
.latw-petrol{
    padding-bottom: 0 !important;
}
@media (min-width: 991px){
    .fix-height{
        max-height: 70px;
    }
    
}

.timeleft-window {
    background-color: #fff;
    width: 280px;
    height: 40px;
}
.timeleft-window p {
    text-align: center;
    color: rgb(241, 10, 10);
    background-color: rgba(248,231,28,0.25);
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
    height: 40px;
}
.timeleft-window::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    background: #f5edc1;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: -1;
    top: -7px;
    left: 245px;
    margin-left: -5px;
    -webkit-transform: scaleX(0.6) rotate(45deg);
    -ms-transform: scaleX(0.6) rotate(45deg);
    transform: scaleX(0.6) rotate(45deg);
}
.price-and-cart > div{
    display: inline-block;
}
.price-and-cart .address{
    max-width: 170px;
}
.add-to-cart-mobile{
    position: relative !important;
    bottom: 10px !important;
}
.not-available-mobile {
    top: 8px;
    position: relative;
}
.row-sites-mobile {
    align-items: center;
}
.miles-and-avg-fuel{
    padding-left: 27px;
}
.baloon-mobile {
    padding-bottom: 10px;
}
.poscode-address-mobile{
    width: 100%;
}

/* Stripe */
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
  }
  
  .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
  }
  
  .StripeElement--invalid {
    border-color: #fa755a;
  }
  
  .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
  }

  /* Loader */
  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #007EAA;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* .hide-while-loading{
      display:none;
  } */
  .loader{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page-info{
      text-align: center;
  }
  .page-info span{
    font-size: 15px;
    font-weight: bold;
}

/* Discover */

/* Find Sites */
.find-sites-discovery {
    left: 10px; }

.postcode-duration {
    right: 10px;}

.enter-postcode-input-two {
    position: relative;
    left: 25px;}

.inline {
    display: inline; }

.search-container-input {
    height: 60px;
    border: none;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    width: 190px;
    padding-top: 20px;}

.second-search {
    height: 60px;
    border: none;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    width: 171px;
    padding-top: 20px;
    background-color: #fff;}

.floating-label-two, .floating-label-date {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 18px;
    transition: 0.2s ease all;
    color: rgba(51,51,51,0.33);
    font-weight: 600;
    font-size: 16px;}

.latw-locate-two {
    width: 20px;
    height: 30px;
    fill: #55A147;
    position: absolute;
    right: 10px;
    top: 14px;}

.miles-duration-container {
    margin-left: 40px;}

.miles-duration {
    bottom: 0 !important;}

.dropdown {
    position: relative;
    display: inline-block;
    font-size: 18px;}

.dropbtn {
    background-color: #fff;
    color: #000;
    padding: 8px 20px 17px 10px;
    font-size: 18px;
    border: none;
    font-weight: bold;
    height: 60px;}

.dropbtn p {
    margin-bottom: -4px;
    position: absolute;
    top: 3px;
    left: 10px;
	font-size: 12px !important;
    color: #808080 !important;
    font-weight: 700 !important; }

.dropbtn a {
    position: relative;
    top: 10px;
	font-size: 14px;
}

.dropbtn a span {
    color: #000;
    width: 90px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10 !important;}

.dropdown-content ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0 0;
    position: absolute;
    left: 0;
    width: auto;
    min-width: 150px;
    border: 1px solid #d7d7d7;}

.dropdown-content a {
    color: #55A147;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* .arrow-one {
    position: relative;
    width: 20px;
    height: 20px;
    fill: #55A147;
    top: 18px !important;
    left: 15px;
    float: right;
} */

.apply-button-discovery {
    top: 5px;
}

.search-container-button-two {
    height: 60px;
    width: 100px;
    padding: 0 20px;
    background-color: #55A147;
    color: white;
    font-weight: 800;
    font-size: 20px;
    border: none;
    margin-top: 0 !important;
}

.floating-label-top {
    top: 10px !important;
    left: 10px !important;
    font-size: 12px !important;
    color: #808080 !important;
    font-weight: 700 !important;
    content: "Postcode" !important;
}

.flex {
    display: flex;
}

.search-container-initial-text-two {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
	height: 60px;
    vertical-align: middle;
    display: table-cell;
}

.wrap {
    flex-wrap: wrap;
}

.relative {
    position: relative;
}

.ui-datepicker-trigger {
    height: 16px;
    position: relative;
    right: 25px;
    bottom: 12px;
}

.floating-label-two, .floating-label-date {
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 18px;
    transition: 0.2s ease all;
    color: rgba(51,51,51,0.33);
    font-weight: 600;
    font-size: 18px;
}

/* .arrow-two {
    position: relative;
    width: 20px;
    height: 20px;
    fill: #55A147;
    left: 15px;
    float: right;
} */

.latw-arrow {
    position: relative;
    width: 20px;
    height: 20px;
    fill: #e91e63;
    top: 2px !important;
    left: 15px;
    float: right;
}



.search-container-input:focus~.floating-label-two, .search-container-input:focus~.floating-label-date {
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: gray;
    font-weight: 700;
    content: "Postcode";
}

.floating-label-top {
    top: 10px!important;
    left: 10px!important;
    font-size: 12px!important;
    color: gray!important;
    font-weight: 700!important;
    content: "Postcode"!important;
}

#pagination .page-info{
	padding-bottom:20px;
}

.testimonial-sub a img{
	width: 100%;
}



@media (max-width: 767.98px) {
/* .banner-title {
    font-size: 32px !important;} */
	
	.main-banner h5{
		font-size: 16px;}
	
	.main-banner a {
    	font-size: 13px;}
	.site-finder  .d-inline-block{
		position: static !important;
	}
	
	.apply-button-discovery {
    	margin-left: 10px !important;
	}
}
@media (max-width: 990px) {
	.navbar-brand, .navbar-toggler{
		margin-top: -12px;
	}

	
	.navbar-collapse .navbar-nav{
	max-width: 700px;
    margin: 0 auto;}
	.navbar-collapse{
	background: #007eaa;
    width: 100%;
    position: absolute;
    top: 73px;
    left: 0;}
	
	.dropdown-toggle:after{
		width:30px;
	}
	.site-finder form{
		position: relative;
		left: 0;
	}
	
	.site-finder > .d-flex{
		position: relative;	}
	
	.site-finder  .d-inline-block{
		position: absolute;
		left: 51%;
	}
	
	#sites-table{
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 990px){
	.weeks-duration{
		margin-left: -10px !important;
	}
}
/* 
@media (min-width: 768px) and (max-width: 1200px){
	.apply-button-discovery{
		margin-left: -8px !important;
	}
} */

    



  
@media screen and (max-width: 1200px){
	#find-sites .d-flex{
		flex-wrap: wrap; }
	.find-sites-discovery{
		min-width: 100% !important;
		margin-bottom: 0 !important}
	.main-banner{
		background-position: center center;
	}
	.banner-title{
		font-size: 50px;}
	.enter-postcode-input-two{
		left: 0;	}
	.second-search{
		width: 190px;	}
	.miles-duration-container{
		margin-left: 10px;
		margin-right: 40px;
	}
	.site-finder > .d-flex{
		position: relative;	}
	.site-finder  .d-inline-block{
		width: auto !important;
		margin-right:  0 !important;}
	
}

/* @media screen and (min-width: 1200px) and (max-width: 1200px){
.apply-button-discovery{
		margin-left: -8px !important;
		margin-top: 5px;
	}
} */

@media screen and (min-width: 990px) and (max-width: 1200px){	
	.site-finder  .d-inline-block{
		position: absolute;
		width: auto !important;
	    margin-right:  0 !important;
		left: 45%;
	}
	
	.discovery-search-form-two{
		margin-left: 38px;
	}
} 

@media (max-width: 575.98px) {
	.site-finder form .form-label-group{
		width: 100%;}
	
	.site-finder form .btn-green{
		width: 100%;
    	margin-left: 0 !important;
    	margin-top: 10px;}
	.site-finder form input{
	    width: 100%;
    	max-width: 100% !important;
	border-radius: 0 !important;
    background: #fff !important;}
	
	.availability-form .form .inline{
		position: relative !important;
	}
	
	.availability-form .form .inline img{
		    position: absolute !important;
   		 right: 15px;
    	bottom: 22px;	}
	.weeks-duration {
    	margin-left: 10px !important;}
	.second-search {
    	width: 220px;}
	
}

@media (max-width: 480px){
	.apply-button-discovery{
		margin-left: -8px !important;
    	margin-top: 5px;
	}  
	
	.site-finder input{
		width: 100% !important;
		margin-bottom: 10px;
		border-radius: 0 !important;
		opacity: 1 !important;
	}
	.miles-duration-container{
		width: 100%;
    	margin: 0;
	}
	.site-finder .dropdown{
		width: 100%;
	}
.weeks-duration {
/*     margin-top: 80px !important; */
    margin-left: 0 !important;
}
	
	@-moz-document url-prefix() { 
  .weeks-duration {
    margin-top: 15px !important;}
}
	
	.availability-form .form .inline img{
		bottom: 32px;
	}
	
	.arrow-one, .arrow-two{
		top: 12px !important;
    	left: 10px;
	}
	.miles-duration, .weeks-duration{
		left: 0 !important;
	}
	.discovery-search-form-two{
		height: 70px;
	}
	.apply-button-discovery{
		width:100%;
		position: relative;
    	top: 0 !important;
	}
	
	.navbar-brand{
	    top: 3px;
    	position: relative !important;
    	left: 10px;
		}

}


#recent-posts-2, #custom_html-3 {padding-top:0px !important;}

.navbar-nav li:nth-child(3){ 
	padding-right:20px;
}

.win-banner{padding-top: 52px; overflow: hidden;}
@media (min-width: 1200px){
	.win-banner img{transform: translateY(-120px);}
}
@media(min-width: 1024px) and (max-width: 1199px){
	.win-banner{height: 434px;}
	.win-banner img{transform: translateY(-60px);}
}

.title-decoration__red:before{
	background-color: #dc3545;
}
.title-decoration__red:after{
border-bottom: 5px dotted #dc3545;
}
@media (max-width: 990px){
	.baloon-mobile {transform: translateY(-30px);}
		.miles-and-avg-fuel{margin-top: -20px;}
	.mobile-cart{min-height: 60px; display: flex !important; flex-direction: column-reverse; top: 35px;
    position: relative; text-align: center;}
	.latw-cart {width: 30px; height: 30px;}
	#recent-posts-2, #custom_html-3 {position:static !important;}
}
@media (min-width: 991px){
	.add-to-cart{    display: flex; align-items: baseline; transform: translateY(2px);}
}

.wsp-container li {padding: 5px 0;}


/* added for map infoWindow */
.gm-style-iw-d {max-height: 600px !important;}
.gm-style-iw-c {max-height: 600px !important;}

.selected-label{
    font-size: 12px !important;
    color: #777  !important;
    font-weight: 700  !important;
    padding-top: calc(var(--input-padding-y) / 3)  !important;
    padding-bottom: calc(var(--input-padding-y) / 3)  !important;
}

.enter-postcode-input-two .selected-label{
    top:5px !important;
    left: 10px;
}

@media (max-width: 575px){
	.enter-postcode-input-two{
		margin-right: 4px;
	}
	.search-container-initial-text-two{
		height: 40px;
	}
}

@media (max-width: 480px){
	.enter-postcode-input-two .form .inline{
		display: block;
	}
	.easy-autocomplete{
	    width: 100% !important;
	}
	
	.miles-duration-container{
		margin-right: 0 !important;
	}
	
	.postcode-duration div, .availability-form .flex div{
		flex: 1 0 48%;
	}
	
	.enter-postcode-input-two, .availability-form .flex .inline{
		margin-right: 10px;
	}
	
	.availability-form, 	.availability-form .form{
		width: 100%;
	}
	
	.availability-form .flex .inline{
		height: 60px;
		background:#fff;
	}
	
	.search-container-initial-text-two{
		height: 30px;
	}
	
	.gmnoprint{
		display: none !important;
	}
	
	.site-finder{
		margin: 15px 0;
	}
	
/* 	#find-sites .flex{
		overflow-x: hidden;
		overflow-y: visible;
	} */
	
	.postcode-duration, .discovery-search-form-two{
		width: 100%;
	}
}

@media screen and (max-width: 460px){
	.weeks-duration{
		margin-top: 0 !important;
		transform: translateY(-2px);
	}
	.weeks-duration-discovery{
		align-self: flex-end;
	}
}

@media screen and (max-width: 460px){
	.weeks-duration-discovery{
		position: inherit;
		transform:translateY(-10px);
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.search-container-button-two{
		margin-top: 10px !important;
	}
}

.easy-autocomplete{
	background: #fff;
	height: 60px;
}

input.large-button:disabled {
	background:grey;
}

.loading-gif{
	background: red;
    height: 120px;
    width: 120px;
    display: inline-block;
    margin-bottom: 20px;
}

.loading-gif img{
	width: 100%;
}

#processing-modal .modal-dialog{
	max-width: 370px;
	height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

#processing-modal .modal-content{
	border-radius: 18px !important;
	border: 0;
	position: relative;
    box-shadow: 0px 12px 24px rgba(0,0,0,0.4);
}

.back-part{
	height: 60px;
    background: #f7cb00;
    width: 330px;
    position: absolute;
    z-index: -1;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	bottom:-15px;
}

#processing-modal{
	background: rgba(0, 126, 170, 0.5);
    backdrop-filter: blur(20px);
}
.search-container-button-two {
	font-size: 14px !important;
}
.pagination-btn {
	display: flex;
	gap: 4rem;
	width: 100%;
}
#payment-detail-form input {
	border: 1px solid #ccc !important;
}
.title-decoration {
	display: flex;
	gap:10px;
	align-items: center;
	margin-top: 40px;
}
.cart-window {
    box-shadow: 0 6px 12px 1px #ccc;
	padding-left: 14px;
		padding-right: 14px;
	height: 260px;
}