@media (max-width: 767px) {
  #homepageCarousel{
    margin-top: 40px;
  }
}

.mt-2 {
    margin-top: 2rem;
}
.home-features-wrapper-ratio {
    aspect-ratio: 19 / 5;
    height: auto;
}

.home-feature-ratio {
    aspect-ratio: 437 / 195;
    height: auto;
}

a[title="Real Time Web Analytics"] {
    display: none;
}

.badge-meg {
  /*background-color: #ff7e29; */
  /*width: 18px; */
  /*height: 18px; */
  /*border-radius: 18px; */
  /*display: inline-block;*/
  /*float: right; */
  /*margin-left: -10px; */
  /*font-size: 13px; */
  /*position: absolute; */
  /*margin-top: -6px;*/
background-color: #ff7e29;
  border-radius: 18px;
  color: white;
  width: 18px;
  height: 18px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position:absolute;
  margin-top: -6px;
  margin-left: -11px;
}

@media only screen and (max-width: 768px) {
.badge-meg {
    background-color: #ff7e29;
  border-radius: 18px;
  color: white;
  width: 18px;
  height: 18px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position:absolute;
    top: -1px;
    left: 36px;
}
}
/* CRY 04 2024 Updates 
============================================*/
/* Cart Page - Items 1 & 2 */
.cart-contentinfo .cartTable,
.cart-contentinfo .table-bordered>tbody>tr>td {
    border: none;
}
.cart-contentinfo .table-striped>tbody>tr:nth-child(odd)>td,
.cart-contentinfo .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.cart-contentinfo .item-contentinfo-container {
    display: flex;
    align-items: center;
}
.cart-contentinfo .table-bordered>tbody>tr>td {
    padding: 0 10px;
}
  .cart-contentinfo .cartTable tr {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: block;
}
.cart-contentinfo .cartTable .cartTable--column-image {
    width: 175px;
}
.cart-contentinfo .cartTable .cartTable--column-info {
    width: 85%;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-remove-btn a {
    padding: 0;
    display: inline-block;
    background-color: transparent;
    border: none;
    text-align: left;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-remove-btn a:active,
.cart-contentinfo .item-contentinfo-container .item-contentinfo-remove-btn a:focus {
    outline: none;
    box-shadow: none;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-remove-btn a i {
    color: #919191;
    font-size: 21px;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-remove-btn {
    width: 38px;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-quantity-control {
    width: 90px;
    height: 37px;
    display: flex;
    border: 1px solid #EAEAEA;
    align-items: center;
}
.buying-options .quantity-control {
  display: flex;
  border: 1px solid #D9D9D9;
  align-items: center;
  width: 142px;
  height: 60px;
  padding: 0;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-quantity-control button,
.cart-contentinfo .item-contentinfo-container .item-contentinfo-quantity-control input,
.buying-options .quantity-control button,
.buying-options .quantity-control input {
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-quantity-control input,
.buying-options .quantity-control input {
  text-align: center;
  line-height: 35px;
  flex: 1.5;
  font-size: 14px;
}
.buying-options .quantity-control input {padding-left:10px;}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-quantity-control button,
.buying-options .quantity-control button {
  cursor: pointer;
  color: #111111;
  flex: 1;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-item-price {
    margin-left: auto;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-item-price h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.sticky-footer-wrapper {
  display: none;
}

@media only screen and (max-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
  .page-header h1.text-center-sm {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin: 0;
  }
  .cart-contentinfo {
    margin-top: 30px;
  }
  .cart-contentinfo .cartTable tr:last-child {
    border-bottom: none;
  }
  .cart-contentinfo .cartTable .cartTable--column-image {
    width: 118px;
  }
  .cart-contentinfo .cartTable .cartTable--column-info {
    width: 75%;
  }
  .cart-contentinfo .cartTable .cartTable--column-image a {
    display: block;
    width: 74px;
  }
  .cart-contentinfo .cartTable .cartTable--column-image a img {
    width: 100%;
    height: 102px;
    object-fit: contain;
    object-position: center;
  }
  .cart-contentinfo .cartTable h4 {
    font-size: 14px;
    line-height: 21px;
    color: #111;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .cart-contentinfo .item-contentinfo-container .item-contentinfo-item-price h4 {
    margin: 0;
    line-height: 14px;
    font-weight: 600;
  }
  .sticky-footer-wrapper {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #ccc;
    z-index: 1000;
    padding: 20px 15px 15px 15px;
  }
  .sticky-footer-container .cart-total {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .sticky-footer-container .cart-total span, .sticky-shipping-title {
    font-weight: 500;
  }
  .sticky-footer-container .checkout-button button {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .sticky-footer-container .checkout-button button i {
    font-size: 21px;
  }
  #fb-root {
    display: none;
  }
}
/* Common Styling */
.nplr {
  padding-left: 0;
  padding-right: 0;
}
.page-header {
  border-bottom: none;
}
.d-flex {
  display: flex;
}
.align-item-center {
  align-items: center;
}
.mobile-only {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
/* Product Page - Items 3 & 4 */
.n-wrapper-form-control select{
    height: 43px;
}

#_jstl__buying_options_r .extra-options form.buying-options .addtocart {
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#stock-error-message {
  margin: 24px 0;
}
.quantity-text h3 {
  margin-bottom: 16px;
  color: #444440;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-left: 15px;
}
.size-container {
 width: 100% !important; 
}
.size-container .specific-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.size-container .specific-container a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #63432E;
  background: transparent;
  border: none;
  text-decoration: underline;
  padding: 0;
}
.wishlist_toggle {
  background-color: transparent;
  color: #63432E;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-stack-container {
  display: flex;
  align-items: center;
  margin: 0;
}
.btn-stack-container .addtocart-container,
.btn-stack-container .wishlist-container {
  padding: 0;
  width: 252.5px;
}
.btn-stack-container .quantity-control {
  margin-right: 20px;
}
.btn-stack-container .addtocart-container {
  margin-right: 12px;
}
.inStock-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.inStock-container span.label.label-in-stock {
  background-color: #63432E;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  line-height: 14px;
  margin-top: 0;
}
.inStock-container .inStock-quantity {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #F27223;
}
.inStock-container .inStock-quantity svg {
  display: block;
}
@media only screen and (max-width: 768px) {
  #_jstl__buying_options_r .extra-options form.buying-options {
    margin-left: 0;
  }
  #_jstl__buying_options_r .extra-options form.buying-options .addtocart,
  .wishlist_toggle {
    height: auto;
  }
  .quantity-text h3 {margin-left: 0;}
  .buying-options .quantity-control {
    height: 49px;
    margin-bottom: 28px;
    margin-right: 0;
  }
  .quantity-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quantity-text h3 {
    font-size: 14px;
    line-height: 14px;
  }
  #stock-error-message {
    margin: 0 15px 20px;
    display: inline-block;
  }
  .btn-stack-container {
    flex-direction: column;
    align-items: normal;
  }
  .btn-stack-container .addtocart-container {
    margin-right: 0;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .btn-stack-container .wishlist-container {
    width: 100%;
    padding: 0 15px;
  }
  .inStock-container span.label.label-in-stock,
  .inStock-container .inStock-quantity {
    font-size: 12px;
    line-height: 12px;
  }
}
/* Category Page */
.page-header-row {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.shop-by-category-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-by-category-container .shop-by-category-title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.shop-by-category-container .shop-by-category-contents ul {
  list-style: none;
  display: flex;
  gap: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.shop-by-category-container .shop-by-category-contents ul li,
.shop-by-category-container .shop-by-category-contents ul li a {
  width: 70px;
  display: block;
}
.shop-by-category-container .shop-by-category-contents ul li a:focus,
.shop-by-category-container .shop-by-category-contents ul li a:active,
.shop-by-category-container .shop-by-category-contents ul li a:hover {
  text-decoration: none;
  outline: 0;
}
.shop-by-category-container .shop-by-category-contents ul li a img {
  width: 100%;
}
.shop-by-category-container .shop-by-category-contents ul li a span {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .nplr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-header-row,
  .shop-by-category-container {
    flex-direction: column;
    align-items: start;
  }
  .shop-by-category-container {
    margin-top: 23px;
  }
  .page-header-row {
    margin: 20px 0;
  }
  .page-header-row .page-header {
    max-width: 100% !important;
    padding: 0;
  }
  .shop-by-category-contents {
    width: 95vw;
  }
  .shop-by-category-container .shop-by-category-contents ul {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    gap: 14px;
  }
  .shop-by-category-container .shop-by-category-contents ul li,
  .shop-by-category-container .shop-by-category-contents ul li a {
    width: 90px;
    flex: 0 0 auto;
  }
  .shop-by-category-container .shop-by-category-title {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
  }
  .shop-by-category-container .shop-by-category-title span {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .shop-by-category-container .shop-by-category-title::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background-color: #F27223;
    min-width: 20px;
  }
  .findify-layouts--search,
  .pd-algolia-overlay #main-content {
    padding-top: 0 !important;
  }
}
/* Test 6 */
.show_test-6 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.show_test-6 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  margin-bottom: 0;
}
.delivery-icon {
  background-image: url(../images/delivery-icon.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 28px;
}
.shipping-detail-panel {
  margin-top: 20px;
}
.shipping-detail-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shipping-detail-wrapper .shipping-detail-heading {
  background-color: #63432E;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.shipping-detail-wrapper .shipping-detail-heading h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
}
.shipping-detail-wrapper .shipping-detail-body {
  display: flex;
  justify-content: space-between;
  border: 1px solid #DDDDDD;
  padding: 24px;
  align-items: center;
}
.shipping-detail-wrapper .shipping-detail-body hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #ddd;
  width: 5%;
  transform: rotate(90deg);
}
.shipping-detail-wrapper .shipping-detail-body .shipping-detail-item h5,
.shipping-detail-wrapper .shipping-detail-body .shipping-detail-item p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.shipping-detail-wrapper .shipping-detail-body .shipping-detail-item h5 {
  font-weight: 600;
}
.shipping-detail-wrapper .shipping-detail-body .shipping-detail-item h5 span {
  color: #444440;
  font-weight: 400;
}
.shipping-detail-wrapper .shipping-detail-body .shipping-detail-item p {
  font-weight: 400;
  color: #8E8E8E
}
.shipping-detail-panel {
  display: none;
}
@media only screen and (max-width: 768px) {
  .test_6 .show_test-6 p {
    font-size: 12px;
    line-height: 16px;
  }
  .shipping-detail-wrapper .shipping-detail-body {
    flex-direction: column;
    align-items: normal;
  }
  .shipping-detail-wrapper .shipping-detail-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    transform: rotate(0);
  }
}
/* Test 7 */
.show_test-7,
.show_test-71 {
  display: block
}
.show_test-7.table-row {
  display: table-row !important;
}

.shipping-summary,
.price-difference {
  display: none;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-item-price h4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-contentinfo .item-contentinfo-container .item-contentinfo-item-price h4 .old-price {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #919191;
}
.footer-cart-total-container .success .text-right:has(span.crossed_price_total.grand-savings) {
    display: flex;
}
.footer-cart-total-container .success .text-right {
  /*display: flex;*/
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.footer-cart-total-container .success td {
  vertical-align: middle;
}
.footer-cart-total-container .success .text-right h3 {
  margin: 0;
}
.footer-cart-total-container .success .text-right .show_test-71 {
  text-decoration: line-through;
  color: rgba(17, 17, 17, 0.5);
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.total-saving-container {
  margin-bottom: 20px;
  padding: 8px 10px;
  background-color: #63432E;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  width: fit-content;
  margin-left: auto;
}
.shipping-free-container.shipping-free-show {
  display: flex;
}
.shipping-free-container {
  margin-bottom: 10px;
  justify-content: space-between;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .footer-cart-total-container .success_,
  .total-saving-container {
    display: none;
  }
  .cart-contentinfo .item-contentinfo-container .item-contentinfo-item-price h4 .old-price {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .sticky-footer-container .cart-total .cart-total-prices {
    display: flex;
    gap: 8px;
  }
  .sticky-footer-container .cart-total .cart-total-prices .grand-saving {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #919191;
    display: none;
  }
  .sticky-footer-container .cart-total .cart-total-prices .grand-saving,
  .total-saving-container.d-mobile {
    display: block;
  }
}
/* Test 14 - Single Banner with 2 buttons */
.shop-by-brand-container {
  display: block;
}
.test_14 .shop-by-brand-container {
  display: block;
}
.shop-by-brand-container .shop-by-brand-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shop-by-brand-container .shop-by-brand-header h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 85%;
  margin: 0;
}
.shop-by-brand-container .shop-by-brand-header h2:after {
  content: '';
  flex: 1;
  border: 2px solid #FE913F;
}
.shop-by-brand-container .btn-shop-all {
  display: block;
  background-color: #63432E;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
/* Remove when live */
.shop-by-brand-container .row {
  display: none;
}
.shop-by-brand-container .col-home-brand a {
  display: block;
  min-width: 173px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}
.shop-by-brand-container .col-home-brand a img {
  height: 100%;
  object-fit: cover;
}
/* Remove this when live */
.shop-by-brand-container .shop-by-brand-body {
  margin-bottom: 75px;
}
.shop-by-brand-container .shop-by-brand-body ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  gap: 20px;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .shop-by-brand-container {
    margin-bottom: 40px;
  }
  .shop-by-brand-container .shop-by-brand-header,
  .shop-by-brand-container .shop-by-brand-body,
  .shop-by-brand-container .shop-by-brand-body {
    margin-bottom: 15px;
  }
  .shop-by-brand-container .shop-by-brand-header h2 {
    justify-content: center;
    width: 100%;
    gap: 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
  }
  .shop-by-brand-container .shop-by-brand-header h2:before {
    content: '';
    flex: 1;
    border: 2px solid #FE913F;
  }
  .shop-by-brand-container .btn-shop-all {
    font-size: 14px;
    line-height: 14px;
    width: fit-content;
    margin: 0 auto;
  }
  .shop-by-brand-container .row {
    padding: 0 10px;
  }
  .shop-by-brand-container .row::before {
    display: none;
  }
  .shop-by-brand-container .row .col-home-brand {
    padding: 0 5px 5px;
  }
  .shop-by-brand-container .col-home-brand a {
    min-width: 105px;
    height: 73px;
  }
  /* Remove when live */
  .shop-by-brand-container .shop-by-brand-body ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .shop-by-brand-container .shop-by-brand-body ul li a {
    width: 105px;
    height: 73px;
  }
  .shop-by-brand-container .shop-by-brand-body ul li a img {
    width: 100%;
    height: 100%;
  }
}
/* Test 10 */
.home-campaigns-container,
.test-10 .wrapper-home-categories {
  display: none;
}
.test-10 .home-campaigns-container {
  display: block;
  max-width: 1400px;
  padding: 0;
}
.home-campaigns-container .row {
  display: flex;
  gap: 20px;
}
.home-campaigns-container .row .column-home-campaigns {
  height: 343px;
  position: relative;
  flex: 1 1 calc(50% - 20px);
  padding: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.column-home-campaigns:nth-child(1) {
  background-image: url('/assets/images/western-sale-img.png');
}
.column-home-campaigns:nth-child(2) {
  background-image: url('/assets/images/winter-lifestyle-img.png');
}
.home-campaigns-container .row .column-home-campaigns a {
  padding: 12px 24px;
  color: #fff;
  background: #FE913F;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 32px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  .home-campaigns-container {
    max-width: 100%;
    padding: 0 15px;
  }
  .home-campaigns-container .row .column-home-campaigns {
    height: 205px;
    padding: 12px;
    display: flex;
    align-items: end;
  }
  .home-campaigns-container .row .column-home-campaigns a {
    bottom: 10px;
    right: unset;
    padding: 7px 0;
    width: 60%;
    margin: 0 auto;
    position: relative;
    font-size: 10px;
    line-height: normal;
    text-align: center;
    border-radius: 3px;
  }
  .column-home-campaigns:nth-child(1) {
    background-image: url('/assets/images/western-sale-mobile.png');
  }
  .column-home-campaigns:nth-child(2) {
    background-image: url('/assets/images/winter-lifestyle-mobile.png');
  }
}
/* Perm 13 */
.card.panel.panel-default,
.zip-pay-container {
  display: none;
}
.show_test-13 {
  display: block !important;
}
.row.btn-stack {
  display: flex;
  align-items: center;
}
.row.btn-stack #paypal img {
  height: 55px;
}
.payment-method-container {
  display: flex;
  width: 500px;
  margin: 14px auto 0;
}
.payment-method-container .payment-method-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.payment-method-container .payment-method-item:first-child {
  border-right: 1px solid #EBEBEB;
  padding-right: 25px;
}
.payment-method-container .payment-method-item:last-child {
  padding-left: 25px;
}
.payment-method-container .payment-method-item svg {
  display: block;
}
.payment-method-container .payment-method-item p,
.payment-method-container .payment-method-item .zip-container span {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.payment-method-container .payment-method-item .zip-container .zip-learn-more,
.payment-method-container .payment-method-item .payment-method-zip span,
.payment-method-container .payment-method-item .payment-method-zip img {
  display: none;
}
.payment-method-container .payment-method-item .payment-method-zip .zip-container .zip-learn-more {
  display: block;
  color: #BCBCBC;
  font-size: 17px !important;
}

@media only screen and (max-width: 768px) {
  .row.btn-stack {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .row.btn-stack #paypal img {
    height: 58px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
  }
  .payment-method-container {
    width: 100%;
    align-items: center;
  }
  .payment-method-container .payment-method-item:first-child,
  .payment-method-container .payment-method-item:last-child {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .payment-method-container .payment-method-item:first-child {
    padding: 0 35px 0 20px;
  }
  .payment-method-container .payment-method-item:last-child {
    padding: 0 20px;
  }
  .payment-method-container .payment-method-item a.mobile-only {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #939393;
    text-decoration: underline;
  }
  .payment-method-container .payment-method-item .payment-method-zip .zip-container .zip-learn-more {
    display: none;
  }
  .payment-method-container .payment-method-item .payment-method-zip:after {
    content: 'Learn More';
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #939393;
    text-decoration: underline;
  }
  .payment-method-container .payment-method-item .payment-method-zip .zip-widget__wrapper {
    padding: 0;
  }
}
.findify-components--facet[aria-facet="category"] {
  display: none;
}
/* Test 11 */
.show_test-11,
.back-search-btn {
  display: none;
}
 .show_test-11 {
  display: block;
}
 .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--block-title {
  flex-direction: row;
  align-items: center;
  font-weight: 700;
}
 .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--block-title .findify-components-autocomplete--products__view-all {
  background: transparent;
  color: #FE913F;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}
 .findify-layouts--autocomplete--dropdown__wrapper_mobile .findify-components--cards--product--price__price-wrapper {
  flex-direction: row !important;
  justify-content: normal !important;
}
 .findify-layouts--autocomplete--dropdown__wrapper_mobile .findify-components--cards--product__image {
  min-width: 105px !important;
}
 .findify-components--cards--product--rating__rating {
  display: none !important;
}
 .findify-components--cards--product.findify-components--cards--product__autocomplete {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #d4dee4;
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
li.mobile-search-icon span.search-icon {
    margin-bottom: -1.5px;
    display: block;
}
@media only screen and (max-width: 768px) {
   .findify-components--cards--product__sticker_right {
    right: auto;
  }
   .header-center-content.header-center-content-search {
    display: none;
  }
   .findify-layouts--autocomplete--dropdown .findify-components-autocomplete__close {
    display: none !important;
  }
   .back-search-btn {
    display: block;
    width: 14px;
    height: 25px;
  }
   .back-search-btn svg {
    display: block;
  }
   .col-auto.wrapper-search {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 30px 0 15px!important;
  }
   .header-search {
    border-radius: 5px;
  }
  span#search-btn {padding: 10px 13px 10px;}
  span#search-btn svg {
    display: block;
  }
  .home-categ-bg img {
    height: auto;
  }
   .findify-layouts--autocomplete--dropdown__wrapper_mobile .findify-components--cards--product__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }
   .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--suggestion-item__suggestion, 
   .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--suggestion-item__trending {
    padding: 5px 10px;
  }
   .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--suggestion-item__suggestion {
    font-size: 18px !important;
  }
   .header-center-content.header-center-content-search {
    position: fixed !important;
    z-index: 9999999 !important;
    width: 100%;
    background: #fff;
    top: 0;
    padding: 20px 0 !important;
  }
   .col-auto.wrapper-acct.wrapper-acct-mob {
    padding-right: 25px !important;
  }
}

/* Test 14 */
.home-campaigns-container,
.test_14 .wrapper-home-categories.circle-section,
.container.show_test_14,
.test_14 .hide_test_14 {
  display: none;
}
.test_14 .home-campaigns-container {
  display: block;
  padding: 0;
  margin-bottom: 40px;
}
.test_14 .wrapper-home-categories.show_test_14,
.test_14 .container.show_test_14 {
  display: block !important;
}
.test_14 .wrapper-home-categories.show_test_14 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.test_14 .container.show_test_14 {margin-bottom: 60px;}
.home-campaigns-container .row {
  display: flex;
}
.home-campaigns-container .row .column-home-campaigns {
  height: 343px;
  position: relative;
  flex: 1 1 calc(50% - 20px);
  padding: 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow: hidden;
}
.home-campaigns-container .row .column-home-campaigns:first-child {
  background-image: url('/assets/images/western-sale-banner1.jpg');
}
.home-campaigns-container .row .column-home-campaigns:last-child {
  background-image: url('/assets/images/winter-lifestyle-banner.jpg');
}
.home-campaigns-container .row .column-home-campaigns .btn-container {
  position: absolute;
  bottom: 32px;
  left: 40%;
}
.home-campaigns-container .row .column-home-campaigns .btn-container a {
  padding: 12px 24px;
  color: #fff;
  background: #FE913F;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  width: 200px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.home-campaigns-container.single-campaign-container .row {
  width: auto;
}
.home-campaigns-container .row .column-home-campaigns .btn-container a:last-child {
  margin-bottom: 0;
}
.single-campaign-container .row .column-home-campaigns {
  height: 397px;
  position: relative;
  flex: 1 1 calc(50% - 20px);
  padding: 0;
  background-image: url('https://www.allingtons.com.au/assets/images/homepage-banner-t14.png') !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow: hidden;
}
.single-campaign-container .row .column-home-campaigns .btn-container {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.single-campaign-container .row .column-home-campaigns .btn-container a {
  padding: 12px 24px;
  color: #fff;
  background: #FE913F;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: block;
  width: 200px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
  border-radius: 2px;;
}
.single-campaign-container .row .column-home-campaigns .btn-container a:last-child {
  margin-bottom: 0;
}
.shop-by-category-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.shop-by-category-header h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  width: 100%;
}
.shop-by-category-header h2:after {
  content: '';
  flex: 1;
  border: 2px solid #FE913F;
}
.shop-by-category-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-by-category-content ul li {
  width: calc(25% - 10px);
  margin: 5px;
  box-sizing: border-box;
}
.shop-by-category-content ul li:first-child,
.shop-by-category-content ul li:nth-child(5){
  padding-left: 0;
}
.shop-by-category-content ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
@media (min-width: 1500px) {
  .home-campaigns-container .row .column-home-campaigns {
    background-size: cover;
  }
  .home-campaigns-container .row {
    width: 1400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-campaigns-container {
    max-width: 90%;
    padding: 0 15px;
  }
  .home-campaigns-container .row {
    gap: 0;
  }
  .test_14 .home-campaigns-container {margin-bottom: 15px;}
  .test_14 .container.show_test_14 {margin-bottom: 30px;}
  .home-campaigns-container .row .column-home-campaigns:first-child {
    background-image: url('/assets/images/western-sale-mobile.jpg');
    height: 205px;
  }
  .home-campaigns-container .row .column-home-campaigns:last-child {
    background-image: url('/assets/images/winter-sale-lifestyle-mobile.jpg');
    height: 205px;
  }
  .home-campaigns-container .row .column-home-campaigns .btn-container {
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-campaigns-container.single-campaign-container {
    max-width: 100% !important;
  }
  .single-campaign-container .row .column-home-campaigns {
    background-image: url('/assets/images/home-single-banner-mobile.jpg') !important;
    height: 397px !important;
  }
  .single-campaign-container .row .column-home-campaigns .btn-container a {
    left: 0;
    bottom: 0;
  }
  .shop-by-category-header {
    margin-bottom: 10px;
  }
  .shop-by-category-header h2 {
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
  }
  .shop-by-category-header h2:before,
  .shop-by-category-header h2:after {
    display: none;
  }
  .shop-by-category-content ul {
    display: block;
  }
  .shop-by-category-content ul li {
    padding: 15px 0;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
  }
  .shop-by-category-content ul li a {
    font-size: 15px;
    line-height: 22.5px;
  }
  .test_14 .findify-element .swiper-pagination-bullet-active {
    background: #FE913F !important;
  }
  /* #home-findify-rec-4 .swiper-pagination .swiper-pagination-bullet {
      display: none;
  }
  #home-findify-rec-4 .swiper-pagination .swiper-pagination-bullet:nth-of-type(-n+6) {
      display: inline-block;
  } */
}

/* Findify Overwrite Styling */
.findify-components--cards--product__cta:link {
  color: #fff !important;
}

/*Home Brands*/
.shop-by-brand-container img[alt="Akubra Brand"], .shop-by-brand-container img[alt="Ariat Brand"]  {
	border-radius: 8.5px;
	aspect-ratio: 171/118;
	object-fit: contain;
}

@media (max-width: 768px) {
.shop-by-brand-container img[alt="Akubra Brand"], .shop-by-brand-container img[alt="Ariat Brand"] {
    border-radius: 4.5px;
}
}

@media (max-width: 767px) {
	.wrapper-desk-fixed {
        position: fixed !important;
    }
	
	.wrapper-mob-fixed {
        position: relative !important;
    }
	
    section.header-center-content-search {
		background: #fff;
	}
	
	body#n_home {
        padding-top: 47px;
    }
	
	/*body#n_home:not(:has(.header-center-content-search.hidden-xs)) {
		padding-top: 115px;
	}
	
	body:not(:has(.header-center-content-search.hidden-xs)) {
		padding-top: 145px;
	}*/
	
	section.findify-layouts--autocomplete--dropdown {
		max-height: calc(100dvh - 70px);
	}
	
	body:has(.findify-layouts--autocomplete--dropdown__fullscreen>*), html:has(.findify-layouts--autocomplete--dropdown__fullscreen>*) {
		overflow: hidden;
	}
}


/*Cart page*/
.total-saving-container {
    display: block !important;
}

.crossed_price_total {
	text-decoration: line-through;
    color: rgba(17, 17, 17, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

body#n_checkout .free-text {
    background: rgba(31, 214, 124, 1);
    min-height: 19px;
    width: 46px;
    padding: 1px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 16.9px;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sticky-footer-wrapper span.crossed_price_total.grand-savings {
    font-size: 14px;
    line-height: unset;
}

@media (max-width: 767px) {
.footer-cart-total-container .success .text-right h3, .footer-cart-total-container .success .crossed_price_total {
    font-size: 14px;
}	
}

#n_product div#_jstl__header_r [aria-label="Product Name"] {
    font-size: 20px;
    font-weight: 600;
}

div#_jstl__header_r .productwasprice {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
}

div#_jstl__header_r .productrrp {
    display: none;
}

div#_jstl__header_r .productpromo {
    display: inline-block;
    font-size: 18px;
    color: #0B9752;
    font-weight: 600;
}

div#_jstl__header_r [aria-label="Store Price"] {
    font-size: 18px;
    font-weight: 600;
}


/*Mobile menu*/
#mob-menu-cat {
    margin-top: 2px;
}

#mob-menu-cat>li>.mob-drop,
#mob-menu-cat>li>.clearance-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px;
    border-radius: 6px;
}

.category-icon {
    width: 34px;
    height: 34px;
    margin-right: 14px;
}

.category-icon .icon-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-icon.brands .icon-wrap {
    background: rgba(49, 140, 231, 1);
    border-radius: 50%;
}

.category-icon.sale .icon-wrap {
    background: rgba(208, 40, 75, 1);
    border-radius: 50%;
}

.category-icon .icon-text {
    font-size: 8px;
    font-weight: 700;
    line-height: 10.4px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.category-icon.sale .icon-text {
    font-size: 10px;
    line-height: 13px;
}

.category-icon img {
    width: 100%;
}

.category-icon img[alt="adult-clothing"] {
    height: 100%;
    object-fit: contain;
}

#mob-menu-cat.update-height {
    height: 451px !important;
}

.brands-wrap~.menu-mob {
    display: none !important;
}

.brands-wrap {
    margin-top: 0;
}

.brands-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
    padding: 6px 15px 15px;
    color: rgba(79, 80, 82, 1);
}

.category-icon.brands .icon-wrap {
    background: rgba(49, 140, 231, 1);
    border-radius: 50%;
}

.category-icon .icon-text {
    font-size: 8px;
    font-weight: 700;
    line-height: 10.4px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.category-icon.sale .icon-wrap {
    background: rgba(208, 40, 75, 1);
    border-radius: 50%;
}

.collapse-slide-menu > li.brands-wrap a {
    background: none !important;
}

@media (max-width: 768px) {
body .findify-components--cards--product.findify-components--cards--product__autocomplete {
    border: none;
    border-bottom: 1px solid #D4DEE4;
    border-radius: 0;
}

body .findify-layouts--autocomplete--dropdown__wrapper_mobile .findify-components--cards--product__title {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}
	
body .findify-layouts--autocomplete--dropdown__wrapper_mobile .findify-components--cards--product__sticker__sale {
    left: 0;
    right: unset;
    text-transform: uppercase;
    padding: 2px 4px;
}

body .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--products .findify-components-autocomplete--block-title {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

body .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--suggestion-item__trending:nth-child(n+4) {
    display: none;
}
	
body .findify-layouts--autocomplete--dropdown .findify-components-autocomplete--suggestion-item__suggestion:nth-child(n+4) {
    display: none;
}
}

@media (min-width: 768px) {
.findify-layouts--autocomplete--dropdown__container .findify-components--cards--product__image__wrapper .findify-components-common--image__image {
    position: static;
    aspect-ratio: 1/1;
}

.findify-layouts--autocomplete--dropdown__container .findify-components-common--image {
    padding: 0 !important;
}

.findify-layouts--autocomplete--dropdown__container .findify-components--cards--product__content {
    padding-bottom: 15px;
}
}

@media (max-width: 768px) {
.findify-components--cards--product .findify-components--cards--product__cta {
    opacity: 1 !important;
    position: relative !important; 
	display: block !important;
}
}

body {
	overflow-x: hidden;
}

@media (max-width: 768px) {
section.header-center-content.visible-xs {
    padding: 15px 0 10px;
}

section.wrapper-desk-fixed {
    top: 0px;
}
	
body {
	padding-top: 70px;
	overflow-x: hidden;
}

body#n_home {
    padding-top: 0;
}
	
body#n_home .pd-algolia-overlay {
    padding-top: 30px;
}
}
