/* ---------------------------------
   Token Imports
--------------------------------- */
@import "../tokens/_borders.css";
@import "../tokens/_breakpoints.css";
@import "../tokens/_colors.css";
@import "../tokens/_positioning.css";
@import "../tokens/_radii.css";
@import "../tokens/_spacing.css";
@import "../tokens/_typography.css";
@import "../tokens/_utilities.css";
@import "../tokens/_components.css";
@import "../tokens/_component-styles.css";

/*------------
Default Css 
------------*/

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}

html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #FB6F13;
}

@font-face {
  font-family: 'trade-gothic-bold-condensed';
  src: url(../fonts/TradeGothicLTStd-BdCn20.otf);
  font-weight: bold;
}

:root {
  --font-primary: 'Anton', sans-serif;
  --font-secondary:'trade-gothic-next', sans-serif;
}

body {
  color: #555555;
  font-size: 16px;
  font-family: "trade-gothic-next";
  font-weight: 400;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:active,
a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

button:active,
button:hover,
button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #000;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

.container {
  max-width: 1600px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bo-color-tertiary);
  font-family: var(--bo-font-secondary);
  font-weight: var(--bo-font-weight-bold);
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: var(--bo-color-tertiary);
  cursor: pointer;
  font-size: var(--bo-font-size-body);
  font-weight: var(--bo-font-weight-light);
}

*::-moz-selection {
  background: #FB6F13;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #FB6F13;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #FB6F13;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 16px;
  opacity: 1;
}

/* Other Common CSS */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

@media (min-width: 992px) {
  .container {
    max-width: 95%;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 0px;
}

.row.gutter {
  --bs-gutter-x: 30px;
}

/*--------------------------------------------------------------------
Header - Top Beige Banner, Top Nav Banner, and Mobile Top Nav Sidebar
---------------------------------------------------------------------*/

.header-top {
  background: var(--bo-color-neutral-300);
  position: relative;
}
.header-top-link {
  align-items: center;
  display: flex;
  font-family: var(--bo-font-secondary);
  font-stretch: 100%;
  text-transform: var(--bo-text-uppercase);
}
.header-top-link a {
  color: var(--bo-color-tertiary);
  line-height: var(--bo-line-height-loose);
}
.col-xl-3 .header-top-link a {
  font-size: var(--bo-font-size-caption-xxs);
  font-weight: var(--bo-font-weight-light);
}
.col-xl-6 .header-top-link a {
  font-size: var(--bo-font-size-caption-xs);
  font-weight: var(--bo-font-weight-regular);
  letter-spacing: var(--bo-letter-spacing-fine);
  -webkit-text-stroke: 0.7px;
}
.header-top .icon-site , .header-top .icon-site a , .header-top .language {
  color: var(--bo-color-tertiary);
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-caption-xxs);
  font-stretch: var(--bo-font-stretch-normal);
  font-weight: var(--bo-font-weight-light); 
  letter-spacing: var(--bo-letter-spacing-fine);
  -webkit-text-stroke: 0.3px;
}
.header-top .country-icon {
  height: var(--bo-icon-size-lg);
  margin-left: 4px;
}
  .header-area .logo img {
    height: var(--bo-icon-size-md);
  }

.header-area .container {
  align-content: center;
  position: relative;
}
.header-middle-right {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;
}
.header-middle-right .dropdown-wrap , .header-top .dropdown-wrap , .offset-sidebar .dropdown-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
.header-middle-right .dropdown-wrap , .header-top .dropdown-wrap {
  justify-content: end;
}
.offset-sidebar .dropdown-wrap {
  justify-content: start;
}
.offset-sidebar .site-name {
  margin-top: 2%;
}
.offset-sidebar .country-icon {
  height: 28px;
}
.offset-sidebar .footer-widget li {
  padding: 4px 0;
}
.header-middle-right .dropdown-wrap:hover>ul , .header-top .dropdown-wrap:hover>ul , .offset-sidebar .dropdown-wrap:hover>ul {
  visibility: visible;
  opacity: 1;
}
.header-middle-right .dropdown-wrap ul , .header-top .dropdown-wrap ul , .offset-sidebar .dropdown-wrap ul {
  position: absolute;
  right: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  box-shadow: 0 1px 3px 0 var(--bo-color-neutral-800);
  background: var(--bo-color-secondary);
  min-width: 100px;
  z-index: 109;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.offset-sidebar .dropdown-wrap ul {
  position: absolute;
  right: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  min-width: 150px;
  z-index: 109;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}
.header-middle-right .dropdown-wrap ul li , .header-top .dropdown-wrap ul li {
  display: block;
  padding: 4px 16px 4px;
}
.header-middle-right .dropdown-wrap ul li a , .header-top .dropdown-wrap ul li a {
  color: var(--bo-color-tertiary);
  display: block;
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-caption-xxs);
  font-stretch: var(--bo-font-stretch-normal);
  font-weight: var(--bo-font-weight-light);
  padding: 0 var(--bo-space-xs);
  text-transform: var(--bo-text-uppercase);
}
.header-middle-right .dropdown-wrap ul li a:hover , .header-top .dropdown-wrap ul li a:hover {
  background-color: var(--bo-color-neutral-200);
}
.header-middle-right .cart-icon {
  line-height: 1;
  position: relative;
}
.cart-badge {
  align-content: center;
  background: var(--bo-color-primary);
  border-radius: 100%;
  color: var(--bo-color-tertiary);
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-sup);
  font-stretch: var(--bo-font-stretch-normal);
  font-weight: var(--bo-font-weight-regular);
  height: var(--bo-icon-size-xs);
  line-height: var(--bo-line-height-relaxed);
  position: absolute;
  right: -6px;
  text-align: center;
  top: -4px;
  width: var(--bo-icon-size-xs);
  z-index: 99;
}
@media (min-width:992px) {
  #topNavAB , li.has-mega-menu {
    align-content: center;
    height: 5rem;
  }
  .header-area .logo img {
    height: var(--bo-icon-size-md);
  }
}
@media (max-width:992px) {
  .header-area .container {
    height: 5rem;
  }
  .header-area .logo img {
    height: 1.5rem;
  }
}

/*---------------------
Top Nav Mobile Sidebar
----------------------*/

.header-fixed {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}
.header-fixed.nav-hidden {
  transform: translateY(-100%);
}
.offset-sidebar {
  width: 100%;
  height: 150%;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden; 
  visibility: hidden;
  opacity: 0;
  pointer-events: none; 
  z-index: 999; 
}
.offset-sidebar.active {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  z-index: -1;
}
.offset-sidebar .offset-overlay {
  position: absolute;
  left: 0;
  top: 8.5rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}

.offset-sidebar .off-canvas-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.offset-sidebar .off-canvas-close:hover {
  background: #dc3545; 
  border-color: #dc3545;
  color: #fff;
}
.offset-sidebar .offset-wrap {
  width: 80%;
  background-color: var(--bo-color-neutral-100);
  position: absolute;
  top: 8.5rem;
  bottom: -50rem;
  left: 100%;
  overflow-y: scroll;
  height: 150%;
  padding-block: var(--bo-space-md);
  transition: left 0.6s ease;
  pointer-events: auto;
}

