.preorderMessage {
  background: #ffeaea;
  padding: 15px 20px;
  border-radius: 5px;
  max-width: 350px;
}

.preorderMessage p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
}

.preorderMessage p span {
  font-weight: 400;
}

.preorderBtn {
  position: relative;
}

.preorderBtn button {
  width: 100%;
  background: #fff;
  border: 1px solid #1a499f;
  color: #1a499f;
  border-radius: 3px;
}

.preorderBtn button:focus {
  color: #1a499f;
}

.preorderBtn button:hover {
  color: #fff;
}

.preorderPopup {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 20;
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.preorderPopup:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  z-index: 21;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.preorderPopup h4 {
  padding: 7px 15px;
  margin: 0;
  background: #1a499f;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 5px 5px 0 0;
}

.preorderPopup .preorderPopupCont {
  padding: 10px 15px;
}

.preorderPopup .preorderPopupCont p {
  margin: 0 0 5px;
  font-size: 0.875rem;
  white-space: normal;
}

.label_3070 .uk-stock,
.label_3070 .uk-stock-other,
.label_3070 #uk-stock,
.label_3070 #uk-stock-other{
  display: none;
}

.label_3071 .preorderBtn,
.label_3071 .preorderMessage {
  display: none;
}

/********** Albany Blog **********/
/*** Layout ***/
@media (min-width: 1200px) {
  body.ex-default-blog-structure .twocolumnsright .catalog-grid .col-lg-10.col-md-10 {
    width: 74%;
  }
  body.ex-default-blog-structure .twocolumnsright .catalog-grid .col-lg-2.col-md-2 {
    width: 26%;
  }
}

/*** End Layout ***/
/*** Title Categories ***/
.blogLinks {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #b8b8b8;
  margin: 0 0 20px;
}

.blogLinks:before, .blogLinks:after {
  content: "";
}

.blogLinks li {
  margin: 0;
  line-height: 1;
}

.blogLinks li a {
  display: block;
  color: #373736;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 20px 25px;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
}

.blogLinks li a:hover {
  border-color: #1a499f;
  color: #1a499f;
}

.ex-blog-home .blogLinks .blogLinkMain a,
.ex-name-featured .blogLinks .blogLinkFeat a,
.ex-name-mostpopular .blogLinks .blogLinkPopular a,
.ex-name-quickread .blogLinks .blogLinkQuick a {
  border-color: #ff3333;
  color: #ff3333;
}

@media (max-width: 788px) {
  .blogLinks {
    flex-direction: column;
    border: none;
    gap: 5px;
  }
  .blogLinks li a {
    border: 1px solid;
    border-radius: 5px;
  }
}

/*** End Title ***/
/*** Main Posts Grid ***/
.blogfeaturedposts_container .category-name,
.blogpostslist_container .category-name {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #373736;
  font-weight: 900;
  margin: 0;
}

.blogfeaturedposts_container .category-name + .row .listgrid,
.blogpostslist_container .category-name + .row .listgrid {
  display: none;
}

