:root
{
  --yahireblue: #008ca8;
  --yahirepink: #e61a5a;
  --yahireblue2: #1e9bad;
  --yahirepink2: #eb859b;
  --yahireyellow: #ffffc7
}

h1, h2, h3
{
  font-family: 'Lato', sans-serif !important;
  text-transform: capitalize;
  font-weight: 300 !important;
/*  font-style: italic;*/
}

.bold-h3
{
  font-weight: 400 !important;
  font-style: normal;
}

.navbar
{
  margin: 0 auto !important;
  width: 100%;
  display: flex;
  font-family: 'Montserrat', sans-serif !important;
  white-space: nowrap;
}

.navbar
{
  margin-bottom: 0px;
}

.navbar-default
{
  color: #000;
  background-color: #fff;
  border-color: #aca1a2;
}

.navbar-default .navbar-nav > li > a
{
	color: #000;
}

.navbar-default .navbar-nav > li > a:hover
{
  text-decoration: none;
  color: #262626;
  background-color: #E7E7E7;
}

.navbar-default .navbar-nav > .dropdown > a .caret
{
	border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-default .navbar-brand
{
	color: #000;
}

.navbar-brand img
{
  /*width: 100%;*/
  height: 79px;
}

.footer-logo img
{
  height: 140px;
}

.navbar-header
{
  height: 80px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.navbar-header:after
{
  position: relative;
  left: -350px;
  height: 17px;
  border-bottom: 1px solid #ccc;
  width: 170%;
}

.navbar-nav > li > a
{
  padding: 10px 8px;
}

.navbar-nav
{
  padding-left: 50px !important;
  width: 95%;
}

.navbar-container
{
  width: 66.66%;
  margin-left: 16.67%;
}

.search-container
{
  width: 5%;
}

.badgeNew {
    z-index: 3;
    font-size: 0.8em;
    position: absolute;
    color: #fff;
    background: var(--yahirepink);
    border-style: solid;
    border-width: 0;
    border-color: white;
    border-radius: 1em;
    padding: 2px 6px;
    min-width: 1.8em;
    top: 11px;
    right: 0px;
    text-align: center;
}
.badgeNumber
{
	cursor: pointer;
	text-align: center;
}
.icon-container a
{
  color: #fff;
  text-decoration: none;
}

.icon-container i
{
  font-size: 2em;
  margin-top: 25px;
}

.topmenu
{
  font-size: 1.3em;
  display: inline-block;
  padding-left: 3em;
  padding-top: 1.5em;
}

.menu-large
{
  position: static !important;
}

.megamenu
{
  padding: 20px 0px;
  width: 66.66%;
  margin-left: 17%;
}

.megamenu> li > ul
{
  padding: 0;
  margin: 0;
}

.megamenu> li > ul > li
{
  list-style: none;
}

.megamenu> li > ul > li > a
{
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus
{
  text-decoration: none;
  color: #262626;
  background-color: white;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus
{
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.megamenu.dropdown-header
{
  color: #428bca;
  font-size: 18px;
}

.megamenu > li > a:hover
{
  background-color: white;
}

.handmadeLink a, .handmadeLink a:hover
{
  color: var(--yahireblue) !important;
}

.faqLink a, .faqLink a:hover
{
  color: var(--yahirepink) !important;
}

.divider img
{
  margin-top: -4px;
  margin-left: 4px;
}

.wrap > .container
{
  padding: 0px;
  /*padding: 10px 15px 20px;*/
}

.price-chair
{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  position: absolute;
  top: 1em;
  right: 0%;
  width: 100px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 2px 5px 6px -6px #777;
  -moz-box-shadow: 2px 5px 6px -6px #777;
  box-shadow: 2px 5px 6px -6px #777;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3em;
  padding: 5px;
}

.packSize
{
  left: 0%;
  background-color: #1e9bad90;
  color: #ffffff;
}

.hiddenProductGridMessageDiv
{
  background-color: #008ca880;
  color: white;
  bottom: 28%;
  height: 8%;
  position: absolute;
  padding: 3px 0;
  opacity: 0;
  visibility: hidden; /* Start as hidden */
  transition: opacity 1s ease-in-out, visibility 0s linear 1s; /* Visibility delayed for smooth transition */
}

.hiddenProductGridMessageDiv.show, .hiddenProductPageMessageDiv.show
{
  opacity: 1;
  visibility: visible; /* Make visible when showing */
  transition: opacity 1s ease-in-out, visibility 0s linear 0s; /* No delay on visibility for fade-in */
}

.infoTexDiv
{
  background-color: #008ca880;
  color: white;
  min-height: 8%;
  padding: 10px 0;
  margin-left: 5px;
  width: 98.6%;
  margin-bottom: 10px;
}

.sale-product-n
{
  color: white;
  background-color: #e61a5a;
}

.fw
{
  width: 100%;
}

h1.fancy
{
  display: grid;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  align-items: center;
  text-align: center;
  grid-gap: 20px;
  width: 100%;
  margin: 0 auto;
}

h1.fancy:before,
h1.fancy:after
{
  content: '';
  border-top: 1px solid lightgray;
  /*    border-bottom: 1px solid var(--yahirepink);*/
  height: 0.2em;
}

h2.fancy
{
  display: grid;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  align-items: center;
  text-align: center;
  grid-gap: 20px;
  width: 100%;
   /* 'Clicker Script', cursive;*/
}

h2.fancy:before,
h2.fancy:after
{
  content: '';
  border-top: 1px solid lightgray;
}

/* FILTERING BOXES STYLE STARTS HERE*/
h2.ovl
{
  position: absolute;
  bottom: 5%;
  left: 15px;
  color: white;
  font-weight: bold !important;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.7);
  padding: 10px;
}

h2.ovlTwo
{
  position: absolute;
  bottom: 5%;
  left: 15px;
  color: white;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.7);
  padding: 10px 5px;
}

h2.filterShowAll
{
  position: absolute;
  bottom: 50%;
  left: 62%;
  color: white;
  font-weight: bold !important;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.7);
  padding: 10px;
}

.cat-img
{
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
}

.filterFooterButton
{
  box-shadow: 0 3px 3px rgba(235, 133, 155, 0.2), 0 3px 3px rgba(235, 133, 155, 0.2);
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: rgba(0, 140, 168, 0.7);
  white-space: nowrap;
  color: white;
  font-size: 18px;
  float: left;
  cursor: pointer;
}

.filterFooterButton .glyphicon
{
  top: 4px;
}
/* FILTERING BOXES STYLE ENDS HERE*/

.copy a, .copy a:hover
{
  color: #575757 !important;
  text-decoration: none;
}

p.copy
{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 19px;
  color: #575757 !important;
  text-align: center;
}

.content
{
  width: 70%;
  margin: 0 auto;
  min-height: 250px;
}

.content-current
{
  border: 1px solid;
  padding: 3%;
  border-color: #ccc;
  -webkit-box-shadow: 2px 5px 6px -6px #777;
  -moz-box-shadow: 2px 5px 6px -6px #777;
  box-shadow: 2px 5px 6px -6px #777;
}

.table-price-product
{
  background: white;
}

.quantity-product,.price-product
{
  border: none;
  color: black;
  text-decoration: underline;
}

.size-table
{
  border: none;
  color: black;
  white-space: nowrap;
}

#tabs > nav > ul > li
{
  display: inline-block;
  padding: 6px 12px;
  opacity: 0.9;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: black;
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: 2px 5px 6px -6px #777;
  -moz-box-shadow: 2px 5px 6px -6px #777;
  box-shadow: 2px 5px 6px -6px #777;
  margin-top: 1%;
  margin-bottom: 2%;
}

.imgGridBox
{
  width: 265px;
  height: auto;
  padding: 0px;
  margin: 5px 10px 15px 10px;
  box-shadow: 1px 1px 2px #999;
}

.imgGridBox img
{
  width: 100%;
  height: 100%;
  max-height: 265px;
}

.productNameThumb
{
  padding: 5% 0px;
  font-weight: normal !important;
  line-height: 1em !important;
  font-size: 15px;
  font-family: 'Montserrat',sans-serif !important;
  height: 45px;
  vertical-align: middle;
  display: table-cell;
  width: 1%;
}

.pack
{
  font-family: 'Montserrat',sans-serif !important;
  font-style: italic;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 200%;
}

.related-name
{
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}

.related-name a
{
  color: black;
}

.related-name a:hover
{
  text-decoration: none;
}

.relatedImgGridBox
{
  width: 175px;
  height: auto;
  padding: 0px;
  margin: 5px 10px 15px 10px;
  box-shadow: 1px 1px 2px #999;
}

img.lazyload
{
  aspect-ratio: attr(width) / attr(height);
}

.carousel .item
{
  width: 100%;
  background-color: white;
}

.carousel-inner > .item > img
{
  top: 0;
  left: 0;
  min-width: 100%;
}

.hide-bullets
{
  list-style:none;
  margin-right: 5px;
  padding: 0px;
}

.hide-bullets > li
{
  padding: 0px;
}

.thumbnail
{
  padding: 0;
  cursor: pointer;
  margin-bottom: 27px;
  border: 0px !important;
}

.thumbnail img
{
  box-shadow: 1px 1px 4px #a6a6a6;
}

.thumbnail-linen
{
  margin-right: 10px;
}

.thumbnail-linen img
{
  border-radius: 25%;
}

.galeryThumbnail
{
  padding: 0px;

}

#slider-thumbs
{
  padding: 0px;
  margin: 0px;
}

#galeryImage img
{
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  /*scale: 1.1; ZOOM IN ON THE PRODUCT PAGE GALLERY IMAGE*/
}

.product-description p
{
  width: 90%;
  text-align: center;
  margin: 0 auto;
  font-family: 'Montserrat',sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-name
{
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 150%;
  color: #333;
  font-style: normal;
}

.product-price
{
  text-align: center;
  font-family: 'Montserrat',sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 250%;
}

.nav-pills
{
  margin-bottom: 15px;
}

.nav-pills > li > a
{
  color: black;
  border: 1px #f2f2f2 solid;
}

.nav-pills > li > a:hover
{
  border: 1px black solid;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus
{
  color: black;
  background-color: #f2f2f2;
}

.nav-pills > li.active > a:hover
{
  color: black;
  background-color: #f2f2f2;
}

.nav-pills > li
{
  display: inline-block;
  opacity: 0.9;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: black;
  background-color: #fff;
  border-color: #ccc;
  -webkit-box-shadow: 2px 5px 6px -6px #777;
  -moz-box-shadow: 2px 5px 6px -6px #777;
  box-shadow: 2px 5px 6px -6px #777;
}

.tab-content
{
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 3%;
  box-shadow: 2px 5px 6px -6px #777;
}

.tabHeaderText
{
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}

.tabQtyDetailsText
{
  font-weight: bold;
}

/* WISHLIST CSS STARTS HERE */
.add-to-quote .form-control
{
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  font-size: 14px;
  height: 35px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.add-to-quote .form-inline .form-group
{
  width: 50%;
  float: left;
}

.add-to-quote .input-group
{
  margin-top: 2px;
  margin-left: 0;
}

.add-to-quote .form-inline .addToQuoteButton
{
  float: left;
}

.btn.quote
{
  padding: 5px 12px;
}

.add-to-quote .btn-primary
{
  color: #fff;
  background-color: #e71e58;
  border-color: #e71e58;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 34px;
  margin-top: 2px;
  margin-left: -1px;
}

.addToQuoteCategory
{
  font-size: 13px !important;
  height: 30px !important;
}

.input-group-addon
{
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.alert
{
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-success
{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger
{
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 20px;
  margin-bottom: 10px;
}

.alert-dismissable, .alert-dismissible
{
  padding-right: 35px;
}

/* MY-QUOTE PAGE */
.quoteContainer
{
  width: 100%;
  margin: 0 auto;
  padding: 1em 4em;
  border: 2px solid #eee;
  overflow: hidden;
  min-height: 48vh;
}

.t-sec
{
  margin: 1% auto;
  text-align: center;
  opacity: 0;
  display: none;
  min-height: 50vh;
}

.t-sec + .row
{
  margin-bottom: 20px;
}

.pointer
{
  width: 31%;
  height: 40px;
  position: relative;
  background: #5190a4;
  margin-right: 19px;
  cursor: pointer;
}

.text-center a
{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1em;
  color: #575757 !important;
  font-weight: normal;
  line-height: 150%;
}

.pointer > a > h3
{
  color: white;
  font-size: 1.75rem;
}

.pointer h3
{
  margin-top: 10px;
}

.pointer::before
{
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #5190a4;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.pointer::after
{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

hr.mainItemOver
{
  margin-top: 25px;
  margin-bottom: 0;
  border-top: 1px #ccc dashed;
}

.itemAccessories
{
  padding-top: 5px;
}

.qtyDel .number-input
{
  float: left;
}
.number-input
{
  margin: 0 auto;
  width: 95px;
}

.qtyDel button
{
  float: right;
}

.itemQty
{
  min-width: 25px;
  width: 45px;
  height: 30px;
  float: left;
  margin: 0;
  text-align: center;
}

.number-input a:nth-child(1)
{
  float: left;
}

/* FOREFOX NUMBER INPUT ARROWS HIDDEN */
input[type="number"]
{
  -moz-appearance: textfield;
}

/* CHROME, SAFARI, EDGE, OPERA NUMBER INPUT ARROWS HIDDEN */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.fa-plus-square, .fa-minus-square
{
  font-size: 2em;
  cursor: pointer;
}

.fa, .fas
{
  font-weight: 900;
}

.fa, .far, .fas
{
  font-family: Font Awesome\ 5 Free;
}

.fa, .fab, .fal, .far, .fas
{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-minus-square::before
{
  content: "\f146";
}

button
{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

#standardDelCheckMainDivID
{
  background: #ffeba2;
  margin-bottom: 10px;
  padding: 2px 2px 0px 2px;
}

#standardDelTextAreaID
{
  resize: none;
  /*background-color: #ffeba2;*/
  border: 1px solid #ffeba2;;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 10px;

}

#standardDelTextAreaID:focus
{
    outline: none !important;
    /*border:1px solid red;*/
    box-shadow: 0 0 10px #719ECE;
}

#standardDeliveryCheckDivID
{
  padding: 20px 15px;
}
/* WISHLIST CSS ENDS HERE */

.no-padding
{
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.no-padding-lr
{
  padding-left: 0px;
  padding-right: 0px;
}

.padding-top-bottom-50
{
  padding: 50px 0px;
}

.margin-tb-30-lr-0
{
  margin: 30px 0px !important;
}

.margin-top-110
{
  margin-top: 110px !important;
}

.margin-bottom-10
{
  margin-bottom: 10px !important;
}

.margin-bottom-15
{
  margin-bottom: 15px !important;
}

.margin-bottom-20
{
  margin-bottom: 20px !important;
}

.margin-top-30
{
  margin-top: 30px !important;
}

.margin-bottom-30
{
  margin-bottom: 30px !important;
}

.width-90
{
  width: 90px;
}

.bluredImg img
{
  filter: blur(6px) grayscale(0.4);
}

.menuImage > img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 8px 15px 0px 15px;
}

.breadcrumb
{
  margin: 25px 0px 30px 0px;
  padding: 10px 15px;
}

.breadcrumb a
{
  color: black;
  text-decoration: none;
}

.slideshow-TB-margin
{
  margin-top: -110px;
  /*margin-bottom: 30px;*/
}

.under-slider-msg
{
  text-align: center;
  font-size: 15px;
  font-family: 'Montserrat',sans-serif;
  color: black;
  padding: 0.3em;
}

.under-slider-msg p
{
  margin: 4px;
}

.scat-img
{
  margin: 1% 0;
}

.scat-img > h2
{
  position: absolute;
  top: 71%;
  left: 10%;
  font-family: 'Montserrat',sans-serif;
  font-size: 1.8rem;
  background-color: #f5f5f5;
  -webkit-box-shadow: 2px 5px 6px -6px #777;
  -moz-box-shadow: 2px 5px 6px -6px #777;
  box-shadow: 2px 5px 6px -6px #777;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3rem;
  padding: 1rem;
}

.eventFurniture a
{
  color: black;
}

.lookgrid img
{
  margin: 15px auto;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.card
{
  background-color: var(--yahireblue);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 10%;
  min-height: 500px;
  max-height: 300px;
  -webkit-box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.6);
  -box-shadow: 2px 3px 6px 3px rgba(0, 0, 0, 0.6);
  transform: translate(1, 1);
  transition: transform 0.5s ease;
  display: table
}
.card-text
{
  color: white !important;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 19px;
  margin-top: 5%;
  padding: 0 1em
}
.card-body h3
{
  color: white;
  text-decoration: underline
}

.width-100-perc
{
  width: 100%
}

#subformfooter
{
  width: 50%;
  margin: 0 auto;
  z-index: 0;
}

.socialicon
{
  list-style: none;
  display: inline-block;
  padding: 0 1%;
}

.pin
{
  display: block;
  background-color: lightblue;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  height: 2vw;
  width: 2vw;
  min-height: 25px;
  min-width: 25px;
  margin: 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.6);
}

.review-div
{
  background-color: var(--yahireblue);
  color: white;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.yahire-background-colour
{
  background-color: var(--yahireblue);
  color: white;
}

.socials
{
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #808080;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 2px solid #808080;
  font-size: 20px;
  height: 35px;
  margin: 0 7px;
  padding-top: 5px;
  position: relative;
  width: 35px;
  z-index: 1;
  text-align: center;
}

.footer-logo
{
  text-align: left;
  margin-top: -15px;
}

.footer-socials
{
  text-align: right;
}

.footer
{
  height: auto !important;
  background-color: #f5f5f5;
}

footer .footermenu
{
  display: inline;
  padding: 1px;
  margin: 0 auto;
}

.fancy-icons
{
  margin-bottom: 20px;
  padding: 30px 0px;
}

.FAQ h3
{
  font-family: 'Montserrat',sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  color: #008ba6;
  margin: 10px 0 10px 0;
}

.FAQ p
{
  margin: 0 0 10px;
}

/* ABOUT PAGE STYLING STARTS HERE */
.about-area
{
  margin-top: -10%;
   background-color: white;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  padding-bottom: 50px;
}

.about-area a, .about-area a:focus, .about-area a:hover
{
  text-decoration: none;
  outline: 0;
  color: inherit;
}

.get-in-touch
{
  margin-top: 30px;
}

.opening-hours
{
  margin-top: 30px;
}

.opening-hours h2
{
  margin-bottom: 30px;
}

.contact-methods
{
  margin-top: 30px;
}

.contact-methods h2
{
  margin-bottom: 30px;
}

.cork-board
{
  background-image: url(https://yahirebucket.s3.eu-west-2.amazonaws.com/0025-cork-texture-seamless.jpg);
  margin: 0 auto;
  border: 5px inset rgba(0, 0, 0, 0.6);
  border-radius: 2%;
  margin: 5% auto;
}

.lets-be-friends-sticker
{
  background-color: #eb859b;
  background-color: var(--yahirepink2);
  padding: 10% 0;
  width: 60%;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  transform: rotate(-5deg);
  margin: 5% auto;
}
.lets-be-friends-figure
{
  display: block;
  background:
  radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 70%),
  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.6);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin: 0;
}

.twitter-figure
{
  display: block;
  background-color: lightblue;
  background-image: url('https://yahirebucket.s3.eu-west-2.amazonaws.com/smallimg/twitter.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  height: 7vw;
  width: 7vw;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
  margin: 0;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
}

.facebook-figure
{
  display: block;
  background-color: lightblue;
    background-image: url('https://yahirebucket.s3.eu-west-2.amazonaws.com/smallimg/facebook-new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  height: 7vw;
  width: 7vw;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  margin: 0;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  transform: rotate(9deg);
}

.yahire-blogs-figure
{
  display: block;
  background-color: lightblue;
  background-image: url('https://yahirebucket.s3.eu-west-2.amazonaws.com/blog-furniture-hire.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  height: 7vw;
  width: 7vw;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  transform: rotate(13deg);
  margin: 0;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
}

.pinterest-figure
{
  display: block;
  background-color: lightblue;
    background-image: url('https://yahirebucket.s3.eu-west-2.amazonaws.com/smallimg/pinterest--v1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  height: 7vw;
  width: 7vw;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
  margin: 0;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
}

.instagram-figure
{
  display: block;
  background-color: lightblue;
  background-image: url('https://yahirebucket.s3.eu-west-2.amazonaws.com/smallimg/instagram-new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  height: 7vw;
  width: 7vw;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  transform: rotate(13deg);
  margin: 0;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
}

.contact-form
{
  background-color: lightblue;
  padding: 5%;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -5px 15px 0px rgba(0,0,0,0.6);
  transform: rotate(5deg);
  margin-top: 30px;
}

.contact-form-figure
{
  display: block;
  background:
  radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 70%),
  radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.6);
  box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.6);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin: 0;
}

.contact-form-logo
{
  height: 65px;
  margin-left: -3%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-form-label
{
  font-size: 12px;
}

.contact-form input, .contact-form textarea
{
  padding: 5px;
  border: 1px solid #E5E5E5;
  height: 25px;
  margin-bottom: 10px;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  font-family: 'Montserrat',sans-serif !important;
  font-weight: 400;
  font-size: 10px;
  border-radius: 4px;
}

.contact-form textarea
{
  height: 60px;
  margin-bottom: 10px;
}

.contact-form .btn
{
  padding: 0px 12px;
  font-family: 'Montserrat',sans-serif !important;
  font-size: 12px;
  font-weight: 600;
}

.help-block
{
  margin: 0px;
}

.footbar
{
  display: none;
  z-index: 1;
  bottom: 0;
}

.navbar-fixed-bottom
{
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.footerbutton
{
  box-shadow: 0 3px 3px rgba(235, 133, 155, 0.2), 0 3px 3px rgba(235, 133, 155, 0.2);
  border-top: 1px solid rgba(235, 133, 155, 1);
  border-top-right-radius: 10%;
  border-top-left-radius: 10%;
  padding-top: 1%;
  padding-bottom: 1%;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.7);
  white-space: nowrap;
  color: black;
}

.footerbutton a
{
  font-size: 3vmin;
  font-family: 'Montserrat', sans-serif;
  color: #444;
}

.footerbutton img
{
  height: 3vmin;
  width: 3vmin;
  margin: 0 auto;
}
/* ABOUT PAGE STYLING ENDS HERE */

/* SEARCH PAGE STYLING STARTS HERE */
.imgSearchGridBox
{
  width: 165px;
  height: 225px;
  padding: 0px;
  margin: 5px 10px 15px 10px;
  box-shadow: 1px 1px 2px #999;
}

.imgSearchGridBox img
{
  width: 100%;
  height: 100%;
}

.imgSearchGridBox a
{
  text-decoration: none;
  outline: 0;
  color: inherit;
}
/* SEARCH PAGE STYLING ENDS HERE */

.pull-right
{
  float: right !important;
}

/* SEARCH BOX STYLING STARTS HERE */
.searchOuterContainer
{
/*  width: 245px;*/
  z-index: 555;
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 7px 15px;
  border: 1px solid #aca1a2;
  text-align: center;
}

.searchOuterContainer input
{
  height: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  width: 73%
}

.searchIcon
{
  padding-top: 14px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}

.search-input-container
{
  clear: both;
  position: fixed;
  top: 120px;
  z-index: 4;
  margin: 0 auto;
  width: 100%;
  right: 0%;
}

.small-search
{
  /*visibility: hidden;*/
  display: none;
}

.searchButtonID
{
  background-color: var(--yahirepink);
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 3px;
}
/* SEARCH BOX STYLING ENDS HERE */

/* BIG SEARCH BOX */
.big-search
{
  margin-top: 16px;
  margin-bottom: 3px;
}

.big-search-mobile
{
  width: 100%;
  display: none;
  padding: 0px 1px;
}

.big-search input
{
  height: 40px;
  border: solid 1px #ccc;
  text-align: left;
  width: 100%;
}

.big-search input:focus
{
  outline: none;
  border-color: var(--yahireblue);
}

.big-search-mobile input
{
  outline: none;
  height: 40px;
  border: solid 1px #ccc;
  text-align: left;
  width: 100%;
}

.big-search-mobile input:focus
{
  outline: none;
  border-color: var(--yahireblue);
}

.big-search .fa-magnifying-glass, .big-search-mobile .fa-magnifying-glass
{
  font-size: 1.3em;
  color: #ffffff;
}
.big-search .input-group-addon, .big-search-mobile .input-group-addon
{
  background-color: var(--yahireblue);
  border: solid 1px var(--yahireblue);
}
/* HIRE TERMS STYLING STARTS */
.intro-c
{
  color: #000;
  font-family: 'Montserrat',sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  padding: 0;
}

.intro-c h2
{
  font-family: 'Montserrat',sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  color: #008ba6;
  margin: 10px 0 10px 0;
}

.panel-group
{
  margin-bottom: 20px;
}

.panel-group .panel
{
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-default
{
  background-color: transparent;
  border: none;
}

.panel
{
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default > .panel-heading
{
  box-shadow: 0;
  color: #333;
  background-color: transparent;
  border-color: #ddd;
  border-bottom: 0;
}

.panel-heading
{
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-title-terms a:hover
{
  text-decoration: none;
  opacity: 0.5;
}

a, a:focus, a:hover
{
  text-decoration: none !important;
  outline: 0 !important;
  color: inherit !important;
}

.panel-title-terms a
{
  font-family: 'Montserrat',sans-serif !important;
  color: inherit;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0;
  color: #008ba6;
}

.sec
{
  width: 20px;
  float: left;
  margin-right: 5px;
}

ul
{
  list-style: none;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.bull-2 li
{
  font-family: 'Montserrat',sans-serif !important;
  font-weight: 500;
  font-size: 12px;
  padding-left: 10px;
  line-height: 150%;
}
/* HIRE TERMS STYLING ENDS HERE */

/* FAQ`s STYLING STARTS HERE */
.question
{
  font-family: 'Montserrat',sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  color: #008ba6;
  line-height: 150%;
  margin-bottom: 5px;
}

.qu
{
  font-family: 'Montserrat',sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  color: #F00;
  line-height: 150%;
}

.answer
{
  font-family: 'Montserrat',sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 150%;
}

.an
{
  font-family: 'Montserrat',sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  color: #0C3;
  line-height: 150%;
}

.other-qu
{
  font-family: 'Montserrat',sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  color: #999;
  text-align: center;
  line-height: 150%;
  font-style: italic;
}
/* FAQ`s STYLING ENDS HERE */

/* GALLERY STYLING STARTS HERE */
.gallery-item
{
  width: 288px;
  display: inline-block;
  margin-bottom: 7px;
  border: 1px solid #999999;
  -webkit-box-shadow: 2px 5px 6px -6px #777;
  -moz-box-shadow: 2px 5px 6px -6px #777;
  box-shadow: 2px 10px 6px -6px #777;
  transition: transform .3s;
}

.gallery-item:hover
{
  transform: scale(1.15)
}
.gallery-item img
{
  width: 100%;
}

.gallery-container
{
  margin-bottom: 40px;
}
/* GALLERY STYLING ENDS HERE */

/* SORT BY STYLING STARTS HERE */
.sort-dropdown-div
{
  margin-bottom: 10px;
  margin-top: 25px;
  padding: 0px 10px;
  font-family: 'Montserrat',sans-serif !important;
}
/* Style The Dropdown Button */
.dropbtn
{
  background-color: #fff;
  color: black;
  padding: 5px 12px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  border: 1px solid #bfbfbf;
}

/* The container <div> - needed to position the dropdown content */
.dropdown
{
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.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: 1;
}

/* Links inside the dropdown */
.dropdown-content .spanHover
{
  color: black;
  padding: 5px 10px;
  display: block;
  text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content .spanHover:hover
{
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content
{
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn
{
  background-color: #f1f1f1;
}
/* SORT BY STYLING ENDS HERE */

.t-sec h1
{
  padding-top: 7px;
  font-family: 'Montserrat',sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  color: #008ba6;
  margin-bottom: 10px;
  margin-top: 0;
}

#loader-2 span
{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #008BA6;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1)
{
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2)
{
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3)
{
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce
{
  0%, 75%, 100%
  {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%
  {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

#loading-wheel
{
  display: none;
  position: fixed;
  top: 45vh;
  width: 200px;
  height: 200px;
  left: 45vw;
}

/* PAGE FADE IN STYLE STARTS HERE 
.wrap
{
    -webkit-animation: fadein 2s; 
       -moz-animation: fadein 2s; 
        -ms-animation: fadein 2s; 
         -o-animation: fadein 2s; 
            animation: fadein 2s;
}

@keyframes fadein
{
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-moz-keyframes fadein
{
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-webkit-keyframes fadein
{
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-ms-keyframes fadein
{
    from { opacity: 0; }
    to   { opacity: 1; }
}


@-o-keyframes fadein
{
    from { opacity: 0; }
    to   { opacity: 1; }
}
*/


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right .modal-dialog
{
  position: fixed;
  margin: auto;
  width: 600px;
  height: calc(100% - 121px);
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content
{
  height: 100%;
  overflow-y: auto;
  margin-top: 121px;
}

.modal.right .modal-body
{
  padding: 15px;
}

/*Right*/
.modal.right.fade .modal-dialog
{
  right: -600px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog
{
  right: 0;
}

.modal-body
{
  height: 77%;
  overflow-y: auto;
}
/* ----- MODAL STYLE ----- */
.modal-content
{
  border-radius: 0;
  border: none;
}

.modal-header
{
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
  /*height: 10%;*/
}

.modal-footer
{
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: white
}

.cartSliderBody
{
  background-color: #f2f2f2;
}

.cartSliderBody p
{
  margin: 0px;
}

.cartSliderItems
{
  background-color: #ffffff;
  padding: 5px;
  margin: 5px 0px;
}

.cartSliderImg
{
  padding: 0px !important;
}

.cartSliderItem
{
  min-height: 120px;
}

.cartSliderAccessory
{
  padding: 2px 0px;
}

.cartSliderAccessoryName
{
  margin-right: 10px;
}

.cartSliderItemQty input
{
  height: 20px;
  width: 45px;
  min-height: 20px;
  min-width: 45px;
  text-align: center;
  float: none !important;
  margin: 0px 5px;
}

.cartSliderPlusMinus
{
  cursor: pointer;
}

.cartSliderPrice
{
  text-align: right;
  padding: 0px;
}

.cartSliderItemTotal
{
  padding: 0px;
}

.cartSliderBottomText
{
  background-color: #e6e6e6;
  margin-bottom: 10px;
  padding: 15px;
}
.cartSliderCheckoutBtn
{
  background-color: #16c313;
  color: #ffffff;
  padding: 15px;
}
/* SLIDE IN CART STYLE ENDS HERE */

/* MY QUOTE STYLING STARTS HERE */
input
{
    line-height:1 !important;
    text-align: center;
}

.myQuote-progressBar
{
    margin-bottom: 25px;
}

.progressbar
{
    counter-reset: step;
}

.progressbar li
{
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
}

.progressbar li:before
{
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 26px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
}

.progressbar li:after
{
    content: '';
    position: absolute;
    width:100%;
    height: 3px;
    background: #979797;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after
{
    content: none;
}

.progressbar li.active + li:after
{
    background: #3aac5d;
}

.progressbar li.active:before
{
    border-color: #3aac5d;
    color: #3aac5d;
    cursor: pointer;
}

.progressbar li.done:before
{
    content: '\2713';
}

.progressbar li:before
{
    cursor: pointer;
}

.stepText
{
    font-size: 20px;
    color: #bfbfbf;
    cursor: pointer;
}

.active .stepText
{
    color: #000000;
}

.myQuote-body
{
    /*max-height: 800px;*/
    overflow-y: auto;
    padding: 0px;
    min-height: 50vh;
}

.myQuoteProceedBtn
{
    background-color: #16c313;
    color: #ffffff;
    padding: 20px;
    font-size: 22px;
    box-shadow: 2px 3px 2px #999;
    cursor: pointer;
    /*font-weight: lighter;*/
}

.myQuoteBottomText
{
    background-color: #e6e6e6;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
}

.myItems
{
    background-color: #ffffff;
    padding: 5px;
    margin: 5px 10px 5px 0px;
    box-shadow: 4px 4px 4px #999;
    width: 49%;
}

.myItemImg
{
    padding: 0px !important;
}

.myItem
{
    min-height: 105px;
}

.myQuote-footer
{
    padding: 15px;
    text-align: right;
}

.delCol
{
    /*padding: 10px;*/
    border: 1px solid black;
    box-shadow: 4px 4px 4px #999;
}

#getaddress_input, #getaddress_dropdown
{
    width: 100%;
}

#getaddress_input
{
  width: 70%;
  height: 34px;
}

#getaddress_button
{
  display: inline-block;
  width: 28%;
  background-color: #e6e6e6;
  padding: 2px;
  margin-left: 6px;
  border-radius: 0px;
  height: 34px;
}

#getaddress_dropdown
{
    margin-top: 15px;
}

.padding-5-15
{
    padding: 5px 15px;
}

.padding-5-0
{
    padding: 5px 0px;
}

.delTimes select, .colAddSelect select
{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    width: 100%;
    height: 35px;
    border-radius: 0;
    text-align: center;
    border: 1px solid #ccc;
}

#getaddress_dropdown
{
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    text-align: center;
}

.detailsForm
{
    /*padding: 10px;*/
    margin-bottom: 15px;
    margin-left: 5%;
    border: 1px solid #000;
    box-shadow: 4px 4px 4px #999;
    width: 45%;
    min-height: 485px;
}

.detailsImage
{
    margin: 0px 15px 15px 15px;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 4px #999;
    padding: 0px;
    width: 45%;
}

.detailsImage img
{
    width: 100%;
}

.quoteSubbmited h4
{
    font-weight: normal !important;
    margin-bottom: 35px !important;
}

.sendQuoteEmailBtn
{
    background-color: var(--yahirepink);
    color: #ffffff;
    padding: 12px;
    font-size: 20px;
    box-shadow: 2px 3px 2px #999;
    cursor: pointer;
    font-weight: lighter;
    margin-top: 20px;
    margin-bottom: 20px;
}

.quoteSummaryItems
{
    margin: 5px;
    max-height: 450px;
    overflow-y: auto;
    width: 49%;
}

.quoteSubbmited
{
    padding: 10px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 4px #999;
    width: 100%;
    min-height: 450px;
}

.quoteItem
{
    border: 1px solid #d9d9d9;
    box-shadow: 4px 4px 4px #999;
    margin-bottom: 10px;
    padding: 0px 5px 0px 0px;
}

.quoteMyItem
{
    min-height: 100px;
    max-height: 100px;
}

.swal2-title
{
    font-size: 2.4em !important;
}

.swal2-content
{
    font-size: 1.4em !important;
    font-weight: 300 !important;
}

#del_postcode_lookup #getaddress_dropdown
{
  border: 1px solid #ccc;
  height: 34px;
}

#col_postcode_lookup #getaddress_dropdown
{
  border: 1px solid #ccc;
  height: 34px;
}

.tp-container-home
{
  margin-top: 20px;
}

.tp-container-site
{
  margin: 45px auto;
}

#standardDeliveryCheckID, #standardCollectionCheckID
{
  transform: scale(2);
}

.editAddressBtn
{
  cursor: pointer;
}

/* SLOT PICKER STYLING STARTS HERE */
.delSlotsMainDiv
{
    margin: 0px 15px;
}

.delSlotsDiv
{
    /*border: 1px solid black;*/
    background-color: #ffffff;
}

.delDatesDiv a, .colDatesDiv a
{
    padding: 0px 10px !important;
    margin: 0px !important;
}

.colSlotsMainDiv
{
    margin: 0px 15px;
}

.colSlotsDiv
{
    /*border: 1px solid black;*/
    background-color: #ffffff;
}

.delDatesDiv
{
    background-color: #d9d9d9;
    border: 1px solid black;
}

.delDatesDiv h4, .colDatesDiv h4
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.delSlotsDiv .tab-content
{
    padding: 1% !important;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.colDatesDiv
{
    background-color: #d9d9d9;
    border: 1px solid black;
}

.selectedDay
{
    background-color: #ffffff;
}

.delSlotRadio, .colSlotRadio
{
    display : block;
    width: 400px;
}

.delColSlotsDivID h4
{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* HIDE RADIO */
.delSlotRadio > input, .colSlotRadio > input
{
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

/* RADION DIV STYLES */
.delSlotRadio > input + span, .colSlotRadio > input + span
{
    cursor: pointer;
    border: 1px solid transparent;
    padding: 1px 5px;
    /*margin: 5px 0px;*/
}

/* (RADIO CHECKED) DIV STYLES */
.delSlotRadio > input:checked + span, .colSlotRadio > input:checked + span
{
    background-color: #eef3f6;
    border: 1px solid #334d66;
    color: #000000;
}

.delSlotRadio > span > span, .colSlotRadio > span > span, .delSlotRadio > span, .colSlotRadio > span
{
    float: none;
    padding: 0px;
    display: inline-block;
}

.noClickDate
{
    padding: 0px 10px !important;
    color: gray;
}
/* SLOT PICKER STYLING ENDS HERE */

.custom-btn
{
    background-color: var(--lightgreyblue);
    color: #000000;
    border: 1px solid #000000;
    padding: 6px 10px !important;
    cursor: pointer;
    display: inline-block;
}

.custom-btn:hover
{
    background-color: #2A3F54;
    color: #ffffff;
}

.custom-btn-save
{
    background-color: #ccffcc;
    color: #000000;
}

.custom-btn-save:hover
{
    background-color: #16c313;
    color: #ffffff;
}

#errorMsgDivID
{
  color: red;
}

/* MY QUOTE STYLING ENDS HERE */

/* ADD TO CART FROM CATEGORY */
.input-width
{
  margin-left: 4% !important;
  width: 50% !important;
}
/* ADD TO CART FROM CATEGORY ENDS HERE*/

.footercont
{
  margin-top: 50px;
  margin-bottom: 50px;
}

.dropbtn
{
  font-size: inherit;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content
{
  display: none;
  position: absolute;
}

.dropdown-content a 
{
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.loginMenu
{
    padding-top: 2em;
    padding-right: 0px;
    float: right;
    display: none;
}

/* ROUNDED INPUT */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
   border-top-left-radius: 5px; 
   border-bottom-left-radius: 5px; 
}

.loadingLorryDiv
{
    margin-top: 130px;
    min-height: 250px;
}

/* GOOGLE REVIEWS */
/* General Styling */
.widget-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    /* border-bottom: 1px solid #e0e0e0; */
    width: 100%;
    /* margin-bottom: 15px; */
}

.header-content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap; /* Prevents wrapping on desktop */
}

.info-line {
    display: flex;
    align-items: center;
    gap: 5px; /* Adds spacing between elements */
    flex-wrap: nowrap; /* Ensures everything stays on one line */
}

.stars {
    display: flex;
    gap: 2px;
}

.reviewStars
{
    margin-top: 10px;
}

.star {
    width: 17px;
    height: 17px;
}

.rating-text, .review-rating {
    font-size: 16px;
    color: #333;
}

.review-rating {
    font-weight: bold;
}

.review-count {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}

/* Review Container */
.review-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

/* Review Item */
.review-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 10px 30px;
    /* border: 1px solid #e0e0e0; */
    border-radius: 8px;
    background-color: #f9f9f9;
    flex: 0 0 32%;
    max-height: 224px;
    height: 224px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: opacity 0.6s ease-in-out;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #575757 !important;
}

/* Review Text */
.review-text {
    font-size: 14px;
    color: #444;
    margin-top: 10px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Number of lines before cutting off */
    -webkit-box-orient: vertical;
    text-align: left;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.profile-img img {
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
}

.review-name {
    /* font-weight: bold; */
    color: #333;
    margin-left: 10px;
}

.review-date {
    font-size: 12px;
    /* color: #999; */
    margin-left: 10px;
}

/* Tooltip */
.verified-badge {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip {
    position: absolute;
    bottom: 100%;
    /* left: 50%; */
    transform: translateX(-29%);
    padding: 5px;
    font-size: 12px;
    color: #ffffff;
    background-color: #0073e6;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
}

.verified-badge:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.main-review-container {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    padding: 15px;
    /* margin-bottom: 20px; */
    background-color: #fff;
    overflow: hidden; /* Ensures content stays within bounds */
}
/* GOOGLE REVIEWS END */

/* MEDIA STYLES*/
@media (min-width: 1701px)
{
  .searchOuterContainer
  {
    width: 20%;
  }
}

@media (min-width: 1401px) and (max-width: 1700px)
{
  .navbar-container
  {
    width: 100%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .megamenu
  {
    width: 80%;
    margin-left: 10%;
  }

  .big-search-mobile
  {
    display: none;
  }

  .searchOuterContainer
  {
    min-width: 23%;
  }
}

@media (max-width: 1400px)
{
  .navbar-container
  {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .megamenu
  {
    width: 86%;
    margin-left: 7%;
  }

  .big-search-mobile
  {
    display: none;
  }

  .searchOuterContainer
  {
    min-width: 25%;
  }
}

@media (max-width: 1300px)
{
  .navbar-collapse.collapse
  {
    display: none !important;
  }

  .navbar-header
  {
    border-bottom: none;
  }

  .megamenu
  {
    margin-left: 0;
    margin-right: 0;
    visibility: hidden;
  }

  .megamenu > li
  {
    margin-bottom: 30px;
  }

  .megamenu > li:last-child
  {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header
  {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header
  {
    color:#fff;
  }

  .search-container
  {
    visibility: hidden;
  }

  .search-input-container
  {
    clear: both;
    position: fixed;
    top: 80px;
    z-index: 4;
    margin: 0 auto;
    width: 100%;
    right: 0%;
  }

  .contact-info
  {
    visibility: hidden !important;
    /*display: none;*/
  }

  .small-search
  {
    /*visibility: visible !important;*/
    display: block !important;
    padding: 0px;
    /*width: 50%;*/
    /*float: left;*/
  }

  .icon-container
  {
    width: 8%;
    float: left;
    padding-right: 25px;
  }

  .searchIcon
  {
    padding-top: 8px !important;
    font-size: 1.3em !important;
    margin-top: 25px !important;
    color: #666 !important;
  }

  .navbar-header
  {
    float: none;
  }

  .navbar-left,.navbar-right
  {
    float: none !important;
  }

  .navbar-toggle
  {
    display: block;
  }

  .navbar-collapse
  {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top
  {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse
  {
    display: none!important;
  }

  .navbar-nav
  {
    float: none!important;
    margin-top: 7.5px;
  }

  .navbar-nav>li
  {
    float: none;
  }

  .navbar-nav>li>a
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in
  {
    display:block !important;
  }

  .modal.right .modal-dialog
  {
    height: calc(100% - 81px);
  }

  .modal.right .modal-content
  {
    margin-top: 81px;
  }

  .navbar-header:after
  {
    display: none;
  }

  .big-search-mobile
  {
    display: none;
  }

  .searchOuterContainer
  {
    min-width: 32%;
  }
}

@media (max-width: 1200px)
{
  .myItems
  {
    width: 99% !important;
  }

  .myItemImg
  {
    /*width: 15%;*/
  }

  /*.myItem
  {
    min-height: 130px !important;
  }*/

  .big-search-mobile
  {
    display: none;
  }

  .contact-info
  {
    visibility: hidden !important;
    display: none;
  }
}

@media (max-width: 992px)
{

  .footercont
{
  margin-top: 0px;
  margin-bottom: 50px;
}


    .footer-logo
  {
    display: none;
  }

  .footer-socials
  {
    text-align: center;
  }
  .hide-bullets > li
  {
    padding: 5px;
  }

  .contact-form
  {
    transform: rotate(0deg) !important;
  }

  .lets-be-friends-sticker
  {
    transform: rotate(0deg) !important;
  }

  .menuImage > img
  {
    padding: 5px !important;
  }

  .small-search
  {
    /*visibility: visible !important;*/
    display: block !important;
    padding: 0px;
    /*width: 40%;*/
    float: left;
  }

  .icon-container
  {
    width: 10%;
    float: left;
    padding-right: 25px;
  }

  .imgGridBox
  {
    width: 45%;
    height: auto;
  }

  .imgGridBox img
  {
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .navbar-brand img
  {
    /*width: 100%;*/
    height: 65px;
  }

  .footer-logo img
  {
    height: 140px;
  }

  .myItems
  {
    width: 99% !important;
  }

  .myItem
  {
    min-height: auto !important;
  }

  .detailsForm
  {
    width: 100%;
    margin-left: 0px;
    border: none;
    box-shadow: none;
  }

  .detailsImage
  {
    width: 100%;
  }

  .myQuote-body-border
  {
    border: 1px solid black;
    box-shadow: 4px 4px 4px #999;
  }

  .big-search-mobile
  {
    display: none;
  }
}

/* For larger screens (768px wide and above) */
@media (min-width: 768px)
{
  .changeable-button .mobile-text
  {
    display: none;
  }
}

@media (max-width: 767px)
{
  .hide-bullets > li
  {
    padding: 5px;
  }

  .contact-form
  {
    transform: rotate(0deg) !important;
  }

  .lets-be-friends-sticker
  {
    transform: rotate(0deg) !important;
  }

  .menuImage > img
  {
    padding: 5px !important;
  }

  .small-search
  {
    /*visibility: visible !important;*/
    display: block !important;
    padding: 0px;
/*    width: 33%;*/
    float: left;
  }

  .icon-container
  {
    width: 12%;
    float: left;
    padding-right: 25px;
  }

  .modal.right .modal-dialog
  {
    width: 100%;
    height: 100%;
  }

  .cartSliderPlusMinus
  {
    display: none;
  }

  .cartSliderItem
  {
    min-height: auto;
  }

  .modal.right .modal-content
  {
    margin-top: 0px;
  }

  .myItems
  {
    width: 99% !important;
  }

  .scat-img > h2
  {
    top: 50%;
  }

  .lookgrid
  {
    padding: 5px;
  }

  .lookgrid img
  {
    margin: 10px auto;
  }

  .lookgridTop
  {
    padding-bottom: 0px;
  }

  .lookgridBottom
  {
    padding-top: 0px;
  }

  .lookgridBottom img
  {
    margin-top: 0px;
  }

  .gallery-item
  {
    width: 245px;
  }

  .navbar-header
  {
    height: 65px;
  }

  .navbar-container
  {
    margin: 0px;
  }
  /*.small-search
  {
    width: 36%;
  }*/
  .searchIcon
  {
    padding-top: 0px !important;
  }
  .icon-container i
  {
    margin-top: 16px;
  }
  .badgeNew
  {
    top: 5px;
  }

  .navbar-toggle
  {
    margin-top: 15px;
    border: none;
  }

  .search-input-container
  {
    top: 65px;
  }

  .quoteSubbmited
  {
    margin-bottom: 15px;
    width: 100%;
  }

  .quoteSummaryItems
  {
    max-height: none;
    overflow-y: auto;
  }

  .about-area
  {
    margin-top: 0px;
  }

  .footbar
  {
    display: none;
  }

  .filterFooterButton
  {
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 55px !important;
  }

  .filterFooterButton .glyphicon
  {
    top: 4px;
  }

  .big-search-mobile
  {
    display: block;
  }

  /*.small-search
  {
    width: 30%;
  }*/

  .loginMenu
  {
    padding-top: 1em !important;
  }

  .changeable-button .desktop-text
  {
    display: none;
  }

  .searchButtonID
  {
    vertical-align: middle;
  }

  .widget-container
  {
    width: 100%;
    padding: 10px;
    flex-direction: column;
  }

    /* .header {
        flex-direction: column;
        align-items: flex-start;
    } */

    .header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .logo-line {
        display: block; /* Logo on its own line */
        width: 100%;
    }

    .info-line {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    .review-container {
        flex-direction: column;
    }

    .review-item {
        width: 100%; /* Ensure full width */
        max-width: 100%; /* Prevents width overflow */
        flex: 0 0 auto;
    }
}

@media (max-width: 585px)
{
  .small-search
  {
    /*visibility: visible !important;*/
    display: block !important;
    padding: 0px;
    padding-right: 10px;
/*    width: 20%;*/
    float: left;
  }

  .icon-container
  {
    width: 14%;
    float: left;
    padding-right: 25px;
  }

  .navbar-brand
  {
    padding: 0px;
  }

  .navbar-header
  {
    padding: 0px !important;
  }

  .myItems
  {
    width: 99%;
  }

  .cartSliderItemTotal
  {
    width: 75% !important;
  }

  /* 18th OCT 2021 - THANOS */
  p.copy {font-size: 13px!important}
  h1{ font-size: 21px!important }
  h2{font-size: 18px!important}
  #carousel .carousel-inner{height: 40vh!important}
  #carousel .carousel-inner .item img{object-fit: cover!important}
  #carousel .carousel-inner .item img{height:100%!important}
  #carousel .carousel-inner .item{height:100%!important}
  #productNameThumb{display: table-cell}
  #productNameThumb{font-size: 10px;}
  .price-chair {font-size: 11px;}
  .price-chair {width: 85px;}
  .faq > a {white-space: normal!important}

  .input-width
  {
    margin-left: 3% !important;
    width: 94% !important;
  }

  /*.add-to-quote-category-button
  {
    float: none !important;
    width: 94% !important;
  }*/

  .footer-logo
  {
    display: none;
  }

  .footer-socials
  {
    text-align: center;
  }

  .hideonmobile{
    display: none;
  }

  .big-search-mobile
  {
    display: block;
  }
}

@media (max-width: 584px)
{
  .cartSliderItemTotal
  {
    width: 100% !important;
  }

  .myItems
  {
    width: 99% !important;
  }

  .big-search-mobile
  {
    display: block;
  }
}

@media (max-width: 499px)
{
  .modal.right .modal-dialog
  {
    position: fixed;
    margin: auto;
    width: 100%;
    height: calc(100% - 121px);
  }

  .modal-content
  {
    height: 100%;
  }

  .modal-footer
  {
    padding: 0px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
  }

  .myQuoteProceedBtn
  {
    font-size: 18px;
    font-weight: normal !important;
  }

  .cartSliderItemTotal
  {
    width: 100% !important;
  }

  .myItem
  {
    min-height: auto !important;
  }

  .form-group
  {
    padding: 0px;
  }

  .myQuote-body
  {
    padding: 0px;
    /*max-height: none;*/
  }

  #delAddress, #delAddress div
  {
    padding: 0px 0px 5px 0px;
  }

  #colAddrIfAlt, #colAddrIfAlt div
  {
    padding: 0px 0px 5px 0px;
  }

  .quoteSummaryItems
  {
    margin: 0px;
    width: 100%;
    padding: 0px 5px 0px 0px;
  }

  .quoteSubbmited
  {
    margin: 0px;
    width: 100%;
    margin-bottom: 15px;
  }

 /* .small-search
  {
    padding-right: 25px;
  }*/

  /*.icon-container
  {
    width: 17%;
  }*/

  .slideshow-TB-margin
  {
    margin-top: -30px;
  }

  .imgGridBox
  {
    width: 47% !important;
    margin: 4px !important;
  }

  .productNameThumb
  {
    height: 45px;
    font-size: 12px !important;
  }

  .scat-img > h2
  {
    top: 50%;
  }

  .gallery-item
  {
    width: 175px;
  }

  .gallery-container
  {
    margin-left: 5px;
  }

  .imgSearchGridBox
  {
    width: 160px;
    height: 220px;
  }

  .relatedImgGridBox
  {
    width: 30%;
    height: auto;
    margin: 5px 5px 15px 5px;
  }

  .cartSliderItem
  {
    min-height: auto;
  }

  .modal.right .modal-content
  {
    margin-top: 0px;
  }

  .modal.right .modal-dialog
  {
    height: 100%;
  }

  /* NAVBAR */
  .navbar-container
  {
    margin: 0px;
  }

  .navbar-brand img
  {
    height: 55px;
  }

  .footer-logo img
  {
    height: 140px;
  }

  .navbar-header
  {
    height: 55px;
  }

  .navbar-fixed-top .navbar-collapse
  {
     max-height: 100%;
  }

  .navbar-toggle
  {
    margin-top: 13px;
    border: none;
  }

  /*.small-search
  {
    padding-right: 10px;
    width: 25%;
  }*/

  .searchIcon
  {
    padding-top: 8px !important;
    margin-top: 10px !important;
  }

  .big-search-mobile
  {
    display: block;
  }

  .icon-container
  {
    width: 20%;
    margin-right: 5px;
  }

  .icon-container i
  {
    font-size: 1.8em;
    margin-top: 13px;
  }

  .margin-top-110
  {
    margin-top: 85px !important;
  }

  .search-input-container
  {
    top: 55px;
  }

  .filterFooterButton
  {
    box-shadow: 0 3px 3px rgba(235, 133, 155, 0.2), 0 3px 3px rgba(235, 133, 155, 0.2);
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: rgba(0, 140, 168, 0.7);
    white-space: nowrap;
    color: white;
    font-size: 18px;
    margin-bottom: 35px !important;
  }

  .filterFooterButton .glyphicon
  {
    top: 4px;
  }

  #delColSlotsDivID
  {
    display: none;
  }

  .footer-logo
  {
    display: none;
    text-align: center;
  }

  .footer-socials
  {
    text-align: center;
  }

  .loginMenu
  {
      padding-top: 1em;
      padding-right: 0px;
  }

  .loadingLorryDiv
  {
      margin-top: 100px;
      min-height: 200px;
  }

  .addToQuoteCategory
  {
    font-size: 12px !important;
  }

  .searchOuterContainer input
  {
    width: 71%;
  }

  .hiddenProductGridMessageDiv
  {
    bottom: 42%;
    height: 10%;
  }

  .packSize
  {
    top: 11em;
  }

}

@media (max-width: 399px)
{
  /*.small-search
  {
    width: 30%;
  }*/

  .navbar-toggle
  {
    margin-right: 0px;
  }
}