.offset-sidebar .offset-wrap.active {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 29px 29px 0px;
  left: 20%;
}

.offset-sidebar .offset-menu>ul>li>a {
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  height: 46px;
}

.offset-sidebar .offset-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offset-sidebar .offset-menu ul li {
  display: block;
  border-bottom: 1px solid transparent;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .offset-sidebar .offset-menu ul li {
    margin-right: 15px;
  }
}
.offset-sidebar .offset-menu ul .has-dropdown {
  position: relative;
}
.offset-sidebar .offset-menu ul .has-dropdown.active {
  z-index: 1;
}
.offset-sidebar .offset-menu ul .has-dropdown .toggle-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: var(--bo-icon-size-sm);
  width: var(--bo-icon-size-sm);
  cursor: pointer;
}

.offset-sidebar .offset-menu ul .has-dropdown .toggle-btn .icon , .offset-sidebar .offset-menu ul .has-dropdown .mega-list-col .toggle-btn {
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.offset-sidebar .offset-menu ul .has-dropdown .toggle-btn .icon {
  background-image: url(../../index/orange_arrow-icon.png);
  height: 100%;
}

.offset-sidebar .offset-menu ul .has-dropdown .mega-list-col .toggle-btn {
  background-image: url(../../index/dropdown-arrow-black.png);
  height: 12px;
  width: var(--bo-icon-size-xs);
}

.offset-sidebar .mega-list-col .has-dropdown.active .toggle-btn {
  transform: rotate(180deg);
  transition: 0.2s linear;
}

.offset-sidebar .offset-menu ul .has-dropdown>a {
  align-items: center;
  border-bottom: 1px solid var(--bo-color-accent-100);
  display: flex;
  flex-wrap: wrap;
  height: var(--bo-space-xxl);
  margin-top: 4px;
  padding-inline: var(--bo-space-xl);
}

.offset-sidebar .offset-menu ul .sub-menu {
  display: none;
}

.offset-sidebar .offset-menu ul .sub-menu .mega-grid-layout {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.offset-sidebar .offset-menu ul .sub-menu .mega-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.offset-sidebar .offset-menu ul .sub-menu .mega-title {
  cursor: pointer;
  color: var(--bo-color-tertiary);
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-title-lg);
  font-stretch: var(--bo-font-stretch-condensed);
  font-weight: var(--bo-font-weight-bold);
  margin-bottom: 10px;
  text-transform: var(--bo-text-uppercase);
}

.offset-sidebar .offset-menu ul .sub-menu .mega-list-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offset-sidebar .offset-menu ul .sub-menu .mega-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.offset-sidebar .offset-menu ul .sub-menu .mega-product-wrap a {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.offset-sidebar .offset-menu ul .sub-menu .mega-product-wrap a img {
  width: 100%;
  height: 100%;
}

.offset-sidebar .offset-menu ul .sub-menu .mega-product-wrap a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 2;
}
.offset-sidebar .offset-menu ul .sub-menu .mega-product-wrap a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 10px;
  z-index: 5;
}

/*Mobile Nav Sidebar Button Switching (from right side to left side)*/

.mobile-drill-hidden {
  display: none !important;
}

.mobile-back-header {
  animation: mobileBackIn 0.05s linear;
  border-bottom: 1px solid var(--bo-color-accent-100);
  padding: var(--bo-space-md) var(--bo-space-xl);
}

.mobile-back-header.hiding {
  animation: mobileBackOut 0.005s ease forwards;
}

@keyframes mobileBackIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

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

.mobile-back-link {
  align-items: center;
  color: var(--bo-color-tertiary)!important;
  display: flex;
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-title-md);
  font-stretch: var(--bo-font-stretch-condensed);
  font-weight: var(--bo-font-weight-bold);
  gap: 6px;
  letter-spacing: var(--bo-letter-spacing-fine);
  line-height: var(--bo-line-height-normal);
  text-decoration: none;
  text-transform: var(--bo-text-uppercase);
}

.mobile-back-link:hover {
  color: var(--bo-color-primary-hover);
  text-decoration: none;
}

.mobile-back-link img {
  left: 3%;
  position: absolute;
  transform: rotate(180deg);
  width: 24px;
}

#sidebarLinks {
  .accordion-item {
    background-color: var(--bo-color-neutral-100);
    border: none;
  }
  .accordion-button::after {
    background-image: url(../../index/dropdown-arrow-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    margin-left: 4px;
    width: var(--bo-icon-size-xs);
  }
  .accordion-button {
    background-color: var(--bo-color-neutral-100);
    box-shadow: none;
    padding: 0;
  }
  .accordion-button:focus {
    border: none;
    box-shadow: none;
    outline: none;
  }
  .accordion-body {
    padding: 0;
  }
}

@media (max-width:992px) {
  #topMenuOffsetResources {
    padding-inline: var(--bo-space-xl);
  }
  .offset-sidebar .icon-account {
    height: 2rem;
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%;
  }
  .offset-sidebar .icon-account a , .header-top-link , #sidebarLinks .accordion-button , #sidebarLinks .accordion-body li a {
    color: var(--bo-color-tertiary);
    font-family: var(--bo-font-secondary);
    font-size: var(--bo-font-size-caption);
    font-stretch: var(--bo-font-stretch-normal);
    font-weight: var(--bo-font-weight-light);
    letter-spacing: var(--bo-letter-spacing-fine);
    text-transform: var(--bo-text-uppercase);
  }
  .offset-sidebar .account-icon {
    width: var(--bo-icon-size-sm);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .td-product-view {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .td-product-view {
    height: 400px;
  }
}

.product-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  max-height: 585px;
}
.product-wrap:hover .hover-thumb {
/*  border-radius: 4px;
  visibility: visible;
  opacity: 1;*/
}
.thumb:hover {
  transform: scale(1.025);
  transition: 0.3s linear;
}

@media (max-width: 767px) {
  .product-wrap:hover .hover-thumb {
    display: none;
  }
}