.blogfeaturedposts_container .tileparent.blog-post:first-child,
.blogpostslist_container .tileparent.blog-post:first-child {
  width: 100%;
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .tile,
.blogpostslist_container .tileparent.blog-post:first-child .tile {
  width: 100%;
  min-height: 440px;
  max-width: none;
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .post-image::after,
.blogpostslist_container .tileparent.blog-post:first-child .post-image::after {
  display: none;
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .post-image .post-category,
.blogpostslist_container .tileparent.blog-post:first-child .post-image .post-category {
  left: 80px;
}

@media (max-width: 481px) {
  .blogfeaturedposts_container .tileparent.blog-post:first-child .post-image .post-category,
  .blogpostslist_container .tileparent.blog-post:first-child .post-image .post-category {
    left: 30px;
  }
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .post-name,
.blogpostslist_container .tileparent.blog-post:first-child .post-name {
  margin-bottom: 20px;
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .post-name::after,
.blogpostslist_container .tileparent.blog-post:first-child .post-name::after {
  margin-top: 30px;
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .post-name h4,
.blogpostslist_container .tileparent.blog-post:first-child .post-name h4 {
  font-size: 24px;
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .footer,
.blogpostslist_container .tileparent.blog-post:first-child .footer {
  width: 340px;
  background: rgba(0, 0, 0, 0.65);
  margin: 0 0 0 50px;
  padding-top: 50px;
  display: flex;
}

@media (max-width: 481px) {
  .blogfeaturedposts_container .tileparent.blog-post:first-child .footer,
  .blogpostslist_container .tileparent.blog-post:first-child .footer {
    width: 100%;
    margin: 0;
  }
}

.blogfeaturedposts_container .tileparent.blog-post:first-child .footer .footer-wrapper,
.blogpostslist_container .tileparent.blog-post:first-child .footer .footer-wrapper {
  margin-top: auto;
}

.blogfeaturedposts_container .tileparent.blog-post .tile,
.blogpostslist_container .tileparent.blog-post .tile {
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
  min-height: 365px;
  display: flex;
  max-width: none;
}

@media (max-width: 768px) {
  .blogfeaturedposts_container .tileparent.blog-post .tile,
  .blogpostslist_container .tileparent.blog-post .tile {
    text-align: left;
  }
}

.blogfeaturedposts_container .tileparent.blog-post .post-image,
.blogpostslist_container .tileparent.blog-post .post-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.blogfeaturedposts_container .tileparent.blog-post .post-image:after,
.blogpostslist_container .tileparent.blog-post .post-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, black 18%, rgba(255, 255, 255, 0) 82%);
  opacity: 0.75;
}

.blogfeaturedposts_container .tileparent.blog-post .post-image .post-category,
.blogpostslist_container .tileparent.blog-post .post-image .post-category {
  top: 30px;
  left: 30px;
  bottom: inherit;
  z-index: 1;
}

.blogfeaturedposts_container .tileparent.blog-post .post-image .post-category a,
.blogpostslist_container .tileparent.blog-post .post-image .post-category a {
  display: block;
  line-height: 20px;
}

.blogfeaturedposts_container .tileparent.blog-post .post-image .post-category .post-category-name,
.blogpostslist_container .tileparent.blog-post .post-image .post-category .post-category-name {
  color: #383838;
  font-size: 10px;
  text-shadow: none;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0;
  transition: all 0.35s;
}

.blogfeaturedposts_container .tileparent.blog-post .post-image .post-category .post-category-name:hover,
.blogpostslist_container .tileparent.blog-post .post-image .post-category .post-category-name:hover {
  background: #ff3333;
  color: #fff;
}

.blogfeaturedposts_container .tileparent.blog-post .footer,
.blogpostslist_container .tileparent.blog-post .footer {
  margin-top: auto;
  position: relative;
  width: 100%;
}

.blogfeaturedposts_container .tileparent.blog-post .footer > a,
.blogpostslist_container .tileparent.blog-post .footer > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogfeaturedposts_container .tileparent.blog-post .footer .footer-wrapper,
.blogpostslist_container .tileparent.blog-post .footer .footer-wrapper {
  height: auto !important;
  padding: 30px;
}

.blogfeaturedposts_container .tileparent.blog-post .footer .footer-wrapper .footer-wrapper-description,
.blogpostslist_container .tileparent.blog-post .footer .footer-wrapper .footer-wrapper-description {
  display: flex;
  flex-direction: column;
  height: auto !important;
}

.blogfeaturedposts_container .tileparent.blog-post:hover .post-name:after,
.blogpostslist_container .tileparent.blog-post:hover .post-name:after {
  opacity: 1;
}

.blogfeaturedposts_container .tileparent.blog-post:hover .post-name h4,
.blogpostslist_container .tileparent.blog-post:hover .post-name h4 {
  margin-bottom: 35px;
}

.blogfeaturedposts_container .blog-posts-grid .blog-posts-grid-view .post-details,
.blogpostslist_container .blog-posts-grid .blog-posts-grid-view .post-details {
  order: 1;
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
}

.blogfeaturedposts_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-time,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-count,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-grid-view .post-details .post-date,
.blogpostslist_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-time,
.blogpostslist_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-count,
.blogpostslist_container .blog-posts-grid .blog-posts-grid-view .post-details .post-date {
  text-transform: uppercase;
  color: #585858;
  font-size: 10px;
  text-shadow: none;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0;
}

.blogfeaturedposts_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-time:before,
.blogpostslist_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-time:before {
  content: "";
  display: inline-block;
  background: url("https://eu.evocdn.io/dealer/1291/content/media/My_Theme/ab-blog-clock.png") no-repeat center;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.blogfeaturedposts_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-time:after,
.blogpostslist_container .blog-posts-grid .blog-posts-grid-view .post-details .post-read-time:after {
  content: "\00a0Read";
}

.blogfeaturedposts_container .blog-posts-grid .post-name,
.blogpostslist_container .blog-posts-grid .post-name {
  position: relative;
  color: #fff;
  margin: 0 0 20px;
}

.blogfeaturedposts_container .blog-posts-grid .post-name:after,
.blogpostslist_container .blog-posts-grid .post-name:after {
  content: "Read Article";
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 25px;
  font-size: 10px;
  background: url("https://eu.evocdn.io/dealer/1291/content/media/My_Theme/ab-blog-arrow.png") no-repeat center right;
  width: 96px;
  margin-top: 15px;
  opacity: 0;
  transition: opacity 0.35s;
}

.blogfeaturedposts_container .blog-posts-grid .post-name h4,
.blogpostslist_container .blog-posts-grid .post-name h4 {
  display: block;
  color: #fff;
  margin: 0;
  transition: margin 0.35s;
}

/*** End Main Posts Grid ***/
/*** Blog Sidebar ***/
.blogfeaturedposts_container h4,
.bloglatestposts_container h4,
.blogsearch_container h4,
.ex-blog .categoryfiltermenu_container h4 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #373736;
  font-weight: 900;
}

.blogsearch_container .relsearch {
  border: 0;
  border-radius: 0;
}

.blogsearch_container .search-form button[type="submit"] {
  top: 3px;
  right: 5px;
}

.blogsearch_container .search-form button[type="submit"] i {
  color: #000;
  font-size: 0.7em;
}

/* Categories List */
.ex-blog .categoryfiltermenu_container .shop-filters .filter-title h4 {
  font-size: 0;
}

.ex-blog .categoryfiltermenu_container .shop-filters .filter-title h4:after {
  content: "Search By Category";
  font-size: 1rem;
}

.ex-blog .categoryfiltermenu_container .shop-filters .filter-section .categories {
  border-top: 1px solid #b8b8b8;
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px 0;
}

.ex-blog .categoryfiltermenu_container .shop-filters .filter-section .categories li.category-link {
  display: inline-block;
  padding: 0;
  font-size: 10px;
  text-transform: uppercase;
  width: 49%;
  border: 0;
  text-align: center;
}

.ex-blog .categoryfiltermenu_container .shop-filters .filter-section .categories li.category-link a {
  display: block;
  padding: 2px 8px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-weight: 700;
  color: #585858;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}

.ex-blog .categoryfiltermenu_container .shop-filters .filter-section .categories li.category-link a:hover {
  background: #ff3333;
  border-color: #ff3333;
  color: #fff;
}

/* End Categories List */
/* Sidebar Posts */
.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .tileparent,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .tileparent {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .tileparent:before, .bloglatestposts_container .blog-posts-grid .blog-posts-list-view .tileparent:after,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .tileparent:before,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .tileparent:after {
  display: none;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .tileparent .post-image,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .tileparent .post-image {
  width: 47%;
  border-radius: 10px;
  height: 172px;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .tileparent .post-image:hover + .post-content h4:after,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .tileparent .post-image:hover + .post-content h4:after {
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(1864%) hue-rotate(341deg) brightness(101%) contrast(107%);
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post h4,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post h4 {
  text-transform: none;
  font-size: 0.9rem;
  color: #40403f;
  margin-top: 15px;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post h4:after,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post h4:after {
  display: block;
  content: "Read Article";
  text-transform: uppercase;
  background: url("https://eu.evocdn.io/dealer/1291/content/media/My_Theme/ab-blog-arrow.png") no-repeat center;
  margin-top: 20px;
  font-size: 10px;
  filter: brightness(0) saturate(100%) invert(19%) sepia(87%) saturate(1945%) hue-rotate(209deg) brightness(89%) contrast(91%);
  transition: all 0.35s;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post h4:hover:after,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post h4:hover:after {
  filter: brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(1864%) hue-rotate(341deg) brightness(101%) contrast(107%);
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details {
  font-size: 10px;
  display: flex;
  order: 1;
  margin: 0;
  flex-wrap: wrap;
  gap: 5px;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-read-time,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-read-time {
  text-transform: uppercase;
  color: #585858;
  font-size: 10px;
  text-shadow: none;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #fed308;
  vertical-align: middle;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-read-time:before,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-read-time:before {
  content: "";
  display: inline-block;
  background: url("https://eu.evocdn.io/dealer/1291/content/media/My_Theme/ab-blog-clock.png") no-repeat center;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-read-time:after,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-read-time:after {
  content: "\00a0Read";
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-date,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-details .post-date {
  display: none;
}

.bloglatestposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-content,
.blogfeaturedposts_container .blog-posts-grid .blog-posts-list-view .blog-post .post-row .post-content {
  width: 47%;
  padding: 0;
}

.bloglatestposts_container .blog-posts-grid .post-name a,
.blogfeaturedposts_container .blog-posts-grid .post-name a {
  position: relative;
  z-index: 1;
}

.bloglatestposts_container .blog-posts-grid .bottom .post-date,
.blogfeaturedposts_container .blog-posts-grid .bottom .post-date {
  color: #585858;
  margin: 0;
  font-size: 10px;
  line-height: 1;
}

/* End Sidebar Posts */
/*** End Blog Sidebar ***/
/********** End Albany Blog **********/

/********** Albany Blog  Single**********/
.ex-blog .catalog-grid {
  margin-top: 30px;
}

.ex-blog .breadcrumb .first_link {
  display: none;
}

.blogpostdetails_container {
  overflow: visible !important;
}

.blogBreadcrumb {
  margin: 0 0 20px;
}

.blogBreadcrumb > a {
  flex-shrink: 0;
  padding-left: 35px;
  line-height: 20px;
  text-transform: uppercase;
  background: url("https://eu.evocdn.io/dealer/1291/content/media/My_Theme/ab-blog-back.png") no-repeat left center;
}

.blogBreadcrumb .breadcrumb {
  padding: 0;
}

.blog-post-details .post-details {
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 31px;
  margin: 0 0 30px;
}

.blog-post-details .post-details > * {
  color: #585858;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-post-details .post-details .post-author {
  margin-right: 15px;
}

.blog-post-details .post-details .post-author .post-author-photo {
  width: 37px;
  height: 37px;
  position: relative;
}

.blog-post-details .post-details .post-author .post-author-photo div.photo {
  width: 100%;
  height: 100%;
}

.blog-post-details .post-details .post-author .post-author-name {
  font-weight: 900;
  margin-left: 10px;
}

.blog-post-details .post-details .post-author .post-author-name::before {
  content: "Published By ";
}

.blog-post-details .post-details .post-date::before {
  display: none;
}

.blog-post-details .post-details .post-read-time {
  margin-left: auto;
}

.blog-post-details .post-details .post-read-time::before {
  content: "";
  display: inline-block;
  background: url("https://eu.evocdn.io/dealer/1291/content/media/My_Theme/ab-blog-clock.png") no-repeat center;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.blog-post-details .post-details .post-read-time::after {
  content: "\00a0Read";
}

@media (max-width: 768px) {
  .blog-post-details .post-details {
    flex-wrap: wrap;
    height: auto;
  }
  .blog-post-details .post-details .post-author {
    width: 100%;
    margin: 5px 0;
  }
}

.blog-post-details .post-title h2 {
  color: #2b2b2b;
  font-weight: 900;
  font-size: 30px;
  margin: 0 0 20px;
}

.blog-post-details .post-category a {
  font-weight: 400;
  color: #383838;
  font-size: 12px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 6px 15px;
  text-align: center;
  transition: 0.35s all;
}

.blog-post-details .post-category a:hover {
  background: #ff3333;
  border-color: #ff3333;
  color: #fff;
}

.blog-post-featured-image {
  height: 440px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 25px;
}

.blog-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ex-default-blog-structure .twocolumnsright .catalog-grid .col-lg-6.col-md-6 {
  width: 50%;
}

.shareTitle {
  text-align: right;
  font-size: 14px;
  font-weight: 900;
}

.shareTitle + div {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .shareTitle {
    margin: -8px 0 0 0;
  }
}

@media (max-width: 768px) {
  .shareTitle {
    text-align: left;
    margin: 20px 0 0;
  }
  .shareTitle + div {
    justify-content: flex-start;
    margin: 0 0 20px;
  }
}

/********** End Albany Blog Single **********/

/*** Basket Popout ***/
.basket-popout-wrap {
  position: relative;
}

.faded-bg.active {
  display: block !important;
  z-index: 152;
  top: 0 !important;
}
@media (max-width: 359px) {
  .faded-bg.active {
    display: none !important;
  }
}

.basket-popout {
  position: fixed;
  right: -500px;
  top: 0;
  width: 500px;
  height: 100vh;
  transition: right 0.35s;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow-y: auto;
  z-index: 153;
}
@media (max-width: 500px) {
  .basket-popout {
    right: -360px;
    width: 360px;
  }
}
@media (max-width: 359px) {
  .basket-popout {
    display: none !important;
  }
}
.basket-popout.active {
  right: 0 !important;
}
.basket-popout.active .basket-popout-product-image > img {
  opacity: 1;
  border-radius: 5px;
}
.basket-popout.active .basket-popout-product-image > img:not(.basket-popout-tick) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.basket-popout-title {
  background: #1a499f;
  padding: clamp(15px, 2vw, 42px) clamp(15px, 2.2vw, 42px);
}
.basket-popout-top {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #ffd201;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.basket-popout-top span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.basket-popout-top span svg {
  margin-right: 15px;
}
.basket-popout-top .close-button {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 15px;
  height: 15px;
  font-size: 30px;
  line-height: 15px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
}

.basket-popout-product {
  display: grid;
  grid-template-columns: 134px 1fr;
  grid-gap: 25px;
}
.basket-popout-product-image {
  position: relative;
  height: 134px;
}
.basket-popout-product-image .productimagesolo,
.basket-popout-product-image .magnify {
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.basket-popout-product-image .basket-popout-tick {
  position: absolute;
  top: 103px;
  right: 5px;
  opacity: 0;
  transition: opacity 0.75s;
  transition-delay: 1s;
}

.basket-popout-product-text h3 {
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.basket-popout-product-text::after {
  content: "Was successfully added to your basket.";
  color: #ffd201;
  font-weight: 700;
  font-size: 16px;
}

.basket-popout-butttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 18px;
}
.basket-popout-buttton {
  text-align: center;
  padding: 9px 15px;
  background: #fff;
  color: #323232;
  border-radius: 5px;
  transition: background 0.35s, color 0.35s;
  font-size: 16px;
}
.basket-popout-buttton.close-button {
  background: #ffd201;
}
.basket-popout-buttton:hover {
  background: #ff3333;
  color: #fff;
  text-decoration: none;
}

.basket-popout-products-grid {
  padding: clamp(15px, 1vw, 42px) clamp(15px, 2.2vw, 42px);
}
.basket-popout-products-grid h3 {
  color: #1a499f;
  text-transform: none;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 15px;
}
.basket-popout-product-tile {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}
.basket-popout-product-tile .divquickview,
.basket-popout-product-tile .brand-label,
.basket-popout-product-tile .indicators-grid,
.basket-popout-product-tile .product-compare-action,
.basket-popout-product-tile .addtoquicklist-wrapper,
.basket-popout-product-tile .list-attribute,
.basket-popout-product-tile .stock-raw,
.basket-popout-product-tile .ie-stock,
.basket-popout-product-tile .uk-stock,
.basket-popout-product-tile .uk-stock-other {
  display: none;
}
.basket-popout-product-tile .tile {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-gap: 0.7vw;
  color: #686868;
}
.basket-popout-product-tile .tile .badges-wrapper {
  left: unset;
  max-width: 300px;
}
.basket-popout-product-tile .tile .footer {
  position: relative;
}
.basket-popout-product-tile .tile .footer-wrapper {
  min-height: 185px;
  margin-bottom: 55px;
}
.basket-popout-product-tile .tile .imgthumbnail,
.basket-popout-product-tile .tile .text-center {
  height: 100%;
}
.basket-popout-product-tile .tile > a {
  background: #eff3fa;
}
.basket-popout-product-tile .tile > a img {
  mix-blend-mode: darken;
  height: 100%;
  object-fit: contain;
}
.basket-popout-product-tile .tile .product-name {
  margin-bottom: 10px;
}
.basket-popout-product-tile .tile .product-name a {
  color: #1a499f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.basket-popout-product-tile .tile .product-sku {
  color: #686868;
  font-size: 13px;
  line-height: 1.5;
}
.basket-popout-product-tile .tile .product-sku strong {
  font-weight: 400;
}
.basket-popout-product-tile .tile .product-sku strong:after {
  content: ":";
}
.basket-popout-product-tile .tile .product-category {
  color: #686868;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.basket-popout-product-tile .tile .product-category a {
  color: #686868;
  font-size: 13px;
}
.basket-popout-product-tile .tile .product-category strong {
  font-weight: 400;
}
.basket-popout-product-tile .tile .price-label {
  color: #000;
  font-size: 18px;
  font-weight: 900;
}
.basket-popout-product-tile .tile .uom {
  margin: 5px 0 0;
  font-size: 13px;
  text-transform: capitalize;
}
.basket-popout-product-tile .tile .price-label-inc-vat {
  margin: 0;
  color: #686868 !important;
  font-size: 13px !important;
  font-weight: 400;
}
.basket-popout-product-tile .tile .buttons.group {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.basket-popout-product-tile .tile .buttons.group .inputquantity {
  color: #1a499f;
  font-size: 16px;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 5px;
}
.basket-popout-product-tile .tile .buttons.group button {
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 5px;
}

.basket-popout-secondary-wrap {
  z-index: 153;
  position: fixed;
  top: 0;
  right: 500px;
  margin-top: 20vh;
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 660px) {
  .basket-popout-secondary-wrap {
    display: none !important;
  }
}
.basket-popout-secondary {
  padding: 10px 15px;
  display: grid;
  grid-template-columns: 1fr 1px 20px;
  grid-gap: clamp(10px, 1vw, 25px);
  align-items: center;
  background: #1a499f;
  border-radius: 10px 0 0 10px;
}
.basket-popout-secondary a {
  display: flex;
  flex-direction: column;
}
.basket-popout-secondary a::after {
  content: "has been successfully added to your basket";
  color: #ffd201;
  font-weight: 700;
}
.atb-divide {
  background: #fff;
  height: 100%;
}

.close-button-secondary {
  font-size: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=basket-popout.css.map */


/*** End Basket Popout ***/

.special-order-item .productStock:not(.special-order) {
  display: none;
}