.product-wrap .thumb {
  align-items: flex-end;
  background: #F8F8F8;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin-bottom: var(--bo-space-sm);
  overflow: hidden;  
  padding: 10px 0 30px 0;
  position: relative;
  width: 100%; 
  z-index: 1;
}
.product-wrap .hover-thumb {
  position: absolute;
  left: 0;
  bottom: 6.5rem;
  height: 80%;
  width: 100%;
  background: #F8F8F8;
  justify-content: center;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
@media (min-width: 1400px) {
  .product-wrap .hover-thumb {
    height: 80%;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .product-wrap .hover-thumb {
    height: 72%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .product-wrap .hover-thumb {
    height: 19vw;
  }
}

.product-wrap .hover-thumb img {
  max-width: 100%;
}

/* Grid: hover-thumb is nested inside .thumb so it always covers exactly the
   same box as the primary image, regardless of the hover image's own
   aspect ratio (avoids gaps/mismatched heights on hover). */
.product-wrap .thumb .hover-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.product-wrap .thumb .hover-thumb img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.product-wrap .hover-thumb .view {
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 10;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  background: #000;
  padding: 3px 25px;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  font-family: "Front Page Neue";
  border: 2px solid #000;
  text-transform: uppercase;
}
.product-wrap .content {
  font-family: var(--bo-font-secondary);
  font-stretch: var(--bo-font-stretch-condensed);
}
.product-wrap .content .title , .product-wrap .content .price {
  color: var(--bo-color-tertiary);
  font-weight: var(--bo-font-weight-bold);
}
.product-wrap .content .text {
  color: var(--bo-color-neutral-600);
  font-weight: var(--bo-font-weight-light);
}
.product-wrap .content .price .sell {
  color: var(--bo-color-danger);
  font-weight: var(--bo-font-weight-bold);
}
.product-wrap .content .price .discount {
  color: var(--bo-color-neutral-600);
  font-weight: var(--bo-font-weight-light);
  margin-left: 5px;
  text-decoration: line-through;
}
@media(min-width:992px) {
  .product-wrap .content .title , .product-wrap .content .text , .product-wrap .content .price {
    font-size: var(--bo-font-size-caption);
  }
}
@media(max-width:992px) {
  h2 {
    margin-bottom: 0;
  }
  .product-wrap .content .title , .product-wrap .content .price {
    font-size: var(--bo-font-size-caption-md);
    line-height: var(--bo-line-height-none);
    padding-top: 6px;
  }
  .product-wrap .content .text {
    font-size: var(--bo-font-size-caption);
    padding: 4px 0 2px;
  }
}

.product-slider {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .product-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.product-slider .single-slide {
  padding: 15px;
}

@media (max-width: 767px) {
  .product-slider .single-slide {
    padding: 10px;
  }
}

.product-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  gap: 8px;
}

.product-slider .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}

.product-slider .slick-dots li.slick-active {
  opacity: 1;
}

.product-slider .slick-dots li button {
  display: none;
}

.section-separator {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}

@media (max-width: 767px) {
  .is-compact .fancybox__content>.f-button.is-close-btn {
    background: #dc3545;
    left: 10px;
    right: auto;
    top: 10px;
  }
}


/*----------
Popup Cart 
-----------*/
@media (min-width:992px) {
  #popupCart.modal-dialog {
    max-width: 90%;
  }
}
#popupCart {
  .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .cart-popup-wrapper .cart-popup-head {
    align-items: center;
    display: flex;
  }
  .cart-popup-wrapper .popup-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: var(--bo-icon-size-lg);
    justify-content: end;
    width: 100%;
  } 
  .cart-popup-middle .price-old {
    color: var(--bo-color-neutral-700);
    font-weight: var(--bo-font-weight-light);
    margin-right: 10px;
  }
  .cart-popup-middle .price-clearance {
    color: var(--bo-color-danger);
    padding-top: 1px;
  }
  h5 , .price {
    color: var(--bo-color-tertiary);
    font-family: var(--bo-font-secondary);
    font-stretch: var(--bo-font-stretch-condensed);
    font-weight: var(--bo-font-weight-bold);
    line-height: var(--bo-line-height-none);
  }

  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .green-check {
    animation: fadeInLeft 0.8s ease-out forwards;
    margin-left: 0.5rem;
    width: var(--bo-icon-size-xs);
  }
  .cart-product .content {
    height: auto;
    padding-left: 1rem;
    align-self: center;
  }
  .cart-product .meta.row p , .cart-product b  , #cartButtons .sub-total {
    color: var(--bo-color-tertiary);
    font-family: var(--bo-font-secondary);
    font-stretch: var(--bo-font-stretch-normal);
    font-weight: var(--bo-font-weight-light);
    text-transform: var(--bo-text-uppercase);
  }
  .cart-product .meta.row p , .cart-product b {
    font-size: var(--bo-font-size-caption-xs);
  }
  .cart-product .meta.row p {
    line-height: var(--bo-line-height-none);
    margin: 0.5rem 0;
  }
  .cart-product b , #cartButtons .sub-total .title {
    font-weight: var(--bo-font-weight-bold);
  }
  #cartButtons .btn-primary , #cartButtons .btn-secondary {
    margin-top: 0.7rem;
  }
  #cartButtons .btn-primary:hover , #cartButtons .btn-secondary:hover {
    transform: none;
  }
  #cartButtons .btn-secondary {
    color: var(--bo-color-primary);
  }
  #cartButtons .btn-secondary:hover {
    color: var(--bo-color-secondary);
    transition: all 0.3s linear 0s;
  }
  .cart-product .remove {
    color: var(--bo-color-tertiary);
    border-bottom: 2px solid var(--bo-color-primary);
    font-family: var(--bo-font-secondary);
    font-size: var(--bo-font-size-sup);
    font-stretch: var(--bo-font-stretch-normal);
    font-weight: var(--bo-font-weight-light);
    letter-spacing: var(--bo-letter-spacing-normal);
    text-transform: var(--bo-text-uppercase);
  }

  @media (min-width:1200px) {
    .modal-content {
      width: 38%;
    }
    .green-check {
      height: 1.5rem;
    }
  }
  @media (max-width:1200px) and (min-width:992px) {
    .modal-content {
      width: 50%;
    }
    .green-check {
      height: 1rem;
    }
  }
  @media (min-width:992px) {
    .modal-content {
      top: 0.5rem;
    }
    .modal-body {
      padding: 1.5rem 2rem 2rem;
    }
    h5 , .price {
      font-size: var(--bo-font-size-title-xs);
    }
    .cart-product {
      margin: 0.8rem 0;
    }
    .cart-product .remove {
      line-height: var(--bo-line-height-loose);
    }
    #cartButtons .sub-total {
      font-size: var(--bo-font-size-caption-xs);
    }
  }

  @media (max-width:992px) {
    .modal-content {
      top: 2rem;
      width: 100%;
    }
    .green-check {
      height: 1.2rem;
    }
    h5 , .price {
      font-size: var(--bo-font-size-title-sm);
    }
    .price {
      line-height: var(--bo-line-height-none);
    }
    .cart-product {
      margin: 1rem 0;
    }
    .cart-product .remove {
      line-height: var(--bo-line-height-none);
    }
    #cartButtons .sub-total {
      font-size: var(--bo-font-size-caption-sm);
    }
  }
}

/*----------
Cart Backdrop
------------*/
#cart-backdrop {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s linear;
  visibility: hidden;
  z-index: 1054;
}

#cart-backdrop.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/*--------
Filters / Grid
---------*/

.product-breadcrumb .s-small-title {
  cursor: default;
}

.product-breadcrumb .s-small-title , .product-breadcrumb .s-small-title a {
  color: var(--bo-color-neutral-700);
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-caption-xxs);
  font-stretch: var(--bo-font-stretch-normal);
  font-weight: var(--bo-font-weight-regular);
  text-transform: var(--bo-text-uppercase);
}

.categoryTitle {
  cursor: default;
  display: block; 
  font-family: var(--bo-font-secondary);
  font-stretch: var(--bo-font-stretch-condensed);
  line-height: var(--bo-line-height-none);
  text-transform: var(--bo-text-uppercase);
}

@media (min-width:992px) {
  .categoryTitle {
    border-bottom: 1px solid var(--bo-color-tertiary);
    padding-bottom: 2rem;
    margin-top: 2rem;
  }
}

.filter-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  position: relative;
}

.open-close-filters button , a.sort-by-filters {
  background-color: var(--bo-color-transparent);
  border: none;
  color: var(--bo-color-tertiary);
  font-family: var(--bo-font-secondary);
  font-stretch: var(--bo-font-stretch-condensed);
  font-weight: var(--bo-font-weight-bold);
}

.fancybox__container {
  z-index: 99999;
}

.product-area {
  background-color: var(--bo-color-neutral-300);
  overflow: clip;
  position: relative;
}

#catParagraph {
  h4 , h6 , span , p {
    font-family: var(--bo-font-secondary)!important;
    font-size: var(--bo-font-size-caption-sm)!important;
    font-stretch: var(--bo-font-stretch-condensed)!important;
    font-weight: var(--bo-font-weight-semibold)!important;
  }
}

.products-layout {
  position: relative;
  z-index: 1;
}

.products-layout .product-filters {
  position: absolute;
  left: -999%;
  top: 0;
  width: 370px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 35px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 99;
}

@media (min-width:1600px) {
  .products-layout .product-filters {
    width: 22rem;
  }
}
@media (max-width:1600px) and (min-width:992px) {
  .products-layout .product-filters {
    width: 20rem;
  }
}
@media (min-width:992px) {
  .products-layout {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

@media (max-width:992px) {
  .products-layout .product-filters , .products-layout .product-filters:before {
    display: none;
  }
  
}

.products-layout .product-filters:before {
  content: "";
  position: absolute;
  left: -999px;
  right: 0;
  top: 0;
  bottom: -999px;
  background-image: url("https://www.bogsfootwear.ca/shop/index/BO-BeigeTexture-Background-Vertical.png");
  z-index: -1;
}

.products-layout .product-filters .product-filters-close {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.products-layout .product-filters .product-filters-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}

.products-layout .product-filters .inner-filter {
  max-width: 100%;
  top: 2rem;
  overflow-y: auto;
  padding-right: 40px;
}

@media (min-width:992px) {
  .products-layout .product-filters .inner-filter {
    height: 33rem;
    margin-bottom: 4rem;
    position: sticky;
  }
  .products-layout .product-filters .product-filters-heading {
    position: sticky;
    top: 38rem;
    width: 86%;
}
}

@media (max-width:992px) {
  .products-layout .product-filters .inner-filter {
    height: 100%;
  }
  .products-layout .product-filters .product-filters-heading {
    display: block;
  }
}

.products-layout .product-filters .inner-filter::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.products-layout .product-filters .inner-filter::-webkit-scrollbar-track {
  background: #c1c1c1;
}

.products-layout .product-filters .inner-filter::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}

.products-layout .product-filters .inner-filter::-webkit-scrollbar-thumb:active {
  background: #FB6F13;
}

.products-layout .sort-by-filters img {
  margin-left: 6px;
  width: 14px;
}


@media (min-width:1700px) {
  .products-layout.filter-active {
    padding: 6rem 0 4rem 30rem;
  }
}

@media (min-width:1600px) and (max-width:1700px) {
  .products-layout.filter-active {
    padding: 6rem 2rem 4rem 27rem;
  }
}

@media (max-width:1600px) and (min-width:992px) {
  .products-layout.filter-active {
    padding: 6rem 2rem 4rem 24rem;
  }
}

@media (max-width:992px) {
  .products-layout.filter-active {
    padding-left: 0;
  }
}

.products-layout.filter-active .products-grids {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) and (max-width: 991px) {
  .products-layout.filter-active .products-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 767px) {
  .products-layout.filter-active .products-grids {
    min-height: 1200px;
  }
}

@media (max-width: 767px) {
  .products-layout.filter-active .products-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}

.products-layout.filter-active .product-filters {
  left: 0;
}

.products-layout .products-grids {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .products-layout .products-grids {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .products-layout .products-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .products-layout .products-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-filter-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000;
  visibility: hidden;
  opacity: 0;
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-filter-overlay {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-filter-overlay {
    display: block;
  }
}

@media (max-width: 767px) {
  .product-filter-overlay {
    display: block;
  }
}

.product-filter-overlay.active {
  visibility: visible;
  opacity: 0.5;
}

/* Filter Items */

.filter-item {
  border-bottom: 1px solid var(--bo-color-neutral-900);
  margin-bottom: 12px;
  padding-bottom: 15px;
  padding-top: 5px;
}

@media (max-width:992px) {
  .filter-item {
    margin-inline: 1rem;
  }
}

.filter-item .filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.filter-item .filter-heading h3 {
  color: var(--bo-color-tertiary);
  cursor: pointer;
  font-weight: var(--bo-font-weight-bold);
  letter-spacing: var(--bo-letter-spacing-normal);
  margin-bottom: 0;
  text-transform: var(--bo-text-uppercase);
}

@media (min-width:992px) {
  .filter-item .filter-heading h3 {
    font-size: var(--bo-font-size-caption-sm);
  }
}

@media (max-width:992px) {
  .filter-item .filter-heading h3 {
    font-size: var(--bo-font-size-caption-md);
  }
}

.filter-item .filter-heading .icon:before {
  content: url("../../index/dropdown-arrow-black.png");
  font-weight: bold;
}
.filter-item .filter-heading.active .icon {
  transform: scale(0.7);
}
.filter-item .filter-heading .icon {
  transform: rotate(180deg) scale(0.7);
  transition: 0.3s linear;
}

.filter-item .filter-content {
  padding-top: 20px;
  padding-bottom: 15px;
}

.filter-item .size-check-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.filter-item .size-check-boxes.uni {
  grid-template-columns: repeat(2, 1fr);
}

.filter-item .size-check-boxes .checkbox-wrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.filter-item .size-check-boxes .checkbox-wrap input:checked+label {
  border-color: #000;
  background: #000;
  color: #fff;
}

.filter-item .size-check-boxes .checkbox-wrap label {
  align-items: center;
  background: var(--bo-color-transparent);
  border: 1px solid var(--bo-color-tertiary);
  border-radius: 4px;
  color: #000;
  display: flex;
  font-size: var(--bo-font-size-body);
  font-weight: var(--bo-font-weight-light);
  justify-content: center;
  letter-spacing: var(--bo-letter-spacing-fine);
  padding: 4px;
  padding-top: 6px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.filter-item .color-check-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.filter-item .color-check-boxes .checkbox-wrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.filter-item .color-check-boxes .checkbox-wrap label.selected .color-box:before {
  visibility: visible;
  opacity: 1;
}

.filter-item .color-check-boxes .checkbox-wrap label {
  align-items: center;
  color: var(--bo-color-tertiary);
  display: flex;
  flex-direction: column;
  font-size: var(--bo-font-size-body);
  font-weight: var(--bo-font-weight-regular);
  justify-content: center;
  text-transform: capitalize;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box {
  background: var(--bo-color-tertiary);
  border-radius: 100%;
  height: var(--bo-space-xl);
  margin-bottom: 10px;
  position: relative;
  width: var(--bo-space-xl);
  z-index: 1;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box:before {
  content: "\d7";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-shadow: 1px 1px 1px #000;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.blue {
  background: #415263;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.green {
  background: #5F6037;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.gray {
  background: #444444;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.brown {
  background: #635341;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.red {
  background: #AF1E1E;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.pink {
  background: #ffb6c1;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.black {
  background: #000000;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.white {
  background: #FFFFFF;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.tan {
  background: #d2b48c;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.purple {
  background: #800080;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.yellow {
  background: #ffff00;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.camo {
  background: #808000;
}

.filter-item .color-check-boxes .checkbox-wrap label .color-box.orange {
  background: #ffa500;
}

.filter-item .check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-item .check-list .checkbox-wrap input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.filter-item .check-list .checkbox-wrap input:checked+label:before {
  border-color: #000;
  background: #000;
}

.filter-item .check-list .checkbox-wrap label {
  color: var(--bo-color-tertiary);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--bo-font-family-secondary);
  font-size: var(--bo-font-size-body);
  font-stretch: var(--bo-font-stretch-normal);
  font-weight: var(--bo-font-weight-light);
  letter-spacing: var(--bo-letter-spacing-fine);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  gap: 14px;
}

.filter-item .check-list .checkbox-wrap label:before {
  content: "";
  border: 1px solid var(--bo-color-tertiary);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  flex: none;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.filter-item .check-list .checkbox-wrap label span {
  flex: 1;
}

.product-filters-mobile {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 992px) {
  .product-filters-mobile.active {
    visibility: visible;
    opacity: 1;
  }
}

.product-filters-mobile .product-filters-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.product-filters-mobile .product-filters-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.product-filters-mobile .product-filters-heading h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

.product-filters-mobile .product-inner-filter {
  background-color: var(--bo-color-neutral-300);
  background-image: url(../../index/BO-BeigeTexture-Background-Vertical.png);
  height: 100%;
  right: -100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.product-filters-mobile .product-inner-filter::-webkit-scrollbar {
  width: 8px;
}

.product-filters-mobile .product-inner-filter::-webkit-scrollbar-track {
  background: #c1c1c1;
}

.product-filters-mobile .product-inner-filter::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}

.product-filters-mobile .product-inner-filter::-webkit-scrollbar-thumb:active {
  background: #FB6F13;
}

@media (max-width: 992px) {
  .product-filters-mobile .product-inner-filter.active {
    right: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
  }
  .product-filters-heading {
    padding: 2rem 1rem;
  }
}

#filter-block-mobile {
  background-color: var(--bo-color-secondary);
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  .filter-title {
    color: var(--bo-color-tertiary);
    font-family: var(--bo-font-secondary);
    font-size: var(--bo-font-size-title-md);
    font-stretch: var(--bo-font-stretch-condensed);
    font-weight: var(--bo-font-weight-semibold);
    text-transform: var(--bo-text-uppercase);
  }
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header-right div>a {
  font-size: 14px;
  color: var(--bo-color-tertiary);
  line-height: 1;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  gap: 10px;
}

.header-right span {
  color: var(--bo-color-tertiary);
  line-height: 1;
}

.header-right img {
  width: 15px;
}

.header-right .dropdown-wrap {
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.header-right .dropdown-wrap:hover>ul,
.filter-btns ul.collapse {
  visibility: visible;
  opacity: 1;
}

.header-right .dropdown-wrap.active>ul,
.filter-btns.active ul.collapse {
  visibility: visible;
  opacity: 1;
}

.header-right .dropdown-wrap>ul,
.filter-btns ul.collapse {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
}

.header-right .dropdown-wrap ul,
.filter-btns ul {
  position: absolute;
  right: 0;
  top: 130%;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  min-width: 150px;
  z-index: 9999;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.header-right .dropdown-wrap ul li,
.filter-btns ul li {
  display: block;
}

.header-right .dropdown-wrap ul li a {
  color: var(--bo-color-tertiary);
  display: block;
  font-size: var(--bo-font-size-caption-xs);
  padding: 6px 10px;
}

.filter-btns ul li input {
  background-color: var(--bo-color-secondary);
  border: none;
  color: var(--bo-color-tertiary);
  display: block;
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-caption-xs);
  font-stretch: var(--bo-font-stretch-condensed);
  font-weight: var(--bo-font-weight-bold);
  padding: 6px 10px;
  width: 100%;
}

.header-right .dropdown-wrap ul li a:hover,
.filter-btns ul li input:hover {
  background: rgb(243, 244, 246);
}

.header-area {
  background-color: var(--bo-color-secondary);
  position: relative;
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.product-category-slider {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .product-category-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.product-category-slider .single-slide {
  padding: 15px;
}

@media (max-width: 767px) {
  .product-category-slider .single-slide {
    padding: 10px;
  }
}

.product-category-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.product-category-slider .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}

.product-category-slider .slick-dots li.slick-active {
  opacity: 1;
}

.product-category-slider .slick-dots li button {
  display: none;
}

.product-category-slider-2 {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .product-category-slider-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.product-category-slider-2 .single-slide {
  padding: 15px;
}

@media (max-width: 767px) {
  .product-category-slider-2 .single-slide {
    padding: 10px;
  }
}

.product-category-slider-2 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

.product-category-slider-2 .slick-dots li {
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 100%;
  border: 1px solid #707070;
  opacity: 0.2;
  cursor: pointer;
}

.product-category-slider-2 .slick-dots li.slick-active {
  opacity: 1;
}

.product-category-slider-2 .slick-dots li button {
  display: none;
}

.s-video-wrap {
  border-radius: var(--bo-border-radius-md);
  height: 98%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.s-video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-video-wrap .play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .5;
}

.s-video-wrap .play-btn img {
  width: 50px;
}

.f-thumbs.fancybox__thumbs.is-modern.is-ltr.is-horizontal {
  display: none;
}

.card-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.card-slider .single-slide {
  padding: 15px;
  padding-top: 0px;
}

.card-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

@media (max-width: 767px) {
  .card-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
    width: 100%;
  }
}

.card-slider .slick-dots li {
  width: 9px;
  height: 9px;
  background: #fff;
  /*Changing to #fff per David E*/
  border-radius: 100%;
  border: 1px solid #fff;
  /*Changing to #fff per David E*/
  opacity: 0.2;
  cursor: pointer;
}

.card-slider .slick-dots li.slick-active {
  opacity: 1;
}

.card-slider .slick-dots li button {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Make visible on keyboard focus */
.sr-only:focus,
.sr-only:active {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0.5rem 1rem;
  overflow: visible;
  clip: auto;
  background: #fff;
  color: #000;
  z-index: 1000;
}

div span.email-msg {
  font-size: 11px !important;
  font-weight: normal;
}

.icon-search , .icon-account , .icon-cart , .icon-bars {
  height: var(--bo-icon-size-sm);
  width: var(--bo-icon-size-sm);
  line-height: var(--bo-line-height-none);
  margin-left: 15px;
}

.swiper.swiper-main {
  z-index: 0 !important;
}

/* Orange Feature / Three Link Section */
#orange-background {
  background-image:url("https://www.bogsfootwear.ca/shop/index/BOGS_WEB_Texture_Iron_ORANGE_V1.jpg");
  background-size:cover;
  height:auto;
hr {
  border: 1px solid var(--bo-color-tertiary);
  border-radius: 1px;
  justify-self: center;
  opacity: 100%;
  width: 93%;
}
.section-headline-primary , .section-headline-secondary {
  color: var(--bo-color-tertiary);
  cursor: default;
}
.section-headline-primary {
  font-family: var(--bo-font-primary);
  font-weight: var(--bo-font-weight-regular);
  line-height: var(--bo-line-height-tight);
  text-transform: var(--bo-text-uppercase);
}
.section-headline-secondary {
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-body);
  font-weight: var(--bo-font-weight-light);
}
@media(min-width:992px) {
  .row.spacer {
    padding: 2.5rem;
  }
  hr {
    margin: 5rem auto 0rem;
  }
}
@media(max-width:992px) {
  .row.spacer {
    padding: 1.2rem;
  }
  hr {
    margin: 4rem 0 2rem;
  }
}
}

#orange-section {
  .image-overlay {
    background-color: var(--bo-color-tertiary);
    opacity: 100%;
  }
  .main-image {
    width: 100%;
    opacity: 65%;
  }
  .section .main-image:hover , .section:hover .main-image {
    opacity: 40%;
    cursor: pointer;
  }
  .headline-primary {
    color: var(--bo-color-secondary);
    cursor: pointer;
    font-family: var(--bo-font-primary);
    font-weight: var(--bo-font-weight-light);
    text-transform: var(--bo-text-uppercase);
  }
  .content-block {
    position: relative;
    width: 100%;
  }
  .btn-tertiary {
    padding: 0;
    text-align: var(--bo-text-left);
  }
  @media(min-width:1400px) {
    .content-block {
      bottom: 5.5vw;
      left: 1.5vw;
    }
  }
  @media(max-width:1400px) and (min-width:992px) {
    .content-block {
      bottom: 7vw;
      left: 2vw;
    }
  }
  @media(min-width:992px) {
    width: 95%;
    margin: 0 auto;
    .section {
      margin-top: 3vw;
    }
    .headline-primary {
      font-size: var(--bo-font-size-title-sm);
      margin-bottom: 0.25rem;
    }
    .section:hover .btn-tertiary {
      transform: translate(4px, 0px);
    }
    .section:hover .btn-tertiary span {
      position: relative;
      left: 0.5rem;
      transition: ease-in-out 2s;
    }
  }
  @media(max-width:992px) {
    .section {
      height: 66vw;
      padding: 0 2rem;
    }
    .content-block {
      bottom: 5.5rem;
      left: 4%;
    }
    .headline-primary {
      font-size: var(--bo-font-size-title-md);
    }
  }
}

/* Reviews Slider Section */
#reviews {
  .img-fluid {
    width: 100%;
  }
  .headline-primary , .caption-primary , .caption-secondary {
    color: var(--bo-color-text-subtle);
    cursor: default;
  }
  .headline-primary {
    color: var(--bo-color-text-subtle);
    font-family: var(--bo-font-secondary);
    font-stretch: var(--bo-font-stretch-condensed);
    line-height: var(--bo-line-height-tight);
    padding-bottom: 3rem;
    text-transform: var(--bo-text-uppercase);
  }
  .caption-primary {
    color: var(--bo-color-text-subtle);
    font-family: var(--bo-font-secondary);
    font-size: var(--bo-font-size-caption-xs);
    font-stretch: var(--bo-font-stretch-expanded);
    font-weight: var(--bo-font-weight-light);
    letter-spacing: var(--bo-letter-spacing-fine);
    text-transform: var(--bo-text-uppercase);
  }
  .swiper-pagination-bullet , .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
  .swiper-pagination-bullet {
  background: var(--bo-color-transparent);
  border: 2px solid var(--bo-color-primary);
  height: 16px;
  opacity: 100%;
  width: 16px;
}
.swiper-pagination-bullet-active {
  background: var(--bo-color-primary);
  border:3px solid var(--bo-color-primary);
  height: 16px;
  width: 16px;
}
  @media (min-width:992px) {
    .content-block-text {
      width: 50%;
    }
    .headline-primary {
      font-size: 40px;
    }
    .swiper-pagination.swiper-pagination-bullets {
      bottom: 12%;
    }
  }
  @media (max-width:992px) {
    .content-block-text {
      width: 80%;
    }
    .headline-primary {
      font-size: var(--bo-font-size-title-lg);
    }
    .swiper-pagination.swiper-pagination-bullets {
      bottom: 3%;
    }
  }
}

/*-------------
Footer Styling
--------------*/

#footer {
  background-color: var(--bo-color-tertiary);
  overflow: hidden;
  h3 , p , a , .accordion-header , .accordion-item {
    color: var(--bo-color-secondary);
    font-family: var(--bo-font-secondary);
    font-stretch: var(--bo-font-stretch-condensed);
    font-weight: var(--bo-font-weight-bold);
    letter-spacing: var(--bo-letter-spacing-fine);
  }
  h3 , .accordion-header {
    font-weight: var(--bo-font-weight-bold);
  }
  p , a , .accordion-item {
    font-weight: var(--bo-font-weight-regular);
  }
  li {
    list-style: none;
  }
  input {
    color: var(--bo-color-neutral-400);
    font-family: var(--bo-font-secondary);
    font-stretch: var(--bo-font-stretch-condensed);
    font-weight: var(--bo-font-weight-regular);
    height: 55px;
    letter-spacing: var(--bo-letter-spacing-fine);
    padding: 0 15px;
  }
  .accordion-item , .accordion-button:focus {
    background-color: var(--bo-color-tertiary);
    border: none;
  }
  .accordion-button {
    color: var(--bo-color-secondary);
    background-color: var(--bo-color-tertiary);
    border-left: 2px solid var(--bo-color-tertiary);
    border-right: 2px solid var(--bo-color-tertiary);
    box-shadow: none;
    font-family: var(--bo-font-secondary);
    font-size: var(--bo-font-size-title-sm);
    font-stretch: var(--bo-font-stretch-condensed);
    font-weight: var(--bo-font-weight-bold);
    letter-spacing: var(--bo-letter-spacing-fine);
    line-height: 0;
  }
  .accordion-button:after {
    background-image: url("../../index/dropdown-arrow-white.png");
    background-size: contain;
    height: 10px;
    width: var(--bo-icon-size-xs);
  }
  .small-copy {
    font-size: var(--bo-font-size-caption-xxs);
  }
  .icon:hover {
    transform: scale(1.05);
  }
  @media (min-width:992px) {
    .col-lg-8.col-12 {
      padding: 5rem;
    }
    h3 {
      padding-bottom: 0.8rem;
    }
    .main-caption {
      font-size: var(--bo-font-size-caption-sm);
    }
    .footer-widget {
      border-left: 1px solid white;
    }
    ul {
      padding-left: 1.5rem;
    }
    .logo {
      width: 12rem;
    }
    .copyright {
      font-size: var(--bo-font-size-caption-xxs);
    }
    /* Accordion â†’ static columns on desktop */
    .accordion {
      display: flex;
      gap: 1rem;
    }
    .accordion-item {
      flex: 1;
    }
    .accordion-collapse {
      display: block !important;
    }
    .accordion-button {
      pointer-events: none;
    }
    .accordion-button::after {
      display: none;
    }
  }
  @media (max-width:992px) {
    .col-lg-8.col-12 {
      padding: 2rem;
    }
    ul , .accordion-button , .accordion-body {
      padding-inline: 0;
    }
    ul {
      line-height: var(--bo-line-height-loose);
    }
    .accordion-button , .accordion-button:focus {
      border-bottom: 1px solid var(--bo-color-secondary);
    }
    .copyright {
      font-size: var(--bo-font-size-caption-md);
      padding-bottom: 2rem;
    }
  }
}

a#main\:lnkOptinFooter,
#footerSignup .btn,
#footer .btn {
  align-items: center;
  align-content: center;
  background-color: var(--bo-color-transparent);
  border: 2px solid var(--bo-color-primary);
  border-radius: 0;
  font-weight: 100!important;
  height: 48px;
  margin-top: 1.5rem;
  padding: 5px;
  text-align: center;
  width: 50%;
}

#footerSignup {
  background-color: var(--bo-color-neutral-800);
  .footer-subscribe {
    height: 100%;
  }
  @media (min-width:992px) {
    a#main\:lnkOptinFooter {
      font-size: var(--bo-font-size-caption-sm);
    }
    .footer-subscribe {
      padding: 6rem 12%;
    }
  }
  @media (max-width:992px) {
    padding: 2rem;
    a#main\:lnkOptinFooter {
      font-size: var(--bo-font-size-caption-md);
    }
  }
}

/*------------------
Navigation Styling
-------------------*/

/*Top Nav*/

@media (min-width:992px) {
  #category-columns,
  #about-columns,
  #sale-columns,
  #work-columns {
    .mega-list-col {
      border: 1.4px solid var(--bo-color-tertiary);
    }
    .mega-list-col ul {
      list-style: none;
      height: 100%;
    }
    ul {
      padding: 3rem;
    }
  }
  #category-columns,
  #sale-columns {
    .mega-list-col {
      background-color: var(--bo-color-neutral-100);
    }
  }
  #about-columns {
    .mega-list-col {
      background-color: var(--bo-color-neutral-300);
    }
  }
  #work-columns {
    .mega-list-col {
      background-color: var(--bo-color-primary-subtle);
    }
  }
  #topNavAB {
    .mega-grid-layout {
      justify-content: space-around !important;
    }
  }
}
@media (max-width:992px) {
  #category-columns,
  #about-columns,
  #sale-columns,
  #work-columns {
    padding-bottom: 20px;
  }
  #category-columns,
  #about-columns,
  #work-columns {
    .mega-list-grid {
      gap: 0px;
    }
  }
  #sale-columns {
    .mega-list-grid {
      gap: 0px;
      margin-bottom: 10px;
    }
  }
  #category-columns,
  #about-columns,
  #sale-columns,
  #work-columns {
    .mega-list-col .has-dropdown .mega-title {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-size: var(--bo-font-size-title-sm);
      height: var(--bo-space-xl);
      margin-top: 5px;
      padding-inline: var(--bo-space-xl);
    }
    .has-dropdown {
      border-bottom: 1px solid var(--bo-color-accent-100);
    }
    .has-dropdown .mega-title {
      margin-bottom: 0px !important;
    }
    ul.has-dropdown .sub-menu {
      padding-bottom: var(--bo-space-sm);
      padding-inline: var(--bo-space-xl);
    }
  }
  #topNavAB {
    .has-dropdown.active>a.top-category-url {
      border-bottom: 0 !important;
    }
    .mega-grid-layout {
      justify-content: space-around !important;
    }
  }
}

.top-category-url {
  color: var(--bo-color-tertiary);
  display: block;
  font-family: var(--bo-font-secondary);
  font-weight: var(--bo-font-weight-light);
  letter-spacing: var(--bo-letter-spacing-fine);
  text-transform: var(--bo-text-uppercase);
}
@media (min-width:992px) {
  .top-category-url {
    font-size: var(--bo-font-size-body);
    font-stretch: var(--bo-font-stretch-normal);
    margin: 0 20px;
    -webkit-text-stroke: 1px;
  }
}
@media (max-width:992px) {
  .top-category-url {
    font-size: var(--bo-font-size-title-md);
    font-stretch: var(--bo-font-stretch-condensed);
    font-weight: var(--bo-font-weight-bold);
  }
}

.has-mega-menu:hover .top-category-url , .has-mega-menu:active .top-category-url {
  border-bottom: 2px solid var(--bo-color-primary);
  transition: 0.02s ease-in-out;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  display: inline-block;
}

.navbar__subnav__link.sub-cat2 {
  color: var(--bo-color-tertiary);
  display: block;
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-body);
  letter-spacing: var(--bo-letter-spacing-fine);
}
@media (min-width: 992px) {
  .navbar__subnav__link.sub-cat2 {
    line-height: var(--bo-line-height-loose);
  }
}
@media (max-width: 992px) {
  .navbar__subnav__link.sub-cat2 {
    line-height: var(--bo-line-height-extraloose);
  }
}
.main-menu ul .has-mega-menu:hover>.mega-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  border: 1px solid var(--bo-color-tertiary);
}

.main-menu ul .mega-menu {
  position: absolute;
  left: 50%;
  top: 110%;
  z-index: 999;
  width: 100vw;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.main-menu ul .mega-menu .mega-grid-layout {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}



.main-menu ul .mega-menu .mega-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.main-menu ul .mega-menu .mega-title {
  color: var(--bo-color-tertiary);
  cursor: default;
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-caption-sm);
  font-stretch: var(--bo-font-stretch-condensed);
  font-weight: var(--bo-font-weight-bold);
  letter-spacing: var(--bo-letter-spacing-fine);
  padding-bottom: 0.5rem;
  text-transform: var(--bo-text-uppercase);
}

.main-menu ul .mega-menu .mega-list-col {
  position: relative;
  text-align: left;
}

.main-menu ul .mega-menu .mega-list-col ul {
  list-style: none;
}
.main-menu ul .mega-menu .mega-list-col.d-lg-block.d-none {}
  border-inline: 2px solid var(--bo-color-tertiary);

#category-columns .mega-list-col ul.category div li:last-of-type , 
#work-columns .mega-list-col ul.category div li:last-of-type {
  font-weight: bold;
}

.main-menu ul .mega-menu .mega-list-col ul li {
  display: block;
  line-height: var(--bo-line-height-extraloose);
}

.main-menu ul .mega-menu .mega-list-col ul li:hover>a {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.main-menu img {
  opacity: 70%;
  position: relative;
}

.main-menu #favorites-text-block {
  position: absolute;
  z-index: 99;
  pointer-events: none;
}

.mega-image , .background-color {
  height: 100%;
}

.main-menu ul .mega-menu .mega-list-col .background-color {
  position: absolute;
  inset: 0;
}

.main-menu ul .mega-menu .mega-list-col .background-color a {
  display: block;
  height: 100%;
}

.main-menu ul .mega-menu .mega-image {
  width: 100%;
  object-fit: cover;
}

#favorites-text-block {
  .headline-primary {
    color: var(--bo-color-secondary);
    cursor: default;
    font-family: var(--bo-font-secondary);
    font-size: var(--bo-font-size-title-sm);
    font-stretch: var(--bo-font-stretch-condensed);
    font-weight: var(--bo-font-weight-medium);
    line-height: var(--bo-line-height-tight);
    margin-bottom: 0.5rem;
  }
  .caption-primary {
    color: var(--bo-color-secondary);
    cursor: default;
    font-family: var(--bo-font-secondary);
    font-size: var(--bo-font-size-caption-sm);
    font-stretch: var(--bo-font-stretch-normal);
    font-weight: var(--bo-font-weight-light);
  }
  .btn-tertiary {
    text-align: center;
  }
}
@media (min-width:992px) {
  .main-menu #favorites-text-block {
    align-content: center;
    height: 100%;
    text-align: center;
    width: 100%;
  }
}


/*For Nav Click*/
/* Show mega menu when the 'show' class is added */
.main-menu ul .mega-menu.show {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.search-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-wrap .input-wrap {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .search-wrap .input-wrap {
    max-width: 100%;
  }
}

.search-wrap .input-wrap input {
  background-color: var(--bo-color-neutral-300);
  border: none;
  border-radius: 0px;
  font-size: var(--bo-font-size-caption-sm);
  height: 40px;
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .search-wrap .input-wrap input {
    height: 40px;
  }
}

.search-wrap .input-wrap .search-button {
  position: absolute;
  right: 0;
  top: 6px;
  height: 100%;
  padding: 0 10px;
  color: #000;
  border: 0;
  background: none;
  line-height: 1;
}

@media (max-width: 767px) {
  .search-wrap .input-wrap .search-button {
    top: 12px;
    /*12px per David C*/
  }
}

/*--------------------
Search Mega Dropdown 
---------------------*/
.search-icon-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}

.search-mega-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100000;
  background: var(--bo-color-neutral-100);
  padding: 20px 0;
  box-shadow: 0 4px 10px rgba(3, 4, 28, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear, visibility 0.1s linear;
  -o-transition: opacity 0.1s linear, visibility 0.1s linear;
  transition: opacity 0.1s linear, visibility 0.1s linear;
}

.search-mega-dropdown.show {
  visibility: visible;
  opacity: 1;
}

.search-dropdown-row {
  background-color: var(--bo-color-neutral-300);
  border-bottom: 2px solid var(--bo-color-tertiary)!important;
  border-color: var(--bo-color-neutral-300);
  display: flex;
  align-items: center;
  gap: 10px;
  width: 30rem;
  margin: 0 auto;
  position: relative;
}

.search-dropdown-row .search-dropdown-input {
  background-color: var(--bo-color-neutral-300);
  border: none;
  flex: 1;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
}

.search-dropdown-close {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.search-dropdown-close:hover {
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}

.search-mega-dropdown .auto-complete-section {
  margin-top: 10px;
}

@media (min-width:992px) {
  
  .search-dropdown-row {
    left: 20px;
  }
}
@media (max-width:992px) {
  .search-mega-dropdown.show {
    border: none;
    height: 100rem;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .search-mega-dropdown.show .container {
    padding: 5rem 2.5rem;
  }
  .search-dropdown-close {
    justify-content: flex-end;
    padding-right: 1rem;
    width: 100%;
  }
}

/*Search Auto Complete Styling*/
.auto-complete-section{
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  padding: 10px;
  z-index: 2;
}
.auto-complete-section a,
.auto-option{
  color: var(--bo-color-tertiary);
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-body);
  line-height: var(--bo-line-height-loose);
}
#sList{
  list-style: none;
}
.searchText{
  color: var(--bo-color-tertiary);
  font-family: var(--bo-font-secondary);
  font-size: var(--bo-font-size-title-sm);
  font-stretch: var(--bo-font-stretch-condensed);
  font-weight: var(--bo-font-weight-bold);
  letter-spacing: var(--bo-letter-spacing-fine);
}

.auto-option:focus,
.auto-option:hover,
#topList a:hover{
  cursor: pointer;
}

/*---------------
SMS Signup Page
---------------*/
#smsPage {
  padding: 75px 25px;
  background: #e3dfd4;
  color: #000;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-decoration: inherit;
  cursor: default;
  position: relative;
}
#smsPage .inner {
  max-width: 490px;
  position: relative;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "trade-gothic-next";
}
#smsPage .inner .heading,
#smsPage .inner .offer {
  font-size: 38px;
  font-family: var(--font-primary);
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform:uppercase;
  width:100%;
  margin: 0.4em 0 0.2em;
}
#smsPage .inner .heading {
  margin-bottom: 0;
  padding-bottom: 0.2em;
}
#smsPage .inner .offer {
  padding-top:4px;
  margin: 0;
}
#smsPage .inner .text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin: 0;
  padding: 0.4em 0 0.2em;
  width:100%;
  text-transform:uppercase;
}
#smsPage .inner .text.line-one{
  text-transform: none;
  margin-bottom:20px;
}
#smsPage .inputLabel {
  position: absolute;
  font-size: 16px;
  color: #6d6d6d;
  margin-top: 11px;
  margin-left: 10px;
  padding: 0 5px;
  transition: all .2s ease;
  z-index: 10;
  border-radius: 100px;
  font-family: var(--font-primary);
}
#smsPage .inputLabel.focus,
#smsPage .inputLabel.active {
  margin-top: 2px;
  margin-left: 15px;
  font-size: 11px;
  background-color: transparent;
  transition: all .2s ease;
}
#smsPage .input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  border: none;
  padding: 13px;
  color: #6d6d6d;
  border-radius: 100px;
  font-family: var(--font-primary);
  background-color: #f6f6f6;
}
#smsPage input:focus {
  box-shadow: 0 0 0 2px #72807B inset;
  outline: none;
}
#smsPage .btn {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.5;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  border-radius: 100px;
  font-family: var(--font-primary);
  letter-spacing: 1px;
  box-shadow: none;
  outline: none;
}
#smsPage .inner .conditions {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  margin: 2em 0 0;
}
#smsPage .inner .conditions a {
  color: #000;
  text-decoration: underline;
}
#smsPage .inner .conditions a:hover {
  opacity: .6;
}
#smsPage .inner .text-success,
#smsPage .inner .text-danger {
  font-size: 11px;
  width: 100%;
  padding: 1px;
  position: relative;
  text-align: left;
  display: none;
  margin-bottom: 0;
  text-transform: none;
}
#smsPage .inner .text-danger {
  color: #C23A32 !important;
}
